about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2025-05-09 20:09:02 -0700
committerGitHub <noreply@github.com>2025-05-09 20:09:02 -0700
commitd01b9ed44123c4182279f7be56a9e66955e342ed (patch)
treecfe626fe1a743e0c3c6820654be757ad31f634ff
parent1b9448c6ebb01a1fcb6dae42243dc74265714e71 (diff)
downloadvoidsky-d01b9ed44123c4182279f7be56a9e66955e342ed.tar.zst
Release 1.102.0 (#8360)
* Update tests

* Pull latest crowdin

* Run intl:extract
-rw-r--r--__e2e__/flows/curate-lists.yml28
-rw-r--r--__e2e__/flows/onboarding.yml2
-rw-r--r--__e2e__/flows/profile-screen-edit.yml4
-rw-r--r--src/locale/locales/an/messages.po2319
-rw-r--r--src/locale/locales/ast/messages.po2299
-rw-r--r--src/locale/locales/ca/messages.po2425
-rw-r--r--src/locale/locales/cy/messages.po2319
-rw-r--r--src/locale/locales/da/messages.po2429
-rw-r--r--src/locale/locales/de/messages.po2747
-rw-r--r--src/locale/locales/el/messages.po2319
-rw-r--r--src/locale/locales/en-GB/messages.po2419
-rw-r--r--src/locale/locales/eo/messages.po2437
-rw-r--r--src/locale/locales/es/messages.po2443
-rw-r--r--src/locale/locales/eu/messages.po2413
-rw-r--r--src/locale/locales/fi/messages.po2321
-rw-r--r--src/locale/locales/fr/messages.po2425
-rw-r--r--src/locale/locales/fy/messages.po9776
-rw-r--r--src/locale/locales/ga/messages.po2319
-rw-r--r--src/locale/locales/gd/messages.po2409
-rw-r--r--src/locale/locales/gl/messages.po2319
-rw-r--r--src/locale/locales/hi/messages.po2319
-rw-r--r--src/locale/locales/hu/messages.po2425
-rw-r--r--src/locale/locales/ia/messages.po2315
-rw-r--r--src/locale/locales/id/messages.po2527
-rw-r--r--src/locale/locales/it/messages.po2421
-rw-r--r--src/locale/locales/ja/messages.po2387
-rw-r--r--src/locale/locales/km/messages.po2319
-rw-r--r--src/locale/locales/ko/messages.po2425
-rw-r--r--src/locale/locales/ne/messages.po2319
-rw-r--r--src/locale/locales/nl/messages.po2319
-rw-r--r--src/locale/locales/pl/messages.po2319
-rw-r--r--src/locale/locales/pt-BR/messages.po2345
-rw-r--r--src/locale/locales/ro/messages.po2319
-rw-r--r--src/locale/locales/ru/messages.po2521
-rw-r--r--src/locale/locales/sv/messages.po2411
-rw-r--r--src/locale/locales/th/messages.po2307
-rw-r--r--src/locale/locales/tr/messages.po2493
-rw-r--r--src/locale/locales/uk/messages.po2319
-rw-r--r--src/locale/locales/vi/messages.po2425
-rw-r--r--src/locale/locales/zh-CN/messages.po2453
-rw-r--r--src/locale/locales/zh-HK/messages.po2551
-rw-r--r--src/locale/locales/zh-TW/messages.po2439
42 files changed, 60758 insertions, 40092 deletions
diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml
index f1d8342cd..ceadb80e4 100644
--- a/__e2e__/flows/curate-lists.yml
+++ b/__e2e__/flows/curate-lists.yml
@@ -98,20 +98,13 @@ appId: xyz.blueskyweb.app
 - tapOn: "People"
 
 - tapOn: "Start adding people"
-- assertVisible:
-    id: "listAddUserModal"
-- tapOn:
-    id: "searchInput"
+- tapOn: "Search"
 - inputText: "b"
 - pressKey: Enter
-- tapOn:
-    id: "user-bob.test-addBtn"
-- tapOn:
-    id: "doneBtn"
-- assertNotVisible:
-    id: "listAddUserModal"
-- assertVisible:
-    id: "user-bob.test"
+- tapOn: "Add user to list"
+- swipe:
+    direction: DOWN
+- assertVisible: "View Bob's profile"
 
 - tapOn: "Posts"
 - assertVisible:
@@ -142,23 +135,16 @@ appId: xyz.blueskyweb.app
     id: "e2eGotoLists"
 - tapOn: "Good Ppl"
 
-- tapOn: "People"
-- assertVisible:
-    label: "Removes users on curatelists from the list"
-    id: "user-bob.test"
+# - tapOn: "People"
+- assertVisible: "View Bob's profile"
 - tapOn:
     point: "90%,43%"
-- assertVisible:
-    id: "userAddRemoveListsModal"
 - tapOn:
     id: "user-bob.test-addBtn"
 - tapOn:
     id: "doneBtn"
-- assertNotVisible:
-    id: "userAddRemoveListsModal"
 
 - tapOn:
-    label: "Adds and removes users on curatelists from the profile"
     id: "bottomBarSearchBtn"
 - tapOn: "Search for posts, users, or feeds"
 - inputText: "bob"
diff --git a/__e2e__/flows/onboarding.yml b/__e2e__/flows/onboarding.yml
index 88b51b39b..ee93a2b28 100644
--- a/__e2e__/flows/onboarding.yml
+++ b/__e2e__/flows/onboarding.yml
@@ -15,7 +15,7 @@ appId: xyz.blueskyweb.app
 - tapOn:
     point: "50%,22%"
 - waitForAnimationToEnd
-- tapOn: "Choose"
+- tapOn: "Done"
 - waitForAnimationToEnd
 - tapOn: "Continue to next step"
 - assertVisible: "What are your interests?"
diff --git a/__e2e__/flows/profile-screen-edit.yml b/__e2e__/flows/profile-screen-edit.yml
index 597901855..f60ca01b4 100644
--- a/__e2e__/flows/profile-screen-edit.yml
+++ b/__e2e__/flows/profile-screen-edit.yml
@@ -78,13 +78,13 @@ appId: xyz.blueskyweb.app
     id: "changeBannerBtn"
 - tapOn: "Upload from Library"
 - waitForAnimationToEnd
-- tapOn: "Choose"
+- tapOn: "Done"
 - waitForAnimationToEnd
 - tapOn:
     id: "changeAvatarBtn"
 - tapOn: "Upload from Library"
 - waitForAnimationToEnd
-- tapOn: "Choose"
+- tapOn: "Done"
 - waitForAnimationToEnd
 - tapOn:
     id: "editProfileSaveBtn"
diff --git a/src/locale/locales/an/messages.po b/src/locale/locales/an/messages.po
index eb893cbd7..b7d5425b6 100644
--- a/src/locale/locales/an/messages.po
+++ b/src/locale/locales/an/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: an\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Aragonese\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(activo)"
 msgid "(contains embedded content)"
 msgstr "(tien conteniu incrustau)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(sin correu-e)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# republicación} other {# republicacions}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# segundo} other {# segundos}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# elemento no leyiu} other {# elementos no leyius}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# elemento no leyiu} other {# elementos no leyius}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# mes} other {# meses}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {seguidor} other {seguidors}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {seguindo} other {seguindo}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {me-fa-goyo} other {me-fa-goyos}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {me-fa-goyo} other {me-fa-goyos}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {publicación} other {publicacions}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {cita} other {citas}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {republicación} other {republicacions}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>en <1>etiquetas</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>en <1>texto y etiquetas</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} s'han uniu esta semana"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "avatar de {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# elemento no leyiu} other {# elementos no leyius}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}</0> t'han seguiu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "A {firstAuthorLink} y a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}</0> les ha feito goyo la tuya canal personalizada"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "A {firstAuthorLink} y a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}</0> les ha feito goyo la tuya publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}</0> ha republicau la tuya publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 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} mas} other {{formattedAuthorsCount} mas}}</0> s'han rechistrau con o tuyo paquet d'inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} t'ha seguiu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} t'ha seguiu tamién"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "A {firstAuthorLink} le ha feito goyo la tuya canal personalizada"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "A {firstAuthorLink} le ha feito goyo la tuya publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} ha republicau la tuya publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} s'ha rechistrau con o tuyo paquet d'inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} t'han seguiu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "A {firstAuthorName} y a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} les ha feito goyo la tuya canal personalizada"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "A {firstAuthorName} y a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} les ha feito goyo la tuya publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} han republicau la tuya publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} s'han rechistrau con o tuyo paquet d'inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} t'ha seguiu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} tamién t'ha seguiu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "A {firstAuthorName} le ha feito goyo la tuya canal personalizada"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "A {firstAuthorName} le ha feito goyo la tuya publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} ha republicau la tuya publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} s'ha rechistau con o tuyo paquet d'inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} seguindo"
@@ -335,11 +339,23 @@ msgstr "{following} seguindo"
 msgid "{handle} can't be messaged"
 msgstr "No se puede ninviar mensaches a {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# elemento no leyiu} other {# elementos no leyius}}"
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>y {2, plural, one {# atro} other {# atros}} s'incluyen en o tuyo paquet d'inicio"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {seguidor} other {seguidors}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {seguindo} other {seguindo}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Experimental:</0> Cuan ye activada esta preferencia, nomás recibirá
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Tu</0> y<1> </1><2>{0} </2>s'incluyen en o tuyo paquet d'inicio"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Identificador no valido"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Cuanto a"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accesibilidat"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Achustes d'accesibilidat"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Cuenta"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Cuenta blocada"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Cuenta seguida"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Cuenta silenciada"
@@ -517,33 +533,33 @@ msgstr "Cuenta silenciada"
 msgid "Account Muted by List"
 msgstr "Cuenta silenciada per lista"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Opcions de cuenta"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Cuenta sacada de l'acceso rápido"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Cuenta desblocada"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Has deixau de seguir a esta cuenta"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Cuenta no silenciada"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Anyadir {displayName} a lo paquet d'inicio"
 msgid "Add a content warning"
 msgstr "Anyadir advertencia de conteniu"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Anyadir cuenta"
 msgid "Add alt text"
 msgstr "Anyadir texto alternativo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Anyadir texto alternativo (opcional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Anyadir una atra cuenta"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Anyadir una atra publicación"
 
@@ -627,7 +647,7 @@ msgstr "Anyadir parola muda con a configuración triada"
 msgid "Add muted words and tags"
 msgstr "Anyadir parolas silenciadas y etiquetas"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Anyadir una atra publicación"
 
@@ -664,8 +684,8 @@ msgstr "Anyade lo siguient rechistro DNS a lo tuyo dominio:"
 msgid "Add this feed to your feeds"
 msgstr "Anyade esta canal a las tuyas canals"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Anyadir a listas"
 
@@ -718,6 +738,11 @@ msgstr "Etiquetas de conteniu d'adultos"
 msgid "Advanced"
 msgstr "Abanzau"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Toz"
@@ -732,7 +757,7 @@ msgstr "S'han seguiu totas las cuentas!"
 msgid "All languages"
 msgstr "Toz los idiomas"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Totas las tuyas canals alzadas, en un solo puesto."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Texto alternativo"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Un codigo de verificación s'ha ninviau a {0}. Escribe aquí ixe codigo."
 
-#: 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 "S'ha ninviau un codigo de verificación ta la tuya adreza anterior, {0}. Escribe ixe codigo contino."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "S'ha ninviau un correu electronico! Escribe lo codigo de confirmación incluyiu en o correu electronico contino."
 
@@ -825,7 +849,7 @@ msgstr "I ha habiu una error en comprimir lo video."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "I ha habiu una error en chenerar lo suyo paquet d'inicio. Quiers intentar-lo de nuevo?"
 
@@ -842,7 +866,7 @@ msgstr "I ha habiu una error mientres cargaba lo video. Per favor torne a intent
 msgid "An error occurred while saving the QR code!"
 msgstr "I ha habiu una error en alzar lo codigo QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "I ha habiu una error mientres triaba lo video"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "I ha habiu una error en cargar lo video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Un problema no incluyiu en estas opcions"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "I ha habiu un problema iniciando lo chat"
 
@@ -875,8 +899,8 @@ msgstr "I ha habiu un problema mientres intentaba ubrir lo chat."
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Comportamiento antisocial"
 msgid "Anybody can interact"
 msgstr "Cualsequiera puede interactuar"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Icono d'aplicación"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Idioma d'interficie"
 
@@ -958,7 +982,7 @@ msgstr "Las claus d'aplicación han de tener a lo menos 4 carácters"
 msgid "App passwords"
 msgstr "Claus d'aplicación"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Claus de l'app"
@@ -994,10 +1018,10 @@ msgstr "Revisón d'a suspensión"
 msgid "Appeal this decision"
 msgstr "Apelar esta decisión"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Apariencia"
 
@@ -1006,12 +1030,12 @@ msgstr "Apariencia"
 msgid "Apply default recommended feeds"
 msgstr "Aplicar canals recomendadas predeterminadas"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archivau dende {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Publicación archivada"
 
@@ -1047,11 +1071,11 @@ msgstr "Seguro que quiers eliminar {0} d'as tuyas canals?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Yes seguro que deseyas sacar esto d'as tuyas canals?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Seguro que quiers descartar este borrador?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Seguro que quiers eliminar esta publicación?"
 
@@ -1072,6 +1096,11 @@ msgstr "Arte"
 msgid "Artistic or non-erotic nudity."
 msgstr "Desnudez artistica u no erotica."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "A lo menos 3 carácters"
@@ -1103,7 +1132,7 @@ msgstr "Autorreproducir videos y GIFs"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Dezaga"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Antes de crear una lista, has de verificar lo tuyo correu."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Antes de crear una publicación has de verificar lo tuyo correu."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Antes de crear un paquet d'inicio has de verificar lo tuyo correu."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Antes de ninviar un mensache a unatro usuario has de verificar lo tuyo correu."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Aniversario"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blocar"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Blocar cuenta"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Blocar la cuenta?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blocau"
 msgid "Blocked accounts"
 msgstr "Cuentas blocadas"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Cuentas blocadas"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Las cuentas blocadas no podrán responder en os tuyos filos, mencionar-te ni interactuar con tu de garra traza."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Las cuentas blocadas no podrán responder en os tuyos filos, mencionar-te ni interactuar con tu de garra traza. No veyerás lo suyo conteniu y no podrán veyer lo tuyo."
 
@@ -1226,11 +1261,11 @@ msgstr "Si blocas un etiquetador encara podrán seguir aplicando etiquetas a la
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Lo bloqueyo ye publico. Si blocas una cuenta no podrán responder en os tuyos filos, mencionar-te ni interactuar con tu de garra traza."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Si blocas a etiquetador encara podrán seguir aplicando etiquetas a la tuya cuenta, pero privará que respondan en os tuyos filos, te mencionen u interactúen con tu de garra traza."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky no puede confirmar l'autenticidat d'a data declarada."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky ye millor con amigos!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Condicions d'o servicio de Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky triará un conchunto de cuentas recomendadas de personas en o suyo ret."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Explorar las publicacions d'o tema {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Negocios"
 
@@ -1374,45 +1409,47 @@ msgstr "En crear una cuenta, acceptas los <0>Termins de Servicio</0>."
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Camera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Cancelar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Cancelar la eliminación d'a cuenta"
 msgid "Cancel image crop"
 msgstr "Cancelar retalle d'imachen"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Cancelar edición de perfil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Cancela obridura d'o puesto web vinculau"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "No se puede interactuar con un usuario blocau"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Subtítols (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Subtítols y texto alternativo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Cambiar"
 
@@ -1478,13 +1514,12 @@ msgstr "Cambiar l'icono de l'aplicación"
 msgid "Change app icon to \"{0}\""
 msgstr "Cambiar l'icono de l'aplicación a \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Cambiar correu"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Cambiar l'adreza de correu electronico"
 
@@ -1497,10 +1532,6 @@ msgstr "Cambiar identificador"
 msgid "Change moderation service"
 msgstr "Cambiar servicio de moderación"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Cambiar lo mío correu electronico"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Cambiar clau"
@@ -1513,11 +1544,11 @@ msgstr "Cambiar l'idioma d'a publicación a {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Cambiar la razón d'o reporte"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Cambiar correu electronico"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Cambiar la tuya adreza de correu"
 
@@ -1530,15 +1561,15 @@ msgstr "Cambia l'icono de l'aplicación"
 msgid "Changes hosting provider"
 msgstr "Cambia lo proveyedor d'alochamiento"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Conversa"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chat silenciau"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Achustes de chat"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chat no silenciau"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Triar un metodo de verificación de dominio"
 msgid "Choose Feeds"
 msgstr "Triar canals"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Triar pa yo"
 
@@ -1619,7 +1650,7 @@ msgstr "Tría esta color como lo tuyo avatar"
 msgid "Choose your account provider"
 msgstr "Tría lo tuyo proveyedor de cuenta"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Tría la tuya propia linia temporal! Las canals creadas per la comunidat t'adjuyan a trobar lo conteniu que te fa goyo."
 
@@ -1631,16 +1662,16 @@ msgstr "Tría la tuya clau"
 msgid "Choose your username"
 msgstr "Lo tuyo identificador"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Borrar toz los datos d'almagacenamiento"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Borrar toz los datos d'almagacenamiento (reiniciar dimpués d'esto)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Borrar consulta de busqueda"
 msgid "click here"
 msgstr "fe clic aquí"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Fe clic pa deshabilitar las citas pa esta publicación."
@@ -1676,29 +1715,34 @@ msgstr "Clima"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Tacatot🐴 tacatat 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Zarrar"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Zarrar dialogo activo"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Zarrar lo calaixo inferior"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Zarrar finestra"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Zarra lo menú lateral"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Zarrar lo selector d'emojis"
 
@@ -1751,12 +1795,12 @@ msgstr "Zarrar este dialogo"
 msgid "Closes password update alert"
 msgstr "Zarra l'alerta d'actualización de clau"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Zarrar lo selector d'emojis"
 
@@ -1764,11 +1808,11 @@ msgstr "Zarrar lo selector d'emojis"
 msgid "Closes viewer for header image"
 msgstr "Zarra lo visor d'a imachen d'o capitero"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Comprimir la lista d'usuarios"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Comprimir la lista d'usuarios pa una notificación en particular"
 
@@ -1791,7 +1835,7 @@ msgstr "Comedia"
 msgid "Comics"
 msgstr "Historietas"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Directrices d'a comunidat"
@@ -1804,11 +1848,11 @@ msgstr "Completa la incorporación y prencipia a usar la tuya cuenta"
 msgid "Complete the challenge"
 msgstr "Completa lo desafío"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Redactar una nueva publicación"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Redactar la respuesta"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Comprimindo video..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configuración de filtrau de conteniu pa la categoría: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configurau en <0>achustes 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:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirmar"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirmar lo cambio"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confimar l'idioma d'o conteniu"
@@ -1861,18 +1899,19 @@ msgstr "Confirma la tuya edat:"
 msgid "Confirm your birthdate"
 msgstr "Confirma la tuya data de naixencia"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Codigo de confirmación"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Codigo de confirmación"
 
@@ -1880,8 +1919,8 @@ msgstr "Codigo de confirmación"
 msgid "Connecting..."
 msgstr "Connectando..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contactar con soporte"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Conteniu y multimedia"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Conteniu y multimedia"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Conteniu y multimedia"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtros de conteniu"
 msgid "Content from across the network we think you might like."
 msgstr "Conteniu de tot lo ret que te podría fer goyo."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Idiomas de conteniu"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Fondo d'o menú contextual, faga clic pa zarrar lo menú."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continar"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continar como {0} (actualment ha iniciau sesión)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Continar filo..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Contina con o siguient paso"
@@ -1973,7 +2012,7 @@ msgstr "Cocinando"
 msgid "Copied"
 msgstr "Copiau"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Versión de compilación copiada a lo portafuellas"
 
@@ -1981,8 +2020,8 @@ msgstr "Versión de compilación copiada a lo portafuellas"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copiau a lo portafuellas"
 
@@ -1991,7 +2030,7 @@ msgstr "Copiau a lo portafuellas"
 msgid "Copied!"
 msgstr "Copiau!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copia la versión de construcción a lo portafuellas"
 
@@ -2003,13 +2042,13 @@ msgstr "Copiar"
 msgid "Copy App Password"
 msgstr "Copiar clau d'aplicación"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copiar at:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copiar DID de l'autor"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copiar codigo"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copiar DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copiar vinclo"
 msgid "Copy link to list"
 msgstr "Copia lo vinclo a la lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copiar lo vinclo a la publicación"
 
@@ -2050,13 +2089,13 @@ msgstr "Copiar lo vinclo a la publicación"
 msgid "Copy message text"
 msgstr "Copiar texto d'o mensache"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copiar at:// URI d'a publicación"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copiar texto d'a publicación"
 
@@ -2068,7 +2107,7 @@ msgstr "Copiar codigo QR"
 msgid "Copy TXT record value"
 msgstr "Copiar valor de rechistro TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Politica de dreitos d'autor"
@@ -2078,7 +2117,7 @@ msgstr "Politica de dreitos d'autor"
 msgid "Could not leave chat"
 msgstr "No s'ha puesto salir d'este chat "
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "No s'ha puesto cargar esta canal"
 
@@ -2094,7 +2133,7 @@ msgstr "No s'ha puesto silenciar lo chat"
 msgid "Could not process your video"
 msgstr "No s'ha puesto procesar lo tuyo video"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Crear"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Crear un codigo QR pa pack d'inicio"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Crea un paquet d'inicio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Crea un paquet d'inicio pa yo"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Crea una cuenta"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Crea un avatar"
 
@@ -2209,13 +2248,13 @@ msgstr "Tema fosco"
 msgid "Date of birth"
 msgstr "Data de naixencia"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Desactivar cuenta"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Moderacion de depuración"
 
@@ -2237,13 +2276,13 @@ msgstr "Iconos per defecto"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Borrar"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Borrar la cuenta"
 
@@ -2259,19 +2298,19 @@ msgstr "Borrar la clau d'a app"
 msgid "Delete app password?"
 msgstr "Borrar la clau d'a app?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Borrar lo rechistro de declaracion de conversa"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Borrar conversa"
 
@@ -2299,9 +2338,9 @@ msgstr "Borrar mensache pa yo"
 msgid "Delete my account"
 msgstr "Borrar la mía cuenta"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Borrar una publicación"
 
@@ -2318,7 +2357,7 @@ msgstr "Borrar paquet d'inicio?"
 msgid "Delete this list?"
 msgstr "Borrar esta lista?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Borrar esta publicación?"
 
@@ -2335,19 +2374,19 @@ msgstr "Cuenta borrada"
 msgid "Deleted post."
 msgstr "Se borró la publicación."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Descripción"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "La descripción ye masiau larga"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Texto descriptivo alternativo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Desvincular cita"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Desvincular publicación de la cita?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Modo desenrolladors desactivau"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Modo desenrollador activau"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Desenrollar opcions"
 
@@ -2388,6 +2427,15 @@ msgstr "Achustar quí puede interactuar con esta publicación"
 msgid "Dim"
 msgstr "Tenue"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Desactivar Correu 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Desactivau"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Descartar"
 
@@ -2420,11 +2468,11 @@ msgstr "Descartar"
 msgid "Discard changes?"
 msgstr "Descartar cambios?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Descartar borrador?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Descartar la publicación?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Descubre nuevas canals personalizadas"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Descubrir nuevas canals"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Descartar"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Descartar error"
 
@@ -2471,9 +2519,9 @@ msgstr "Amagar esta sección"
 msgid "Display larger alt text badges"
 msgstr "Amostrar insignias de texto alternativo mas grans"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Amostrar lo nombre"
@@ -2482,11 +2530,11 @@ msgstr "Amostrar lo nombre"
 msgid "Display Name"
 msgstr "Amostrar lo nombre"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Lo nombre ye masiau largo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "No prencipia ni remata con un guión"
 msgid "Domain verified!"
 msgstr "Dominio verificau!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Listo{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Dople toque pa zarrar lo dialogo"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Toca dos vegadas pa indicar que te fa goyo"
 
@@ -2575,7 +2633,7 @@ msgstr "Duración:"
 msgid "e.g. alice"
 msgstr "p. eix. alicia"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "p. eix. Alicia Apelliu"
 
@@ -2587,7 +2645,7 @@ msgstr "p. eix. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "p. eix. alicia.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "p. eix. Artista, amant d'os cans, y lectora avida."
 
@@ -2595,19 +2653,19 @@ msgstr "p. eix. Artista, amant d'os cans, y lectora avida."
 msgid "E.g. artistic nudes."
 msgstr "p. eix. desnudos artisticos."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "p. eix. Publicadors frecuents"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "p. eix. Spammers"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "p. eix. Usuarios que simpre enciertan."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "p. eix. Usuarios que gosan responder con publicidat."
 
@@ -2615,7 +2673,7 @@ msgstr "p. eix. Usuarios que gosan responder con publicidat."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Cada codigo funciona una vegada. Recibirás mas codigos d'invitación periodicament."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Editar"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Editar avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Editar avatar"
 msgid "Edit Feeds"
 msgstr "Editar canals"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Editar la imachen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Editar achustes d'interacción"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Editar los detalles d'a lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Editar lista de Moderación"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Editar las mías noticias"
 
@@ -2679,15 +2742,15 @@ msgstr "Editar Personas"
 msgid "Edit post interaction settings"
 msgstr "Editar achustes d'interacción d'a publicación"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Editar lo perfil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Editar lo perfil"
 
@@ -2695,7 +2758,7 @@ msgstr "Editar lo perfil"
 msgid "Edit starter pack"
 msgstr "Editar paquet d'inicio"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Editar lista d'Usuarios"
 
@@ -2707,11 +2770,11 @@ msgstr "Editar quí puede responder"
 msgid "Edit your display name"
 msgstr "Editar lo tuyo nombre pa amostrar "
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Edita lo tuyo descripcion de perfil"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Edita lo tuyo paquet d'inicio"
 
@@ -2724,9 +2787,8 @@ msgstr "Educación"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Lo creador d'esta lista t'ha blocau u l'has blocau tu."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Correu electronico"
 
@@ -2747,20 +2809,17 @@ msgstr "Adreza de correu electronico"
 msgid "Email Resent"
 msgstr "Correu electronico reninviau"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Correu electronico actualizau"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Correu electronico actualizau"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Correu electronico verificau"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Incrustar codigo HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Incrustar publicación"
 
@@ -2785,8 +2844,9 @@ msgstr "Incrusta esta publicación en o tuyo puesto web. Simplament copia lo sig
 msgid "Embedded video player"
 msgstr "Reproductor de video incrustau"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Activar"
 
@@ -2798,9 +2858,9 @@ msgstr "Activar {0} nomás"
 msgid "Enable adult content"
 msgstr "Activar conteniu adulto"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Activar correu 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Activau"
 msgid "End of feed"
 msgstr "Fin de noticias"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Asegura-te d'haber triau un idioma pa cada fichero de subtítols."
 
@@ -2860,14 +2920,15 @@ msgstr "Escribe una clau"
 msgid "Enter a word or tag"
 msgstr "Escribe una parola u etiqueta"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Escribe Codigo"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Escribe Codigo de Confirmación"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Dentrar en pantalla completa"
@@ -2897,11 +2958,7 @@ msgstr "Escribe la tuya data de naixencia"
 msgid "Enter your email address"
 msgstr "Escribe l'adreza de correu electronico"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Escribe alto lo tuyo nuevo correu"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Escribe la tuya nueva adreza de correu electronico contino."
 
@@ -2921,7 +2978,7 @@ msgstr "Cambia a pantalla completa"
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Error"
@@ -2997,15 +3054,15 @@ msgstr "Salir d'a vista d'imachen"
 msgid "Expand alt text"
 msgstr "Expandir lo texto alt"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Expandir lista d'usuarios"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Expandir u comprimir la publicación completa a la cual yes respondendo"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Ixampla u reduce lo texto d'a publicación"
 
@@ -3031,6 +3088,10 @@ msgstr "Expira {0}"
 msgid "Expires in {0}"
 msgstr "Expira en {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Fichers multimedia explicitos u potencialment perturbadors."
 msgid "Explicit sexual images."
 msgstr "Imáchens sexuals explicitas."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exportar los míos datos"
 
@@ -3071,12 +3132,12 @@ msgstr "Fichers multimedia externos"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Ye posible que fichers multimedia externos permitan que atros puestos recopilen datos sobre tu y lo tuyo dispositivo. No se ninvia u solicita garra tipo d'información dica que pretes lo botón de \"reproducir\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Fichers multimedia externos"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "No s'ha puesto cambiar l'identificador. Torna-lo a intentar."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "No s'ha puesto crear una clau d'aplicación. Torna-lo a intentar."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Error en crear lo paquet d'inicio"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Error en crear la lista. Verifica la tuya connexión a Internet y torna a intentar-lo."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Error en eliminar lo mensache"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Error en eliminar la publicación, per favor intenta-lo de nuevo"
 
@@ -3129,7 +3186,7 @@ msgstr "Error en eliminar la publicación, per favor intenta-lo de nuevo"
 msgid "Failed to delete starter pack"
 msgstr "Error en eliminar lo paquet d'inicio"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Error en ninviar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Error en ninviar l'apelación, per favor intenta de nuevo."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Error en cambiar lo estau de silencio d'o filo, per favor intenta de nuevo"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Error en actualizar las canals"
@@ -3219,11 +3290,15 @@ msgstr "Error en actualizar los achustes"
 msgid "Failed to upload video"
 msgstr "Error en puyar video"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "No s'ha puesto verificar la identificación. Torna-lo a intentar."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Canal"
 
@@ -3242,24 +3317,24 @@ msgstr "Alternar canal"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Comentarios"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "S'han ninviau los comentarios!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Canals"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexible"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Seguir"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Seguir {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Seguir {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Seguir {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Sigue 10 cuentas"
 msgid "Follow 7 accounts"
 msgstr "Sigue 7 cuentas"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Seguir cuenta"
 
@@ -3391,7 +3462,7 @@ msgstr "Seguir cuenta"
 msgid "Follow all"
 msgstr "Seguir a toz"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Seguir tamién"
@@ -3417,7 +3488,7 @@ msgstr "Seguiu per <0>{0}</0> y <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Seguiu per <0>{0}</0>, <1>{1}</1>, y {2, plural, one {# other} other {# others}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Seguidors de @{0} que conoixes"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Seguidors que conoixes"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Seguindo"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Seguindo {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Seguindo {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Seguindo {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferencias d'a canal de seguimiento"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferencias d'a canal de Seguimiento"
@@ -3524,7 +3591,7 @@ msgstr "A sobén publica contenius no deseyaus"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "De <0/>"
@@ -3533,18 +3600,20 @@ msgstr "De <0/>"
 msgid "Gallery"
 msgstr "Galería"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Chenera un paquet d'inicio"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Obtiene aduya"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Prencipiar"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Prencipiando"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Da-le una cara a lo tuyo perfil"
 
@@ -3567,10 +3636,10 @@ msgstr "Violacions flagrants d'a Lei u d'os termens de servicio"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Tornar"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Ir ta l'inicio"
 msgid "Go Home"
 msgstr "Ir ta l'inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Conteniu Grafico"
 msgid "Half way there!"
 msgstr "Ya yes a metat camín!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Identificador"
 
@@ -3665,7 +3750,7 @@ msgstr "Vibración"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Acoso, troleyo u intolerancia"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Etiqueta"
 
@@ -3673,19 +3758,24 @@ msgstr "Etiqueta"
 msgid "Hashtag {tag}"
 msgstr "Etiqueta {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Tiens problemas?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Aduya"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Aduya a que las personas sepan que no yes un bot puyando una foto u creando un avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Vet aquí la tuya clau d'aplicación!"
 msgid "Hidden"
 msgstr "Amagau"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Amagau per la tuya configuración de moderación."
 
@@ -3715,12 +3805,12 @@ msgstr "Lista amagada"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Amagar"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Amagar"
@@ -3729,18 +3819,18 @@ msgstr "Amagar"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Amagar la publicación pa yo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Amagar respuesta pa toz"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Amagar respuesta pa yo"
 
@@ -3748,12 +3838,12 @@ msgstr "Amagar respuesta pa yo"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Amagar esta publicación?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Amagar esta respuesta?"
 
@@ -3771,7 +3861,7 @@ msgstr "Quiers amagar las tendencias?"
 msgid "Hide trending videos?"
 msgstr "Quiers amagar los videos en tendencias?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Amagar lista d'usuarios"
 
@@ -3817,11 +3907,11 @@ msgstr "Pareixe que somos tenendo problemas pa cargar estes datos. Mira debaixo
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Aguarte! Somos dando acceso a videos gradualment, y encara yes en a lista d'espera. Torna a consultar luego!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Inicio"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Las respuestas calients primero"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Cómo habríanos d'ubrir este vinclo?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Tiengo un codigo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Tiengo un codigo"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Tiengo un codigo de confirmación"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Si eliminas esta lista, no podrás recuperar-la."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Si tiens lo tuyo propio dominio, puez fer-lo servir como identificador. Ixo te permite autoverificar la tuya identidat – <0>mas información</0>."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Si eliminas esta publicación, no podrás recuperar-la."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Si deseyas cambiar la tuya clau, te ninviaremos un codigo pa verificar que esta ye la tuya cuenta."
@@ -3915,18 +4008,19 @@ msgstr "Ilegal y urchent"
 msgid "Image"
 msgstr "Imachen"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Imachen alzada en o tuyo carret de fotos!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Codigo de confirmación 2FA no ye valido."
 msgid "Invalid handle. Please try a different one."
 msgstr "Identificador no valido. Intenta-lo con un atro."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Rechistro de publicación invalido u no compatible"
 
@@ -4041,12 +4135,12 @@ msgstr "Ye correcta"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Nomás yes tu per agora! Anyade mas personas a lo tuyo paquet d'inicio buscando alto."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID de fayena: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Fayenas"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Etiquetau per l'autor."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etiquetas"
 
@@ -4100,13 +4194,13 @@ msgstr "Etiquetas en o tuyo conteniu"
 msgid "Language selection"
 msgstr "Triar l'idioma"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Achustes d'Idiomas"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Idiomas"
 
@@ -4124,12 +4218,12 @@ msgstr "Zaguero"
 msgid "learn more"
 msgstr "saber-ne mas"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Aprender-ne mas"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Aprender mas de Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Obtiene mas información sobre la moderación aplicada a este conteniu."
 msgid "Learn more about this warning"
 msgstr "Aprender mas sobre esta advertencia"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Salir de Bluesky"
 msgid "left to go."
 msgstr "quedan."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Deixa-me triar"
 
@@ -4230,7 +4324,7 @@ msgstr "Liuchero"
 msgid "Like"
 msgstr "Me fa goyo"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Me fa goyo ({0, plural, one {# me-fa-goyo} other {# me-fa-goyos}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Da-le «me fa goyo» a 10 publicacions pa entrenar la canal de descubrim
 msgid "Like this feed"
 msgstr "Dar «me fa goyo» a esta noticia"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Como este etiquetador"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Le ha feito goyo a"
 
@@ -4269,16 +4363,16 @@ msgstr "Le fa goyo a {0, plural, one {# usuario} other {# usuarios}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Le fa goyo a {likeCount, plural, one {# usuario} other {# usuarios}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Me fa goyo"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Me fa goyo en esta publicación"
 
@@ -4287,11 +4381,11 @@ msgstr "Me fa goyo en esta publicación"
 msgid "Linear"
 msgstr "Linial"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar d'a lista"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lista silenciada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nombre d'a lista"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "La lista ya no ye silenciada"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listas"
 
@@ -4358,6 +4452,22 @@ msgstr "Listas"
 msgid "Lists blocking this user:"
 msgstr "Listas que blocan a este usuario:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Cargar-ne mas"
@@ -4370,18 +4480,18 @@ msgstr "Cargar mas canals sucheridas"
 msgid "Load new notifications"
 msgstr "Cargar notificacions nuevas"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Cargar publicacions nuevas"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Cargando..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Rechistro"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo de @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo de <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Pareixe que has desclavau totas las tuyas canals. Pero no te preocupes,
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Pareixe que te falta una canal de seguimiento. <0>Fe clic aquí pa anyadir-ne un.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Fe un pa yo"
 
@@ -4455,7 +4569,14 @@ msgstr "Marcar como leyiu"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Multimedia"
 
@@ -4479,7 +4600,7 @@ msgstr "Mencions"
 msgid "Menu"
 msgstr "Menú"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Mensache {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Lo mensache ye masiau largo"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mensaches"
 
@@ -4532,10 +4653,10 @@ msgstr "Cuenta enganyosa"
 msgid "Misleading Post"
 msgstr "Publicación enganyosa"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderación"
 
@@ -4557,12 +4678,12 @@ msgstr "Lista de moderación per <0/>"
 msgid "Moderation list by you"
 msgstr "Lista de moderación per tu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Lista de moderación creada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Lista de moderación actualizada"
@@ -4571,8 +4692,8 @@ msgstr "Lista de moderación actualizada"
 msgid "Moderation lists"
 msgstr "Listas de moderación"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Listas de moderación"
 
@@ -4580,7 +4701,7 @@ msgstr "Listas de moderación"
 msgid "moderation settings"
 msgstr "achustes de moderación"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Estaus de moderación"
 
@@ -4593,7 +4714,7 @@ msgstr "Ferramientas de moderación"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Lo moderador ha decidiu d'establir una advertencia cheneral sobre lo conteniu."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Mas"
 
@@ -4602,8 +4723,8 @@ msgstr "Mas"
 msgid "More feeds"
 msgstr "Mas canals"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Mas opcions"
@@ -4637,10 +4758,10 @@ msgstr "Silenciar"
 msgid "Mute {tag}"
 msgstr "Silenciar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Cuenta muda"
 
@@ -4689,13 +4810,13 @@ msgstr "Silenciar esta parola nomás en etiquetas"
 msgid "Mute this word until you unmute it"
 msgstr "Silenciar esta parola dica que la tornes a habilitar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silenciar filo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silenciar parolas y etiquetas"
 
@@ -4703,12 +4824,12 @@ msgstr "Silenciar parolas y etiquetas"
 msgid "Muted accounts"
 msgstr "Cuentas silenciadas"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Cuentas silenciadas"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "En silenciar una cuenta no veyerás las suyas publicacions en a tuya canal u notificacions. Dengún puede veyer a qui silencias."
 
@@ -4729,15 +4850,15 @@ msgstr "Dengún puede veyer a qui silencias. Las cuentas silenciadas pueden inte
 msgid "My Birthday"
 msgstr "Lo mío aniversario"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Los mías canals"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nombre"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Nombre requeriu"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Navega a la siguient pantalla"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navega a lo tuyo perfil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Te fa falta cambiar-lo?"
 
@@ -4797,18 +4918,23 @@ msgstr "No importa, crea un identificador per yo"
 msgid "New"
 msgstr "Nuevo"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nuevo"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nuevo chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nuevo identificador"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nueva lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Nueva lista"
 msgid "New messages"
 msgstr "Nuevos mensaches"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nueva lista de moderación"
 
@@ -4840,10 +4966,10 @@ msgstr "Nueva clau"
 msgid "New Password"
 msgstr "Nueva clau"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nueva publicación"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nueva publicación"
@@ -4863,7 +4989,7 @@ msgstr "Nueva publicación"
 msgid "New user info dialog"
 msgstr "Finestra d'información pa nuevo usuario"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nueva lista d'usuarios"
 
@@ -4911,6 +5037,10 @@ msgstr "Encara sin claus de l'aplicación"
 msgid "No DNS Panel"
 msgstr "Sin panel de DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "No se troboron GIFs destacaus. Puede haber un problema con Tenor."
@@ -4924,8 +5054,8 @@ msgstr "No se troboron canals. Mira de buscar bella cosa mas."
 msgid "No likes yet"
 msgstr "Encara sini \"me-fa-goyos\""
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Ya no sigues a {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "No i hai citas encara"
 msgid "No reposts yet"
 msgstr "No i hai republicacions encara"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Sin resultau"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "No s'ha trobau resultaus"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "No s'ha trobau resultaus pa \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Desnudez no sexual"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "No trobau"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "No pas agora"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nota sobre compartir"
 
@@ -5052,7 +5177,7 @@ msgstr "Nota sobre compartir"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Nota: Bluesky ye un ret ubierto y publico. Esta configuración nomás limita la visibilidat d'o tuyo conteniu en l'aplicación y lo puesto web de Bluesky, y ye posible que atras aplicacions no respecten esta configuración. Atras aplicacions y puestos web pueden seguir amostrando lo tuyo conteniu a los usuarios que haigan zarrau sesión."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Cosa aquí"
 
@@ -5060,7 +5185,7 @@ msgstr "Cosa aquí"
 msgid "Notification filters"
 msgstr "Filtros de notificación"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Achustes de notificación"
@@ -5077,11 +5202,11 @@ msgstr "Sons de notificación"
 msgid "Notification Sounds"
 msgstr "Sons de notificación"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notificacions"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Vai! Bella cosa ha saliu mal."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "D'acuerdo"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Ye bien"
 
@@ -5140,19 +5265,19 @@ msgstr "Respuestas antigas primero"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "en<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Reiniciando"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Falta lo texto alternativo d'uno u mas GIFs."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Falta lo texto alternativo en una u cuantas imáchens."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Falta lo texto alternativo d'uno u mas videos."
 
@@ -5168,7 +5293,7 @@ msgstr "Nomás {0} puede responder."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Nomás contiene letras, numeros y guions"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Nomás s'admite fichers d'imachen"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ups, bella cosa ha saliu mal!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ui!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ui!"
 msgid "Open"
 msgstr "Ubierto"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Ubrir lo menú d'accesos directos d'o perfil de {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Ubrir lo creyador de avatares"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Ubrir lo menú lateral"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Ubrir selector d'emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Ubrir la pantalla d'información d'a canal"
 msgid "Open feed options menu"
 msgstr "Ubrir menú d'opcions d'a canal"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Ubrir vinclo a {niceUrl}"
 msgid "Open message options"
 msgstr "Ubrir opcions de mensache"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Ubrir la pachina de debug d'a moderación"
 
@@ -5249,20 +5370,25 @@ msgstr "Ubrir achustes de parolas y etiquetas silenciadas"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Ubrir menú d'opcions d'a publicación"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Ubrir menú d'o paquet d'inicio"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Ubrir pachina d'historico"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Ubrir rechistro d'o sistema"
 
@@ -5282,19 +5408,19 @@ msgstr "Ubre un dialogo pa triar quí puede responder a este filo"
 msgid "Opens additional details for a debug entry"
 msgstr "Ubre detalles adicionals pa una dentrada de depuración"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Ubrir camera d'o dispositivo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Ubre lo dialogo de cambio d'identificador"
 
@@ -5306,7 +5432,7 @@ msgstr "Ubrir compositor"
 msgid "Opens device photo gallery"
 msgstr "Ubrir galería de fotos d'o dispositivo"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Ubre lo selector d'emojis"
 
@@ -5324,7 +5450,7 @@ msgstr "Ubre lo fluxo pa iniciar sesión en a tuya cuenta existent de Bluesky"
 msgid "Opens GIF select dialog"
 msgstr "Ubre lo dialogo de selección de GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Ubre lo centro d'aduya en o navegador"
 
@@ -5332,6 +5458,10 @@ msgstr "Ubre lo centro d'aduya en o navegador"
 msgid "Opens list of invite codes"
 msgstr "Ubre la lista de codigos d'invitación"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Ubre lo formulario de restablimiento de clau"
@@ -5340,12 +5470,12 @@ msgstr "Ubre lo formulario de restablimiento de clau"
 msgid "Opens the linked website"
 msgstr "Ubre lo puesto web vinculau"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Ubre este perfil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Ubre lo selector de video"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Unatro"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Unatra cuenta"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Pachina no trobada"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pausar video"
 msgid "People"
 msgstr "Personas"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Personas seguidas per @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Personas seguindo a @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Clavar en inicio"
 msgid "Pin to Home"
 msgstr "Clavar en inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Clavar en o tuyo perfil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Clavau"
 
@@ -5578,14 +5708,14 @@ msgstr "Per favor, tría lo tuyo identificador."
 msgid "Please choose your password."
 msgstr "Per favor, tría la tuya clau."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Per favor, completa la verificación CAPTCHA."
 
-#: 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 "Per favor, confirma lo tuyo correu electronico antes de cambiar-lo. Se trata d'un requisito temporal entre que s'anyaden ferramientas d'actualización de correu electronico, y s'eliminará luego."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Compreba que has escrito bien la tuya adreza de correu."
@@ -5602,10 +5732,28 @@ msgstr "Escribe una clau. Ha de tener a lo menos 8 carácters."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Escribe un nombre unico pa esta clau d'aplicación u fe servir una chenerada aleatoriament."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Per favor, escribe una parola, etiqueta, u frase valida pa silenciar"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Escribe lo tuyo correu electronico."
 msgid "Please enter your invite code."
 msgstr "Escribe lo tuyo codigo d'invitación."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Escribe la tuya clau"
@@ -5648,7 +5800,11 @@ msgstr "Tría una razón pa esta denuncia"
 msgid "Please sign in as @{0}"
 msgstr "Per favor, escribe como @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Per favor, verifica lo tuyo email"
 
@@ -5662,7 +5818,7 @@ msgstr "Politica"
 msgid "Porn"
 msgstr "Pornografía"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Publicar"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Publicar"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Publicar-lo tot"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Publicación per {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Publicación per {0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Publicación eliminada"
@@ -5697,7 +5853,7 @@ msgstr "Publicación eliminada"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "No s'ha puesto cargar la publicación. Compreba la connexión a internet y torna-lo a intentar."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "La publicación ye estada eliminada"
 
@@ -5719,7 +5875,7 @@ msgstr "Publicación amagada per tu"
 msgid "Post interaction settings"
 msgstr "Achustes d'interacción d'a publicación"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Configuración d'interacción d'a publicación"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Publicación desclavada"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Publicacions"
@@ -5789,7 +5945,7 @@ msgstr "Preta pa veyer los seguidors d'esta cuenta que tamién sigues"
 msgid "Previous image"
 msgstr "Imachen previa"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Idioma primario"
 
@@ -5807,26 +5963,26 @@ msgstr "Notificacions prioritarias"
 msgid "Privacy"
 msgstr "Privacidat"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privacidat y seguranza"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privacidat y seguranza"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Politica de privacidat"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Procesando video..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Procesando..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "perfil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Perfil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Perfil actualizau"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Listas publicas y compartibles que se pueden fer servir pa chenerar canals."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "Codigo QR alzau en o tuyo carret de fotos!"
 msgid "Quote post"
 msgstr "Citar una publicación"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "La publicación citada ha estau readjuntada"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "La publicación citada s'ha deseparau correctament"
 
@@ -5927,7 +6083,7 @@ msgstr "Configuración de citas"
 msgid "Quotes"
 msgstr "Citas"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citas d'esta publicación"
 
@@ -5942,8 +6098,8 @@ msgstr "Aleatorio (u la \"ruleta d'o publicador)"
 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 "S'ha excediu lo limite de frecuencia - has mirau de cambiar lo tuyo identificador masiadas vegadas en un curto tiempo. Per favor, aguarda un minuto antes de tornar-lo a intentar."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Readchuntar cita"
 
@@ -5960,15 +6116,15 @@ msgstr "Reactivar la tuya cuenta"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Amostrar-ne menos"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Amostrar-ne mas"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Leyer lo blog de Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Reconnectar"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Recargar conversacions"
@@ -6022,7 +6178,7 @@ msgstr "Recargar conversacions"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Eliminar"
 msgid "Remove {displayName} from starter pack"
 msgstr "Eliminar a {displayName} d'o paquet inicial"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Borrar la cuenta"
 
@@ -6046,13 +6202,13 @@ msgstr "Borrar la cuenta"
 msgid "Remove attachment"
 msgstr "Eliminar l'adchunto"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Eliminar l'avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Eliminar lo banner"
 
@@ -6079,7 +6235,7 @@ msgstr "Eliminar la canal?"
 msgid "Remove from my feeds"
 msgstr "Sacar d'as mías canals"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Borrar de l'acceso rapido?"
 
@@ -6097,11 +6253,16 @@ msgstr "Sacar d'as tuyas canals?"
 msgid "Remove image"
 msgstr "Eliminar la imachen"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Sacar parola silenciada d'a tuya lista"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Eliminar perfil"
 
@@ -6114,7 +6275,7 @@ msgstr "Eliminar cita"
 msgid "Remove repost"
 msgstr "Eliminar republicación"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Eliminar fichero de subtítol"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Eliminau d'as tuyas canals"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Borra lo perfil de l'historial de busqueda"
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Borra la cita d'a publicación"
@@ -6181,7 +6338,7 @@ msgstr "Borra la cita d'a publicación"
 msgid "Replace with Discover"
 msgstr "Reemplaza con descubrimiento"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Respuestas"
 
@@ -6193,12 +6350,12 @@ msgstr "Respuestas deshabilitadas"
 msgid "Replies to this post are disabled."
 msgstr "Las respuestas en esta publicación son deshabilitadas."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Responder"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Responder ({0, plural, one {# respuesta} other {# respuestas}})"
 
@@ -6224,34 +6381,34 @@ msgstr "La configuración de respuestas ye triada per l'autor d'o filo"
 msgid "Reply sorting"
 msgstr "Orden d'as respuestas"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Responder a <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Responder a una publicación blocada"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Responder a una publicación"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Responder a tu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Visibilidat d'a respuesta actualizada"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "La respuesta s'ha amagau correctament"
 
@@ -6261,16 +6418,16 @@ msgstr "La respuesta s'ha amagau correctament"
 msgid "Report"
 msgstr "Denunciar"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Denunciar cuenta"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Denunciar conversación"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Denunciar mensache"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Denunciar publicación"
 
@@ -6369,27 +6526,27 @@ msgstr "Republicar u citar publicación"
 msgid "Reposted By"
 msgstr "Tornau a publicar per"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Tornau a publicar per {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Tornau a publicar per <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Tornau a publicar per tu"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Republicacions d'esta publicación"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Solicitar cambio"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Solicitar codigo"
 msgid "Require alt text before posting"
 msgstr "Requerir texto alternativo antes de publicar"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Demanda una adreza de correu pa dentrar con la tuya cuenta."
 
@@ -6413,13 +6570,19 @@ msgstr "Requeriu pa este furnidor"
 msgid "Required in your region"
 msgstr "Requeriu en a tuya rechión"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Reninviar correu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Reninviar correu"
@@ -6436,8 +6599,8 @@ msgstr "Codigo de restablimiento"
 msgid "Reset Code"
 msgstr "Codigo de restablimiento"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Restablir l'estau d'incorporación"
 
@@ -6458,10 +6621,10 @@ msgstr "Reintenta la zaguera acción, que presentó una error"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Tornar ta la pachina anterior"
 msgid "Returns to home page"
 msgstr "Tornar ta la pachina d'inicio"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Torna ta lo paso anterior"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Alzar"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Alzar"
@@ -6534,7 +6699,7 @@ msgstr "Alzar aniversario"
 msgid "Save changes"
 msgstr "Alzar cambios"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Alzar cambios"
 
@@ -6564,16 +6729,12 @@ msgstr "Alzar en as mías canals"
 msgid "Saved Feeds"
 msgstr "Canals alzadas"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Alzau en o tuyo carret de fotos "
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Alzau en as tuyas canals"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Alza los cambios en o tuyo perfil"
 
@@ -6583,8 +6744,8 @@ msgstr "Alza los achustes de retalle d'a imachen"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Di ola!"
 
@@ -6602,11 +6763,11 @@ msgstr "Desplazar enta alto"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Buscar"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Mirar en as publicacions de @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Mirar en as publicacions de @{0}"
 msgid "Search by name or interest"
 msgstr "Buscar por nombre u interés"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Mirar canals"
 
@@ -6656,8 +6817,8 @@ msgstr "Buscar GIFs"
 msgid "Search my posts"
 msgstr "Mirar en as mías publicacions"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Mirar en publicacions"
 
@@ -6679,7 +6840,11 @@ msgstr "Mirar..."
 msgid "Searches for profiles"
 msgstr "Mira perfils"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Se requiere un paso de seguranza"
 
@@ -6699,7 +6864,7 @@ msgstr "Veyer las publicacions sobre #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Veyer publicacions sobre #{tag} per usuario"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Veyer emplegos en Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Tría una color"
 msgid "Select account"
 msgstr "Triar cuenta"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Tría un avatar"
@@ -6727,10 +6896,22 @@ msgstr "Tría un avatar"
 msgid "Select an emoji"
 msgstr "Tría un emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Triar idiomas de conteniu"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Tría d'una cuenta existent"
@@ -6747,11 +6928,11 @@ msgstr "Triar GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Tría per cuánto tiempo s'habría de silenciar esta parola."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Triar idioma..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Triar idiomas"
 
@@ -6763,6 +6944,10 @@ msgstr "Triar un servicio de moderación"
 msgid "Select moderator"
 msgstr "Triar moderador"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Triar lo emoji {emojiName} como lo tuyo avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Triar los servicios de moderación a los cuals reportar"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Triar video"
 
@@ -6784,11 +6969,11 @@ msgstr "Triar video"
 msgid "Select what content this mute word should apply to."
 msgstr "Triar a qué conteniu s'ha d'aplicar esta parola silenciada."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Triar qué idioma usar en la interfaz d'usuario de l'aplicación."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Tría en qué idiomas deseyas que sían las publicacions d'as tuyas canals. Si no'n trías garra, s'amostrarán en toz los idiomas."
 
@@ -6801,7 +6986,7 @@ msgstr "Tría la tuya data de naixencia"
 msgid "Select your interests from the options below"
 msgstr "Tría los tuyos intereses d'as opcions contino"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Tría en qué idioma deseyas traducir las publicacions d'a tuya canal."
 
@@ -6813,19 +6998,17 @@ msgstr "Tría la opción {0} de {numItems}"
 msgid "Send a neat website!"
 msgstr "Ninvia un puesto web interesant!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Ninviar confirmación"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Ninviar correu de confirmación"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Ninviar correu de confirmación"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Ninviar correu"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Ninviar correu"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Ninviar comentarios"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Ninviar mensache"
@@ -6863,13 +7046,14 @@ msgstr "Ninviar reporte a {0}"
 msgid "Send report to {title}"
 msgstr "Ninviar denuncia a {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Ninviar correu de verificación"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Ninviar vía mensache directo"
 
@@ -6901,10 +7085,10 @@ msgstr "Configura la tuya cuenta"
 msgid "Sets email for password reset"
 msgstr "Estableix lo correu electronico pa restablir la clau"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Achustes"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexualment suchestivo"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Compartir"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Compartir"
@@ -6948,9 +7132,9 @@ msgstr "Comparte una historia chenial!"
 msgid "Share a fun fact!"
 msgstr "Comparte un dato curioso!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Compartir de totas trazas"
 
@@ -6990,7 +7174,7 @@ msgstr "Comparte este paquet d'inicio y aduya a las personas a unir-se a la tuya
 msgid "Share your favorite feed!"
 msgstr "Comparte la tuya canal favorita!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Prebador de Preferencias Compartidas"
 
@@ -7011,8 +7195,8 @@ msgstr "Veyer texto alternativo"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Veyer de totas trazas"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Amostrar respuestas amagadas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Amostrar menos como este"
 
@@ -7042,14 +7226,14 @@ msgstr "Amostrar menos como este"
 msgid "Show list anyway"
 msgstr "Amostrar lista de totas trazas"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Veyer mas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Amostrar-ne mas como este"
 
@@ -7079,8 +7263,8 @@ msgstr "Amostrar las respuestas como filos"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Amostrar respuestas de chent a qui sigues antes que las de demás"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Amostrar respuesta pa toz"
 
@@ -7102,11 +7286,11 @@ msgstr "Amostrar advertencia"
 msgid "Show warning and filter from feeds"
 msgstr "Amostrar advertencia y filtrar d'as canals"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Amuestra información sobre cuán se va crear esta publicación"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Amuestra atras cuentas a las cuals puez cambiar"
 
@@ -7124,8 +7308,8 @@ msgstr "Amuestra lo conteniu"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Amuestra lo conteniu"
 msgid "Sign in"
 msgstr "Iniciar sesión"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Iniciar sesión como {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Inicia sesión u crea una cuenta pa unir-te a la conversación!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Entrar con una cuenta que no ye en a lista"
 
@@ -7158,15 +7342,15 @@ msgstr "Entrar con una cuenta que no ye en a lista"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Inicia sesión en Bluesky u crea una nueva cuenta"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Zarrar sesión"
 
@@ -7174,8 +7358,8 @@ msgstr "Zarrar sesión"
 msgid "Sign Out"
 msgstr "Zarrar sesión"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Salir?"
 
@@ -7206,12 +7390,17 @@ msgstr "Blincar este fluxo"
 msgid "Smaller"
 msgstr "Mas chicot"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Programación"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Bella cosa no yera bien en os datos que yes mirando de denunciar. Contacta con o soporte."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "I ha habiu una error"
 
@@ -7264,8 +7453,8 @@ msgstr "I ha habiu una error. Intenta-lo atra vegada."
 msgid "Something wrong? Let us know."
 msgstr "Bella cosa va mal? Fe-nos-lo saber."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "La tuya sesión ha caducau. Torna a iniciar sesión."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; mencions u respuestas excesivas"
 msgid "Sports"
 msgstr "Esportes"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Iniciar un nuevo chat"
 
@@ -7322,8 +7511,8 @@ msgstr "Empecipia a anyadir chent!"
 msgid "Start chat with {displayName}"
 msgstr "Iniciar chat con {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Paquet d'inicio"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Lo paquet d'inicio ye invalido"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Paquez d'inicio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Los paquez d'inicio te permiten compartir facilment las tuyas canals y personas favoritas con os tuyos amigos."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Pachina d'estau"
 
@@ -7363,12 +7552,12 @@ msgstr "Pachina d'estau"
 msgid "Step {0} of {1}"
 msgstr "Paso {0} de {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Almagacenamiento limpio, te fa falta reiniciar l'aplicación agora."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Libro de cuentos"
 
@@ -7401,11 +7590,11 @@ msgstr "Subscribir-se"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Subscribi-te a @{0} pa usar estas etiquetas:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Suscribir-se a lo etiquetador"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Suscribir-se a este etiquetador"
 
@@ -7413,11 +7602,12 @@ msgstr "Suscribir-se a este etiquetador"
 msgid "Subscribe to this list"
 msgstr "Suscribir-se a esta lista"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Exito!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Soporte"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Cambiar cuentas"
 
@@ -7462,11 +7652,11 @@ msgstr "Cambiar cuentas"
 msgid "Switch Account"
 msgstr "Cambiar a unatra cuenta"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Cambiar cuentas"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Cambiar a {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Cambiar a {0}"
 msgid "System"
 msgstr "Sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Rechistro d'o sistema"
 
@@ -7518,7 +7708,7 @@ msgstr "Tecnolochía"
 msgid "Tell a joke!"
 msgstr "Cuenta un chiste!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Contanos una miqueta sobre tu"
 
@@ -7531,12 +7721,12 @@ msgstr "Conta-nos un poquet mas"
 msgid "Terms"
 msgstr "Condicions"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Condicions de servicio"
 
@@ -7564,7 +7754,11 @@ msgstr "Campo de texto"
 msgid "Text input field"
 msgstr "Campo d'introducción de texto"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Gracias! Lo tuyo correu electronico ha estau verificau con exito."
 
@@ -7597,12 +7791,12 @@ msgstr "No s'ha puesto trobar ixe paquet d'inicio."
 msgid "That's all, folks!"
 msgstr "Ixo ye tot, amigos!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Ixo ye tot!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "La cuenta podrá interactuar con tu dimpués de desblocar-la."
 
@@ -7636,6 +7830,10 @@ msgstr "La canal de Descubrir"
 msgid "The Discover feed now knows what you like"
 msgstr "La canal de Descubrir agora sabe lo que te fa goyo"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "La experiencia ye millor en l'aplicación. Descarga Bluesky agora y continaremos an lo deixés."
@@ -7669,6 +7867,7 @@ msgstr "La Politica de privacidat s'ha tresladau a <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Lo video triau ye mayor de 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Pareix que lo servidor ye experimentando problemas. Torna-lo a intentar dimpués de bels momentos."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "I ha habiu un problema en contactar con o servidor"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "I ha habiu un problema en contactar con o servidor, compreba la tuya connexión y torna-lo a intentar."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "I ha habiu un problema en obtener las notificacions. Toca aquí pa intentar de nuevo."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "I ha habiu un problema en obtener las publicacions. Toca aquí pa intentar de nuevo."
 
@@ -7763,20 +7962,20 @@ msgstr "I ha habiu un problema en ninviar lo tuyo reporte. Compreba la tuya conn
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "I ha habiu un problema en actualizar las tuyas canals, compreba la tuya connexión y torna-lo a intentar."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "I ha habiu un problema {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Estes achustes nomás afectan a la canal \"Seguindo\""
 msgid "This {screenDescription} has been flagged:"
 msgstr "Esta {screenDescription} ha estau marcada:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Esta cuenta ha solicitau que los usuarios inicien sesión pa veyer lo su
 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 ye blocada per una u mas d'as tuyas listas de moderación. Pa desblocar-la, per favor visita las listas dreitament y elimina a este usuario."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Este conteniu no se puede veyer sin una cuenta de Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Esta conversa ye con una cuenta eliminada u desactivada. Preta pa veyer las opcions"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Esta función ye en beta. Puez leyer mas sobre la exportación de repositorios en <0>esta publicación d'o blog</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 caracteristica no ye disponible cuan s'emplega una clau d'aplicación. Dentra con a tuya clau principal."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Esta canal ye vueda! Ye posible que amenestas seguir a mas usuarios u achustar la configuración d'idioma."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Esta canal ye vueda."
@@ -7899,9 +8106,10 @@ msgstr "Este identificador ye reservau. Intenta-lo con una diferent."
 msgid "This information is not shared with other users."
 msgstr "Esta información no ye compartida con atros 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 "Esto ye important per si nunca te fa falta cambiar lo tuyo correu electronico u restablir la tuya clau."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Esta lista ye vueda."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Este servicio de moderación no ye disponible. Consulta mas detalles contino. Si lo problema persiste, contacta-nos."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Esta publicación diz haber estau creada lo <0>{0}</0>, pero la hemos vista en Bluesky lo <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Esta publicación diz haber estau creada lo <0>{0}</0>, pero la hemos vi
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Esta publicación tiene un tipo de threadgate desconoixiu. Ye posible que la tuya aplicación siga obsoleta."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Esta publicación ye estada eliminada."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Esta publicación nomás ye visible pa usuarios rechistraus. No será visible pa personas no rechistradas."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Esta publicación será amagada d'as canals y filos. Esto no se puede desfer."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "L'autor d'esta publicación ha deshabilitau las citas de publicacions."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Este perfil nomás ye visible pa usuarios rechistraus. No será visible pa personas no rechistradas."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Esta respuesta será clasificada en una sección amagada a la fin d'o tuyo filo y silenciará las notificacions pa respuestas posteriors, tanto pa tu como pa atros."
 
@@ -7976,6 +8184,10 @@ msgstr "Este servicio no ha proporcionau termins de servicio ni una politica de
 msgid "This should create a domain record at:"
 msgstr "Esto habría de crear un rechistro de dominio en:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Este usuario no tiene seguidors."
@@ -8013,11 +8225,11 @@ msgstr "Este usuario no sigue a dengún."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Esto eliminará \"{0}\" d'as tuyas parolas silenciadas. Siempre puez anyadir-lo de nuevo mas enta debant."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Esto eliminará @{0} d'a lista d'acceso rapido."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Esto eliminará la tuya publicación d'esta cita pa toz los usuarios y la reemplazará con un marcador de posición."
 
@@ -8044,7 +8256,7 @@ msgstr "En filos"
 msgid "Threaded mode"
 msgstr "Modo con filos"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferencias de filos"
 
@@ -8056,14 +8268,15 @@ msgstr "Tiempo restant: {0, plural, one {# segundo} other {# segundos}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Pa desactivar lo metodo de 2FA per correu electronico, verifica per favor lo tuyo acceso a l'adreza de correu electronico."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 denunciar una conversación, per favor denuncia un d'os suyos mensaches a traviés d'a pantalla d'a conversación. Esto permite a los nuestros moderadors entender lo contexto d'o tuyo problema."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Pa puyar videos a Bluesky, primero has de verificar lo tuyo correu electronico."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "A quí te faría goyo de ninviar este reporte?"
@@ -8090,16 +8303,16 @@ msgstr "Activa/desactiva lo son"
 msgid "Top"
 msgstr "Alto"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Tema"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traducir"
 
@@ -8144,6 +8357,7 @@ msgstr "Escribe lo tuyo mensache aquí"
 msgid "Type:"
 msgstr "Tipo:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "No s'ha puesto connectar. Compreba la tuya connexión d'internet y torna-lo a intentar."
@@ -8166,27 +8380,27 @@ msgstr "No se puede eliminar"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Desblocar"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Desblocar"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Desblocar cuenta"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Desblocar cuenta?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Deixar de seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Deixar de seguir a {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Deixar de seguir esta cuenta"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Deixa de seguir a l'usuario"
 
@@ -8225,7 +8439,7 @@ msgstr "Deixa de seguir a l'usuario"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Garra d'os tuyos etiquetadors subscritos soporta este tipo de denuncia."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "Ya no me fa goyo"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Ya no me fa goyo ({0, plural, one {# me-fa-goyo} other {# me-fa-goyos}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Deixar de silenciar"
 msgid "Unmute {tag}"
 msgstr "Deixar de silenciar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Deixar de silenciar cuenta"
 
@@ -8267,8 +8481,8 @@ msgstr "Deixar de silenciar conversación"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Deixar de silenciar filo"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Desclavar d'inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Desclavar d'o perfil"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} ye desclavau d'Inicio"
 msgid "Unpinned from your feeds"
 msgstr "Desclavau d'as tuyas canals"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Dar-se de baixa"
 
@@ -8320,7 +8539,7 @@ msgstr "Dar-se de baixa"
 msgid "Unsubscribe from list"
 msgstr "Dar-se de baixa d'a lista"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Dar-se de baixa d'este etiquetador"
 
@@ -8328,11 +8547,11 @@ msgstr "Dar-se de baixa d'este etiquetador"
 msgid "Unsubscribed from list"
 msgstr "Dau de baixa d'a lista"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Tipo de video no soportau"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Tipo de video no soportau: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Actualizar <0>{displayName}</0> en Listas"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Actualizar a {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Ha fallau l'actualización de l'adchunto d'a cita"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Ha fallau l'actualización d'a visibilidat d'a respuesta"
@@ -8371,7 +8601,7 @@ msgstr "Ha fallau l'actualización d'a visibilidat d'a respuesta"
 msgid "Updating..."
 msgstr "Actualizando..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Puya una foto en cuenta"
 
@@ -8379,22 +8609,22 @@ msgstr "Puya una foto en cuenta"
 msgid "Upload a text file to:"
 msgstr "Carga un fichero de texto en:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Puyar dende la camera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Puyar dende los tuyos fichers"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Puyar dende la biblioteca"
 
@@ -8407,7 +8637,7 @@ msgstr "Cargando imáchens..."
 msgid "Uploading link thumbnail..."
 msgstr "Cargando thumbnail d'o vinclo..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Cargando video..."
 
@@ -8419,8 +8649,8 @@ msgstr "Usar claus de l'aplicación pa dentrar en atros clients de Bluesky que d
 msgid "Use default provider"
 msgstr "Utilizar lo furnidor predeterminau"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Usar navegador integrau"
 
@@ -8429,8 +8659,8 @@ msgstr "Usar navegador integrau"
 msgid "Use in-app browser to open links"
 msgstr "Fer servir lo navegador interno pa ubrir vinclos"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Usar lo mío navegador predeterminau"
 
@@ -8484,12 +8714,12 @@ msgstr "Lista d'usuarios per {0}"
 msgid "User list by you"
 msgstr "Lista d'usuarios per tu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Lista d'usuarios creada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Lista d'usuarios actualizada"
@@ -8523,11 +8753,15 @@ msgstr "Usuarios que sigues"
 msgid "Value:"
 msgstr "Valor:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Se requiere un correu electronico verificau"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verificar rechistro DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Finestra de verificación de correu electronico"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verificar lo correu electronico nuevo"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verificar agora"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verificar fichero de texto"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Compreba lo tuyo correu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifica lo tuyo correu electronico"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versión {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Lo video no s'ha puesto procesar"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Canal de video"
 
@@ -8616,11 +8853,11 @@ msgstr "Video de {0}: {text}"
 msgid "Video Games"
 msgstr "Videojuegos"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Lo video ye en pausa"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Lo video se ye reproducindo"
 
@@ -8628,11 +8865,11 @@ msgstr "Lo video se ye reproducindo"
 msgid "Video not found."
 msgstr "Video no trobau."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Configuración d'o video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video cargau"
 
@@ -8640,24 +8877,24 @@ msgstr "Video cargau"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Veyer l'avatar de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Veyer lo perfil de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Veyer lo perfil de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Veyer lo perfil de {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Veyer lo perfil de l'usuario blocau"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Veyer dentrada de depuración"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Veyer detalles"
 
@@ -8688,7 +8925,7 @@ msgstr "Veyer detalles"
 msgid "View details for reporting a copyright violation"
 msgstr "Veyer mas detalles sobre cómo reportar una violación de Dreitos d'Autor"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Veyer filo completo"
 
@@ -8703,13 +8940,12 @@ msgstr "Veyer información sobre estas etiquetas"
 msgid "View more"
 msgstr "Veyer mas"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Veyer perfil"
 
@@ -8790,6 +9026,11 @@ msgstr "Advertir de conteniu"
 msgid "Warn content and filter from feeds"
 msgstr "Advertir de conteniu y filtrar d'as canals"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "No hemos puesto trobar resultaus pa ixe hashtag."
@@ -8798,7 +9039,7 @@ msgstr "No hemos puesto trobar resultaus pa ixe hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr "No hemos puesto trobar resultaus pa este tema."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "No hemos puesto cargar esta conversación"
 
@@ -8822,6 +9063,10 @@ msgstr "S'han acabau las publicacions d'os tuyos seguius. Aquí ye la zaguera de
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "No hemos puesto determinar si tiens permiso pa puyar videos. Per favor, torna a intentar-lo. xxxxxxxxxxxxxxxxxxxxxxxxxx"
@@ -8842,6 +9087,10 @@ msgstr "No hemos puesto connectar-nos. Per favor, intenta de nuevo pa continar c
 msgid "We will let you know when your account is ready."
 msgstr "T'informaremos cuan la tuya cuenta sía lista."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Usaremos esto pa aduyar a personalizar la tuya experiencia."
@@ -8871,7 +9120,7 @@ msgstr "Vai, pero no hemos puesto cargar las tuyas parolas silenciadas en este m
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Vai, no s'ha puesto completar la tuya busqueda. Torna-lo a intentar uns minutos."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Vai! La publicación a la cual yes respondendo ha estau eliminada."
 
@@ -8880,7 +9129,7 @@ msgstr "Vai! La publicación a la cual yes respondendo ha estau eliminada."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Vai! No trobamos la pachina que buscabas."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Vai! Nomás puez subscribir-te a vinte etiquetadors, y has alcanzau lo tuyo limite de vinte."
 
@@ -8902,7 +9151,7 @@ msgstr "Cómo quiers clamar a lo tuyo paquet d'inicio?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Qué fas?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Vai!"
@@ -8984,11 +9233,11 @@ msgstr "Per qué creyes que este usuario ha d'estar revisau?"
 msgid "Write a message"
 msgstr "Escribe un mensache"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Redacta una publicación"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Redacta una respuesta"
@@ -9002,6 +9251,11 @@ msgstr "Escritors"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Lo servidor ha tornau un DID incorrecto. Recibiu: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Sí xxxxxxxxxxxxxxxxxxx"
@@ -9015,11 +9269,11 @@ msgstr "Sí, desactivar"
 msgid "Yes, delete this starter pack"
 msgstr "Sí, eliminar este paquet d'inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Sí, deseparar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Sí, amagar"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Yes en ringlera."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "No tiens permiso pa puyar videos."
@@ -9055,12 +9318,16 @@ msgstr "No tiens permiso pa puyar videos."
 msgid "You are not following anyone."
 msgstr "No yes seguindo a dengún."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Has silenciau esta cuenta."
 msgid "You have muted this user"
 msgstr "Has silenciau esta cuenta"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "No tiens garra conversacion. Encomienza-ne una!"
 
@@ -9179,11 +9446,11 @@ msgstr "No tiens garra canal."
 msgid "You have no lists."
 msgstr "No tiens garra lista."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Encara no has blocau garra cuenta. Pa blocar una cuenta, veye a lo suyo perfil y tría \"Blocar cuenta\" en o menú d'a suya cuenta."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Encara no has silenciau garra cuenta. Pa silenciar una cuenta, veye a lo suyo perfil y tría \"Silenciar cuenta\" en o menú d'a suya cuenta."
 
@@ -9191,11 +9458,15 @@ msgstr "Encara no has silenciau garra cuenta. Pa silenciar una cuenta, veye a lo
 msgid "You have reached the end"
 msgstr "Has arribau a la fin"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Has alcanzau temporalment lo limite de puyadas de videos. Torna a intentar-lo mas enta debant."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Encara no has creau un paquet d'inicio!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Nomás puez anyadir dica 3 canals"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "No puez triar mas de 4 imachens"
 
@@ -9232,7 +9503,7 @@ msgstr "No puez triar mas de 4 imachens"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Has de seguir a lo menos a siet personas mas pa chenerar un paquet d'inicio."
 
@@ -9248,10 +9519,18 @@ msgstr "Has d'atorgar acceso a la tuya biblioteca de fotos pa alzar la imachen."
 msgid "You must select at least one labeler for a report"
 msgstr "Has de triar a lo menos un etiquetador pa un informe"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Dinantes hebas desactivau a @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Saldrás de totas las tuyas cuentas."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Ya no recibirás notificacions d'este filo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Agora recibirás notificacions d'este filo"
 
@@ -9305,7 +9584,7 @@ msgstr "Prencipiarás a seguir a estas personas y a {0} mas"
 msgid "You'll follow these people right away"
 msgstr "Prencipiarás a seguir a estas personas a l'inte"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Recibirás un correu electronico en <0>{0}</0> pa verificar que yes tu."
 
@@ -9339,6 +9618,10 @@ msgstr "Has trobau cualques persona a qui seguir"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Has harribau a la fin d'a tuya canal! Troba  mas cuentas pa seguir."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus bytes)"
@@ -9347,7 +9630,7 @@ msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus bytes)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus videos)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Ya has visto toz los videos que i heba. Y si te descansas una mica?"
 
@@ -9391,14 +9674,18 @@ msgstr "Lo tuyo navegador no soporta este formato de video. Per favor intenta-lo
 msgid "Your chats have been disabled"
 msgstr "Los tuyos chats son estau deshabilitaus"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "La tuya tría será alzada. Puez cambiar esto en os achustes dimpués."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Lo tuyo identificador actual <0>{0}</0> quedará automaticament reservau pa tu. Puez tornar-ie en cualsequier momento dende esta cuenta."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Lo tuyo identificador actual <0>{0}</0> quedará automaticament reservau
 msgid "Your email appears to be invalid."
 msgstr "Lo tuyo correu electronico pareixe no estar valido."
 
-#: 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 "Lo tuyo correu electronico ha estau actualizau pero no comprebau. Compreba lo tuyo nuevo correu electronico."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Lo tuyo correu electronico encara no ha estau comprebau. Per la tuya seguranza, recomendamos que lo comprebes."
 
@@ -9434,7 +9721,7 @@ msgstr "Lo tuyo identificador completo será <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Lo tuyo nombre d'usuario completo será <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "S'ha cambiau con exito la tuya clau!"
 msgid "Your password must be at least 8 characters long."
 msgstr "La tuya ha de tener a lo menos 8 carácters."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "S'ha publicau la tuya publicación"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "S'han publicau las tuyas publicacions"
 
@@ -9479,7 +9766,7 @@ msgstr "Las tuyas publicacions, a qué le das \"me fa goyo\" y a quí blocas son
 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 "Lo tuyo perfil, publicacions, canals y listas no tornarán a estar visibles pa atros usuarios de Bluesky. Puez reactivar la tuya cuenta dentrando-ie en cualsequier momento."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Respuesta publicada"
 
diff --git a/src/locale/locales/ast/messages.po b/src/locale/locales/ast/messages.po
index 2aced01b4..d33795bb3 100644
--- a/src/locale/locales/ast/messages.po
+++ b/src/locale/locales/ast/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ast\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Asturian\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr ""
 msgid "(contains embedded content)"
 msgstr "(contién elementos incrustaos)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(ensin direición de corréu)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# republicación} other {# republicaciones}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# segundu} other {# segundos}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: 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:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {préstame} other {préstames}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {préstame} other {préstames}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {publicación} other {publicaciones}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {cita} other {cites}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {republicación} other {republicaciones}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0> n'<1>etiquetes</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>en <1>testu y etiquetes</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} xunióse esta selmana"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatar de: {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0} m"
 msgid "{0}s"
 msgstr "{0} s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minutu} other {minutos}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 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/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 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/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 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 publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 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/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} siguióte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} siguióte tamién"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "A {firstAuthorLink} prestó-y el to feed personalizáu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "A {firstAuthorLink} prestó-y la publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} republicó la publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} rexistróse col to paquete d'iniciación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} siguiéronte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} prestó-yos la publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 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 publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} siguióte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} siguióte tamién"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "A {firstAuthorName} prestó-y la publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} republicó la publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} rexistróse col to paquete d'iniciación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "Sigue a {following}"
@@ -335,11 +339,23 @@ msgstr "Sigue a {following}"
 msgid "{handle} can't be messaged"
 msgstr "Nun se puen unviar mensaxes a {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}</0>, <1>{1}</1> y {2, plural, one {# más} other {# más}} inclúinse nel paquete d'iniciación"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 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:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "{1, plural, one {Sigue a} other {Sigue a}} <0>{0}</0>"
 
@@ -422,7 +438,7 @@ msgstr ""
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Tu</0> y <1></1><2>{0}</2> tais incluyíos nel paquete d'iniciación"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠L'indicador ye inválidu"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Tocante a"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accesibilidá"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Configuración d'accesibilidá"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Cuenta"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr ""
@@ -517,33 +533,33 @@ msgstr ""
 msgid "Account Muted by List"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Quitóse la cuenta del accesu rápidu"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr ""
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr ""
 msgid "Add a content warning"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr ""
 msgid "Add alt text"
 msgstr ""
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Amestar otra cuenta"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Amestar otra publicación"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Amestar una publicación nueva"
 
@@ -664,8 +684,8 @@ msgstr "Amiesta'l rexistru DNS siguiente al to dominiu:"
 msgid "Add this feed to your feeds"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Amestar a llistes"
 
@@ -718,6 +738,11 @@ msgstr "Etiquetes de conteníu p'adultos"
 msgid "Advanced"
 msgstr "Opciones avanzaes"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Too"
@@ -732,7 +757,7 @@ msgstr ""
 msgid "All languages"
 msgstr "Toles llingües"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Tolos feeds que guardesti, nun llugar."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Testu alternativu"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 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."
 
@@ -825,7 +849,7 @@ msgstr "Prodúxose un error mentanto se comprimía'l videu."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 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?"
 
@@ -842,7 +866,7 @@ msgstr "Prodúxose un error mentanto se cargaba'l videu. Volvi tentalo."
 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:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Prodúxose un error mentanto se seleicionaba'l videu"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Prodúxose un error mentanto se xubía'l videu."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 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
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Prodúxose un problema al aniciar la charra"
 
@@ -875,8 +899,8 @@ 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:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Comportamientu antisocial"
 msgid "Anybody can interact"
 msgstr "Tol mundu pue interactuar"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Llingua de l'aplicación"
 
@@ -958,7 +982,7 @@ msgstr "Los nomes de les contraseñes d'aplicación han tener polo menos 4 cará
 msgid "App passwords"
 msgstr "Contraseñes d'aplicación"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Contraseñes d'aplicación"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "Apellar esta decisión"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Aspeutu"
 
@@ -1006,12 +1030,12 @@ msgstr "Aspeutu"
 msgid "Apply default recommended feeds"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Archivóse la publicación"
 
@@ -1047,11 +1071,11 @@ msgstr "¿De xuru que quies quitar «{0}» de los tos feeds?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "¿De xuru que quies quitar esti elementu de los tos feeds?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 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:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "¿De xuru que quies escartar esta publicación?"
 
@@ -1072,6 +1096,11 @@ msgstr "Arte"
 msgid "Artistic or non-erotic nudity."
 msgstr "Desnudos artísticos o que nun son eróticos."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Ye de 3 caráuteres polo menos"
@@ -1103,7 +1132,7 @@ msgstr "Reproducir automáticamente vídeos y GIFs"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Atrás"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Enantes de crear una llista, primero tienes de verificar la direición de corréu."
 
-#: src/view/com/composer/Composer.tsx:629
-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/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Enantes de crear un paquete d'iniciación, tienes de verificar primero la direición de corréu."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Enantes de poder unviar un mensaxe a otru usuariu, primero tienes de verificar la direición de corréu."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Aniversariu"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bloquiar la cuenta"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "¿Quies bloquiar la cuenta?"
 
@@ -1200,17 +1235,17 @@ msgstr "Bloquióse"
 msgid "Blocked accounts"
 msgstr "Cuentes bloquiaes"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Cuentes bloquiaes"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Les cuentes bloquiaes nun puen responder nos tos filos, mentante nin interactuar contigo de nenguna forma."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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."
 
@@ -1226,11 +1261,11 @@ msgstr "El bloquéu nun impide qu'esti etiquetador aplique etiquetes a la to cue
 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:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blogue"
 
@@ -1239,7 +1274,7 @@ msgstr "Blogue"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky nun pue verificar l'autenticidá de la data indicada."
 
@@ -1265,7 +1300,7 @@ msgstr "¡Bluesky ye meyor con compaña!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Términos del serviciu de Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr ""
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Negocios"
 
@@ -1374,45 +1409,47 @@ msgstr "Al crear una cuenta aceptes los <0>términos del serviciu</0>."
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Cámara"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Encaboxar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr ""
 msgid "Cancel image crop"
 msgstr ""
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr ""
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr ""
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Nun se pue interactuar con un usuariu bloquiáu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Sotítulos (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Sotítulos y testu alternativu"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr ""
 
@@ -1478,13 +1514,12 @@ msgstr ""
 msgid "Change app icon to \"{0}\""
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Camudar la direición de corréu"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr ""
 
@@ -1497,10 +1532,6 @@ msgstr "Cambéu del identificador"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr ""
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Cambéu de la contraseña"
@@ -1513,11 +1544,11 @@ msgstr ""
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Confirmación de la direición de corréu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr ""
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Charra"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Silencióse la charra"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Configuración de la charra"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "La charra dexó de tar silenciada"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr ""
 msgid "Choose Feeds"
 msgstr "Seleición de feeds"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Escoyer por min"
 
@@ -1619,7 +1650,7 @@ msgstr ""
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "¡Escueyi les llinies temporales que quieras! Feeds creaos pola comunidá que t'ayuden a atopar el conteníu que te presta pola vida."
 
@@ -1631,16 +1662,16 @@ msgstr "Escueyi una contraseña"
 msgid "Choose your username"
 msgstr "L'identificador"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr ""
 msgid "click here"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Calca pa desactivar les cites d'esta publicación."
@@ -1676,29 +1715,34 @@ msgstr "Clima"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Tocotó 🐴 tocotó 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Zarrar"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Zarrar el diálogu activu"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Zarrar el caxón baxeru"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Zarrar el diálogu"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr ""
 
@@ -1751,12 +1795,12 @@ msgstr "Zarrar esti diálogu"
 msgid "Closes password update alert"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "Zarra'l visor de la imaxe de la testera"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Contrayer la llista d'usuarios"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Contrái la llista d'usuarios d'una notificación apurrida"
 
@@ -1791,7 +1835,7 @@ msgstr "Comedia"
 msgid "Comics"
 msgstr "Cómics"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Pautes de la Comunidá"
@@ -1804,11 +1848,11 @@ msgstr ""
 msgid "Complete the challenge"
 msgstr "Completa'l retu"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Comprimiendo'l videu…"
 
@@ -1828,23 +1872,17 @@ msgstr ""
 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:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 ""
@@ -1861,18 +1899,19 @@ msgstr ""
 msgid "Confirm your birthdate"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Códigu de confirmación"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Códigu de confirmación"
 
@@ -1880,8 +1919,8 @@ msgstr "Códigu de confirmación"
 msgid "Connecting..."
 msgstr "Conectando…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr ""
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr ""
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr ""
 
@@ -1911,7 +1950,7 @@ msgstr ""
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Llingües del conteníu"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr ""
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Siguir"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr ""
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Siguir col filu…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Dir al pasu siguiente"
@@ -1973,7 +2012,7 @@ msgstr "Cocina"
 msgid "Copied"
 msgstr "Copióse"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "La versión de la compilación copióse nel cartafueyu"
 
@@ -1981,8 +2020,8 @@ msgstr "La versión de la compilación copióse nel cartafueyu"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copióse nel cartafueyu"
 
@@ -1991,7 +2030,7 @@ msgstr "Copióse nel cartafueyu"
 msgid "Copied!"
 msgstr "¡Copióse!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "Copiar"
 msgid "Copy App Password"
 msgstr "Copiar la contraseña d'aplicación"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copiar el códigu"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copiar el DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copiar l'enllaz"
 msgid "Copy link to list"
 msgstr "Copiar l'enllaz de la llista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copiar l'enllaz de la publicación"
 
@@ -2050,13 +2089,13 @@ msgstr "Copiar l'enllaz de la publicación"
 msgid "Copy message text"
 msgstr "Copiar el testu del mensaxe"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copiar el testu de la publicación"
 
@@ -2068,7 +2107,7 @@ msgstr "Copiar el códigu QR"
 msgid "Copy TXT record value"
 msgstr "Copiar el valor de rexistru TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Política de derechos d'autor"
@@ -2078,7 +2117,7 @@ msgstr "Política de derechos d'autor"
 msgid "Could not leave chat"
 msgstr "Nun se pudo colar de la charra"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Nun se pudo cargar el feed"
 
@@ -2094,7 +2133,7 @@ msgstr "Nun se pudo silenciar la charra"
 msgid "Could not process your video"
 msgstr "Nun se pudo procesar el videu"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Crear"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr ""
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr ""
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr ""
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Crear un avatar"
 
@@ -2209,13 +2248,13 @@ msgstr "Estilu escuru"
 msgid "Date of birth"
 msgstr "Data de nacencia"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Desactivación de la cuenta"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr ""
 
@@ -2237,13 +2276,13 @@ msgstr ""
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Desaniciar"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Desaniciar la cuenta"
 
@@ -2259,19 +2298,19 @@ msgstr "Desaniciar la contraseña d'aplicación"
 msgid "Delete app password?"
 msgstr "¿Quies desaniciar la contraseña d'aplicación?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr ""
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr ""
 msgid "Delete my account"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Desaniciar la publicación"
 
@@ -2318,7 +2357,7 @@ msgstr "¿Quies desaniciar el paquete d'iniciación?"
 msgid "Delete this list?"
 msgstr "¿Quies desaniciar esta llista?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "¿Quies desaniciar esti artículu?"
 
@@ -2335,19 +2374,19 @@ msgstr ""
 msgid "Deleted post."
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Descripción"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "La descripción ye mui llonga"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Testu alternativu descriptivu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Separtar la cita"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "¿Quies separtar la cita?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr ""
 
@@ -2388,6 +2427,15 @@ msgstr "Diálogu: configura quién pue interactuar con esta publicación"
 msgid "Dim"
 msgstr "Lleve"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr ""
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Desactivóse"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Escartar"
 
@@ -2420,11 +2468,11 @@ msgstr "Escartar"
 msgid "Discard changes?"
 msgstr "¿Quies escartar los cambeos?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "¿Quies escartar el borrador?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "¿Quies escartar la publicación?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Descubri feeds nuevos"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Escartar l'error"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "Amosar los indicadores de testu alternativu más grandes"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nome visible"
@@ -2482,11 +2530,11 @@ msgstr "Nome visible"
 msgid "Display Name"
 msgstr "Nome visible"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "El nome visible ye mui llongu"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Nun comienza nin acaba per un guión"
 msgid "Domain verified!"
 msgstr "¡Verificóse'l dominiu!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr ""
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "Duración:"
 msgid "e.g. alice"
 msgstr "p. exem. alicia"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr ""
 
@@ -2587,7 +2645,7 @@ msgstr "p. exem. Alicia Hevia"
 msgid "e.g. alice.com"
 msgstr "p. exem. alicia.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "p. exem. Artista, amante de los animales y adicta a los llibros."
 
@@ -2595,19 +2653,19 @@ msgstr "p. exem. Artista, amante de los animales y adicta a los llibros."
 msgid "E.g. artistic nudes."
 msgstr "p. exem. desnudos artísticos."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "p. exem. Perfiles de spam"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "p. exem. Usuarios que respuenden de contino con anuncios."
 
@@ -2615,7 +2673,7 @@ msgstr "p. exem. Usuarios que respuenden de contino con anuncios."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Editar"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Editar l'avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Editar l'avatar"
 msgid "Edit Feeds"
 msgstr "Editar los feeds"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Editar la imaxe"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Editar la configuración de les interaiciones"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Editar los detalles de la llista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr ""
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Edición de los mios feeds"
 
@@ -2679,15 +2742,15 @@ msgstr "Edición de les persones"
 msgid "Edit post interaction settings"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Edición del perfil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Editar el perfil"
 
@@ -2695,7 +2758,7 @@ msgstr "Editar el perfil"
 msgid "Edit starter pack"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Edición de la llista d'usuarios"
 
@@ -2707,11 +2770,11 @@ msgstr ""
 msgid "Edit your display name"
 msgstr ""
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr ""
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr ""
 
@@ -2724,9 +2787,8 @@ msgstr "Educación"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Direición de corréu"
 
@@ -2747,19 +2809,16 @@ msgstr "Direición de corréu electrónicu"
 msgid "Email Resent"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
 msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
@@ -2772,8 +2831,8 @@ msgstr ""
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Incrustar la publicación"
 
@@ -2785,8 +2844,9 @@ msgstr "Incrusta esta publicación nel to sitiu web. Namás copia'l fragmentu de
 msgid "Embedded video player"
 msgstr ""
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Activar"
 
@@ -2798,8 +2858,8 @@ msgstr "Activar namás «{0}»"
 msgid "Enable adult content"
 msgstr "Activar el conteníu p'adultos"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "Activóse"
 msgid "End of feed"
 msgstr "Fin del feed"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr ""
 
@@ -2860,14 +2920,15 @@ msgstr ""
 msgid "Enter a word or tag"
 msgstr "Introduz una pallabra o etiqueta"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 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 ""
@@ -2897,11 +2958,7 @@ msgstr ""
 msgid "Enter your email address"
 msgstr "Introduz la to direición de corréu electrónicu"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr ""
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Introduz abaxo la to direición de corréu nueva."
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Error"
@@ -2997,15 +3054,15 @@ msgstr ""
 msgid "Expand alt text"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr ""
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr ""
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr ""
 msgid "Explicit sexual images."
 msgstr "Imáxenes sexuales esplícites."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Esportar los mios datos"
 
@@ -3071,12 +3132,12 @@ msgstr "Conteníu multimedia esternu"
 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:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferencies del conteníu multimedia esternu"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "El cambéu del identificador falló. Volvi tentalo."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-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/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "La creación del paquete d'iniciación falló"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 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/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "El desaniciu del mensaxe falló"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "El desaniciu de la publicación falló. Volvi tentalo"
 
@@ -3129,7 +3186,7 @@ msgstr "El desaniciu de la publicación falló. Volvi tentalo"
 msgid "Failed to delete starter pack"
 msgstr "El desaniciu del paquete d'iniciación falló"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "L'unviu falló"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: 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:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "L'anovamientu de los feeds falló"
@@ -3219,11 +3290,15 @@ msgstr "L'anovamientu de la configuración falló"
 msgid "Failed to upload video"
 msgstr "La xuba del videu falló"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "La verificación del identificador falló. Volvi tentalo."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feed"
 
@@ -3242,24 +3317,24 @@ msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Opinar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "¡Unvióse la opinión!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feeds"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexible"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Siguir"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Siguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr ""
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr ""
 msgid "Follow 7 accounts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr ""
 
@@ -3391,7 +3462,7 @@ msgstr ""
 msgid "Follow all"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Siguir tamién"
@@ -3417,7 +3488,7 @@ msgstr ""
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr ""
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Siguidores de @{0} que conoces"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Siguidores que conoces"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Siguiendo"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr ""
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferencies del feed «Siguiendo»"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferencies del feed «Siguiendo»"
@@ -3524,7 +3591,7 @@ msgstr "Publica conteníu non deseáu frecuentemente"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr ""
@@ -3533,18 +3600,20 @@ msgstr ""
 msgid "Gallery"
 msgstr "Galería"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Xeneración d'un paquete d'iniciación"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 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/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Comienzu"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Pon cara al perfil"
 
@@ -3567,10 +3636,10 @@ 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/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Dir p'atrás"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr ""
 msgid "Go Home"
 msgstr "Dir al aniciu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Conteníu gráficu"
 msgid "Half way there!"
 msgstr "¡Tas a metá de camín!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Identificador"
 
@@ -3665,7 +3750,7 @@ msgstr "Función háptica"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Acosu, troléu o intolerancia"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Etiqueta"
 
@@ -3673,19 +3758,24 @@ msgstr "Etiqueta"
 msgid "Hashtag {tag}"
 msgstr ""
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "¿Tienes dalgún problema?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Ayuda"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 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."
 
@@ -3698,7 +3788,7 @@ msgstr "¡Equí tienes la contraseña d'aplicación!"
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr ""
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Esconder"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Esconder"
@@ -3729,18 +3819,18 @@ msgstr "Esconder"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Escondeme la publicación"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Esconder la rempuesta pa tol mundu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Escondeme la rempuesta"
 
@@ -3748,12 +3838,12 @@ msgstr "Escondeme la rempuesta"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "¿Quies esconder esta publicación?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "¿Quies esconder esta rempuesta?"
 
@@ -3771,7 +3861,7 @@ msgstr "¿Quies esconder los temes en tendencia?"
 msgid "Hide trending videos?"
 msgstr "¿Quies esconder los vídeos en tendencia?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Esconder la llista d'usuarios"
 
@@ -3817,11 +3907,11 @@ msgstr "Umm… Nun pudimos cargar el serviciu de moderación."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr ""
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Aniciu"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Les rempuestes más populares primero"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "¿Cómo habríemos abrir esti enllaz?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Si desanicies esta llista, nun vas ser a recuperala."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Si tienes un dominiu pues usalu como identificador. Esto permítete verificar la to identidá. <0>Conoz más equí.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 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/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 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."
@@ -3915,18 +4008,19 @@ msgstr "Illegal y urxente"
 msgid "Image"
 msgstr "Imaxe"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "¡La imaxe guardóse nel carrete!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr ""
 msgid "Invalid handle. Please try a different one."
 msgstr "L'identificador ye inválidu. Prueba con otru."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr ""
 
@@ -4041,12 +4135,12 @@ msgstr ""
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "¡Namás tas tu! Amiesta más persones al paquete d'iniciación buscando arriba."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID de trabayu: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Trabayu"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr ""
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etiquetes"
 
@@ -4100,13 +4194,13 @@ msgstr ""
 msgid "Language selection"
 msgstr "Seleición de llingua"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Configuración de llingua"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Llingües"
 
@@ -4124,12 +4218,12 @@ msgstr "Lo último"
 msgid "learn more"
 msgstr "saber más"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Saber más tocante a Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Saber más tocante a la moderación que s'aplicó a esti conteníu."
 msgid "Learn more about this warning"
 msgstr "Saber más tocante a esta alvertencia"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr ""
 msgid "left to go."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Dexame escoyer"
 
@@ -4230,7 +4324,7 @@ msgstr "Claru"
 msgid "Like"
 msgstr "Dar préstame"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -4247,12 +4341,12 @@ msgstr ""
 msgid "Like this feed"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "A quién-y prestó"
 
@@ -4269,16 +4363,16 @@ msgstr "{0, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios}
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "{likeCount, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Préstames"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Préstames d'esta publicación"
 
@@ -4287,11 +4381,11 @@ msgstr "Préstames d'esta publicación"
 msgid "Linear"
 msgstr "Socesión llinial"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar de la llista"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nome de la llista"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr ""
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Llistes"
 
@@ -4358,6 +4452,22 @@ msgstr "Llistes"
 msgid "Lists blocking this user:"
 msgstr ""
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Cargar más"
@@ -4370,18 +4480,18 @@ msgstr "Cargar más feeds suxeríos"
 msgid "Load new notifications"
 msgstr "Cargar los avisos nuevos"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Cargar les publicaciones nueves"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Cargando…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Rexistru"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logotipu de <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Paez que lliberesti tolos feeds. Por embargu, nun t'esmolezas porque aba
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Crear unu por min"
 
@@ -4455,7 +4569,14 @@ msgstr "Marcar como lleíu"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Conteníu multimedia"
 
@@ -4479,7 +4600,7 @@ msgstr "Menciones"
 msgid "Menu"
 msgstr "Menú"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr ""
 
@@ -4513,7 +4634,7 @@ msgstr "El mensaxe ye mui llongu"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mensaxes"
 
@@ -4532,10 +4653,10 @@ msgstr "Cuenta engañosa"
 msgid "Misleading Post"
 msgstr "Publicación engañosa"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderación"
 
@@ -4557,12 +4678,12 @@ msgstr ""
 msgid "Moderation list by you"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Creóse la llista de moderación"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Anovóse la llista de moderación"
@@ -4571,8 +4692,8 @@ msgstr "Anovóse la llista de moderación"
 msgid "Moderation lists"
 msgstr "Llistes de moderación"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Llistes de moderación"
 
@@ -4580,7 +4701,7 @@ msgstr "Llistes de moderación"
 msgid "moderation settings"
 msgstr ""
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr ""
 
@@ -4593,7 +4714,7 @@ msgstr "Ferramientes de moderación"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Más"
 
@@ -4602,8 +4723,8 @@ msgstr "Más"
 msgid "More feeds"
 msgstr "Más feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Más opciones"
@@ -4637,10 +4758,10 @@ msgstr "Desactivar el volume"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr ""
 
@@ -4689,13 +4810,13 @@ msgstr ""
 msgid "Mute this word until you unmute it"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silenciar el filu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silenciar pallabres y etiquetes"
 
@@ -4703,12 +4824,12 @@ msgstr "Silenciar pallabres y etiquetes"
 msgid "Muted accounts"
 msgstr "Cuentes silenciaes"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Cuentes silenciaes"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr ""
 
@@ -4729,15 +4850,15 @@ msgstr ""
 msgid "My Birthday"
 msgstr "El mio aniversariu"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Los mios feeds"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nome"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "El nome ye obligatoriu"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr ""
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "¿Precises camudala?"
 
@@ -4797,18 +4918,23 @@ msgstr "Crear un identificador"
 msgid "New"
 msgstr "Nueva"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nueva"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Charra nueva"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Identificador nuevu"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Llista nueva"
 
@@ -4828,7 +4954,7 @@ msgstr "Llista nueva"
 msgid "New messages"
 msgstr "Mensaxes nuevos"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Llista de moderación nueva"
 
@@ -4840,10 +4966,10 @@ msgstr "Contraseña nueva"
 msgid "New Password"
 msgstr "Contraseña nueva"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Publicación nueva"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Publicación nueva"
@@ -4863,7 +4989,7 @@ msgstr "Publicación nueva"
 msgid "New user info dialog"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Llista d'usuarios nueva"
 
@@ -4911,6 +5037,10 @@ msgstr "Nun hai nenguna contraseña d'aplicación"
 msgid "No DNS Panel"
 msgstr "Ensin panel de DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+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."
@@ -4924,8 +5054,8 @@ msgstr "Nun s'atopó nengún feed. Prueba a buscar otra cosa."
 msgid "No likes yet"
 msgstr "Nun hai nengún préstame"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Yá nun sigues a {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Nun hai nenguna cita"
 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
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Nun hai nengún resultáu"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Nun s'atopó nengún resultáu"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Nun s'atopó nengún resultáu pa: {query}"
 
@@ -5032,19 +5162,14 @@ msgstr ""
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 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:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nota sobre compartir"
 
@@ -5052,7 +5177,7 @@ msgstr "Nota sobre compartir"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Equí nun hai nada"
 
@@ -5060,7 +5185,7 @@ msgstr "Equí nun hai nada"
 msgid "Notification filters"
 msgstr ""
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr ""
@@ -5077,11 +5202,11 @@ msgstr "Soníos d'avisu"
 msgid "Notification Sounds"
 msgstr "Soníos d'avisu"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Avisos"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "¡Meca! Prodúxose dalgún error."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr ""
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "D'acuerdu"
 
@@ -5140,19 +5265,19 @@ msgstr "Les rempuestes antigües primero"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 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:351
+#: src/view/com/composer/Composer.tsx:339
 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:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "A unu o más vídeos fálta-yos el testu alternativu."
 
@@ -5168,7 +5293,7 @@ msgstr ""
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Contién namás lletres, númberos y guiones"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr ""
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "¡Meca! Prodúxose dalgún error."
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "¡Meca!"
 
@@ -5194,11 +5319,7 @@ msgstr "¡Meca!"
 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
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Abrir el creador d'avatares"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr ""
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Abrir el selector de fustaxes"
 
@@ -5225,7 +5346,7 @@ msgstr ""
 msgid "Open feed options menu"
 msgstr ""
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr ""
 msgid "Open message options"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr ""
 
@@ -5249,20 +5370,25 @@ msgstr ""
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr ""
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr ""
 
@@ -5282,19 +5408,19 @@ msgstr "Abre un diálogu pa escoyer quién pue responder a esti filu"
 msgid "Opens additional details for a debug entry"
 msgstr "Abre los detalles adicionales d'una entrada de depuración"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Abre la cámara del preséu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "Abre'l compositor"
 msgid "Opens device photo gallery"
 msgstr "Abre la galería de semeyes del preséu"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr ""
 msgid "Opens GIF select dialog"
 msgstr "Abre'l diálogu de seleición de GIFs"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "Abre la llista de códigos d'invitación"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr ""
@@ -5340,12 +5470,12 @@ msgstr ""
 msgid "Opens the linked website"
 msgstr "Abre'l sitiu web enllaciáu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Abre esti perfil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Abre'l selector de vídeos"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Otru tipu"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Otra cuenta"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Nun s'atopó la páxina"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr ""
 msgid "People"
 msgstr "Persones"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Persones siguíes por @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Persones que siguen a @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Fixar nel aniciu"
 msgid "Pin to Home"
 msgstr "Fixar nel aniciu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fixar nel to perfil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fixóse"
 
@@ -5578,14 +5708,14 @@ msgstr "Escueyi un identificador."
 msgid "Please choose your password."
 msgstr "Escueyi una contraseña."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 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/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 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/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Introduz la to direición de corréu eletrónicu."
 msgid "Please enter your invite code."
 msgstr "Introduz el to códigu d'invitación."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr ""
 
@@ -5662,7 +5818,7 @@ msgstr "Política"
 msgid "Porn"
 msgstr "Pornu"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Publicar"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Publicar"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Publicar too"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr ""
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr ""
@@ -5697,7 +5853,7 @@ msgstr ""
 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/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr ""
 msgid "Post interaction settings"
 msgstr "Configuración de les interaiciones de la publicación"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Lliberóse la publicación"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Publicaciones"
@@ -5789,7 +5945,7 @@ msgstr "Primi pa ver los siguidores d'esta cuenta que tamién te siguen"
 msgid "Previous image"
 msgstr "Imaxe anterior"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Llingua primaria"
 
@@ -5807,26 +5963,26 @@ msgstr "Avisos prioritarios"
 msgid "Privacy"
 msgstr "Privacidá"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privacidá y seguranza"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privacidá y seguranza"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Política de privacidá"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Procesando'l videu…"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Procesando…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "perfil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Perfil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Anovóse'l perfil"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "¡El códigu QR guardóse nel carrete!"
 msgid "Quote post"
 msgstr "Citar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "La cita volvió axuntase"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "La cita separtóse correutamente"
 
@@ -5927,7 +6083,7 @@ msgstr "Configuración de les cites"
 msgid "Quotes"
 msgstr "Cites"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Cites d'esta publicación"
 
@@ -5942,8 +6098,8 @@ msgstr "Aleatories (como la ruleta d'un casinu)"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr ""
 
@@ -5960,15 +6116,15 @@ msgstr ""
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr ""
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr ""
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Volver cargar les conversaciones"
@@ -6022,7 +6178,7 @@ msgstr "Volver cargar les conversaciones"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Quitar"
 msgid "Remove {displayName} from starter pack"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Quitar la cuenta"
 
@@ -6046,13 +6202,13 @@ msgstr "Quitar la cuenta"
 msgid "Remove attachment"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Quitar l'avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr ""
 
@@ -6079,7 +6235,7 @@ msgstr "¿Quies quitar el feed?"
 msgid "Remove from my feeds"
 msgstr "Quitar de los mios feeds"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr ""
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr ""
 
@@ -6114,7 +6275,7 @@ msgstr ""
 msgid "Remove repost"
 msgstr "Quitar la republicación"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr ""
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Quitóse de los tos feeds"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr ""
@@ -6181,7 +6338,7 @@ msgstr ""
 msgid "Replace with Discover"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Rempuestes"
 
@@ -6193,12 +6350,12 @@ msgstr ""
 msgid "Replies to this post are disabled."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Responder"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr ""
 msgid "Reply sorting"
 msgstr ""
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "En rempuesta a <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr ""
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr ""
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Respondióte"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Anovóse la visibilidá de les rempuestes"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "La rempuesta escondióse correutamente"
 
@@ -6261,16 +6418,16 @@ msgstr "La rempuesta escondióse correutamente"
 msgid "Report"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Informar de la conversación"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Informar de la publicación"
 
@@ -6369,27 +6526,27 @@ msgstr "Reespubluzar o citar"
 msgid "Reposted By"
 msgstr "Quién republicó"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} republicó"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0> republicó"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Republiquesti"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 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/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Solicitar un códigu"
 msgid "Require alt text before posting"
 msgstr "Riquir un testu alternativu enantes de publicar"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr ""
 msgid "Required in your region"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 ""
@@ -6436,8 +6599,8 @@ msgstr ""
 msgid "Reset Code"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr ""
 
@@ -6458,10 +6621,10 @@ msgstr "Volvi tentar la última aición, la que produxo l'error"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr ""
 msgid "Returns to home page"
 msgstr ""
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Guardar"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Guardar"
@@ -6534,7 +6699,7 @@ msgstr ""
 msgid "Save changes"
 msgstr "Guardar los cambeos"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Guardar los cambeos"
 
@@ -6564,16 +6729,12 @@ msgstr "Guardar nos mios feeds"
 msgid "Saved Feeds"
 msgstr "Feeds guardaos"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Guardóse nel carrete"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Guardóse nos tos feeds"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr ""
 
@@ -6583,8 +6744,8 @@ msgstr ""
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "¡Saluda!"
 
@@ -6602,11 +6763,11 @@ msgstr ""
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Buscar"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Buscar nos feeds"
 
@@ -6656,8 +6817,8 @@ msgstr ""
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr ""
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr ""
 
@@ -6719,6 +6884,10 @@ msgstr ""
 msgid "Select account"
 msgstr ""
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr ""
@@ -6727,10 +6896,22 @@ msgstr ""
 msgid "Select an emoji"
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Seleiciona una cuenta esistente"
@@ -6747,11 +6928,11 @@ msgstr ""
 msgid "Select how long to mute this word for."
 msgstr ""
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Seleicionar llingües"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr ""
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr ""
 msgid "Select the moderation service(s) to report to"
 msgstr "Seleiciona los servicios de moderación a los que quies informar"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr ""
 
@@ -6784,11 +6969,11 @@ msgstr ""
 msgid "Select what content this mute word should apply to."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 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."
 
@@ -6801,7 +6986,7 @@ msgstr ""
 msgid "Select your interests from the options below"
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Seleiciona la llingua que prefieres pa les traducciones del feed."
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "¡Unvia un sitiu web curiosu!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 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/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr ""
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Unviar un mensaxe per corréu electrónicu"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr ""
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr ""
@@ -6863,13 +7046,14 @@ msgstr ""
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Unviar per mensaxe direutu"
 
@@ -6901,10 +7085,10 @@ msgstr ""
 msgid "Sets email for password reset"
 msgstr ""
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Configuración"
 
@@ -6926,16 +7110,16 @@ msgstr ""
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Compartir"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Compartir"
@@ -6948,9 +7132,9 @@ msgstr "¡Comparti una historia interesante!"
 msgid "Share a fun fact!"
 msgstr "¡Comparti un fechu graciosu!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Compartir de toes toes"
 
@@ -6990,7 +7174,7 @@ msgstr "Comparti esti paquete d'iniciación y ayuda a la xente a xunise a la to
 msgid "Share your favorite feed!"
 msgstr "¡Comparti'l to feed preferíu!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr ""
 
@@ -7011,8 +7195,8 @@ msgstr "Amosar el testu alternativu"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Amosar de toes toes"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Amosar les rempuestes escondíes"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Amosar menos d'esto"
 
@@ -7042,14 +7226,14 @@ msgstr "Amosar menos d'esto"
 msgid "Show list anyway"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Amosar más"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Amosar más d'esto"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr ""
 
@@ -7102,11 +7286,11 @@ msgstr ""
 msgid "Show warning and filter from feeds"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "Aniciar la sesión"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr ""
 
@@ -7150,7 +7334,7 @@ msgstr ""
 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/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr ""
 
@@ -7158,15 +7342,15 @@ msgstr ""
 msgid "Sign in to Bluesky or create a new account"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Zarrar la sesión"
 
@@ -7174,8 +7358,8 @@ msgstr "Zarrar la sesión"
 msgid "Sign Out"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "¿Quies zarrar la sesión?"
 
@@ -7206,12 +7390,17 @@ msgstr ""
 msgid "Smaller"
 msgstr "Pequeña"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Prodúxose dalgún error"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr "¿Hai daqué mal? Coméntanoslo."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "La sesión caducó. Volvi aniciala."
 
@@ -7304,7 +7493,7 @@ msgstr ""
 msgid "Sports"
 msgstr "Deportes"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Charra nueva"
 
@@ -7322,8 +7511,8 @@ msgstr "Amestar persones"
 msgid "Start chat with {displayName}"
 msgstr ""
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Paquete d'iniciación"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "El paquete d'iniciación ye inválidu"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Paquetes d'iniciación"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Los paquetes d'iniciación déxente compartir fácilmente los feeds y les persones que prefieres coles amistaes."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Páxina d'estáu"
 
@@ -7363,12 +7552,12 @@ msgstr "Páxina d'estáu"
 msgid "Step {0} of {1}"
 msgstr "Pasu {0} de {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 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:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr ""
 
@@ -7401,11 +7590,11 @@ msgstr ""
 msgid "Subscribe to @{0} to use these labels:"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr ""
 
@@ -7413,11 +7602,12 @@ msgstr ""
 msgid "Subscribe to this list"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr ""
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Cambiar de cuenta"
 
@@ -7462,11 +7652,11 @@ msgstr "Cambiar de cuenta"
 msgid "Switch Account"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "Del sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Rexistru del sistema"
 
@@ -7518,7 +7708,7 @@ msgstr "Teunoloxía"
 msgid "Tell a joke!"
 msgstr "¡Cunta un chiste!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr ""
 
@@ -7531,12 +7721,12 @@ msgstr ""
 msgid "Terms"
 msgstr "Términos"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Términos del serviciu"
 
@@ -7564,7 +7754,11 @@ msgstr "Campu de testu"
 msgid "Text input field"
 msgstr "Campu pa introducir testu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "¡Gracies! Verificóse la direición de corréu electrónicu."
 
@@ -7597,12 +7791,12 @@ msgstr "Nun se pudo atopar esi paquete d'iniciación."
 msgid "That's all, folks!"
 msgstr "Alón."
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "La cuenta va ser a interactuar contigo dempués de desbloquiala."
 
@@ -7636,6 +7830,10 @@ msgstr "El feed «Descubrimientu»"
 msgid "The Discover feed now knows what you like"
 msgstr "Agora'l feed «Descubrimientu» sabe qué te presta"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 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."
@@ -7669,6 +7867,7 @@ msgstr "La política de privacidá treslladóse a <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "El videu seleicionáu supera los 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "El sirvidor paez que sufre problemes. Volvi tentalo nun momentu."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Hebo un problema al conectase col sirvidor"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 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."
 
@@ -7727,7 +7926,7 @@ 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/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 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."
 
@@ -7763,20 +7962,20 @@ msgstr "Hebo un problema al unviar l'informe. Comprueba la conexón a internet."
 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/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "¡Hebo un problema! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Esta configuración namás s'aplica al feed «Siguiendo»."
 msgid "This {screenDescription} has been flagged:"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Esta cuenta solicitó que los usuarios anicien la sesión pa ver el so p
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "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/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Esti conteníu nun se pue ver ensin una cuenta de Bluesky."
 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/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 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/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "¡Esti feed ta baleru! Ye posible que tengas de siguir más usuarios o camudar la configuración de llingua."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Esti feed ta baleru."
@@ -7899,8 +8106,9 @@ msgstr "Esti identificador ta acutáu. Prueba con otru."
 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."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
 msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
@@ -7935,7 +8143,7 @@ msgstr "Esta llista ta balera."
 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/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Indicóse qu'esta publicación se creó'l <0>{0}</0> mas la primer vegada que se creó en Bluesky foi'l <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Indicóse qu'esta publicación se creó'l <0>{0}</0> mas la primer vegad
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Esta publicación contién un tipu desconocíu de «threadgate». Ye posible que l'aplicación nun tea anovada."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Desanicióse esta publicación."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 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:436
+#: src/view/com/composer/Composer.tsx:424
 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:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 ""
 
@@ -7976,6 +8184,10 @@ msgstr "Esti serviciu nun fornió los términos del serviciu nin una política d
 msgid "This should create a domain record at:"
 msgstr "Esto habría crear un rexistru de dominiu en:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Esti usuariu nun tien nengún siguidor."
@@ -8013,11 +8225,11 @@ msgstr "Esti usuariu nun sigue a naide."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 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."
 
@@ -8044,7 +8256,7 @@ msgstr "Filos"
 msgid "Threaded mode"
 msgstr ""
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferencies de los filos"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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:129
-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?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "Lo destacao"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Tema"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traducir"
 
@@ -8144,6 +8357,7 @@ msgstr "Escribi'l to mensaxe equí"
 msgid "Type:"
 msgstr "Tipu:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: 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."
@@ -8166,27 +8380,27 @@ msgstr "Nun ye posible desaniciar"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Desbloquiar la cuenta"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "¿Quies desbloquiar la cuenta?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Dexar de siguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Dexa de siguir al usuariu"
 
@@ -8225,7 +8439,7 @@ msgstr "Dexa de siguir al usuariu"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8252,10 +8466,10 @@ msgstr ""
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr ""
 
@@ -8267,8 +8481,8 @@ msgstr "Dexar de silenciar la conversación"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Dexar de silenciar el filu"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Lliberar del aniciu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Lliberar del perfil"
 
@@ -8311,7 +8525,12 @@ msgstr "Lliberésti'l feed «{0}» del aniciu"
 msgid "Unpinned from your feeds"
 msgstr "Lliberóse de los tos feeds"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Dase de baxa"
 
@@ -8320,7 +8539,7 @@ msgstr "Dase de baxa"
 msgid "Unsubscribe from list"
 msgstr "Dase de baxa de la llista"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Dase de baxa d'esti etiquetador"
 
@@ -8328,11 +8547,11 @@ msgstr "Dase de baxa d'esti etiquetador"
 msgid "Unsubscribed from list"
 msgstr "Diéstite de baxa d'esta llista"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr ""
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "L'anovamientu del elementu axuntu de la cita falló"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "L'anovamientu de la visibilidá de la rempuesta falló"
@@ -8371,7 +8601,7 @@ msgstr "L'anovamientu de la visibilidá de la rempuesta falló"
 msgid "Updating..."
 msgstr "Anovando…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Xubir una semeya"
 
@@ -8379,22 +8609,22 @@ msgstr "Xubir una semeya"
 msgid "Upload a text file to:"
 msgstr "Xubi un ficheru de testu a:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Xubir dende Cámara"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Xubir dende Ficheros"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Xubir dende Biblioteca"
 
@@ -8407,7 +8637,7 @@ msgstr "Xubiendo les imáxenes…"
 msgid "Uploading link thumbnail..."
 msgstr "Xubiendo la miniatura del enllaz…"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Xubiendo'l videu…"
 
@@ -8419,8 +8649,8 @@ msgstr ""
 msgid "Use default provider"
 msgstr ""
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Usar el restolador web na aplicación"
 
@@ -8429,8 +8659,8 @@ msgstr "Usar el restolador web na aplicación"
 msgid "Use in-app browser to open links"
 msgstr "Usar el restolador web dientro de l'aplicación p'abrir enllaces"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Usar el restolador predetermináu"
 
@@ -8484,12 +8714,12 @@ msgstr ""
 msgid "User list by you"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Creóse la llista d'usuarios"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Anovóse la llista d'usuarios"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "Valor:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,18 +8770,20 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
+msgid "Verify account"
 msgstr ""
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
-msgid "Verify account"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,18 +8791,19 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "Verificar el rexistru DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
-#: src/components/intents/VerifyEmailIntentDialog.tsx:67
-msgid "Verify email dialog"
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
+#: src/components/intents/VerifyEmailIntentDialog.tsx:67
+msgid "Verify email dialog"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
@@ -8574,22 +8811,22 @@ msgstr ""
 msgid "Verify Text File"
 msgstr "Verificar el ficheru de testu"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 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
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verificación de la direición de corréu"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versión {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Videu"
 msgid "Video failed to process"
 msgstr "Nun se pudo procesar el videu"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "Videoxuegos"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "Nun s'atopó'l videu."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Xubióse'l videu"
 
@@ -8640,24 +8877,24 @@ msgstr "Xubióse'l videu"
 msgid "Video: {0}"
 msgstr "Videu: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Vídeos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Ver l'avatar de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Ver el perfil de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Ver el perfil de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Ver el perfil de: {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr ""
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Ver la entrada de depuración"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Ver los detalles"
 
@@ -8688,7 +8925,7 @@ msgstr "Ver los detalles"
 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
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Ver el filu completu"
 
@@ -8703,13 +8940,12 @@ msgstr "Ver la información d'estes etiquetes"
 msgid "View more"
 msgstr "Ver más"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Ver el perfil"
 
@@ -8790,6 +9026,11 @@ msgstr ""
 msgid "Warn content and filter from feeds"
 msgstr ""
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Nun pudimos atopar nengún resultáu pa esa etiqueta."
@@ -8798,7 +9039,7 @@ msgstr "Nun pudimos atopar nengún resultáu pa esa etiqueta."
 msgid "We couldn't find any results for that topic."
 msgstr "Nun pudimos atopar nengún resultáu pa esi tema."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Nun pudimos cargar esta conversación"
 
@@ -8822,6 +9063,10 @@ msgstr "Escosemos les publicaciones de los perfiles que sigues. Equí tienes lo
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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."
@@ -8842,6 +9087,10 @@ msgstr ""
 msgid "We will let you know when your account is ready."
 msgstr "Vamos avisate cuando la cuenta tea preparada."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: 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."
@@ -8871,7 +9120,7 @@ msgstr "Nesti momentu nun fuimos a cargar la llista de pallabres silenciaes. Vol
 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:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Desanicióse la publicación a la que tas respondiendo."
 
@@ -8880,7 +9129,7 @@ msgstr "Desanicióse la publicación a la que tas respondiendo."
 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:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 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."
 
@@ -8902,7 +9151,7 @@ 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:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "¿Que pasó?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "¡Meca!"
@@ -8984,11 +9233,11 @@ msgstr "¿Por qué habría revisase esti usuariu?"
 msgid "Write a message"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Escribir una rempuesta"
@@ -9002,6 +9251,11 @@ msgstr "Escritores"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "El sirvidor devolvió un DID incorreutu. Recibióse: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Sí"
@@ -9015,11 +9269,11 @@ msgstr "Sí, desactivar"
 msgid "Yes, delete this starter pack"
 msgstr "Sí, desanicialu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Sí, separtar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Sí, esconder"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+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."
@@ -9055,12 +9318,16 @@ msgstr "Nun tienes permisu pa xubir vídeos."
 msgid "You are not following anyone."
 msgstr "Nun sigues a naide."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Silenciesti esta cuenta."
 msgid "You have muted this user"
 msgstr "Silenciesti esti usuariu"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Nun tienes nenguna conversación. ¡Anicia una!"
 
@@ -9179,11 +9446,11 @@ msgstr "Nun tienes nengún feed."
 msgid "You have no lists."
 msgstr "Nun tienes nenguna llista."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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, ve al so perfil y seleiciona «Bloquiar la cuenta» nel menú de la so cuenta."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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, ve al so perfil y seleiciona «Silenciar la cuenta» nel menú de la so cuenta."
 
@@ -9191,11 +9458,15 @@ msgstr "Nun silenciesti nenguna cuenta. Pa silenciar una, ve al so perfil y sele
 msgid "You have reached the end"
 msgstr "Aportesti a la fin"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: 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:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "¡Nun creesti nengún paquete d'iniciación!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Namás pues amestar hasta 3 feeds"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Namás pues seleicionar hasta 4 imáxenes"
 
@@ -9232,7 +9503,7 @@ msgstr "Namás pues seleicionar hasta 4 imáxenes"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 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."
 
@@ -9248,10 +9519,18 @@ msgstr "Tienes de conceder l'accesu a la biblioteca de semeyes pa guardar la ima
 msgid "You must select at least one labeler for a report"
 msgstr "Tienes de seleicionar polo menos un etiquetador pa informar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Desactivesti @{0} anteriormente."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 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:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 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:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Agora vas recibir avisos d'esti filu"
 
@@ -9305,7 +9584,7 @@ msgstr "Vas siguir a estes persones y a {0} más"
 msgid "You'll follow these people right away"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 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."
 
@@ -9339,6 +9618,10 @@ msgstr ""
 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/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: 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)"
@@ -9347,7 +9630,7 @@ msgstr "Algamesti la llende diaria de vídeos xubíos (milenta bytes)"
 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/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "El restolador nun ye compatible col formatu del videu. Prueba con otru r
 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 guardase la opción qu'escueyas, mas pues camudala dempués na configuración."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "L'identificador actual <0>{0}</0> vas tenelu acutáu. Pues volver usalu en cualesquier momentu dende esta cuenta."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "L'identificador actual <0>{0}</0> vas tenelu acutáu. Pues volver usalu
 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."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 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."
 
@@ -9434,7 +9721,7 @@ msgstr "L'identificador completu va ser <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "¡Camudesti la contraseña correutamente!"
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Publicóse la entrada"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Publicáronse les entraes"
 
@@ -9479,7 +9766,7 @@ msgstr "Los préstames, les publicaciones y los bloqueos de to son públicos. Lo
 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:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Publicóse la rempuesta"
 
diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po
index fd0922b51..de2a65ee7 100644
--- a/src/locale/locales/ca/messages.po
+++ b/src/locale/locales/ca/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ca\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Catalan\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(actiu)"
 msgid "(contains embedded content)"
 msgstr "(té contingut incrustat)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(sense correu)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# republicació} other {# republicacions}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# segon} other {# segons}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# element sense llegir} other {# elements sense llegir}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# element sense llegir} other {# elements sense llegir}
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# mes} other {# mesos}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {seguidor} other {seguidors}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {seguint} other {seguint}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {m'agrada} other {m'agrades}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {m'agrada} other {m'agrades}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {publicació} other {publicacions}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citació} other {citacions}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {republicació} other {republicacions}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>en <1>etiquetes</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>en <1>text i etiquetes</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} s'han unit aquesta setmana"
@@ -157,7 +160,8 @@ msgstr "{0} ha reaccionat amb {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} ha reaccionat amb {1} a {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatar de {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0} min"
 msgid "{0}s"
 msgstr "{0} s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# element sense llegir} other {# elements sense llegir}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minut} other {minuts}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}</0> t'han seguit"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}</0> els ha agradat el teu canal personalitzat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}</0> els ha agradat la teva publicació"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}</0> han tret la seva verificació del teu compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}</0> han republicat la teva publicació"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}</0> s'han registrat amb el teu starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}</0> t'han verificat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} t'ha seguit"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} t'ha seguit de tornada"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} li ha agradat el teu canal personalitzat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} li ha agradat la teva publicació"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} ha tret la seva verificació del teu compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} ha republicat la teva publicació"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} s'ha registrat amb el teu starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} t'ha verificat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} t'han seguit"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat el teu canal personalitzat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat la teva publicació"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han tret la seva verificació del teu compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han republicat la teva publicació"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} s'han registrat amb el teu starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} i{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} t'han verificat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} t'ha seguit"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} t'ha seguit de tornada"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} li ha agradat el teu canal personalitzat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} li ha agradat la teva publicació"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} ha tret la seva verificació del teu compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} ha republicat la teva publicació"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} s'ha registrat amb el teu starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} t'ha verificat"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} seguint"
@@ -335,11 +339,23 @@ msgstr "{following} seguint"
 msgid "{handle} can't be messaged"
 msgstr "No es poden enviar missatges a {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, one {}other {# usuaris s'han}} unit!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# element sense llegir} other {# elements sense llegir}}"
@@ -364,16 +380,16 @@ msgstr "fa {type}h"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} és un verificador de confiança"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} està verificat"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "Verificacions de {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>i {2, plural, one {# altre} other {# altres}} estan inclosos al teu starter pack"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {seguidor} other {seguidors}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {seguint} other {seguint}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Experimental:</0> Quan aquesta preferència està activada, només re
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Tu</0> i<1> </1><2>{0} </2>esteu inclosos al teu starter pack"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Identificador invàlid"
 
@@ -449,21 +465,21 @@ msgstr "un missatge"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Una nova forma de verificació"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Sobre"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Accepta"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Accepta la sol·licitud de xat"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Accepta la sol·licitud"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accessibilitat"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Configuració d'accessibilitat"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Compte"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Compte bloquejat"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Compte seguit"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Compte silenciat"
@@ -517,34 +533,34 @@ msgstr "Compte silenciat"
 msgid "Account Muted by List"
 msgstr "Compte silenciat per una llista"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Opcions del compte"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Compte eliminat de l'accés ràpid"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Compte desbloquejat"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Compte no seguit"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Compte no silenciat"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Els comptes amb una marca de verificació blava<0><1/></0>poden verificar-ne altres. Bluesky selecciona aquests verificadors de confiança."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Afegeix {displayName} al teu starter pack"
 msgid "Add a content warning"
 msgstr "Afegeix una advertència de contingut"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Afegeix un compte"
 msgid "Add alt text"
 msgstr "Afegeix text alternatiu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Afegeix text alternatiu (opcional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Afegeix un altre compte"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Afegeix una altra publicació"
 
@@ -627,7 +647,7 @@ msgstr "Afegeix la paraula silenciada amb la configuració escollida"
 msgid "Add muted words and tags"
 msgstr "Afegeix les paraules i etiquetes silenciades"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Afegeix una nova publicació"
 
@@ -638,7 +658,7 @@ msgstr "Afegeix gent"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr ""
+msgstr "Afegeix gent a la llista"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
@@ -664,8 +684,8 @@ msgstr "Afegeix el següent registre DNS al teu domini:"
 msgid "Add this feed to your feeds"
 msgstr "Afegeix aquest canal als teus canals"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Afegeix a les llistes"
 
@@ -675,7 +695,7 @@ msgstr "Afegeix als meus canals"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "Afegeix usuaris a la llista"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "Etiquetes de contingut per a adults"
 msgid "Advanced"
 msgstr "Avançat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "josepmaria@exemple.cat"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Totes"
@@ -732,7 +757,7 @@ msgstr "S'han seguit tots els comptes!"
 msgid "All languages"
 msgstr "Tots els idiomes"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Tots els canals que has desat, en un sol lloc."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Text alternatiu"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "El text alternatiu sortirà retallat. {MAX_ALT_TEXT, plural, one {}other {Límit: {0} caràcters.}}"
 
 #: 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 "S'ha enviat un correu a {0}. Inclou un codi de confirmació que has d'entrar aquí sota."
 
-#: 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 "S'ha enviat un correu a la teva adreça prèvia, {0}. Inclou un codi de confirmació que has d'entrar aquí sota."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "S'ha enviat un correu a la teva adreça prèvia, {currentEmail}. Inclou un codi de confirmació que has d'entrar aquí sota."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "S'ha enviat un correu. Entra el codi de confirmació que t'ha arribat per correu."
 
@@ -825,7 +849,7 @@ msgstr "Hi ha hagut un error mentre es comprimia el vídeo."
 msgid "An error occurred while fetching the feed."
 msgstr "S'ha produït un error en anar a buscar el canal."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "S'ha produït un error en generar el teu starter pack. Vols tornar-ho a provar?"
 
@@ -842,7 +866,7 @@ msgstr "Hi ha hagut un error mentre es carregava el vídeo. Prova-ho més tard."
 msgid "An error occurred while saving the QR code!"
 msgstr "S'ha produït un error en desar el codi QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Hi ha hagut un error mentre es seleccionava el vídeo"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Hi ha hagut un error mentre es pujava el vídeo."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Una il·lustració que mostra que Bluesky selecciona verificadors de confiança i, al seu torn, els verificadors de confiança verifiquen els comptes d'usuari individuals."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Un problema que no està inclòs en aquestes opcions"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Hi ha hagut un problema en inciar el xat"
 
@@ -875,8 +899,8 @@ msgstr "Hi ha hagut un problema en provar d'obrir el xat"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Hi ha hagut un problema, prova-ho de nou."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Una maqueta d'un iPhone que mostra l'aplicació Bluesky oberta al perfil d'un usuari verificat amb una marca de verificació blava al costat del seu nom de visualització."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF animat"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Anunciant la verificació a Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Comportament antisocial"
 msgid "Anybody can interact"
 msgstr "Qualsevol pot interactuar"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Icona de l'aplicació"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Idioma de l'aplicació"
 
@@ -958,7 +982,7 @@ msgstr "Els noms de contrasenyes d'aplicació han de tenir almenys 4 caràcters"
 msgid "App passwords"
 msgstr "Contrasenyes de l'aplicació"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Contrasenyes de l'aplicació"
@@ -994,10 +1018,10 @@ msgstr "Apel·la la suspensió"
 msgid "Appeal this decision"
 msgstr "Apel·la aquesta decisió"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Aparença"
 
@@ -1006,12 +1030,12 @@ msgstr "Aparença"
 msgid "Apply default recommended feeds"
 msgstr "Aplica els canals recomanats per defecte"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arxivat del dia {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Publicació arxivada"
 
@@ -1047,11 +1071,11 @@ msgstr "Confirmes que vols eliminar {0} dels teus canals?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Segur que vols eliminar-ho dels teus canals?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Confirmes que vols descartar aquest esborrany?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Estàs segur que vols descartar aquesta publicació?"
 
@@ -1072,6 +1096,11 @@ msgstr "Art"
 msgid "Artistic or non-erotic nudity."
 msgstr "Nuesa artística o no eròtica."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Almenys 3 caràcters"
@@ -1103,7 +1132,7 @@ msgstr "Reprodueix automàticament vídeos i GIFs"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Endarrere"
 msgid "Back to Chats"
 msgstr "Torna als xats"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Abans de crear una llista, primer has de verificar el teu correu."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Abans de crear una publicació, primer has de verificar el teu correu."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Abans de crear una publicació o respondre-la, primer has de verificar el teu correu."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Abans de crear un starter pack, primer has de verificar el teu correu."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Abans d'acceptar aquest xat, primer has de verificar el teu correu."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
 msgstr "Abans de poder enviar missatges a un altre usuari, primer has de verificar el teu correu."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Aniversari"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Bloqueja"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bloqueja el compte"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Vols bloquejar el compte?"
 
@@ -1200,17 +1235,17 @@ msgstr "Bloquejada"
 msgid "Blocked accounts"
 msgstr "Comptes bloquejats"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Comptes bloquejats"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Els comptes bloquejats no poden respondre cap fil teu, ni anomenar-te ni interactuar amb tu de cap manera."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Els comptes bloquejats no poden respondre a cap fil teu, ni anomenar-te ni interactuar amb tu de cap manera. No veuràs mai el seu contingut ni ells el teu."
 
@@ -1226,11 +1261,11 @@ msgstr "El bloqueig no evita que aquest etiquetador apliqui etiquetes al teu com
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "El bloqueig és públic. Els comptes bloquejats no poden respondre els teus fils, ni mencionar-te ni interactuar amb tu de cap manera."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Bloquejar no evitarà que s'apliquin etiquetes al teu compte, però no deixarà que aquest compte respongui els teus fils ni interactuï amb tu."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky no pot confirmar l'autenticitat de la data declarada."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky és millor amb col·legues!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Condicions del servei de Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky triarà un conjunt de comptes recomanats de les persones de la teva xarxa."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky no mostrarà el teu perfil ni les publicacions als usuaris que n
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky verificarà de manera proactiva comptes notables i autèntics."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Explora les publicacions del tema {0}"
 msgid "Browse topic {displayName}"
 msgstr "Explora les publicacions del tema {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Negocis"
 
@@ -1374,45 +1409,47 @@ msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del s
 msgid "By you"
 msgstr "Per tu"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Càmera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Cancel·la"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Cancel·la la supressió del compte"
 msgid "Cancel image crop"
 msgstr "Cancel·la la retallada de la imatge"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Cancel·la l'edició del perfil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Cancel·la obrir la web enllaçada"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "No pots interactuar amb un usuari bloquejat"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Subtítols (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Subtítols i text alternatiu"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Canvia"
 
@@ -1478,13 +1514,12 @@ msgstr "Canvia la icona de l'aplicació"
 msgid "Change app icon to \"{0}\""
 msgstr "Canvia la icona de l'aplicació a \"{0}\\"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Canvia l'adreça de correu"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Canvia l'idioma de l'aplicació"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Canvia l'adreça de correu"
 
@@ -1497,10 +1532,6 @@ msgstr "Canvia l'identificador"
 msgid "Change moderation service"
 msgstr "Canvia el servei de moderació"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Canvia el meu correu"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Canvia la contrasenya"
@@ -1513,11 +1544,11 @@ msgstr "Canvia l'idioma de la publicació a {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Canvia"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Canvia el teu correu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Canvia la teva adreça de correu"
 
@@ -1530,15 +1561,15 @@ msgstr "Canvia la icona de l'aplicació"
 msgid "Changes hosting provider"
 msgstr "Canvia el proveïdor d'allotjament"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Xat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Xat esborrat"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Xat silenciat"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Safata de sol·licituds de xat"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Sol·licituds de xat"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Configuració del xat"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Xat no silenciat"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Xats"
 
@@ -1599,7 +1630,7 @@ msgstr "Tria el mètode de verificació del domini"
 msgid "Choose Feeds"
 msgstr "Tria els canals"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Tria per mi"
 
@@ -1619,7 +1650,7 @@ msgstr "Tria aquest color com el teu avatar"
 msgid "Choose your account provider"
 msgstr "Tria el teu proveïdor de compte"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Tria la teva pròpia línia de temps! Els canals creats per la comunitat t'ajuden a trobar el contingut que t'agrada."
 
@@ -1631,18 +1662,18 @@ msgstr "Tria la teva contrasenya"
 msgid "Choose your username"
 msgstr "El teu identificador d'usuari"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Esborra totes les dades emmagatzemades"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Esborra totes les dades emmagatzemades (i després reinicia)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
-msgstr ""
+msgstr "Esborra la memòria cau d'imatges"
 
 #: src/components/forms/SearchInput.tsx:70
 msgid "Clear search query"
@@ -1652,6 +1683,14 @@ msgstr "Esborra la cerca"
 msgid "click here"
 msgstr "clica aquí"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Fes clic aquí per reiniciar el procés de verificació."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Fes clic aquí per actualitzar el teu correu"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Clica per a deshabilitar les citacions d'aquesta publicació."
@@ -1676,29 +1715,34 @@ msgstr "Clima"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Clop 🐴 clop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Tanca"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Tanca el diàleg actiu"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Tanca el calaix inferior"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Tanca el diàleg"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Tanca el menú lateral"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Tanca el selector d'emojis"
 
@@ -1751,12 +1795,12 @@ msgstr "Tanca aquest diàleg"
 msgid "Closes password update alert"
 msgstr "Tanca l'alerta d'actualització de contrasenya"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Tanca l'editor de la publicació i descarta l'esborrany"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Tanca el selector d'emojis"
 
@@ -1764,11 +1808,11 @@ msgstr "Tanca el selector d'emojis"
 msgid "Closes viewer for header image"
 msgstr "Tanca la visualització de la imatge de la capçalera"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Plega la llista d'usuaris"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Plega la llista d'usuaris per una notificació concreta"
 
@@ -1791,7 +1835,7 @@ msgstr "Comèdia"
 msgid "Comics"
 msgstr "Còmics"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Directrius de la comunitat"
@@ -1804,11 +1848,11 @@ msgstr "Finalitza el registre i comença a utilitzar el teu compte"
 msgid "Complete the challenge"
 msgstr "Completa la prova"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Crea una nova publicació"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Crear publicacions de fins a {0, plural, one {}other {# caràcters}} de longitud"
 
@@ -1816,7 +1860,7 @@ msgstr "Crear publicacions de fins a {0, plural, one {}other {# caràcters}} de
 msgid "Compose reply"
 msgstr "Redacta una resposta"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Comprimint el vídeo..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configura els filtres de continguts per la categoria: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configurat a <0>configuració de moderació</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirma"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirma el canvi"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confirma la configuració de l'idioma del contingut"
@@ -1861,18 +1899,19 @@ msgstr "Confirma la teva edat:"
 msgid "Confirm your birthdate"
 msgstr "Confirma la teva data de naixement"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Codi de confirmació"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Codi de confirmació"
 
@@ -1880,8 +1919,8 @@ msgstr "Codi de confirmació"
 msgid "Connecting..."
 msgstr "Connectant…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contacta amb suport"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Contingut i multimèdia"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Contingut i multimèdia"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Contingut i multimèdia"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtres de contingut"
 msgid "Content from across the network we think you might like."
 msgstr "Contingut de tota la xarxa que et podria agradar"
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Idiomes del contingut"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Teló de fons del menú contextual, fes clic per a tancar-lo."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continua"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continua com a {0} (sessió actual)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Continua el fil..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Continua"
@@ -1973,7 +2012,7 @@ msgstr "Cuina"
 msgid "Copied"
 msgstr "Copiat"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Número de versió copiat en memòria"
 
@@ -1981,8 +2020,8 @@ msgstr "Número de versió copiat en memòria"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copiat en memòria"
 
@@ -1991,7 +2030,7 @@ msgstr "Copiat en memòria"
 msgid "Copied!"
 msgstr "Copiat"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copia la versió de construcció al porta-retalls"
 
@@ -2003,13 +2042,13 @@ msgstr "Copia"
 msgid "Copy App Password"
 msgstr "Copia la contrasenya d'aplicació"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copia at:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copia DID de l'autor"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copia el codi"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copia DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copia l'enllaç"
 msgid "Copy link to list"
 msgstr "Copia l'enllaç a la llista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copia l'enllaç a la publicació"
 
@@ -2050,13 +2089,13 @@ msgstr "Copia l'enllaç a la publicació"
 msgid "Copy message text"
 msgstr "Copia el text del missatge"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copia at:// URI de la publicació"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copia el text de la publicació"
 
@@ -2068,7 +2107,7 @@ msgstr "Copia el codi QR"
 msgid "Copy TXT record value"
 msgstr "Copia el valor del registre TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Política de drets d'autor"
@@ -2078,7 +2117,7 @@ msgstr "Política de drets d'autor"
 msgid "Could not leave chat"
 msgstr "No s'ha pogut abandonar el xat"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "No s'ha pogut carregar el canal"
 
@@ -2094,7 +2133,7 @@ msgstr "No s'ha pogut silenciar el xat"
 msgid "Could not process your video"
 msgstr "No s'ha pogut processar el teu vídeo"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Crea"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Crea un codi QR per a un starter pack"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Crea un starter pack"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Crea un starter pack per a mi"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Crea un compte"
 msgid "Create an account without using this starter pack"
 msgstr "Crea un compte sense utilitzar aquest starter pack"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Enlloc d'això, crea un avatar"
 
@@ -2209,13 +2248,13 @@ msgstr "Tema fosc"
 msgid "Date of birth"
 msgstr "Data de naixement"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Desactiva el compte"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Moderació de depuració"
 
@@ -2237,13 +2276,13 @@ msgstr "Icones per defecte"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Elimina"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Elimina el compte"
 
@@ -2259,19 +2298,19 @@ msgstr "Elimina la contrasenya d'aplicació"
 msgid "Delete app password?"
 msgstr "Vols eliminar la contrasenya d'aplicació?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Elimina el xat"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Suprimeix el registre de declaració de xat"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Elimina la conversa"
 
@@ -2299,9 +2338,9 @@ msgstr "Elimina el missatge per mi"
 msgid "Delete my account"
 msgstr "Elimina el meu compte"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Elimina la publicació"
 
@@ -2318,7 +2357,7 @@ msgstr "Vols eliminar l'starter pack?"
 msgid "Delete this list?"
 msgstr "Vols eliminar aquesta llista?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Vols eliminar aquesta publicació?"
 
@@ -2335,19 +2374,19 @@ msgstr "Compte eliminat"
 msgid "Deleted post."
 msgstr "Publicació eliminada."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Descripció"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "La descripció és massa llarga"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "La descripció és massa llarga. {DESCRIPTION_MAX_GRAPHEMES, plural, one {}other {El nombre màxim de caràcters és #.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "La descripció és massa llarga. {DESCRIPTION_MAX_GRAPHEMES, plural, one
 msgid "Descriptive alt text"
 msgstr "Text alternatiu descriptiu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Desenganxa la citació"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Vols desenganxar la citació?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Mode desenvolupador deshabilitat"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Mode desenvolupador habilitat"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Opcions de desenvolupador"
 
@@ -2388,6 +2427,15 @@ msgstr "Diàleg: ajusta qui pot interactuar amb aquesta publicació"
 msgid "Dim"
 msgstr "Tènue"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Deshabilita la verificació en dos passos"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Deshabilita la verificació en dos passos per correu"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Desactiva el correu 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Desactivat"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Descarta"
 
@@ -2420,11 +2468,11 @@ msgstr "Descarta"
 msgid "Discard changes?"
 msgstr "Vols descartar els canvis?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Vols descartar l'esborrany?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Vols descartar la publicació?"
 
@@ -2442,15 +2490,15 @@ msgstr "Descobreix canals"
 msgid "Discover new custom feeds"
 msgstr "Descobreix nous canals personalitzats"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Descobreix nous canals"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Descarta"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Descarta l'error"
 
@@ -2471,9 +2519,9 @@ msgstr "Amaga aquesta secció"
 msgid "Display larger alt text badges"
 msgstr "Mostra insígnies de text alternatiu més grans"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nom mostrat"
@@ -2482,11 +2530,11 @@ msgstr "Nom mostrat"
 msgid "Display Name"
 msgstr "Nom mostrat"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "El nom de visualització és massa llarg"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "El nom per mostrar és massa llarg. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {}other {El nombre màxim de caràcters és #.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "No comença ni acaba amb un guionet"
 msgid "Domain verified!"
 msgstr "Domini verificat!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "No tens un codi o en necessites un? <0>Clica aquí.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "No has rebut el correu? <0>Clica aquí per a reenviar-lo.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Fet{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Fes un toc doble o premeu llargament el missatge per a afegir una reacció"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Fes doble toc per tancar el diàleg"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Fes dos tocs per a fer m'agrada"
 
@@ -2575,7 +2633,7 @@ msgstr "Durada:"
 msgid "e.g. alice"
 msgstr "p. ex. jordi"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "p. ex. Jordi Cognom"
 
@@ -2587,7 +2645,7 @@ msgstr "p. ex. Jordi Guix"
 msgid "e.g. alice.com"
 msgstr "p. ex. jordi.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "p. ex. Artista, amant dels gossos i amant de la lectura."
 
@@ -2595,19 +2653,19 @@ msgstr "p. ex. Artista, amant dels gossos i amant de la lectura."
 msgid "E.g. artistic nudes."
 msgstr "p. ex. nuesa artística."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "p. ex. Gent interessant"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "p. ex. Spammers"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "p. ex. Els que mai fallen."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "p. ex. Usuaris que sempre responen amb anuncis."
 
@@ -2615,7 +2673,7 @@ msgstr "p. ex. Usuaris que sempre responen amb anuncis."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Cada codi funciona un cop. Rebràs més codis d'invitació periòdicament."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Edita"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Edita l'avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Edita l'avatar"
 msgid "Edit Feeds"
 msgstr "Edita els canals"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Edita la imatge"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Edita les preferències de les interaccions"
 
@@ -2657,12 +2715,17 @@ msgstr "Edita els interessos"
 msgid "Edit list details"
 msgstr "Edita els detalls de la llista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Edita la llista de moderació"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Edita els meus canals"
 
@@ -2679,15 +2742,15 @@ msgstr "Edita les persones"
 msgid "Edit post interaction settings"
 msgstr "Edita les preferències de les interaccions a la publicació"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Edita el perfil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Edita el perfil"
 
@@ -2695,7 +2758,7 @@ msgstr "Edita el perfil"
 msgid "Edit starter pack"
 msgstr "Edita l'starter pack"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Edita la llista d'usuaris"
 
@@ -2707,11 +2770,11 @@ msgstr "Edita qui pot respondre"
 msgid "Edit your display name"
 msgstr "Edita el teu nom mostrat"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Edita la descripció del teu perfil"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Edita el teu starter pack"
 
@@ -2724,9 +2787,8 @@ msgstr "Ensenyament"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "El creador d'aquesta llista t'ha bloquejat o l'has bloquejat tu."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Correu"
 
@@ -2747,20 +2809,17 @@ msgstr "Adreça de correu"
 msgid "Email Resent"
 msgstr "S'ha tornat a enviar el correu"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Correu actualitzat"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "Correu enviat!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Correu actualitzat"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Correu actualitzat!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Correu verificat"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "Verificació per correu completada!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Incrusta el codi HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Incrusta la publicació"
 
@@ -2785,8 +2844,9 @@ msgstr "Incrusta aquesta publicació al teu lloc web. Copia el fragment següent
 msgid "Embedded video player"
 msgstr "Incrusta el reproductor de vídeo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Habilita"
 
@@ -2798,9 +2858,9 @@ msgstr "Habilita només {0}"
 msgid "Enable adult content"
 msgstr "Habilita el contingut per a adults"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Activa el correu 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr "Habilita la verificació en dos passos per correu"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Habilitat"
 msgid "End of feed"
 msgstr "Fi del canal"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Assegura't que has seleccionat un idioma per a cada fitxer de subtítols."
 
@@ -2860,13 +2920,14 @@ msgstr "Introdueix una contrasenya"
 msgid "Enter a word or tag"
 msgstr "Introdueix una lletra o etiqueta"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "Entra el codi"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Entra el codi de confirmació"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "Entra el codi"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "Introdueix la teva data de naixement"
 msgid "Enter your email address"
 msgstr "Introdueix el teu correu"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Introdueix el teu correu a sobre"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Introdueix el teu nou correu a continuació."
 
@@ -2921,7 +2978,7 @@ msgstr "Canvia a pantalla completa"
 msgid "Entertainment"
 msgstr "Entreteniment"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Error"
@@ -2997,15 +3054,15 @@ msgstr "Surt de la visualització de la imatge"
 msgid "Expand alt text"
 msgstr "Expandeix el text alternatiu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Expandeix la llista d'usuaris"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Expandeix o replega la publicació completa a la qual estàs responent"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Amplia o redueix el text de la publicació"
 
@@ -3031,6 +3088,10 @@ msgstr "Caduca {0}"
 msgid "Expires in {0}"
 msgstr "Caduca {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Contingut explícit o potencialment pertorbador."
 msgid "Explicit sexual images."
 msgstr "Imatges sexuals explícites."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Explora"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exporta les meves dades"
 
@@ -3071,12 +3132,12 @@ msgstr "Contingut extern"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "El contingut extern pot permetre que algunes webs recullin informació sobre tu i el teu dispositiu. No s'envia ni es demana cap informació fins que premis el botó \"reproduir\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferència del contingut extern"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "No s'ha pogut acceptar el xat"
@@ -3090,15 +3151,11 @@ msgstr "No s'ha pogut afegir la reacció d'emoji"
 msgid "Failed to change handle. Please try again."
 msgstr "No s'ha pogut canviar l'identificador. Torna-ho a provar."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "No s'ha pogut crear la contrasenya d'aplicació. Torna-ho a provar."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "No s'ha pogut crear la conversa"
 
@@ -3107,12 +3164,12 @@ msgstr "No s'ha pogut crear la conversa"
 msgid "Failed to create starter pack"
 msgstr "No s'ha pogut crear l'starter pack"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "No s'ha pogut crear la llista. Comprova la teva connexió a internet i torna-ho a provar."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "No s'ha pogut esborrar el xat"
@@ -3121,7 +3178,7 @@ msgstr "No s'ha pogut esborrar el xat"
 msgid "Failed to delete message"
 msgstr "No s'ha pogut esborrar el missatge"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "No s'ha pogut esborrar la publicació, torna-ho a provar"
 
@@ -3129,7 +3186,7 @@ msgstr "No s'ha pogut esborrar la publicació, torna-ho a provar"
 msgid "Failed to delete starter pack"
 msgstr "No s'ha pogut eliminar l'starter pack"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "No s'han pogut carregar les converses"
@@ -3172,7 +3229,7 @@ msgstr "No s'ha pogut eliminar la reacció d'emoji"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "No s'ha pogut eliminar la verificació"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "No s'han pogut desar els teus interessos."
 msgid "Failed to send"
 msgstr "No s'ha pogut enviar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "No s'ha pogut enviar el correu. Torna-ho a provar."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "No s'ha pogut enviar l'apel·lació, torna-ho a provar."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "No s'ha pogut desactivar el silenci del fil; torneu-ho a provar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "No s'ha pogut actualitzar la configuració del doble factor per correu"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "No s'ha pogut actualitzar el correu. Torna-ho a provar."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "No s'han pogut actualitzar els canals"
@@ -3219,11 +3290,15 @@ msgstr "No s'ha pogut actualitzar la configuració"
 msgid "Failed to upload video"
 msgstr "No s'ha pogut pujar el vídeo"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "No s'ha pogut verificar el correu. Torna-ho a provar."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "No s'ha pogut verificar l'identificador. Torna-ho a provar."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Canal"
 
@@ -3242,24 +3317,24 @@ msgstr "Alterna el canal"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Comentaris"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Comentaris enviats!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Canals"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexible"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Segueix"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Segueix"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Segueix {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Segueix {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Segueix a {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Segueix 10 comptes"
 msgid "Follow 7 accounts"
 msgstr "Segueix 7 comptes"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Segueix el compte"
 
@@ -3391,7 +3462,7 @@ msgstr "Segueix el compte"
 msgid "Follow all"
 msgstr "Segueix-los a tots"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Segueix"
@@ -3417,7 +3488,7 @@ msgstr "Seguit per <0>{0}</0> i <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Seguit per <0>{0}</0>, <1>{1}</1>, i {2, plural, one {# altre} other {# altres}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Seguidors de @{0} que coneixes"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Seguidors que coneixes"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Seguint"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Seguint {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Seguint {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Seguint a {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferències del canal Seguint"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferències del canal Seguint"
@@ -3524,7 +3591,7 @@ msgstr "Publica contingut no desitjat freqüentment"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "De <0/>"
@@ -3533,17 +3600,19 @@ msgstr "De <0/>"
 msgid "Gallery"
 msgstr "Galeria"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Genera un starter pack"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Aconsegueix ajuda"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "Comença"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "Començant"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Posa una cara al teu perfil"
 
@@ -3567,10 +3636,10 @@ msgstr "Infraccions flagrants de la llei o les condicions del servei"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Ves enrere"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,10 +3674,26 @@ msgstr "Ves a l'inici"
 msgid "Go Home"
 msgstr "Ves a l'inici"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
-msgid "Go to {firstAuthorName}'s profile"
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
+msgid "Go to {firstAuthorName}'s profile"
+msgstr "Vés al perfil de {firstAuthorName}"
+
 #: src/screens/Messages/components/ChatListItem.tsx:360
 msgid "Go to conversation with {0}"
 msgstr "Ves a la conversa amb {0}"
@@ -3638,8 +3723,8 @@ msgstr "Mitjans gràfics"
 msgid "Half way there!"
 msgstr "Ja ets a mig camí!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Identificador"
 
@@ -3665,7 +3750,7 @@ msgstr "Hàptics"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Assetjament, troleig o intolerància"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Etiqueta"
 
@@ -3673,19 +3758,24 @@ msgstr "Etiqueta"
 msgid "Hashtag {tag}"
 msgstr "Etiqueta: {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Tens un codi?<0>Clica aquí.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Tens problemes?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Ajuda"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Ajuda la gent a saber que no ets un bot penjant una imatge o creant un avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Aquí tens la teva contrasenya d'aplicació!"
 msgid "Hidden"
 msgstr "Amagat"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Amagat per la teva configuració de moderació."
 
@@ -3715,12 +3805,12 @@ msgstr "Llista amagada"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Amaga"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Amaga"
@@ -3729,18 +3819,18 @@ msgstr "Amaga"
 msgid "Hide customization options"
 msgstr "Amaga les opcions de personalització"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Amaga'm aquesta publicació"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Amaga la resposta per a tothom"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Amaga'm la resposta"
 
@@ -3748,12 +3838,12 @@ msgstr "Amaga'm la resposta"
 msgid "Hide this card"
 msgstr "Amaga aquesta targeta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Vols amagar aquesta entrada?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Vols amagar aquesta resposta?"
 
@@ -3771,14 +3861,14 @@ msgstr "Vols amagar els temes del moment?"
 msgid "Hide trending videos?"
 msgstr "Vols amagar els vídeos populars?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Amaga la llista d'usuaris"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Amaga les insígnies de verificació"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "No podem carregar el servei de moderació."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Espera! A poc a poc estem donant accés al vídeo i encara estàs a la cua. Torna més tard!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Inici"
 
@@ -3845,25 +3935,20 @@ msgstr "Candent"
 msgid "Hot replies first"
 msgstr "Respostes candents primer"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Com hem d'obrir aquest enllaç?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Tinc un codi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Tinc un codi"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Tinc un codi de confirmació"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Si esborres aquesta llista no la podràs recuperar."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Si tens el teu propi domini, pots utilitzar-lo com a identificador. Això et permet autoverificar la teva identitat – <0>més informació</0>."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "Si necessites actualitzar el teu correu, <0>clica aquí</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Si esborres aquesta publicació no la podràs recuperar."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Si actualitzes el teu correu, es deshabilitarà la verificació en dos passos per correu."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Si vols canviar la contrasenya t'enviarem un codi per a verificar que aquest compte és teu."
@@ -3915,18 +4008,19 @@ msgstr "Il·legal i urgent"
 msgid "Image"
 msgstr "Imatge"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr ""
+msgstr "S'ha esborrat la memòria cau d'imatges"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr ""
+msgstr "S'ha esborrat la memòria cau d'imatges, s'ha alliberat {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "La imatge s'ha desat a la teva galeria!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "Imatge desada"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "El codi de confirmació 2FA no és vàlid."
 msgid "Invalid handle. Please try a different one."
 msgstr "Identificador no vàlid. Si us plau, prova'n un altre."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Registre de publicació no vàlid o no admès"
 
@@ -4041,12 +4135,12 @@ msgstr "És correcte"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Ara només ets tu! Afegeix més persones al teu starter pack cercant a dalt."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Identificador de la tasca: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Tasques"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Etiquetat per l'autor."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etiquetes"
 
@@ -4100,13 +4194,13 @@ msgstr "Etiquetes al teu contingut"
 msgid "Language selection"
 msgstr "Tria l'idioma"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Configuració d'idioma"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Idiomes"
 
@@ -4124,20 +4218,20 @@ msgstr "El més recent"
 msgid "learn more"
 msgstr "més informació"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Més informació"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Més informació"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Més informació sobre Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Més informació sobre la moderació que s'ha aplicat a aquest contingut
 msgid "Learn more about this warning"
 msgstr "Més informació d'aquesta advertència"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Més informació sobre la verificació a Bluesky"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Sortint de Bluesky"
 msgid "left to go."
 msgstr "queda."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Deixa'm triar"
 
@@ -4230,7 +4324,7 @@ msgstr "Clar"
 msgid "Like"
 msgstr "M'agrada"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "M'agrada ({0, plural, one {# m'agrada} other {# m'agrades}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Fes m'agrada a 10 publicacions per a entrenar el canal Discover"
 msgid "Like this feed"
 msgstr "Fes m'agrada a aquest canal"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Fes m'agrada a aquest etiquetador"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Li ha agradat a"
 
@@ -4269,16 +4363,16 @@ msgstr "Li ha agradat a {0, plural, one {# usuari} other {# usuaris}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Li ha agradat a {likeCount, plural, one {# usuari} other {# usuaris}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "M'agrades"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "M'agrades a aquesta publicació"
 
@@ -4287,11 +4381,11 @@ msgstr "M'agrades a aquesta publicació"
 msgid "Linear"
 msgstr "Lineal"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Llista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar de la llista"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Llista silenciada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nom de la llista"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Llista no silenciada"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Llistes"
 
@@ -4358,6 +4452,22 @@ msgstr "Llistes"
 msgid "Lists blocking this user:"
 msgstr "Llistes que bloquegen aquest usuari:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Carrega'n més"
@@ -4370,18 +4480,18 @@ msgstr "Carrega més canals suggerits"
 msgid "Load new notifications"
 msgstr "Carrega noves notificacions"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Carrega noves publicacions"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Carregant…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Registre"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo per @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo per <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Sembla que has deixat tots els teus canals sense fixar. No passa res, en
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Sembla que et falta el canal dels Seguits. <0>Clica aquí per a afegir-ne un.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "Fes ajustaments a la configuració del correu del teu compte"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Fes-ne un per mi"
 
@@ -4433,7 +4547,7 @@ msgstr "Gestiona els canals desats"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Gestiona la configuració de verificació"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Marca com a llegit"
 msgid "Marked all as read"
 msgstr "S'ha marcat tot com a llegit"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Potser més tard"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Contingut"
 
@@ -4479,7 +4600,7 @@ msgstr "Mencions"
 msgid "Menu"
 msgstr "Menú"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Missatge {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "El missatge és massa llarg"
 msgid "Message options"
 msgstr "Opcions del missatge"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Missatges"
 
@@ -4532,10 +4653,10 @@ msgstr "Compte enganyós"
 msgid "Misleading Post"
 msgstr "Publicació enganyosa"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderació"
 
@@ -4557,12 +4678,12 @@ msgstr "Llista de moderació per <0/>"
 msgid "Moderation list by you"
 msgstr "Llista de moderació teva"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "S'ha creat la llista de moderació"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "S'ha actualitzat la llista de moderació"
@@ -4571,8 +4692,8 @@ msgstr "S'ha actualitzat la llista de moderació"
 msgid "Moderation lists"
 msgstr "Llistes de moderació"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Llistes de moderació"
 
@@ -4580,7 +4701,7 @@ msgstr "Llistes de moderació"
 msgid "moderation settings"
 msgstr "preferències de moderació"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Estats de moderació"
 
@@ -4593,7 +4714,7 @@ msgstr "Eines de moderació"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "El moderador ha decidit establir un advertiment general sobre el contingut."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Més"
 
@@ -4602,8 +4723,8 @@ msgstr "Més"
 msgid "More feeds"
 msgstr "Més canals"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Més opcions"
@@ -4637,10 +4758,10 @@ msgstr "Silencia"
 msgid "Mute {tag}"
 msgstr "Silencia {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Silencia el compte"
 
@@ -4689,13 +4810,13 @@ msgstr "Silencia aquesta paraula només a les etiquetes"
 msgid "Mute this word until you unmute it"
 msgstr "Silencia aquesta paraula fins que digui prou"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silencia el fil de debat"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silencia paraules i etiquetes"
 
@@ -4703,12 +4824,12 @@ msgstr "Silencia paraules i etiquetes"
 msgid "Muted accounts"
 msgstr "Comptes silenciats"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Comptes silenciats"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Les publicacions dels comptes silenciats seran eliminats del teu canal i de les teves notificacions. Silenciar comptes és completament privat."
 
@@ -4729,15 +4850,15 @@ msgstr "Silenciar és privat. Els comptes silenciats poden interactuar amb tu, p
 msgid "My Birthday"
 msgstr "El meu aniversari"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Els meus canals"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nom"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Es requereix un nom"
 
@@ -4772,11 +4893,11 @@ msgstr "Ves a l'starter pack"
 msgid "Navigates to the next screen"
 msgstr "Navega a la pantalla següent"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navega al teu perfil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Necessites canviar-lo?"
 
@@ -4797,21 +4918,26 @@ msgstr "Tant hi fa, crea'm un identificador"
 msgid "New"
 msgstr "Nova"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nova"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Xat nou"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Adreça de correu nova"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Funció nova"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nou identificador"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Llista nova"
 
@@ -4828,7 +4954,7 @@ msgstr "Llista nova"
 msgid "New messages"
 msgstr "Nous missatges"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nova llista de moderació"
 
@@ -4840,10 +4966,10 @@ msgstr "Nova contrasenya"
 msgid "New Password"
 msgstr "Nova contrasenya"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nova publicació"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nova publicació"
@@ -4863,7 +4989,7 @@ msgstr "Nova publicació"
 msgid "New user info dialog"
 msgstr "Diàleg d'informació d'usuari nou"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nova llista d'usuaris"
 
@@ -4911,6 +5037,10 @@ msgstr "Encara no hi ha contrasenyes d'aplicació"
 msgid "No DNS Panel"
 msgstr "No hi ha panell de DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "No s'han trobat GIF destacats. Pot haver-hi un problema amb Tenor."
@@ -4924,8 +5054,8 @@ msgstr "No s'han trobat canals. Intenta cercar una altra cosa."
 msgid "No likes yet"
 msgstr "Encara no té cap m'agrada"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Ja no segueixes a {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Encara no té cap citació"
 msgid "No reposts yet"
 msgstr "Encara no s'ha republicat"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Cap resultat"
 
@@ -4980,7 +5110,7 @@ msgstr "No s'han trobat resultats per \"{0}\"."
 msgid "No results found"
 msgstr "No s'han trobat resultats"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "No s'han trobat resultats per \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Nuesa no sexual"
 msgid "Not followed by anyone you're following"
 msgstr "No el segueix ningú a qui segueixes"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "No s'ha trobat"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Ara mateix no"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nota sobre compartir"
 
@@ -5052,7 +5177,7 @@ msgstr "Nota sobre compartir"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Nota: Bluesky és una xarxa oberta i pública. Aquesta configuració tan sols limita el teu contingut a l'aplicació de Bluesky i a la web, altres aplicacions poden no respectar-ho. El teu contingut pot ser mostrat a usuaris no connectats per altres aplicacions i webs."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Aquí no hi ha res"
 
@@ -5060,7 +5185,7 @@ msgstr "Aquí no hi ha res"
 msgid "Notification filters"
 msgstr "Filtres de les notificacions"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Configuració de les notificacions"
@@ -5077,11 +5202,11 @@ msgstr "Sons de les notificacions"
 msgid "Notification Sounds"
 msgstr "Sons de les notificacions"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notificacions"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Ostres! Alguna cosa ha fallat."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "D'acord"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "D'acord"
 
@@ -5140,19 +5265,19 @@ msgstr "Respostes més antigues primer"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "en<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Restableix la incorporació"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Falta el text alternatiu a un o més GIFs."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Falta el text alternatiu a una o més imatges."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Falta el text alternatiu a un o més videos."
 
@@ -5168,7 +5293,7 @@ msgstr "Només {0} poden respondre."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Només pot tenir lletres, nombres i guionets"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Només s'admeten fitxers d'imatge"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ostres, alguna cosa ha anat malament!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ostres!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ostres!"
 msgid "Open"
 msgstr "Obert"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Obre el menú de drecera del perfil {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Obre el creador d'avatars"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Obre el menú del calaix"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Obre el selector d'emojis"
 
@@ -5225,7 +5346,7 @@ msgstr "Obre la pantalla d'informació del canal"
 msgid "Open feed options menu"
 msgstr "Obre el menú de les opcions del canal"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Obre la llista completa d'emojis"
 
@@ -5237,7 +5358,7 @@ msgstr "Obre l'enllaç a {niceUrl}"
 msgid "Open message options"
 msgstr "Obre les opcions dels missatges"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Obre la pàgina de depuració de moderació"
 
@@ -5249,20 +5370,25 @@ msgstr "Obre la configuració de les paraules i etiquetes silenciades"
 msgid "Open pack"
 msgstr "Obre el pack"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Obre el menú de les opcions de publicació"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Obre el menú de l'starter pack"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Obre la pàgina d'historial"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Obre el registre del sistema"
 
@@ -5282,19 +5408,19 @@ msgstr "Obre un diàleg per triar qui pot respondre a aquest fil"
 msgid "Opens additional details for a debug entry"
 msgstr "Obre detalls addicionals per una entrada de depuració"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Obre el diàleg de text alternatiu"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Obre la càmera del dispositiu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Obre el diàleg de subtítols i text alternatiu"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Obre el diàleg de canvi d'identificador"
 
@@ -5306,7 +5432,7 @@ msgstr "Obre el compositor"
 msgid "Opens device photo gallery"
 msgstr "Obre la galeria fotogràfica del dispositiu"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Obre el selector d'emojis"
 
@@ -5324,7 +5450,7 @@ msgstr "Obre el procés per a iniciar sessió a un compte existent de Bluesky"
 msgid "Opens GIF select dialog"
 msgstr "Obre el diàleg per a triar GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Obre el centre d'ajuda al navegador"
 
@@ -5332,6 +5458,10 @@ msgstr "Obre el centre d'ajuda al navegador"
 msgid "Opens list of invite codes"
 msgstr "Obre la llista de codis d'invitació"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Obre el formulari de restabliment de la contrasenya"
@@ -5340,12 +5470,12 @@ msgstr "Obre el formulari de restabliment de la contrasenya"
 msgid "Opens the linked website"
 msgstr "Obre la web enllaçada"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Obre aquest perfil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Obre el selector de vídeos"
 
@@ -5392,7 +5522,7 @@ msgstr "Estat de l'OTA: Cap disponible"
 msgid "Other"
 msgstr "Un altre"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Un altre compte"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Pàgina no trobada"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Posa en pausa el vídeo"
 msgid "People"
 msgstr "Gent"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Persones seguides per @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Persones seguint a @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Fixa a l'inici"
 msgid "Pin to Home"
 msgstr "Fixa a l'Inici"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fixa-ho al teu perfil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fixat"
 
@@ -5578,14 +5708,14 @@ msgstr "Tria el teu identificador."
 msgid "Please choose your password."
 msgstr "Tria la teva contrasenya."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Fes clic a l'enllaç del correu que us acabem d'enviar per verificar la teva nova adreça electrònica. Aquest és un pas important per permetre't continuar gaudint de totes les funcions de Bluesky."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Completa el captcha de verificació."
 
-#: 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 el teu correu abans de canviar-lo. Aquest és un requisit temporal mentre no s'afegeixin eines per a actualitzar el correu. Aviat no serà necessari."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Si us plau, comprova que has introduït la teva adreça de correu electrònic correctament."
@@ -5602,10 +5732,28 @@ msgstr "Introdueix una contrasenya. Ha de tenir almenys 8 caràcters."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Introdueix un nom únic per aquesta contrasenya d'aplicació o fes servir un nom generat aleatòriament."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Introdueix un codi vàlid."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Introdueix una adreça de correu vàlida."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Introdueix una paraula, una etiqueta o una frase vàlida per a silenciar"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Introdueix el codi que t'hem enviat a <0>{0}</0> a continuació."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Introdueix el codi de seguretat que et vam enviar a la teva adreça de correu anterior."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Introdueix el teu correu."
 msgid "Please enter your invite code."
 msgstr "Entra el teu codi d'invitació."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Introdueix la teva nova adreça de correu."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Introdueix la contrasenya"
@@ -5648,7 +5800,11 @@ msgstr "Selecciona un motiu per a aquest informe"
 msgid "Please sign in as @{0}"
 msgstr "Inicia sessió com a @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Verifica el teu correu"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Verifica el teu correu"
 
@@ -5662,7 +5818,7 @@ msgstr "Política"
 msgid "Porn"
 msgstr "Pornografia"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Publica"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Publica"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Publica-ho tot"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Publicació per {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Publicació per @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Publicació eliminada"
@@ -5697,7 +5853,7 @@ msgstr "Publicació eliminada"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "No s'ha pogut penjar la publicació. Comprova la tevaa connexió a Internet i torna-ho a provar."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "La publicació s'ha eliminat"
 
@@ -5719,7 +5875,7 @@ msgstr "Publicació amagada per tu"
 msgid "Post interaction settings"
 msgstr "Configuració de les interaccions de la publicació"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Configuració de les interaccions de la publicació"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Publicació sense fixar"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Publicacions"
@@ -5789,7 +5945,7 @@ msgstr "Prem per veure els seguidors d'aquest compte que també segueixes"
 msgid "Previous image"
 msgstr "Imatge anterior"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Idioma principal"
 
@@ -5807,26 +5963,26 @@ msgstr "Notificacions prioritàries"
 msgid "Privacy"
 msgstr "Privacitat"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privadesa i seguretat"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privadesa i seguretat"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Política de privacitat"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Processant el vídeo..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Processant…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "perfil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Perfil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Perfil actualitzat"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Llistes públiques i compartibles que es poden utilitzar per generar feeds."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Publica la publicació"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Publica les publicacions"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Publica les respostes"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Publica la resposta"
 
@@ -5904,11 +6060,11 @@ msgstr "Codi QR desat a la teva galeria"
 msgid "Quote post"
 msgstr "Cita la publicació"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "La publicació citada s'ha tornat a enganxar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "La publicació citada s'ha desenganxat amb èxit"
 
@@ -5927,7 +6083,7 @@ msgstr "Configuració de les citacions"
 msgid "Quotes"
 msgstr "Citacions"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citacions d'aquesta publicació"
 
@@ -5942,8 +6098,8 @@ msgstr "Aleatori (també conegut com a \"Poster's Roulette\")"
 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 "Has superat el límit – has intentat canviar l'identificador massa vegades en poc temps. Si us plau, espera un minut abans de tornar-ho a provar."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Torna a enganxar la citació"
 
@@ -5958,17 +6114,17 @@ msgstr "Torna a activar el teu compte"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Llegeix la publicació del blog"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Mostra'n menys"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Mostra'n més"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Llegeix el blog de Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Torna a connectar"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Rebutja"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Rebutja la sol·licitud de xat"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Carrega les converses de nou"
@@ -6022,7 +6178,7 @@ msgstr "Carrega les converses de nou"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Elimina"
 msgid "Remove {displayName} from starter pack"
 msgstr "Elimina a {displayName} de l'starter pack"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Elimina {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Elimina el compte"
 
@@ -6046,13 +6202,13 @@ msgstr "Elimina el compte"
 msgid "Remove attachment"
 msgstr "Elimina l'adjunt"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Elimina l'avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Elimina el bàner"
 
@@ -6079,7 +6235,7 @@ msgstr "Vols eliminar el canal?"
 msgid "Remove from my feeds"
 msgstr "Elimina dels meus canals"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Vols eliminar-lo de l'accés ràpid?"
 
@@ -6097,11 +6253,16 @@ msgstr "Vols eliminar-lo dels teus canals?"
 msgid "Remove image"
 msgstr "Elimina la imatge"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Elimina la paraula silenciada de la teva llista"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Elimina el perfil"
 
@@ -6114,7 +6275,7 @@ msgstr "Elimina la citació"
 msgid "Remove repost"
 msgstr "Elimina la republicació"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Eliminar el fitxer de subtítols"
 
@@ -6124,18 +6285,18 @@ msgstr "Elimina aquest canal dels meus canals"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr ""
+msgstr "Elimina l'usuari de la llista"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Elimina la verificació"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Vols eliminar la teva verificació d'aquest compte?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Eliminat dels teus canals"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Elimina el perfil de l'historial de cerca"
+msgstr "Verificació eliminada"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Elimina la publicació amb la citació"
 msgid "Replace with Discover"
 msgstr "Canvia amb Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Respostes"
 
@@ -6193,12 +6350,12 @@ msgstr "Respostes deshabilitades"
 msgid "Replies to this post are disabled."
 msgstr "Les respostes a aquesta publicació estan deshabilitades."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Respon"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Respostes ({0, plural, one {# resposta} other {# respostes}})"
 
@@ -6224,34 +6381,34 @@ msgstr "La configuració de les respostes la tria l'autor del fil de debat"
 msgid "Reply sorting"
 msgstr "Ordenació de respostes"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Resposta a <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Resposta a una publicació bloquejada"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Resposta a una publicació"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Resposta a tu mateix"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "S'ha actualitzat la visibilitat de la resposta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "La resposta s'ha amagat amb èxit"
 
@@ -6261,16 +6418,16 @@ msgstr "La resposta s'ha amagat amb èxit"
 msgid "Report"
 msgstr "Informa"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Informa del compte"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Informa d'aquesta conversa"
 
@@ -6293,8 +6450,8 @@ msgstr "Denuncia la llista"
 msgid "Report message"
 msgstr "Informa del missatge"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Informa de la publicació"
 
@@ -6369,26 +6526,26 @@ msgstr "Republica o cita la publicació"
 msgid "Reposted By"
 msgstr "Republicat per"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Republicat per {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Republicat per <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Republicat per tu"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Republicacions d'aquesta publicació"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "Demana un canvi"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "Demana un codi"
 msgid "Require alt text before posting"
 msgstr "Requereix un text alternatiu abans de publicar"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Sol·licita el codi de correu per a iniciar sessió al teu compte."
 
@@ -6413,13 +6570,19 @@ msgstr "Requerit per aquest proveïdor"
 msgid "Required in your region"
 msgstr "Obligatori a la teva regió"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Torna'l a enviar"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Torna a enviar el correu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Torna a enviar el correu"
@@ -6436,8 +6599,8 @@ msgstr "Codi de restabliment"
 msgid "Reset Code"
 msgstr "Codi de restabliment"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Restableix l'estat de la incorporació"
 
@@ -6458,10 +6621,10 @@ msgstr "Torna a intentar l'última acció, que ha donat error"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Torna a la pàgina anterior"
 msgid "Returns to home page"
 msgstr "Torna a la pàgina d'inici"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Ves al pas anterior"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Desa"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Desa"
@@ -6534,7 +6699,7 @@ msgstr "Desa la data de naixement"
 msgid "Save changes"
 msgstr "Desa els canvis"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Desa els canvis"
 
@@ -6564,16 +6729,12 @@ msgstr "Desa-ho als meus canals"
 msgid "Saved Feeds"
 msgstr "Canals desats"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "S'ha desat a la teva galeria d'imatges"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "S'ha desat als teus canals."
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Desa qualsevol canvi al teu perfil"
 
@@ -6583,8 +6744,8 @@ msgstr "Desa la configuració de retall d'imatges"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Digues hola!"
 
@@ -6602,11 +6763,11 @@ msgstr "Desplaça't cap a dalt"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Cerca"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Cerca a les publicacions de @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Cerca a les publicacions de @{0}"
 msgid "Search by name or interest"
 msgstr "Cerca per nom o interès"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Cerca canals"
 
@@ -6656,8 +6817,8 @@ msgstr "Cerca GIF"
 msgid "Search my posts"
 msgstr "Cerca a les meves publicacions"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Cerca publicacions"
 
@@ -6679,7 +6840,11 @@ msgstr "Cerca..."
 msgid "Searches for profiles"
 msgstr "Cerca perfils"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Es requereix un pas de seguretat"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Es requereix un pas de seguretat"
 
@@ -6699,7 +6864,7 @@ msgstr "Mostra les publicacions amb #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Mostra les publicacions amb #{tag} de l'usuari"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Veure les feines a Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Selecciona un color"
 msgid "Select account"
 msgstr "Selecciona el compte"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Selecciona un idioma de l'aplicació"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Selecciona un avatar"
@@ -6727,10 +6896,22 @@ msgstr "Selecciona un avatar"
 msgid "Select an emoji"
 msgstr "Selecciona un emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Selecciona una opció"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Selecciona l'idioma de l'aplicació"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Selecciona els idiomes del contingut"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Selecciona d'un compte existent"
@@ -6747,11 +6928,11 @@ msgstr "Selecciona GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Tria per quant temps s'ha de silenciar aquesta paraula."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Selecciona l'idioma..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Selecciona els idiomes"
 
@@ -6763,6 +6944,10 @@ msgstr "Selecciona un servei de moderació"
 msgid "Select moderator"
 msgstr "Selecciona el moderador"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Selecciona l'idioma principal"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Selecciona el {emojiName} emoji com al teu avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Selecciona els serveis de moderació als quals voleu informar"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Selecciona el vídeo"
 
@@ -6784,11 +6969,11 @@ msgstr "Selecciona el vídeo"
 msgid "Select what content this mute word should apply to."
 msgstr "Tria a quin contingut s'ha d'aplicar aquesta paraula silenciada."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Selecciona quin idioma vols utilitzar per a la interfície d'usuari de l'aplicació."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Selecciona quins idiomes vols que incloguin els canals a què estàs subscrit. Si no en selecciones cap, es mostraran tots."
 
@@ -6801,7 +6986,7 @@ msgstr "Selecciona la teva data de naixement"
 msgid "Select your interests from the options below"
 msgstr "Selecciona els teus interessos d'entre aquestes opcions"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Selecciona el teu idioma preferit per a les traduccions al teu canal."
 
@@ -6813,19 +6998,17 @@ msgstr "Selecciona l'opció {i} de {numItems}"
 msgid "Send a neat website!"
 msgstr "Envia un lloc web net!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Envia confirmació"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Envia correu de confirmació"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Envia correu de confirmació"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Envia correu"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Envia correu"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Envia comentari"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Envia el missatge"
@@ -6863,13 +7046,14 @@ msgstr "Envia informe a {0}"
 msgid "Send report to {title}"
 msgstr "Envia l'informe a {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Envia un correu de verificació"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Envia per missatge directe"
 
@@ -6901,10 +7085,10 @@ msgstr "Configura el teu compte"
 msgid "Sets email for password reset"
 msgstr "Estableix un correu per a restablir la contrasenya"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Configuració"
 
@@ -6926,16 +7110,16 @@ msgstr "Suggerent sexualment"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Comparteix"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Comparteix"
@@ -6948,9 +7132,9 @@ msgstr "Comparteix una història interessant!"
 msgid "Share a fun fact!"
 msgstr "Comparteix una dada divertida!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Comparteix de totes maneres"
 
@@ -6990,7 +7174,7 @@ msgstr "Comparteix aquest starter pack i ajuda la gent de la teva comunitat a un
 msgid "Share your favorite feed!"
 msgstr "Comparteix el teu canal preferit!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Comprovador de preferències compartides"
 
@@ -7011,8 +7195,8 @@ msgstr "Mostra el text alternatiu"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Mostra igualment"
 
@@ -7033,8 +7217,8 @@ msgstr "Mostra les opcions de personalització"
 msgid "Show hidden replies"
 msgstr "Mostra les respostes ocultes"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Mostra'n menys com aquest"
 
@@ -7042,14 +7226,14 @@ msgstr "Mostra'n menys com aquest"
 msgid "Show list anyway"
 msgstr "Mostra la llista de totes maneres"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Mostra més"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Mostra'n més com aquest"
 
@@ -7079,8 +7263,8 @@ msgstr "Mostra les respostes com a fils"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Mostra les respostes dels comptes que segueixes abans que les altres"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Mostra la resposta a tothom"
 
@@ -7102,11 +7286,11 @@ msgstr "Mostra l'advertiment"
 msgid "Show warning and filter from feeds"
 msgstr "Mostra l'advertiment i filtra-ho dels canals"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Mostra informació sobre quan es va crear aquesta publicació"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Mostra altres comptes als quals pots canviar"
 
@@ -7124,8 +7308,8 @@ msgstr "Mostra el contingut"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Mostra el contingut"
 msgid "Sign in"
 msgstr "Inicia sessió"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Inicia sessió com a {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Inicia sessió o crea un compte"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Inicia sessió o crea el teu compte per a unir-te a la conversa"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Inicia sessió a un compte que no està llistat"
 
@@ -7158,15 +7342,15 @@ msgstr "Inicia sessió a un compte que no està llistat"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Inicia sessió o crea el teu compte"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Tanca sessió"
 
@@ -7174,8 +7358,8 @@ msgstr "Tanca sessió"
 msgid "Sign Out"
 msgstr "Tanca la sessió"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Tancar la sessió?"
 
@@ -7206,14 +7390,19 @@ msgstr "Salta aquest flux"
 msgid "Smaller"
 msgstr "Més petit"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Posposa el recordatori"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Desenvolupament de programari"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Algunes de les teves verificacions no són vàlides."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Algú ha reaccionat amb {0} a {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Hi ha alguna cosa que no va bé amb les dades que intenteu informar. Contacteu amb suport."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Alguna cosa ha fallat"
 
@@ -7264,8 +7453,8 @@ msgstr "Alguna cosa ha fallat, torna-ho a provar."
 msgid "Something wrong? Let us know."
 msgstr "Alguna cosa no va a l'hora? Fes-nos-ho saber."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "La teva sessió ha caducat. Torna a iniciar-la."
 
@@ -7304,7 +7493,7 @@ msgstr "Brossa; excessives mencions o respostes"
 msgid "Sports"
 msgstr "Esports"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Comença un nou xat"
 
@@ -7322,8 +7511,8 @@ msgstr "Comença a afegir gent"
 msgid "Start chat with {displayName}"
 msgstr "Comença un xat amb {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Starter pack"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Aquest starter pack és invàlid"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Starter packs"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Els starter packs et permeten compartir els teus canals i persones preferides amb els teus amics."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Pàgina d'estat"
 
@@ -7363,12 +7552,12 @@ msgstr "Pàgina d'estat"
 msgid "Step {0} of {1}"
 msgstr "Pas {0} de {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "L'emmagatzematge s'ha esborrat, cal que reinicieu l'aplicació ara."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Historial"
 
@@ -7401,11 +7590,11 @@ msgstr "Subscriure's"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Subscriu-te a @{0} per a utilitzar aquestes etiquetes:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Subscriu-te a l'etiquetador"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Subscriu-te a aquest etiquetador"
 
@@ -7413,13 +7602,14 @@ msgstr "Subscriu-te a aquest etiquetador"
 msgid "Subscribe to this list"
 msgstr "Subscriure's a la llista"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Verificat"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Verificat correctament"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Ocàs"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Suport"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Canvia el compte"
 
@@ -7462,11 +7652,11 @@ msgstr "Canvia el compte"
 msgid "Switch Account"
 msgstr "Canvia el compte"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Canvia de compte"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Canvia a {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Canvia a {0}"
 msgid "System"
 msgstr "Sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Registres del sistema"
 
@@ -7518,7 +7708,7 @@ msgstr "Tecnologia"
 msgid "Tell a joke!"
 msgstr "Explica un acudit!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Explica'ns més coses sobre tu"
 
@@ -7531,12 +7721,12 @@ msgstr "Explica'ns una mica més"
 msgid "Terms"
 msgstr "Condicions"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Condicions del servei"
 
@@ -7564,7 +7754,11 @@ msgstr "Camp de text"
 msgid "Text input field"
 msgstr "Camp d'introducció de text"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Gràcies pels teus comentaris! S'han enviat a l'operador del canal."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Gràcies, el teu correu està verificat."
 
@@ -7597,12 +7791,12 @@ msgstr "No s'ha pogut trobar aquest starter pack."
 msgid "That's all, folks!"
 msgstr "Això és tot, amics!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Això és tot!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "El compte podrà interactuar amb tu després del desbloqueig."
 
@@ -7636,6 +7830,10 @@ msgstr "El canal Discover"
 msgid "The Discover feed now knows what you like"
 msgstr "El canal Discover ara sap el que t'agrada"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "L'adreça de correu que has entrat és la mateixa que la que tens actualment."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "L'experiència és millor a l'aplicació. Baixa Bluesky ara i tornarem a començar on ho vas deixar."
@@ -7669,6 +7867,7 @@ msgstr "La política de privacitat ha estat traslladada a <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "El vídeo seleccionat supera els 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Sembla que el servidor està experimentant problemes. Torneu-ho a provar d'aquí a uns moments."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Hi ha hagut un problema per a contactar amb el servidor"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "S'ha produït un problema en contactar amb el servidor, comprova la teva connexió a Internet i torna-ho a provar."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar."
 
@@ -7763,20 +7962,20 @@ msgstr "S'ha produït un problema en enviar el teu informe. Comprova la teva con
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "S'ha produït un problema actualitzant els teus canals. Comprova la teva connexió a Internet i torna-ho a provar."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Hi ha hagut un problema! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Aquests paràmetres només s'apliquen al canal Seguint."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Aquesta {screenDescription} ha estat etiquetada:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Aquest compte té una marca de verificació perquè ha estat verificat per fonts de confiança."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Aquest compte té una o més verificacions, però actualment no està verificat."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Aquest compte ha sol·licitat que els usuaris estiguin registrats per a
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Aquest compte està bloquejat per una o més de les teves llistes de moderació. Per desbloquejar-lo, visita les llistes directament i elimina aquest usuari."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Aquesta acció es pot desfer en qualsevol moment."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Aquest contingut no es pot veure sense un compte de Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Aquesta conversa és amb un compte suprimit o desactivat. Prem per obtenir opcions"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Aquest correu ja està associat amb el teu compte."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Aquesta funció està en versió beta. Podeu obtenir més informació sobre les exportacions de repositoris en <0>aquesta entrada de bloc</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Aquesta funció no està disponible mentre s'utilitza una contrasenya d'aplicació. Inicia la sessió amb la contrasenya principal."
+
 #: 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 "Aquesta funció no està disponible mentre s'utilitza una contrasenya d'aplicació. Inicieu la sessió amb la contrasenya principal."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Aquest canal està buit! Necessites seguir més usuaris o modificar la teva configuració d'idiomes."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Aquest canal és buit."
@@ -7899,9 +8106,10 @@ msgstr "Aquest identificador està reservat. Si us plau, provi un altre."
 msgid "This information is not shared with other users."
 msgstr "Aquesta informació no es comparteix amb altres usuaris."
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
-msgstr "Això és important si mai necessites canviar el teu correu o restablir la contrasenya."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Aquesta llista està buida."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Aquest servei de moderació no està disponible. Mira a continuació per a obtenir més detalls. Si aquest problema persisteix, posa't en contacte amb nosaltres."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Aquesta publicació afirma haver estat creada el <0>{0}</0>, però va ser vista per primera vegada per Bluesky el <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Aquesta publicació afirma haver estat creada el <0>{0}</0>, però va se
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Aquesta publicació té un tipus de threadgate desconegut. És possible que la teva aplicació estigui obsoleta."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Aquesta publicació ha estat esborrada."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Aquesta publicació només és visible per als usuaris que han iniciat sessió. No serà visible per a les persones que no hagin iniciat sessió."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Aquesta publicació s'amagarà dels canals i fils. Això no es pot desfer."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "L'autor d'aquesta publicació ha deshabilitat les citacions."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Aquest perfil només és visible per als usuaris que han iniciat sessió. No serà visible per a les persones que no hagin iniciat sessió."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Aquesta resposta s'ordenarà en una secció oculta a la part inferior del fil i silenciarà les notificacions de les respostes posteriors, tant per a tu com per als altres."
 
@@ -7976,6 +8184,10 @@ msgstr "Aquest servei no ha proporcionat termes de servei ni una política de pr
 msgid "This should create a domain record at:"
 msgstr "Això hauria de crear un registre de domini a:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Aquest usuari no té un nom de visualització i, per tant, no es pot verificar."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Aquest usuari no té cap seguidor."
@@ -8013,11 +8225,11 @@ msgstr "Aquest usuari no segueix a ningú."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Això suprimirà \"{0}\" de les teves paraules silenciades. Sempre el pots tornar a afegir més tard."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Això eliminarà @{0} de la llista d'accés ràpid."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Això eliminarà la teva publicació d'aquesta citació per a tots els usuaris i la substituirà per un marcador de posició."
 
@@ -8044,7 +8256,7 @@ msgstr "En mode fils de debat"
 msgid "Threaded mode"
 msgstr "Mode fils de debat"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferències dels fils de debat"
 
@@ -8056,14 +8268,15 @@ msgstr "Temps restant: {0, plural, one {# segon} other {# segons}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "per a desactivar el mètode 2FA de correu, verifica el teu accés a l'adreça de correu."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "Per a desactivar el mètode 2FA de correu, verifica el teu accés a <0>{0}</0>"
+
 #: 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 "Per informar d'una conversa, informa d'un dels seus missatges a través de la pantalla de conversa. Això permet als nostres moderadors entendre el context del teu problema."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Primer has de verificar el teu correu per poder pujar vídeos a Bluesky."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "A qui vols enviar aquest informe?"
@@ -8090,16 +8303,16 @@ msgstr "Commuta el so"
 msgid "Top"
 msgstr "Superior"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Tema"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Tradueix"
 
@@ -8117,7 +8330,7 @@ msgstr "Vídeos populars"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "La confiança sorgeix de les relacions, les comunitats i el context compartit, de manera que també estem habilitant <0>verificadors de confiança</0>: organitzacions que poden emetre directament la verificació."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Escriu aquí el teu missatge"
 msgid "Type:"
 msgstr "Tipus:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "No s'ha pogut connectar. Comprova la teva connexió a Internet i torna-ho a provar."
@@ -8166,27 +8380,27 @@ msgstr "No s'ha pogut eliminar"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Desbloqueja"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Desbloqueja"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Desbloqueja el compte"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Vols desbloquejar el compte?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Deixa de seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Deixa de seguir a {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Deixa de seguir el compte"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Deixa de seguir l'usuari"
 
@@ -8225,15 +8439,15 @@ msgstr "Deixa de seguir l'usuari"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Malauradament, cap dels vostres etiquetadora subscrits admet aquest tipus d'informe."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Verificador desconegut"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Desfés el m'agrada"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Desfés els m'agrades ({0, plural, one {# m'agrada} other {# m'agrades}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Deixa de silenciar"
 msgid "Unmute {tag}"
 msgstr "Deixa de silenciar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Deixa de silenciar el compte"
 
@@ -8267,8 +8481,8 @@ msgstr "Deixa de silenciar la conversa"
 msgid "Unmute list"
 msgstr "Deixa de silenciar la llista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Deixa de silenciar el fil de debat"
 
@@ -8294,8 +8508,8 @@ msgstr "Deixa de fixar el canal"
 msgid "Unpin from home"
 msgstr "Deixa de fixar a l'inici"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "No fixis al perfil"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} ja no està fixat a l'inici"
 msgid "Unpinned from your feeds"
 msgstr "Ja no està fix als teus canals"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Deixa de posposar el recordatori de correu"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Dona't de baixa"
 
@@ -8320,7 +8539,7 @@ msgstr "Dona't de baixa"
 msgid "Unsubscribe from list"
 msgstr "Dona't de baixa d'aquesta llista"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Dona't de baixa d'aquest etiquetador"
 
@@ -8328,11 +8547,11 @@ msgstr "Dona't de baixa d'aquest etiquetador"
 msgid "Unsubscribed from list"
 msgstr "T'has dona't de baixa de la llista"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Tipus de vídeo no compatible"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Tipus de vídeo no compatible: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Actualitza"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Actualitza <0>{displayName}</0> a les Llistes"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Actualitza el correu"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Actualitza a {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Actualitza el teu correu"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "No s'ha pogut actualitzar el fitxer adjunt de la citació"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "No s'ha pogut actualitzar la visibilitat de la resposta"
@@ -8371,7 +8601,7 @@ msgstr "No s'ha pogut actualitzar la visibilitat de la resposta"
 msgid "Updating..."
 msgstr "Actualitzant…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Enlloc d'això, penja una foto"
 
@@ -8379,22 +8609,22 @@ msgstr "Enlloc d'això, penja una foto"
 msgid "Upload a text file to:"
 msgstr "Puja un fitxer de text a:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Puja de la càmera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Puja dels Fitxers"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Puja de la biblioteca"
 
@@ -8407,7 +8637,7 @@ msgstr "S'estan penjant imatges..."
 msgid "Uploading link thumbnail..."
 msgstr "S'està penjant la miniatura de l'enllaç..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "S'està penjant el vídeo..."
 
@@ -8419,8 +8649,8 @@ msgstr "Utilitza contrasenyes d'aplicació per iniciar sessió a altres clients
 msgid "Use default provider"
 msgstr "Utilitza el proveïdor predeterminat"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Utilitza el navegador de l'aplicació"
 
@@ -8429,8 +8659,8 @@ msgstr "Utilitza el navegador de l'aplicació"
 msgid "Use in-app browser to open links"
 msgstr "Utilitza el navegador de l'aplicació per obrir enllaços"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Utilitza el meu navegador predeterminat"
 
@@ -8484,12 +8714,12 @@ msgstr "Llista d'usuaris per {0}"
 msgid "User list by you"
 msgstr "Llista d'usuaris feta per tu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Llista d'usuaris creada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Llista d'usuaris actualitzada"
@@ -8523,73 +8753,80 @@ msgstr "Els usuaris als quals segueixes"
 msgid "Value:"
 msgstr "Valor:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "La verificació ha fallat, torna-ho a provar."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Configuració de verificació"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Configuració de verificació"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Les verificacions a Bluesky funcionen de manera diferent que a altres plataformes. <0>Més informació aquí.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Es requereix un correu verificat"
+msgstr "Verificat per:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Verifica el compte"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Verifica el codi"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verifica els registres de DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Verifica el correu"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Verifica el codi del correu"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Diàleg de verificació del correu"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verifica el correu nou"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verifica-ho ara"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verifica el fitxer de text"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Vols verificar aquest compte?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verifica el teu correu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifica el teu correu"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versió {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Vídeo"
 msgid "Video failed to process"
 msgstr "El vídeo no s'ha pogut processar"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Canal de vídeos"
 
@@ -8616,11 +8853,11 @@ msgstr "Vídeo de: {0}: {text}"
 msgid "Video Games"
 msgstr "Videojocs"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Vídeo en pausa"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Vídeo en reproducció"
 
@@ -8628,11 +8865,11 @@ msgstr "Vídeo en reproducció"
 msgid "Video not found."
 msgstr "No s'ha trobat el vídeo."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Configuració de vídeo"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Vídeo penjat"
 
@@ -8640,24 +8877,24 @@ msgstr "Vídeo penjat"
 msgid "Video: {0}"
 msgstr "Vídeo: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Vídeos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Els vídeos han de durar menys de 3 minuts"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Veure l'avatar de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Veure el perfil de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Veure el perfil de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Mostra el perfil de {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Veure el perfil de l'usuari bloquejat"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Veure el registre de depuració"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Veure els detalls"
 
@@ -8688,7 +8925,7 @@ msgstr "Veure els detalls"
 msgid "View details for reporting a copyright violation"
 msgstr "Mostra els detalls per a informar d'una infracció dels drets d'autor"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Veure el fil de debat complet"
 
@@ -8703,13 +8940,12 @@ msgstr "Mostra informació sobre aquestes etiquetes"
 msgid "View more"
 msgstr "Mostra'n més"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Veure el perfil"
 
@@ -8723,7 +8959,7 @@ msgstr "Veure el servei d'etiquetatge proporcionat per @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Veure les verificacions d'aquest usuari"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Veure els teus comptes silenciats"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Veure les teves verificacions"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Adverteix del contingut"
 msgid "Warn content and filter from feeds"
 msgstr "Adverteix del contingut i filtra-ho dels canals"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "No hem trobat cap resultat per a aquest hashtag."
@@ -8798,7 +9039,7 @@ msgstr "No hem trobat cap resultat per a aquest hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr "No hem trobat cap resultat per a aquest tema"
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "No hem pogut carregar aquesta conversa"
 
@@ -8822,6 +9063,10 @@ msgstr "Ja no hi ha més publicacions dels usuaris que segueixes. Aquí n'hi ha
 msgid "We recommend selecting at least two interests."
 msgstr "Et recomanem que triïs almenys dos interessos."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Hem enviat un correu a <0>{0}</0> amb un enllaç. Fes-hi clic per completar el procés de verificació del correu electrònic."
+
 #: 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 "No hem pogut determinar si tens permís per pujar vídeos. Torna-ho a provar."
@@ -8842,6 +9087,10 @@ msgstr "No ens hem pogut connectar. Torna-ho a provar per a continuar configuran
 msgid "We will let you know when your account is ready."
 msgstr "T'informarem quan el teu compte estigui llest."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Enviarem un correu a <0>{0}</0> amb un enllaç. Fes-hi clic per completar el procés de verificació del correu electrònic."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Ho farem servir per a personalitzar la teva experiència."
@@ -8853,7 +9102,7 @@ msgstr "Tenim problemes de xarxa, torna-ho a provar"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Estem introduint una nova capa de verificació a Bluesky: una marca de verificació fàcil de veure."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Ho sentim, però no hem pogut carregar les teves paraules silenciades en
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí una estona."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Ho sentim! La publicació a la qual estàs responent s'ha suprimit."
 
@@ -8880,7 +9129,7 @@ msgstr "Ho sentim! La publicació a la qual estàs responent s'ha suprimit."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Ens sap greu! No podem trobar la pàgina que estàs cercant."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Ho sentim! Només pots subscriure't a vint etiquetadors i has arribat al teu límit de vint."
 
@@ -8902,13 +9151,13 @@ msgstr "Com vols anomenar al teu starter pack?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Què hi ha de nou"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Quan toques un xec, veuràs quines organitzacions han concedit la verificació."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Qui hi pot respondre"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Qui pot verrificar?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Vaja!"
@@ -8984,11 +9233,11 @@ msgstr "Per què s'hauria de revisar aquest usuari?"
 msgid "Write a message"
 msgstr "Escriu un missatge"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Escriu una publicació"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Escriu la teva resposta"
@@ -9002,6 +9251,11 @@ msgstr "Escriptors"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "L'identificador DID incorrecte ha estat retornat pel servidor. Rebut: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Sí"
@@ -9015,11 +9269,11 @@ msgstr "Sí, desactiva'l"
 msgid "Yes, delete this starter pack"
 msgstr "Sí, elimina aquest starter pack"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Sí, desenganxa'l"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Sí, amaga'l"
 
@@ -9037,7 +9291,7 @@ msgstr "Tu"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Ets un verificador de confiança"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Estàs creant un compte a"
 msgid "You are in line."
 msgstr "Estàs a la cua."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "No t'és permès pujar vídeos."
@@ -9055,18 +9318,22 @@ msgstr "No t'és permès pujar vídeos."
 msgid "You are not following anyone."
 msgstr "No segueixes a ningú."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Estàs verificat"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Estàs verificat. Perdràs el teu estat de verificació si canvies el nom de visualització. <0>Més informació.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Estàs verificat. Perdràs el teu estat de verificació si canvies el teu identificador. <0>Més informació.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Has silenciat aquest compte."
 msgid "You have muted this user"
 msgstr "Has silenciat aquest usuari"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Encara no tens cap conversa. Comença'n una!"
 
@@ -9179,11 +9446,11 @@ msgstr "No tens canals."
 msgid "You have no lists."
 msgstr "No tens llistes."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Encara no has bloquejat cap compte. Per a bloquejar un compte, ves al seu perfil i selecciona \"Bloqueja el compte\" al menú del seu compte."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Encara no has silenciat cap compte. per a silenciar un compte, ves al seu perfil i selecciona \"Silencia el compte\" al menú del seu compte."
 
@@ -9191,11 +9458,15 @@ msgstr "Encara no has silenciat cap compte. per a silenciar un compte, ves al se
 msgid "You have reached the end"
 msgstr "Has arribat al final"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Has verificat correctament el teu correu. Pots tancar aquest diàleg."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Has arribat temporalment al límit de pujades de vídeos. Torna-ho a provar més tard."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Encara no has creat cap starter pack!"
 
@@ -9224,7 +9495,7 @@ msgstr "Només pots afegir un total de {STARTER_PACK_MAX_SIZE, plural, one {}oth
 msgid "You may only add up to 3 feeds"
 msgstr "Només pots afegir 3 canals"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Només podeu seleccionar fins a 4 imatges"
 
@@ -9232,7 +9503,7 @@ msgstr "Només podeu seleccionar fins a 4 imatges"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Has de tenir 13 anys o més per a crear un compte."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Has de seguir almenys set persones més per generar un starter pack."
 
@@ -9248,10 +9519,18 @@ msgstr "Has de concedir accés a la teva galeria per desar la imatge."
 msgid "You must select at least one labeler for a report"
 msgstr "Has d'escollir almenys un etiquetador per a un informe"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Has de verificar el teu correu abans de poder habilitar la verificació en dos passos."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Abans has desactivat @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Segurament vols reiniciar l'aplicació ara."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Has reaccionat amb {0}"
@@ -9260,16 +9539,16 @@ msgstr "Has reaccionat amb {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Has reaccionat amb {0} a {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Es tancarà la sessió de tots els teus comptes."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Ja no rebràs més notificacions d'aquest debat"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Ara rebràs notificacions d'aquest debat"
 
@@ -9305,7 +9584,7 @@ msgstr "Seguiràs aquestes persones i {0} altres"
 msgid "You'll follow these people right away"
 msgstr "Seguiràs a aquesta gent de seguida"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Rebràs un correu a <0>{0}</0> per verificar que ets tu."
 
@@ -9339,6 +9618,10 @@ msgstr "Has trobat algunes persones per seguir"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Has arribat al final del teu canal! Cerca alguns comptes més per a seguir."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Has arribat al nombre màxim de sol·licituds permeses. Torna-ho a provar més tard."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Has assolit el teu límit diari de pujades de vídeos (massa bytes)"
@@ -9347,7 +9630,7 @@ msgstr "Has assolit el teu límit diari de pujades de vídeos (massa bytes)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Has assolit el teu límit diari de pujades de vídeos (massa vídeos)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "T'has acabat els vídeos. Potser és un bon moment per a fer un descans."
 
@@ -9391,14 +9674,18 @@ msgstr "El teu navegador no admet el format de vídeo. Prova amb un altre navega
 msgid "Your chats have been disabled"
 msgstr "Els teus xats s'han desactivat"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "La teva elecció es desarà, però es pot canviar més endavant a la configuració."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "La teva elecció es recordarà per a futurs enllaços. Pots canviar-la en qualsevol moment a la configuració."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "El teu identificador actual <0>{0}</0> romandrà automàticament reservat per a tu. Pots tornar-hi en qualsevol moment des d'aquest compte."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "El teu correu s'ha actualitzat, però no ha estat verificat. En el pas següent cal que verifiquis el teu correu."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "El teu identificador actual <0>{0}</0> romandrà automàticament reserva
 msgid "Your email appears to be invalid."
 msgstr "El teu correu no sembla vàlid."
 
-#: 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 "El teu correu s'ha actualitzat, però no ha estat verificat. En el pas següent cal que verifiquis el teu correu."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "El teu correu encara no s'ha verificat. Verifica'l per gaudir de totes les funcions de Bluesky."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "El teu correu encara no s'ha verificat. Et recomanem fer-ho per seguretat."
 
@@ -9434,7 +9721,7 @@ msgstr "El teu identificador complet serà <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "El teu nom d'usuari complet serà <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "S'ha canviat la teva contrasenya!"
 msgid "Your password must be at least 8 characters long."
 msgstr "La contrasenya ha de tenir almenys 8 caràcters."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "S'ha publicat"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "S'han publicat les teves publicacions"
 
@@ -9479,7 +9766,7 @@ msgstr "Les teves publicacions, m'agrades i bloquejos són públics. Els comptes
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "El teu perfil, publicacions, canals i llistes ja no seran visibles per a altres usuaris de Bluesky. Pots reactivar el teu compte en qualsevol moment iniciant sessió."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "S'ha publicat la teva resposta"
 
@@ -9497,4 +9784,4 @@ msgstr "Seleccionar els teus interessos ens ajuda a mostrar-te el contingut que
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Les teves verificacions"
diff --git a/src/locale/locales/cy/messages.po b/src/locale/locales/cy/messages.po
index 9a9b898e4..504b85795 100644
--- a/src/locale/locales/cy/messages.po
+++ b/src/locale/locales/cy/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: cy\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Welsh\n"
 "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n"
@@ -27,8 +27,7 @@ msgstr "(gweithredol)"
 msgid "(contains embedded content)"
 msgstr "(yn cynnwys cynnwys wedi'i fewnosod)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(dim e-bost)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# ailbostiad} other {# ailbostiad}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# eiliad} other {# eiliad}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# eitem heb ei ddarllen} other {# eitem heb ei ddarllen}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# eitem heb ei ddarllen} other {# eitem heb ei ddarllen
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#mis} other {#mis}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {dilynwr} other {dilynwr}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {yn dilyn} other {yn dilyn}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {hoffi} other {hoffi}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {hoffi} other {hoffi}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {postiad} other {postiad}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {dyfyniad} other {dyfyniad}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {ailbostiad} other {ailbostiad}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>in <1>tagiau</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>in <1>testun a thagiau</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "Ymunodd {0} yr wythnos hon"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "afatar {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}e"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# eitem heb ei ddarllen} other {# eitemau heb eu darllen}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {awr} other {awr}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {munud} other {munud}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other{{formattedAuthorsCount} arall}}</0> wedi'ch dilyn chi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}</0> wedi hoffi eich llif cyfaddas"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}</0> wedi hoffi eich postiad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "Mae {firstAuthorLink} ad <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}</0> wedi ailbostio eich postiad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "Mae {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}</0> wedi ymuno â'ch pecyn cychwyn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "Mae {firstAuthorLink} wedi eich dilyn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "Mae {firstAuthorLink} wedi eich dilyn yn ôl"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "Hoffodd {firstAuthorLink} eich ffrwd gyfaddas"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "Hoffodd {firstAuthorLink} eich postiad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "Mae {firstAuthorLink} wedi ailbostio'ch postiad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "Mae {firstAuthorLink} wedi cofrestru gyda'ch pecyn cychwyn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi eich dilyn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich ffrwd gyfaddas"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich postiad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ailbostio eich postiad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ymuno â'ch pecyn cychwyn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "Mae {firstAuthorName} wedi eich dilyn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "Mae {firstAuthorName} wedi eich dilyn yn ôl"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "Hoffodd {firstAuthorName} eich ffrwd gyfaddas"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "Hoffodd {firstAuthorName} eich postiad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "Mae {firstAuthorName} wedi ailbostio'ch postiad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "Mae {firstAuthorName} wedi ymuno â'ch pecyn cychwyn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} yn dilyn"
@@ -335,11 +339,23 @@ msgstr "{following} yn dilyn"
 msgid "{handle} can't be messaged"
 msgstr "Nid oes modd anfon neges at {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# eitem heb ei darllen} other {# eitem heb eu darllen}}"
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "Mae <0>{0}, </0><1>{1}, </1>a {2, plural, one {# arall} other {# arall}} wedi'u cynnwys yn eich pecyn cychwyn"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {dilynwr} other {dilynwyr}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {yn dilyn} other {yn dilyn}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Arbrofol:</0> Pan fydd y dewis hwn wedi'i alluogi, dim ond hysbysiada
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "Rydych <0>chi</0> a <1></1> <2>{0}</2> wedi'ch cynnwys yn eich pecyn cychwyn"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Enw Dangos Annilys"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Ynghylch"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Derbyn"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Derbyn cais am sgwrs"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Derbyn y cais"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Hygyrchedd"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Gosodiadau Hygyrchedd"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Cyfrif"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Cyfrif wedi'i rwystro"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Cyfrif yn ei ddilyn"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Cyfrif wedi'i dewi"
@@ -517,33 +533,33 @@ msgstr "Wedi Tewi'r Cyfrif"
 msgid "Account Muted by List"
 msgstr "Cyfrif wedi'i Dewi gan y Rhestr"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Dewisiadau cyfrif"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Cyfrif wedi'i dynnu o fynediad cyflym"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Cyfrif wedi'i ddadrwystro"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Peidio dilyn y cyfrif"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Dad-dewi cyfrif"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Ychwanegu {displayName} at y pecyn cychwyn"
 msgid "Add a content warning"
 msgstr "Ychwanegu rhybudd cynnwys"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Ychwanegu cyfrif"
 msgid "Add alt text"
 msgstr "Ychwanegu testun amgen"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Ychwanegu testun amgen (dewisol)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Ychwanegu cyfrif arall"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Ychwanegu postiad arall"
 
@@ -627,7 +647,7 @@ msgstr "Ychwanegu gair mud gyda'r gosodiadau a ddewiswyd"
 msgid "Add muted words and tags"
 msgstr "Ychwanegu geiriau a thagiau wedi'u tewi"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Ychwanegu post newydd"
 
@@ -664,8 +684,8 @@ msgstr "Ychwanegwch y cofnod DNS canlynol i'ch parth:"
 msgid "Add this feed to your feeds"
 msgstr "Ychwanegu'r ffrwd hon at eich ffrydiau"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Ychwanegu at restrau"
 
@@ -718,6 +738,11 @@ msgstr "Labeli Cynnwys Oedolion"
 msgid "Advanced"
 msgstr "Uwch"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Y Cyfan"
@@ -732,7 +757,7 @@ msgstr "Mae'r holl gyfrifon wedi'u dilyn!"
 msgid "All languages"
 msgstr "Pob iaith"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Yr holl ffrydiau rydych wedi'u cadw, mewn un lle."
 
@@ -776,10 +801,10 @@ msgstr "AMGEN"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Testun amgen"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Mae e-bost wedi'i anfon at {0}. Mae'n cynnwys cod cadarnhau y gallwch ei nodi isod."
 
-#: 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 "Mae e-bost wedi'i anfon i'ch cyfeiriad blaenorol, {0}. Mae'n cynnwys cod cadarnhau y gallwch ei nodi isod."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Mae e-bost wedi'i anfon! Rhowch y cod cadarnhau sydd wedi'i gynnwys yn yr e-bost isod."
 
@@ -825,7 +849,7 @@ msgstr "Digwyddodd gwall wrth gywasgu'r fideo."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Digwyddodd gwall wrth gynhyrchu'ch pecyn cychwyn. Eisiau ceisio eto?"
 
@@ -842,7 +866,7 @@ msgstr "Digwyddodd gwall wrth lwytho'r fideo. Ceisiwch eto."
 msgid "An error occurred while saving the QR code!"
 msgstr "Digwyddodd gwall wrth gadw'r cod QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Digwyddodd gwall wrth ddewis y fideo"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Digwyddodd gwall wrth lwytho'r fideo i fyny."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Mater nad yw wedi'i gynnwys yn yr opsiynau hyn"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Digwyddodd mater wrth gychwyn y sgwrs"
 
@@ -875,8 +899,8 @@ msgstr "Digwyddodd mater wrth geisio agor y sgwrs"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Ymddygiad Gwrthgymdeithasol"
 msgid "Anybody can interact"
 msgstr "Gall unrhyw un ryngweithio"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Eicon Ap"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Iaith Ap"
 
@@ -958,7 +982,7 @@ msgstr "Rhaid i enwau cyfrinair ap fod o leiaf 4 nod"
 msgid "App passwords"
 msgstr "Cyfrineiriau apiau"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Cyfrineiriau Apiau"
@@ -994,10 +1018,10 @@ msgstr "Atal Apêl"
 msgid "Appeal this decision"
 msgstr "Apelio'r penderfyniad hwn"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Gwedd"
 
@@ -1006,12 +1030,12 @@ msgstr "Gwedd"
 msgid "Apply default recommended feeds"
 msgstr "Gosod y ffrydiau rhagosodedig sy'n cael eu hargymell"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Wedi'i archifo o {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Post wedi'i archifo"
 
@@ -1047,11 +1071,11 @@ msgstr "Ydych chi'n siŵr eich bod am dynnu {0} o'ch ffrydiau?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Ydych chi'n siŵr eich bod am dynnu hwn o'ch ffrydiau?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "A ydych yn siŵr yr hoffech gael gwared ar y drafft hwn?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Ydych chi'n siŵr yr hoffech chi gael gwared ar y postiad hwn?"
 
@@ -1072,6 +1096,11 @@ msgstr "Celf"
 msgid "Artistic or non-erotic nudity."
 msgstr "Noethni artistig neu anerotig."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "O leiaf 3 nod"
@@ -1103,7 +1132,7 @@ msgstr "Awtochwarae fideos a GIFs"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Nôl"
 msgid "Back to Chats"
 msgstr "Nôl i Sgyrsiau"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Cyn creu rhestr, yn gyntaf rhaid i chi wirio'ch e-bost."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Cyn creu post, rhaid i chi wirio'ch e-bost yn gyntaf."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Cyn creu pecyn cychwyn, rhaid i chi wirio'ch e-bost yn gyntaf."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Cyn y gallwch anfon neges at ddefnyddiwr arall, rhaid i chi wirio'ch e-bost yn gyntaf."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Penblwydd"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Rhwystro"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Rhwystro cyfrif"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Rhwystro Cyfrif?"
 
@@ -1200,17 +1235,17 @@ msgstr "Ddim ar gael"
 msgid "Blocked accounts"
 msgstr "Cyfrifon wedi'u rhwystro"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Cyfrifon wedi'u Rhwystro"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Nid oes modd i gyfrifon sydd wedi'u rhwystro ymateb yn eich trywyddau, eich crybwyllidau, na rhyngweithio â chi fel arall."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Nid oes modd i gyfrifon sydd wedi'u rhwystro ymateb yn eich trywyddau, eich crybwylliadau, na rhyngweithio â chi fel arall. Fyddwch chi ddim yn gweld eu cynnwys a byddan nhw'n cael eu hatal rhag gweld eich un chi."
 
@@ -1226,11 +1261,11 @@ msgstr "Nid yw rhwystro'n atal y labelwr hwn rhag gosod labeli ar eich cyfrif."
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Mae rhwystro'n beth cyhoeddus. Nid oes modd i gyfrifon sydd wedi'u rhwystro ymateb yn eich trywyddau, eich crybwylliadau, na rhyngweithio â chi fel arall."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Fydd rhwystro ddim yn atal labeli rhag cael eu gosod ar eich cyfrif, ond bydd yn atal y cyfrif hwn rhag ateb yn eich trywyddau neu ryngweithio â chi."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Nid yw Bluesky yn gallu cadarnhau dilysrwydd y dyddiad honedig."
 
@@ -1265,7 +1300,7 @@ msgstr "Mae Bluesky yn well gyda ffrindiau!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Telerau Gwasanaeth Cymdeithasol Bluesky"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bydd Bluesky yn dewis set o gyfrifon wedi'u hargymhell gan bobl yn eich rhwydwaith."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Porwch bwnc {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Busnes"
 
@@ -1374,45 +1409,47 @@ msgstr "Trwy greu cyfrif rydych yn cytuno i'r <0>Telerau Gwasanaeth</0>."
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Camera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Diddymu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Canslo dileu'r cyfrif"
 msgid "Cancel image crop"
 msgstr "Diddymu'r tocio delwedd"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Diddymu'r golygu proffil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Yn diddymu agor y wefan gysylltiedig"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Methu rhyngweithio â defnyddiwr sydd wedi'i rwystro"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Capsiynau (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Capsiynau a thestun amgen"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Newid"
 
@@ -1478,13 +1514,12 @@ msgstr "Newid eicon ap"
 msgid "Change app icon to \"{0}\""
 msgstr "Newid eicon ap i \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Newid e-bost"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Newid cyfeiriad e-bost"
 
@@ -1497,10 +1532,6 @@ msgstr "Newid Enw Dangos"
 msgid "Change moderation service"
 msgstr "Newid y gwasanaeth cymedroli"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Newid fy e-bost"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Newid Cyfrinair"
@@ -1513,11 +1544,11 @@ msgstr "Newid iaith postiad i {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Newid y rheswm am adrodd"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Newid Eich E-bost"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Newidia dy gyfeiriad e-bost"
 
@@ -1530,15 +1561,15 @@ msgstr "Yn newid eicon ap"
 msgid "Changes hosting provider"
 msgstr "Yn newid darparwr gwesteiwr"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Sgwrsio"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Wedi dileu'r sgwrs"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Sgwrs wedi'i thewi"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Dewch derbyn cais am sgwrs"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Ceisiadau am sgyrsiau"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Gosodiadau sgwrsio"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Dad-dewi sgwrsio"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Sgyrsiau"
 
@@ -1599,7 +1630,7 @@ msgstr "Dewiswch ddull dilysu parth"
 msgid "Choose Feeds"
 msgstr "Dewiswch Ffrydiau"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Dewiswch i mi"
 
@@ -1619,7 +1650,7 @@ msgstr "Dewiswch y lliw hwn fel eich afatar"
 msgid "Choose your account provider"
 msgstr "Dewiswch ddarparwr eich cyfrif"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Dewiswch eich llinell amser eich hun! Mae ffrydiau adeiladwyd gan y gymuned yn eich helpu i ddod o hyd i gynnwys rydych yn ei hoffi."
 
@@ -1631,16 +1662,16 @@ msgstr "Dewiswch eich cyfrinair"
 msgid "Choose your username"
 msgstr "Dewiswch eich enw defnyddiwr"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Clirio'r holl ddata storio"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Clirio'r holl ddata storio (ailgychwyn ar ôl hyn)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Clirio'r ymholiad chwilio"
 msgid "click here"
 msgstr "cliciwch yma"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Cliciwch i analluogi dyfyniadau o'r postiad hwn."
@@ -1676,29 +1715,34 @@ msgstr "Hinsawdd"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Clip 🐴 clop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Cau"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Cau'r deialog gweithredol"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Cau'r y drôr gwaelod"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Cau'r deialog"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Cau'r ddewislen drôr"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Cau'r dewisydd emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Cau'r deialog hwn"
 msgid "Closes password update alert"
 msgstr "Yn cau'r rhybudd diweddaru cyfrinair"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Yn cau'r dewisydd emoji"
 
@@ -1764,11 +1808,11 @@ msgstr "Yn cau'r dewisydd emoji"
 msgid "Closes viewer for header image"
 msgstr "Yn cau'r golwg delwedd pennyn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Lleihau'r rhestr o ddefnyddwyr"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Yn lleihau'r rhestr o ddefnyddwyr hysbysiad penodol"
 
@@ -1791,7 +1835,7 @@ msgstr "Comedi"
 msgid "Comics"
 msgstr "Comics"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Canllawiau Cymunedol"
@@ -1804,11 +1848,11 @@ msgstr "Cwblhewch y cyflwyniad a dechreuwch ddefnyddio'ch cyfrif"
 msgid "Complete the challenge"
 msgstr "Cwblhewch yr her"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Cyfansoddi postiad newydd"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Ysgrifennu ateb"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Yn cywasgu fideo..."
 
@@ -1828,23 +1872,17 @@ msgstr "Ffurfweddw gosodiad hidlo cynnwys ar gyfer categori: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Wedi'i ffurfweddu yn y <0>gosodiadau cymedroli</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Cadarnhau"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Cadarnhau'r Newid"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Cadarnhau gosodiadau iaith cynnwys"
@@ -1861,18 +1899,19 @@ msgstr "Cadarnhewch eich oedran:"
 msgid "Confirm your birthdate"
 msgstr "Cadarnhewch eich dyddiad geni"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Cod cadarnhad"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Cod Cadarnhau"
 
@@ -1880,8 +1919,8 @@ msgstr "Cod Cadarnhau"
 msgid "Connecting..."
 msgstr "Yn cysylltu..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Cysylltu â'n Chefnogaeth"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Cynnwys a Chyfryngau"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Cynnwys a chyfryngau"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Cynnwys a Chyfryngau"
 
@@ -1911,7 +1950,7 @@ msgstr "Hidlo cynnwys"
 msgid "Content from across the network we think you might like."
 msgstr "Cynnwys o bob rhan o'r rhwydwaith rydyn ni'n meddwl y gallech chi eu hoffi."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Ieithoedd Cynnwys"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Cefndir ddewislen cyd-destun, cliciwch i gau'r ddewislen."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Parhau"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Parhau fel {0} (wedi mewngofnodi ar hyn o bryd)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Parhau â'r trywydd..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Ymlaen i'r cam nesaf"
@@ -1973,7 +2012,7 @@ msgstr "Coginio"
 msgid "Copied"
 msgstr "Wedi'i gopïo"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Fersiwn adeiladu wedi'i gopïo i'r clipfwrdd"
 
@@ -1981,8 +2020,8 @@ msgstr "Fersiwn adeiladu wedi'i gopïo i'r clipfwrdd"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Wedi'i gopïo i'r clipfwrdd"
 
@@ -1991,7 +2030,7 @@ msgstr "Wedi'i gopïo i'r clipfwrdd"
 msgid "Copied!"
 msgstr "Wedi'i gopïo!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copïau adeiladu fersiwn i'r clipfwrdd"
 
@@ -2003,13 +2042,13 @@ msgstr "Copïo"
 msgid "Copy App Password"
 msgstr "Copïo Cyfrinair Ap"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copïwch yn: // URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copïo DID awdur"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copïo cod"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copïo DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copïo Dolen"
 msgid "Copy link to list"
 msgstr "Copïo dolen i'r rhestr"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copïo dolen i'r postiad"
 
@@ -2050,13 +2089,13 @@ msgstr "Copïo dolen i'r postiad"
 msgid "Copy message text"
 msgstr "Copïo testun neges"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copïo postiad yn: // URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copïo testun postiad"
 
@@ -2068,7 +2107,7 @@ msgstr "Copïo cod QR"
 msgid "Copy TXT record value"
 msgstr "Copïo gwerth cofnod TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Polisi Hawlfraint"
@@ -2078,7 +2117,7 @@ msgstr "Polisi Hawlfraint"
 msgid "Could not leave chat"
 msgstr "Methu gadael y sgwrs"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Methu llwytho ffrwd"
 
@@ -2094,7 +2133,7 @@ msgstr "Methu tewi sgwrs"
 msgid "Could not process your video"
 msgstr "Methu prosesu eich fideo"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Creu"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Creu cod QR ar gyfer pecyn cychwyn"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Creu pecyn cychwyn"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Creu pecyn cychwyn i mi"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Creu cyfrif"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Creu afatar yn lle hynny"
 
@@ -2209,13 +2248,13 @@ msgstr "Thema dywyll"
 msgid "Date of birth"
 msgstr "Dyddiad geni"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Cau cyfrif"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Cymedroli Dadfygio"
 
@@ -2237,13 +2276,13 @@ msgstr "Eiconau rhagosodedig"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Dileu"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Dileu cyfrif"
 
@@ -2259,19 +2298,19 @@ msgstr "Dileu cyfrinair ap"
 msgid "Delete app password?"
 msgstr "Dileu cyfrinair ap?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Dileu sgwrs"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Dileu cofnod datganiad sgwrs"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Dileu sgwrs"
 
@@ -2299,9 +2338,9 @@ msgstr "Dileu neges i mi"
 msgid "Delete my account"
 msgstr "Dileu fy ngyfrif"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Dileu postiad"
 
@@ -2318,7 +2357,7 @@ msgstr "Dileu pecyn cychwyn?"
 msgid "Delete this list?"
 msgstr "Dileu'r rhestr hon?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Dileu'r postiad hwn?"
 
@@ -2335,19 +2374,19 @@ msgstr "Cyfrif wedi'i ddileu"
 msgid "Deleted post."
 msgstr "Postiad wedi'i ddileu."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Disgrifiad"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Mae'r disgrifiad yn rhy hir"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Testun amgen disgrifiadol"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Datgysylltu dyfyniad"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Datgysylltu postiad dyfyniad?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Modd datblygwr wedi'i analluogi"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Modd datblygwr wedi'i alluogi"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Dewisiadau datblygwr"
 
@@ -2388,6 +2427,15 @@ msgstr "Deialog: addaswch pwy all ryngweithio â'r postiad hwn"
 msgid "Dim"
 msgstr "Tywyllu"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Analluogi E-bost 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Analluogwyd"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Dileu"
 
@@ -2420,11 +2468,11 @@ msgstr "Dileu"
 msgid "Discard changes?"
 msgstr "Dileu'r newidiadau?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Dileu'r drafft?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Dileu'r postiad?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Darganfod ffrydiau cyfaddas newydd"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Darganfod Ffrydiau Newydd"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Cau"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Cau'r gwall"
 
@@ -2471,9 +2519,9 @@ msgstr "Cau'r adran hon"
 msgid "Display larger alt text badges"
 msgstr "Dangos bathodynnau testun amgen mwy"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Enw dangos"
@@ -2482,11 +2530,11 @@ msgstr "Enw dangos"
 msgid "Display Name"
 msgstr "Enw Dangos"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Mae'r enw dangos yn rhy hir"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Nid yw'n dechrau nac yn gorffen gyda chysylltnod"
 msgid "Domain verified!"
 msgstr "Parth wedi'i wirio!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Gorffen{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Tapiwch ddwywaith i gau'r ddeialog"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Tapio dwywaith i'w hoffi"
 
@@ -2575,7 +2633,7 @@ msgstr "Hyd:"
 msgid "e.g. alice"
 msgstr "e.e. alys"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "e.e. Alys Enwolaf"
 
@@ -2587,7 +2645,7 @@ msgstr "e.e. Alys Roberts"
 msgid "e.g. alice.com"
 msgstr "e.e. alys.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "e.e. Artist, caru cŵn a darllenydd brwd."
 
@@ -2595,19 +2653,19 @@ msgstr "e.e. Artist, caru cŵn a darllenydd brwd."
 msgid "E.g. artistic nudes."
 msgstr "E.e. noethlymunwyr artistig."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "e.e. Posteriaid Gwych"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "e.e. Sbamwyr"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "e.e. Y posterwyr sydd byth yn methu."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "e.e. Defnyddwyr sy'n ateb dro ar ôl tro gyda hysbysebion."
 
@@ -2615,7 +2673,7 @@ msgstr "e.e. Defnyddwyr sy'n ateb dro ar ôl tro gyda hysbysebion."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Mae pob cod yn gweithio unwaith. Byddwch yn derbyn mwy o godau gwahoddiad o bryd i'w gilydd."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Golygu"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Golygu afatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Golygu afatar"
 msgid "Edit Feeds"
 msgstr "Golygu Ffrydiau"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Golygu delwedd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Golygu gosodiadau rhyngweithio"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Golygu manylion y rhestr"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Golygu Rhestr Cymedroli"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Golygu Fy Ffrydiau"
 
@@ -2679,15 +2742,15 @@ msgstr "Golygu Pobl"
 msgid "Edit post interaction settings"
 msgstr "Golygu gosodiadau rhyngweithio postiad"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Golygu proffil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Golygu Proffil"
 
@@ -2695,7 +2758,7 @@ msgstr "Golygu Proffil"
 msgid "Edit starter pack"
 msgstr "Golygu pecyn cychwyn"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Golygu Rhestr Defnyddwyr"
 
@@ -2707,11 +2770,11 @@ msgstr "Golygu pwy all ateb"
 msgid "Edit your display name"
 msgstr "Golygu eich enw dangos"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Golygu eich disgrifiad proffil"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Golygu eich pecyn cychwyn"
 
@@ -2724,9 +2787,8 @@ msgstr "Addysg"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Naill ai mae crëwr y rhestr hon wedi'ch rhwystro chi neu rydych chi wedi rhwystro'r crëwr."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-bost"
 
@@ -2747,20 +2809,17 @@ msgstr "Cyfeiriad e-bost"
 msgid "Email Resent"
 msgstr "E-bost wedi'i ail-anfon"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-bost wedi'i ddiweddaru"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "E-bost wedi'i Ddiweddaru"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-bost wedi'i wirio"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Mewnblannu cod HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Mewnblannu post"
 
@@ -2785,8 +2844,9 @@ msgstr "Mewnblanwch y postiad hon yn eich gwefan. Copïwch y pwt canlynol a'i gl
 msgid "Embedded video player"
 msgstr "Chwaraewr fideo wedi'i fewnblannu"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Galluogi"
 
@@ -2798,9 +2858,9 @@ msgstr "Galluogi dim ond {0}"
 msgid "Enable adult content"
 msgstr "Galluogi cynnwys oedolion"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Galluogi E-bost 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Galluogwyd"
 msgid "End of feed"
 msgstr "Diwedd y ffrwd"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Gwnewch yn siŵr eich bod wedi dewis iaith ar gyfer pob ffeil isdeitlau."
 
@@ -2860,14 +2920,15 @@ msgstr "Rhowch gyfrinair"
 msgid "Enter a word or tag"
 msgstr "Rhowch air neu dag"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Rhowch y Cod"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Rhowch y Cod Cadarnhau"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Mynd i'r sgrin lawn"
@@ -2897,11 +2958,7 @@ msgstr "Nodwch eich dyddiad geni"
 msgid "Enter your email address"
 msgstr "Rhowch eich cyfeiriad e-bost"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Rhowch eich e-bost newydd uchod"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Rhowch eich cyfeiriad e-bost newydd isod."
 
@@ -2921,7 +2978,7 @@ msgstr "Yn mynd i'r sgrin lawn"
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Gwall"
@@ -2997,15 +3054,15 @@ msgstr "Yn gadael golwg delwedd"
 msgid "Expand alt text"
 msgstr "Ehangu testun amgen"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Ehangu rhestr o ddefnyddwyr"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Ehangu neu leihau'r postiad llawn rydych yn ateb iddo"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Yn ehangu neu'n lleihau testun postiad"
 
@@ -3031,6 +3088,10 @@ msgstr "Daw i ben {0}"
 msgid "Expires in {0}"
 msgstr "Daw i ben ymhen {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Cyfryngau di-noethol neu a allai beri gofid."
 msgid "Explicit sexual images."
 msgstr "Delweddau di-noethol amlwg."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Allforio fy nata"
 
@@ -3071,12 +3132,12 @@ msgstr "Cyfryngau Allanol"
 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 "Gall cyfryngau allanol ganiatáu i wefannau gasglu gwybodaeth amdanoch chi a'ch dyfais. Nid oes unrhyw wybodaeth yn cael ei anfon na gofyn amdano nes i chi bwyso'r botwm \"chwarae\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Dewisiadau Cyfryngau Allanol"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Wedi methu derbyn y sgwrs"
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Wedi methu newid enw dangos. Ceisiwch eto."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Wedi methu creu cyfrinair ap. Ceisiwch eto."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Wedi methu creu sgwrs"
 
@@ -3107,12 +3164,12 @@ msgstr "Wedi methu creu sgwrs"
 msgid "Failed to create starter pack"
 msgstr "Wedi methu creu pecyn cychwyn"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Wedi methu creu'r rhestr. Gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Wedi methu dileu'r sgwrs"
@@ -3121,7 +3178,7 @@ msgstr "Wedi methu dileu'r sgwrs"
 msgid "Failed to delete message"
 msgstr "Wedi methu dileu'r neges"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Wedi methu dileu postiad, ceisiwch eto"
 
@@ -3129,7 +3186,7 @@ msgstr "Wedi methu dileu postiad, ceisiwch eto"
 msgid "Failed to delete starter pack"
 msgstr "Wedi methu dileu'r pecyn cychwyn"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Wedi methu llwytho sgyrsiau"
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Methwyd anfon"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Wedi methu cyflwyno apêl, ceisiwch eto."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Wedi methu toglo tewi'r edefyn, ceisiwch eto"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Wedi methu diweddaru ffrydiau"
@@ -3219,11 +3290,15 @@ msgstr "Wedi methu diweddaru gosodiadau"
 msgid "Failed to upload video"
 msgstr "Wedi methu llwytho fideo i fyny"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Wedi methu dilysu enw dangos. Ceisiwch eto."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Ffrwd"
 
@@ -3242,24 +3317,24 @@ msgstr "Toglo ffrwd"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Adborth"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Anfonwyd adborth!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Ffrydiau"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Hyblyg"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Dilyn"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Dilyn"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Dilynwch {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Dilynwch {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Dilynwch {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Dilynwch 10 cyfrif"
 msgid "Follow 7 accounts"
 msgstr "Dilynwch 7 cyfrif"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Dilynwch y cyfrif"
 
@@ -3391,7 +3462,7 @@ msgstr "Dilynwch y cyfrif"
 msgid "Follow all"
 msgstr "Dilynwch y cyfan"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Dilynwch Nôl"
@@ -3417,7 +3488,7 @@ msgstr "Yn cael ei ddilyn gan <0>{0}</0> a <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Yn cael ei ddilyn gan <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# arall} other {# arall}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Dilynwyr @{0} rydych chi'n eu hadnabod"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Dilynwyr rydych chi'n eu hadnabod"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Yn Dilyn"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Yn dilyn {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Yn dilyn {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Yn dilyn {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Yn dilyn dewisiadau ffrydio"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Dilyn Dewisiadau Ffrydio"
@@ -3524,7 +3591,7 @@ msgstr "Yn Postio Cynnwys Diangen yn Aml"
 msgid "From @{sanitizedAuthor}"
 msgstr "Gan @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Oddi wrth <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Oddi wrth <0/>"
 msgid "Gallery"
 msgstr "Oriel"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Cynhyrchu pecyn cychwyn"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Cael cymorth"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Cychwyn Arni"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Dechrau arni"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Rhowch wyneb i'ch proffil"
 
@@ -3567,10 +3636,10 @@ msgstr "Torri cyfraith neu delerau gwasanaeth amlwg"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Mynd nôl"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Ewch adref"
 msgid "Go Home"
 msgstr "Ewch Adref"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Cyfryngau Graffig"
 msgid "Half way there!"
 msgstr "Hanner ffordd yno!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Enw Dangos"
 
@@ -3665,7 +3750,7 @@ msgstr "Hapteg"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Aflonyddu, trolio, neu anoddefgarwch"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashnod"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashnod"
 msgid "Hashtag {tag}"
 msgstr "Hashnod {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Yn cael trafferth?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Cymorth"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Helpwch bobl i wybod nad ydych chi'n bot trwy lwytho llun neu greu afatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Dyma gyfrinair eich ap!"
 msgid "Hidden"
 msgstr "Cuddiedig"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Wedi'i guddio gan eich gosodiadau cymedroli."
 
@@ -3715,12 +3805,12 @@ msgstr "Rhestr gudd"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Cuddio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Cuddio"
@@ -3729,18 +3819,18 @@ msgstr "Cuddio"
 msgid "Hide customization options"
 msgstr "Cuddio dewisiadau cyfaddasu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Cuddio postiad drosof fi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Cuddio ateb i bawb"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Cuddio ateb i mi"
 
@@ -3748,12 +3838,12 @@ msgstr "Cuddio ateb i mi"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Cuddio'r postiad hwn?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Cuddio'r ateb hwn?"
 
@@ -3771,7 +3861,7 @@ msgstr "Cuddio pynciau tueddiadol?"
 msgid "Hide trending videos?"
 msgstr "Cuddio fideos tueddiadol?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Cuddio rhestr defnyddwyr"
 
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm, nid ydym wedi gallu llwytho'r gwasanaeth cymedroli hwnnw."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Daliwch ati! Rydyn ni'n rhoi mynediad i fideo yn raddol, ac rydych chi'n dal i aros yn unol. Dewch nôl cyn hir!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Cartref"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Atebion difyrraf gyntaf"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Sut dylen ni agor y ddolen hon?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Mae gen i god"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Mae Gen i God"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Mae gen i god cadarnhau"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Os byddwch yn dileu'r rhestr hon, fyddwch chi ddim yn gallu ei hadfer."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Os oes gennych chi'ch parth eich hun, gallwch chi ei ddefnyddio fel eich enw dangos. Mae hyn yn gadael i chi hunan-wirio eich hunaniaeth. <0> Dysgwch ragor yma.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Os byddwch yn dileu'r postiad hwn, fyddwch chi ddim yn gallu ei gael yn ôl."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Os ydych am newid eich cyfrinair, byddwn yn anfon cod atoch i wirio mai hwn yw eich cyfrif."
@@ -3915,18 +4008,19 @@ msgstr "Anghyfreithlon a Brys"
 msgid "Image"
 msgstr "Delwedd"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Delwedd wedi'i chadw ar gofrestr eich camera!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Cod cadarnhau 2FA annilys."
 msgid "Invalid handle. Please try a different one."
 msgstr "Enw dangos annilys. Rhowch gynnig ar un arall."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Cofnod postiad annilys neu heb ei gefnogi"
 
@@ -4041,12 +4135,12 @@ msgstr "Mae'n gywir"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Dim ond chi ar hyn o bryd! Ychwanegwch fwy o bobl at eich pecyn cychwyn trwy chwilio uchod."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID gwaith: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Swyddi"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Wedi'i labelu gan yr awdur."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Labeli"
 
@@ -4100,13 +4194,13 @@ msgstr "Labeli ar eich cynnwys"
 msgid "Language selection"
 msgstr "Dewis iaith"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Gosodiadau Iaith"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Ieithoedd"
 
@@ -4124,12 +4218,12 @@ msgstr "Diweddaraf"
 msgid "learn more"
 msgstr "dysgu rhagor"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Dysgu Rhagor"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Dysgwch ragor am Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Dysgwch ragor am y cymedroli wedi'i osod i'r cynnwys hwn."
 msgid "Learn more about this warning"
 msgstr "Dysgwch ragor am y rhybudd hwn"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Gadael Bluesky"
 msgid "left to go."
 msgstr "chwith i fynd."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Gadewch i mi ddewis"
 
@@ -4230,7 +4324,7 @@ msgstr "Golau"
 msgid "Like"
 msgstr "Hoffi"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Hoffi ({0, plural, one {# hoffi} other {# hoffi}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Hoffi 10 postiad i hyfforddi'r ffrwd Darganfod"
 msgid "Like this feed"
 msgstr "Hoffi'r ffrwd hwn"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Hoffi'r labelwr hwn"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Wedi'i hoffi gan"
 
@@ -4269,16 +4363,16 @@ msgstr "Wedi'i hoffi gan {0, plural, one {# defnyddiwr} other {# defnyddiwr}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Wedi'i hoffi gan {likeCount, plural, one {# defnyddiwr} other {# defnyddiwr}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Hoffi"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Hoffi ar y postiad hwn"
 
@@ -4287,11 +4381,11 @@ msgstr "Hoffi ar y postiad hwn"
 msgid "Linear"
 msgstr "Llinol"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Rhestr"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Afatar Rhestr"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Rhestr wedi'i thewi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Enw Rhestr"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Rhestr heb ei dewi"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Rhestrau"
 
@@ -4358,6 +4452,22 @@ msgstr "Rhestrau"
 msgid "Lists blocking this user:"
 msgstr "Rhestrau sy'n rhwystro'r defnyddiwr hwn:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Llwytho rhagor"
@@ -4370,18 +4480,18 @@ msgstr "Llwytho rhagor o ffrydiau wedi'u hawgrymu"
 msgid "Load new notifications"
 msgstr "Llwytho hysbysiadau newydd"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Llwytho postiadau newydd"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Llwytho..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Cofnod"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo gan @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo gan <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Mae'n edrych fel eich bod wedi dad-binio eich holl ffrydiau. Ond peidiwc
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Mae'n debyg eich bod chi'n colli'r ffrwd canlynol. <0>Cliciwch yma i ychwanegu un.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Gwnewch un i mi"
 
@@ -4455,7 +4569,14 @@ msgstr "Marcio fel weedi darllen"
 msgid "Marked all as read"
 msgstr "Wedi nodi'r cyfan fel wedi'u darllen"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Cyfryngau"
 
@@ -4479,7 +4600,7 @@ msgstr "Crybwyll"
 msgid "Menu"
 msgstr "Dewislen"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Neges {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Mae'r neges yn rhy hir"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Negeseuon"
 
@@ -4532,10 +4653,10 @@ msgstr "Cyfrif Camarweiniol"
 msgid "Misleading Post"
 msgstr "Postiad Camarweiniol"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Cymedroli"
 
@@ -4557,12 +4678,12 @@ msgstr "Rhestr cymedroli gan <0/>"
 msgid "Moderation list by you"
 msgstr "Rhestr cymedroli gennych chi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Rhestr cymedroli wedi'i chreu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Rhestr cymedroli wedi'i diweddaru"
@@ -4571,8 +4692,8 @@ msgstr "Rhestr cymedroli wedi'i diweddaru"
 msgid "Moderation lists"
 msgstr "Rhestrau cymedroli"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Rhestrau Cymedroli"
 
@@ -4580,7 +4701,7 @@ msgstr "Rhestrau Cymedroli"
 msgid "moderation settings"
 msgstr "gosodiadau cymedroli"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Cyflyrau cymedroli"
 
@@ -4593,7 +4714,7 @@ msgstr "Offer cymedroli"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Mae'r cymedrolwr wedi dewis gosod rhybudd cyffredinol ar y cynnwys."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Rhagor"
 
@@ -4602,8 +4723,8 @@ msgstr "Rhagor"
 msgid "More feeds"
 msgstr "Rhagor o ffrydiau"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Rhagor o ddewisiadau"
@@ -4637,10 +4758,10 @@ msgstr "Tewi"
 msgid "Mute {tag}"
 msgstr "Tewi {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Tewi cyfrif"
 
@@ -4689,13 +4810,13 @@ msgstr "Tewi'r gair hwn dim ond mewn tagiau"
 msgid "Mute this word until you unmute it"
 msgstr "Tewi'r gair hwn nes i chi ei ddad-dewi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Tewi edefyn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Tewi geiriau a thagiau"
 
@@ -4703,12 +4824,12 @@ msgstr "Tewi geiriau a thagiau"
 msgid "Muted accounts"
 msgstr "Cyfrifon wedi'u tewi"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Cyfrifon Wedi'u Tewi"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Mae postiadau cyfrifon wedi'u tewi'n cael eu tynnu o'ch ffrydiau a'ch hysbysiadau. Mae cyfrifon wedi'u tewi'n gwbl breifat."
 
@@ -4729,15 +4850,15 @@ msgstr "Mae tewi'n breifat. Gall cyfrifon wedi'u tewi rhyngweithio â chi, ond f
 msgid "My Birthday"
 msgstr "Fy Mhenblwydd"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Fy Ffrydiau"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Enw"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Mae angen enw"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Yn llywio i'r sgrin nesaf"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Yn llywio i'ch proffil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Angen ei newid?"
 
@@ -4797,18 +4918,23 @@ msgstr "Dim gwahaniaeth, crëwch enw dangos i mi"
 msgid "New"
 msgstr "Newydd"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Newydd"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Sgwrs newydd"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Enw dangos newydd"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Rhestr newydd"
 
@@ -4828,7 +4954,7 @@ msgstr "Rhestr newydd"
 msgid "New messages"
 msgstr "Negeseuon newydd"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Rhestr Cymedroli Newydd"
 
@@ -4840,10 +4966,10 @@ msgstr "Cyfrinair newydd"
 msgid "New Password"
 msgstr "Cyfrinair newydd"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Postiad newydd"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Postiad Newydd"
@@ -4863,7 +4989,7 @@ msgstr "Postiad Newydd"
 msgid "New user info dialog"
 msgstr "Deialog manylion defnyddiwr newydd"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Rhestr Defnyddwyr Newydd"
 
@@ -4911,6 +5037,10 @@ msgstr "Dim cyfrineiriau apiau eto"
 msgid "No DNS Panel"
 msgstr "Dim Panel DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Heb ganfod unrhyw GIFs dan sylw. Gall fod problem gyda Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Heb ganfod unrhyw ffrydiau. Ceisiwch chwilio am rywbeth arall."
 msgid "No likes yet"
 msgstr "Dim hoffi eto"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Ddim yn dilyn {0} bellach"
 
@@ -4962,8 +5092,8 @@ msgstr "Dim dyfyniadau eto"
 msgid "No reposts yet"
 msgstr "Dim ail bostio eto"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Dim canlyniad"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Heb ganfod canlyniad"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Heb ganfod canlyniadau \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Noethni nad yw'n rhywiol"
 msgid "Not followed by anyone you're following"
 msgstr "Dim yn cael ei ddilyn gan neb rydych chi'n eu dilyn"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Heb ei Ganfod"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Nid nawr"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nodyn am rannu"
 
@@ -5052,7 +5177,7 @@ msgstr "Nodyn am rannu"
 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 "Nodyn: Mae Bluesky yn rhwydwaith agored a chyhoeddus. Dim ond yn cyfyngu ar welededd eich cynnwys ar ap a gwefan Bluesky y mae'r gosodiad hwn yn ei wneud. Efallai na fydd apiau eraill yn parchu'r gosodiad hwn. Mae'n bosibl y bydd eich cynnwys yn dal i gael ei ddangos i ddefnyddwyr sydd wedi allgofnodi gan apiau a gwefannau eraill."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Dim byd yma"
 
@@ -5060,7 +5185,7 @@ msgstr "Dim byd yma"
 msgid "Notification filters"
 msgstr "Hidlyddion hysbysu"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Gosodiadau hysbysu"
@@ -5077,11 +5202,11 @@ msgstr "Seiniau hysbysu"
 msgid "Notification Sounds"
 msgstr "Seiniau Hysbysu"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Hysbysiadau"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "O na! Aeth rhywbeth o'i le."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "Iawn"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Iawn"
 
@@ -5140,19 +5265,19 @@ msgstr "Atebion hynaf yn gyntaf"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "ar <0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Ailosod cyflwyno"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Does dim testun amgen ar un neu fwy GIF."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Does dim testun amgen ar un neu fwy o fideos."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Does dim testun amgen ar un neu fwy o fideos."
 
@@ -5168,7 +5293,7 @@ msgstr "Dim ond {0} all ateb."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Dim ond yn cynnwys llythrennau, rhifau, a chysylltnodau"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Dim ond ffeiliau delwedd sy'n cael eu cefnogi"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Wps, aeth rhywbeth o'i le!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Wps!"
 
@@ -5194,11 +5319,7 @@ msgstr "Wps!"
 msgid "Open"
 msgstr "Ar Agor"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Agor dewislen llwybr byr proffil {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Agor y crëwr avatar"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Agor dewislen drôr"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Agor y dewisydd emojis"
 
@@ -5225,7 +5346,7 @@ msgstr "Agor sgrin manylion ffrwd"
 msgid "Open feed options menu"
 msgstr "Agor dewislen dewisiadau ffrwd"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Agor dolen i {niceUrl}"
 msgid "Open message options"
 msgstr "Agor dewisiadau neges"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Agor tudalen dadfygio cymedroli"
 
@@ -5249,20 +5370,25 @@ msgstr "Agor gosodiadau geiriau wedi'u tewi a thagiau"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Agor dewislen dewisiadau ffrydiau"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Agor dewislen pecyn cychwyn"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Agor tudalen llyfr stori"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Agor cofnod system"
 
@@ -5282,19 +5408,19 @@ msgstr "Yn agor deialog i ddewis pwy all ymateb i'r edefyn hwn"
 msgid "Opens additional details for a debug entry"
 msgstr "Yn agor manylion ychwanegol cofnod dadfygio"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Yn agor deialog testun amgen"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Yn agor camera ar ddyfais"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Yn agor deialog capsiynau a thestun amgen"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Yn agor deialog newid enw dangos"
 
@@ -5306,7 +5432,7 @@ msgstr "Yn agor y cyfansoddwr"
 msgid "Opens device photo gallery"
 msgstr "Yn agor oriel luniau dyfais"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Yn agor y dewisydd emojis"
 
@@ -5324,7 +5450,7 @@ msgstr "Yn agor llif i fewngofnodi i'ch cyfrif Bluesky presennol"
 msgid "Opens GIF select dialog"
 msgstr "Yn agor deialog dewis GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Yn agor desg gymorth yn y porwr"
 
@@ -5332,6 +5458,10 @@ msgstr "Yn agor desg gymorth yn y porwr"
 msgid "Opens list of invite codes"
 msgstr "Yn agor rhestr o godau gwahoddiad"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Yn agor ffurflen ailosod cyfrinair"
@@ -5340,12 +5470,12 @@ msgstr "Yn agor ffurflen ailosod cyfrinair"
 msgid "Opens the linked website"
 msgstr "Yn agor y wefan gysylltiedig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Yn agor y proffil hwn"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Yn agor dewisydd fideo"
 
@@ -5392,7 +5522,7 @@ msgstr "Statws OTA: Dim ar gael"
 msgid "Other"
 msgstr "Arall"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Cyfrif arall"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Tudalen Heb ei Chanfod"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Oedi fideo"
 msgid "People"
 msgstr "Pobl"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Pobl yn cael eu dilyn gan @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Pobl yn dilyn @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Pinio i cartref"
 msgid "Pin to Home"
 msgstr "Pinio i Cartref"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Pinio i'ch proffil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Piniwyd"
 
@@ -5578,14 +5708,14 @@ msgstr "Dewiswch eich enw dangos."
 msgid "Please choose your password."
 msgstr "Dewiswch eich cyfrinair."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Cwblhewch y captcha dilysu."
 
-#: 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 "Cadarnhewch eich e-bost cyn ei newid. Gofyniad dros dro yw hwn tra bod offer diweddaru e-bost yn cael eu hychwanegu, a bydd yn cael ei ddileu cyn hir."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Gwiriwch ddwywaith eich bod wedi rhoi eich cyfeiriad e-bost yn gywir."
@@ -5602,10 +5732,28 @@ msgstr "Rhowch gyfrinair. Rhaid iddo fod o leiaf 8 nod."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Rhowch enw unigryw ar gyfer y cyfrinair apiau hwn neu defnyddiwch un gynhyrchwyd ar hap gennym ni."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Rhowch air, tag neu ymadrodd dilys i'w dewi"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Rhowch eich e-bost."
 msgid "Please enter your invite code."
 msgstr "Rhowch eich cod gwahodd."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Rhowch eich cyfrinair"
@@ -5648,7 +5800,11 @@ msgstr "Dewiswch reswm am yr adroddiad hwn"
 msgid "Please sign in as @{0}"
 msgstr "Mewngofnodwch fel @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Gwiriwch Eich E-bost"
 
@@ -5662,7 +5818,7 @@ msgstr "Gwleidyddiaeth"
 msgid "Porn"
 msgstr "Pornograffi"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Postiad"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Postiad"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Postio'r Cyfan"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Postiad gan {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Postiad gan @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Dilëwyd y postiad"
@@ -5697,7 +5853,7 @@ msgstr "Dilëwyd y postiad"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Methodd y postiad a llwytho i fyny. Gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Mae'r postiad wedi'i ddileu"
 
@@ -5719,7 +5875,7 @@ msgstr "Postiad Wedi'i Guddio Gennych Chi"
 msgid "Post interaction settings"
 msgstr "Gosodiadau rhyngweithio postiadau"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Gosodiadau Rhyngweithio Postiadau"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Postiad wedi ei ddadbinio"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Postiadau"
@@ -5789,7 +5945,7 @@ msgstr "Pwyswch i weld dilynwyr y cyfrif hwn rydych chi'n ei ddilyn hefyd"
 msgid "Previous image"
 msgstr "Delwedd flaenorol"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Prif Iaith"
 
@@ -5807,26 +5963,26 @@ msgstr "Hysbysiadau blaenoriaeth"
 msgid "Privacy"
 msgstr "Preifatrwydd"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Preifatrwydd a diogelwch"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Preifatrwydd a Diogelwch"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Polisi Preifatwydd"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Yn prosesu fideo..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Wrthi’n prosesu..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "proffil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Proffil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Proffil wedi'i ddiweddaru"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Rhestrau cyhoeddus, y mae modd eu rhannu a'u defnyddio i yrru ffrydiau."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "Cod QR wedi'i gadw ar rolyn eich ffolder lluniau!"
 msgid "Quote post"
 msgstr "Dyfyniad postiad"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Ail-atodwyd postiad dyfyniad"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Datgysylltwyd post dyfyniad yn llwyddiannus"
 
@@ -5927,7 +6083,7 @@ msgstr "Gosodiadau dyfynnu"
 msgid "Quotes"
 msgstr "Dyfyniadau"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Dyfyniadau'r postiad hwn"
 
@@ -5942,8 +6098,8 @@ msgstr "Ar hap (hy \"Hap y Postiwr\")"
 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 "Wedi mynd y tu hwnt i derfyn y gyfradd – rydych wedi ceisio newid eich enw dangos yn rhy aml mewn cyfnod byr. Arhoswch funud cyn ceisio eto."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Ail-atodi dyfyniad"
 
@@ -5960,15 +6116,15 @@ msgstr "Ail agorwch eich cyfrif"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Darllen llai"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Darllen mwy"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Darllenwch y blog Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Ailgysylltu"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Gwrthod"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Gwrthod cais am sgwrs"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Ail-lwytho sgyrsiau"
@@ -6022,7 +6178,7 @@ msgstr "Ail-lwytho sgyrsiau"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Tynnu"
 msgid "Remove {displayName} from starter pack"
 msgstr "Tynnu {displayName} o'r pecyn cychwyn"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Tynnu {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Tynnu cyfrif"
 
@@ -6046,13 +6202,13 @@ msgstr "Tynnu cyfrif"
 msgid "Remove attachment"
 msgstr "Tynnu'r atodiad"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Tynnu'r Afatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Tynnu Baner"
 
@@ -6079,7 +6235,7 @@ msgstr "Tynnu ffrwd?"
 msgid "Remove from my feeds"
 msgstr "Tynnu o fy ffrydiau"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Tynnu o fynediad cyflym?"
 
@@ -6097,11 +6253,16 @@ msgstr "Tynnu o'ch ffrydiau?"
 msgid "Remove image"
 msgstr "Tynnu delwedd"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Tynnu'ry gair tewi oddi ar eich rhestr"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Dileu proffil"
 
@@ -6114,7 +6275,7 @@ msgstr "Dileu dyfyniad"
 msgid "Remove repost"
 msgstr "Tynnu'r ailbostiad"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Tynnu ffeil is-deitl"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Wedi'i dynnu o'ch ffrydiau"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Yn dileu proffil o hanes chwilio"
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Yn dileu postiad a ddyfynnwyd"
@@ -6181,7 +6338,7 @@ msgstr "Yn dileu postiad a ddyfynnwyd"
 msgid "Replace with Discover"
 msgstr "Amnewid gyda Darganfod"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Atebion"
 
@@ -6193,12 +6350,12 @@ msgstr "Analluogwyd atebion"
 msgid "Replies to this post are disabled."
 msgstr "Mae atebion i'r postiad hwn wedi'u hanalluogi."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Ateb"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Ateb ({0, plural, one {# ateb} other {# ateb}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Mae gosodiadau ateb yn cael eu dewis gan awdur yr edefyn"
 msgid "Reply sorting"
 msgstr "Didoli atebion"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Ateb i <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Ateb i bostiad sydd wedi'i rwystro"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Ateb i bostiad"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Ateb i chi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Gwelededd ateb wedi'i ddiweddaru"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Cafodd yr ateb ei guddio'n llwyddiannus"
 
@@ -6261,16 +6418,16 @@ msgstr "Cafodd yr ateb ei guddio'n llwyddiannus"
 msgid "Report"
 msgstr "Adroddiadau"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Adrodd ar gyfrif"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Adrodd ar sgwrs"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Adrodd ar neges"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Adrodd ar bostiad"
 
@@ -6369,27 +6526,27 @@ msgstr "Ail-bostio neu ddyfynnu postiad"
 msgid "Reposted By"
 msgstr "Wedi ei Ail-bostio Gan"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Wedi'i ailbostio gan {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Wedi'i ail-bostio gan <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Wedi'i ail-bostio gennych chi"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Ail-bostio'r postiad hon"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Gofyn i Gael Newid"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Gofyn am God"
 msgid "Require alt text before posting"
 msgstr "Mae angen testun amgen cyn postio"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Mae angen cod e-bost i fewngofnodi i'ch cyfrif."
 
@@ -6413,13 +6570,19 @@ msgstr "Yn ofynnol ar gyfer y darparwr hwn"
 msgid "Required in your region"
 msgstr "Yn ofynnol yn eich ardal"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Ail-anfon e-bost"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Ail-anfon E-bost"
@@ -6436,8 +6599,8 @@ msgstr "Ailosod cod"
 msgid "Reset Code"
 msgstr "Cod Ailosod"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Ailosod cyflwr cyflwyno"
 
@@ -6458,10 +6621,10 @@ msgstr "Ceisiadau ar y weithred olaf, oedd wedi methu"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Nôl i'r dudalen flaenorol"
 msgid "Returns to home page"
 msgstr "Yn mynd nôl i'r dudalen gartref"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Yn mynd nôl i'r cam blaenorol"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Cadw"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Cadw"
@@ -6534,7 +6699,7 @@ msgstr "Cadw pen-blwydd"
 msgid "Save changes"
 msgstr "Cadw'r newidiadau"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Cadw'r Newidiadau"
 
@@ -6564,16 +6729,12 @@ msgstr "Cadw i fy ffrydiau"
 msgid "Saved Feeds"
 msgstr "Ffrydiau wedi'u Cadw"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Wedi'i gadw i fy ffolder lluniau"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Wedi'i gadw i'ch ffrydiau"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Yn cadw unrhyw newidiadau i'ch proffil"
 
@@ -6583,8 +6744,8 @@ msgstr "Yn cadw gosodiadau tocio delwedd"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Dywedwch helo!"
 
@@ -6602,11 +6763,11 @@ msgstr "Sgrolio i'r brig"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Chwilio"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Chwiliwch bostiadau @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Chwiliwch bostiadau @{0}"
 msgid "Search by name or interest"
 msgstr "Chwiliwch yn ôl enw neu ddiddordeb"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Chwilo'r ffrydiau"
 
@@ -6656,8 +6817,8 @@ msgstr "Chwilio GIFs"
 msgid "Search my posts"
 msgstr "Chwiliwch fy mhostiadau"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Chwiliwch am bostiadau"
 
@@ -6679,7 +6840,11 @@ msgstr "Chwilio..."
 msgid "Searches for profiles"
 msgstr "Chwilio am broffiliau"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Cam Diogelwch Angenrheidiol"
 
@@ -6699,7 +6864,7 @@ msgstr "Gweld #{tag} postiad"
 msgid "See #{tag} posts by user"
 msgstr "Gweld #{tag} postiad yn ôl defnyddiwr"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Gweld swyddi yn Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Dewiswch liw"
 msgid "Select account"
 msgstr "Dewiswch gyfrif"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Dewiswch afatar"
@@ -6727,10 +6896,22 @@ msgstr "Dewiswch afatar"
 msgid "Select an emoji"
 msgstr "Dewiswch emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Dewiswch ieithoedd cynnwys"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Dewiswch o gyfrif sy'n bodoli"
@@ -6747,11 +6928,11 @@ msgstr "Dewiswch GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Dewiswch pa mor hir i dewi'r gair hwn."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Dewiswch iaith..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Dewiswch ieithoedd"
 
@@ -6763,6 +6944,10 @@ msgstr "Dewis gwasanaeth cymedroli"
 msgid "Select moderator"
 msgstr "Dewiswch gymedrolwr"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Dewiswch yr emoji {emojiName} fel eich afatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Dewiswch y gwasanaeth(au) cymedroli i adrodd iddyn nhw"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Dewiswch fideo"
 
@@ -6784,11 +6969,11 @@ msgstr "Dewiswch fideo"
 msgid "Select what content this mute word should apply to."
 msgstr "Dewiswch i ba gynnwys y dylai'r gair wedi'i dewi hwn fod yn berthnasol."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Dewiswch pa iaith i'w defnyddio ar gyfer rhyngwyneb defnyddiwr yr ap."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Dewiswch pa ieithoedd rydych chi am i'ch ffrydiau tanysgrifio eu cynnwys. Os fyddwch chi ddim yn dewis un, bydd pob iaith yn cael ei dangos."
 
@@ -6801,7 +6986,7 @@ msgstr "Dewiswch eich dyddiad geni"
 msgid "Select your interests from the options below"
 msgstr "Dewiswch eich diddordebau o'r dewisiadau isod"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Dewiswch eich dewis iaith cyfieithu'ch ffrydiau."
 
@@ -6813,19 +6998,17 @@ msgstr "Yn dewis dewis {0} o {numItems}"
 msgid "Send a neat website!"
 msgstr "Anfonwch wefan dda!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Anfonwch gadarnhad"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Anfonwch e-bost cadarnhau"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Anfonwch E-bost Cadarnhau"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Anfon e-bost"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Anfon E-bost"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Anfonwch adborth"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Anfonwch neges"
@@ -6863,13 +7046,14 @@ msgstr "Anfonwch adroddiad i {0}"
 msgid "Send report to {title}"
 msgstr "Anfon adroddiad at {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Anfonwch e-bost dilysu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Anfonwch trwy neges uniongyrchol"
 
@@ -6901,10 +7085,10 @@ msgstr "Gosodwch eich cyfrif"
 msgid "Sets email for password reset"
 msgstr "Yn gosod e-bost ar gyfer ailosod cyfrinair"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Gosodiadau"
 
@@ -6926,16 +7110,16 @@ msgstr "Rhywiol Awgrymiadol"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Rhannu"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Rhannu"
@@ -6948,9 +7132,9 @@ msgstr "Rhannwch stori cŵl!"
 msgid "Share a fun fact!"
 msgstr "Rhannwch ffaith hwyliog!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Rhannwch beth bynnag"
 
@@ -6990,7 +7174,7 @@ msgstr "Rhannwch y pecyn cychwynnol hwn a helpwch bobl i ymuno â'ch cymuned ar
 msgid "Share your favorite feed!"
 msgstr "Rhannwch eich hoff ffrwd!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Profwr Dewisiadau Rhannu"
 
@@ -7011,8 +7195,8 @@ msgstr "Dangos testun amgen"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Dangos beth bynnag"
 
@@ -7033,8 +7217,8 @@ msgstr "Dangos dewisiadau cyfaddasu"
 msgid "Show hidden replies"
 msgstr "Dangos atebion cudd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Dangos llai fel hyn"
 
@@ -7042,14 +7226,14 @@ msgstr "Dangos llai fel hyn"
 msgid "Show list anyway"
 msgstr "Dangos rhestr beth bynnag"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Dangos Rhagor"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Dangos rhagor fel hyn"
 
@@ -7079,8 +7263,8 @@ msgstr "Dangos atebion yn ôl eu edyfydd"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Dangos atebion gan bobl rydych chi'n eu dilyn cyn pob ateb arall"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Dangos ateb i bawb"
 
@@ -7102,11 +7286,11 @@ msgstr "Dangos rhybudd"
 msgid "Show warning and filter from feeds"
 msgstr "Dangos rhybudd a hidlo o ffrydiau"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Yn dangos manylion pryd cafodd y postiad hwn ei chreu"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Yn dangos cyfrifon eraill y gallwch newid iddyn nhw"
 
@@ -7124,8 +7308,8 @@ msgstr "Yn dangos y cynnwys"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Yn dangos y cynnwys"
 msgid "Sign in"
 msgstr "Mewngofnodi"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Mewngofnodi fel {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Mewngofnodwch neu crëwch eich cyfrif i ymuno â'r sgwrs!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Mewngofnodwch i gyfrif nad yw wedi'i restru"
 
@@ -7158,15 +7342,15 @@ msgstr "Mewngofnodwch i gyfrif nad yw wedi'i restru"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Mewngofnodwch i Bluesky neu crëwch gyfrif newydd"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Allgofnodi"
 
@@ -7174,8 +7358,8 @@ msgstr "Allgofnodi"
 msgid "Sign Out"
 msgstr "Allgofnodi"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Allgofnodi?"
 
@@ -7206,12 +7390,17 @@ msgstr "Hepgor y llif hwn"
 msgid "Smaller"
 msgstr "Llai"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Datblygwr Meddalwedd"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Doedd rhywbeth ddim yn hollol iawn gyda'r data rydych yn ceisio'i adrodd. Cysylltwch â'n cefnogaeth."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Aeth rhywbeth o'i le"
 
@@ -7264,8 +7453,8 @@ msgstr "Aeth rhywbeth o'i le. Ceisiwch eto."
 msgid "Something wrong? Let us know."
 msgstr "Rhywbeth o'i le? Rhowch wybod i ni."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Sori! Daeth eich sesiwn i ben. Mewngofnodwch eto."
 
@@ -7304,7 +7493,7 @@ msgstr "Sbam; gormod o grybwylliadau neu atebion"
 msgid "Sports"
 msgstr "Chwaraeon"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Dechrau sgwrs newydd"
 
@@ -7322,8 +7511,8 @@ msgstr "Dechreuwch ychwanegu pobl!"
 msgid "Start chat with {displayName}"
 msgstr "Dechreuwch sgwrs gyda {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Pecyn Cychwyn"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Mae'r pecyn cychwyn yn annilys"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Pecynnau Cychwyn"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Mae pecynnau cychwyn yn caniatáu i chi rannu gyda'ch ffrindiau eich hoff ffrydiau a phobl."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Tudalen Statws"
 
@@ -7363,12 +7552,12 @@ msgstr "Tudalen Statws"
 msgid "Step {0} of {1}"
 msgstr "Cam {0} o {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Storfa wedi'i chlirio, mae angen i chi ailgychwyn yr ap nawr."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Llyfr stori"
 
@@ -7401,11 +7590,11 @@ msgstr "Tanysgrifio"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Tanysgrifiwch i @{0} i ddefnyddio'r labeli hyn:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Tanysgrifio i Labelwr"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Tanysgrifiwch i'r labelwr hwn"
 
@@ -7413,11 +7602,12 @@ msgstr "Tanysgrifiwch i'r labelwr hwn"
 msgid "Subscribe to this list"
 msgstr "Tanysgrifiwch i'r rhestr hon"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Llwyddiant!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Machlud Haul"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Cymorth"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Newid cyfrif"
 
@@ -7462,11 +7652,11 @@ msgstr "Newid cyfrif"
 msgid "Switch Account"
 msgstr "Newid Cyfrif"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Newid cyfrif"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Newid i {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Newid i {0}"
 msgid "System"
 msgstr "System"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Cofnod system"
 
@@ -7518,7 +7708,7 @@ msgstr "Technoleg"
 msgid "Tell a joke!"
 msgstr "Dweud jôc!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Dywedwch ychydig wrthym amdanoch chi'ch hun"
 
@@ -7531,12 +7721,12 @@ msgstr "Dywedwch ychydig mwy wrthym"
 msgid "Terms"
 msgstr "Amodau"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Telerau Gwasanaeth"
 
@@ -7564,7 +7754,11 @@ msgstr "Maes testun"
 msgid "Text input field"
 msgstr "Maes mewnbwn testun"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Diolch! Mae eich e-bost wedi'i ddilysu'n llwyddiannus."
 
@@ -7597,12 +7791,12 @@ msgstr "Nid oedd modd dod o hyd i'r pecyn cychwyn hwnnw."
 msgid "That's all, folks!"
 msgstr "Dyna i gyd, bobl!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Dyna bopeth!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Bydd y cyfrif yn gallu rhyngweithio â chi ar ôl ei ddadrwystro."
 
@@ -7636,6 +7830,10 @@ msgstr "Ffrwd Darganfod"
 msgid "The Discover feed now knows what you like"
 msgstr "Mae ffrwd Darganfod nawr yn gwybod beth rydych chi'n ei hoffi"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Mae'r profiad yn well yn yr ap. Llwythwch Bluesky i lawr nawr a byddwn yn dod nôl lle roeddech chi."
@@ -7669,6 +7867,7 @@ msgstr "Mae'r Polisi Preifatrwydd wedi'i symud i <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Mae'r fideo hwn yn fwy na 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Mae'n ymddangos bod y gweinydd yn cael problemau. Ceisiwch eto ymhen ychydig funudau."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Roedd problem wrth gysylltu â'r gweinydd"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Roedd problem wrth gysylltu â'r gweinydd, gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Roedd problem wrth geisio cael hysbysiadau. Tapiwch yma i geisio eto."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Roedd problem wrth nôl postiadau. Tapiwch yma i geisio eto."
 
@@ -7763,20 +7962,20 @@ msgstr "Roedd problem wrth anfon eich adroddiad. Gwiriwch eich cysylltiad rhyngr
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Roedd problem wrth ddiweddaru'ch ffrydiau, gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Roedd problem! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Dim ond i'r ffrwd Dilyn mae'r gosodiadau hyn yn berthnasol."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Mae {screenDescription} hwn wedi'i fflagio:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Mae'r cyfrif hwn wedi gofyn i ddefnyddwyr fewngofnodi i weld eu proffil.
 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 "Mae'r cyfrif hwn wedi'i rwystro gan un neu fwy o'ch rhestrau safoni. I ddadrwystro, ewch i'r rhestrau yn uniongyrchol a dileu'r defnyddiwr hwn."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Nid yw'r cynnwys hwn yn weladwy heb gyfrif Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Mae'r sgwrs hon gyda chyfrif sydd wedi'i ddileu neu wedi'i chau. Pwyswch am ddewisiadau"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Mae'r nodwedd hon mewn beta. Gallwch ddarllen mwy am allforio storfeydd yn <0>y cofnod blog hwn</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Nid yw'r nodwedd hon ar gael wrth ddefnyddio Cyfrinair Ap. Mewngofnodwch gyda'ch prif gyfrinair."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Mae'r ffrwd hon yn wag! Efallai y bydd angen i chi ddilyn mwy o ddefnyddwyr neu newid eich gosodiadau iaith."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Mae'r ffrwd hon yn wag."
@@ -7899,9 +8106,10 @@ msgstr "Mae'r enw dangos hwn wedi'i gadw. Rhowch gynnig ar un arall."
 msgid "This information is not shared with other users."
 msgstr "Nid yw'r wybodaeth hon yn cael ei rhannu â defnyddwyr eraill."
 
-#: 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 "Mae hyn yn bwysig rhag ofn y bydd angen i chi newid eich e-bost neu ailosod eich cyfrinair."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Mae'r rhestr hon yn wag."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Nid yw'r gwasanaeth cymedroli hwn ar gael. Gweler isod am ragor o fanylion. Os bydd y mater hwn yn parhau, cysylltwch â ni."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Mae'r postiad hwn yn honni iddo gael ei greu ar <0>{0}</0>, ond fe'i gwelwyd gyntaf gan Bluesky ar <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Mae'r postiad hwn yn honni iddo gael ei greu ar <0>{0}</0>, ond fe'i gwe
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Mae gan y postiad hwn fath anhysbys o adwy edau arno. Mae'n bosibl bod eich ap yn rhy hen."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Mae'r postiad hwn wedi'i ddileu."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Dim ond i ddefnyddwyr sydd wedi mewngofnodi y mae'r postiad hwn yn weladwy. Ni fydd yn weladwy i bobl nad ydyn nhw wedi mewngofnodi."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Bydd y postiad hwn yn cael ei guddio rhag ffrydiau ac edafedd. Nid oes modd dadwneud hyn."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Mae awdur y postiad hwn wedi analluogi postiadau dyfyniadau."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Mae'r proffil hwn yn weladwy dim ond i ddefnyddwyr sydd wedi mewngofnodi. Ni fydd yn weladwy i bobl nad ydyn nhw wedi mewngofnodi."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Bydd yr ateb hwn yn cael ei drefnu mewn adran gudd ar waelod eich edefyn a bydd yn tewi hysbysiadau ar gyfer atebion dilynol - i chi'ch hun ac i eraill."
 
@@ -7976,6 +8184,10 @@ msgstr "Nid yw'r gwasanaeth hwn wedi darparu telerau gwasanaeth na pholisi preif
 msgid "This should create a domain record at:"
 msgstr "Dylai hyn greu cofnod parth yn:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Nid oes gan y defnyddiwr hwn unrhyw ddilynwyr."
@@ -8013,11 +8225,11 @@ msgstr "Nid yw'r defnyddiwr hwn yn dilyn unrhyw un."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Bydd hyn yn dileu \"{0}\" o'ch geiriau wedi'u tewi. Gallwch bob amser ei ychwanegu nôl yn ddiweddarach."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Bydd hyn yn tynnu @{0} o'r rhestr mynediad cyflym."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Bydd hyn yn tynnu'ch postiad o'r postiad dyfynnu hwn ar gyfer pob defnyddiwr, ac yn rhoi dalfan yn ei le."
 
@@ -8044,7 +8256,7 @@ msgstr "Edafwyd"
 msgid "Threaded mode"
 msgstr "Modd edafedd"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Dewisiadau Edafedd"
 
@@ -8056,14 +8268,15 @@ msgstr "Amser yn weddill: {0, plural, one {# eiliad} other {# eiliad}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "I analluogi'r dull e-bost 2FA, gwiriwch eich mynediad i'r cyfeiriad e-bost."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "I adrodd ar sgwrs, adroddwch un o'i negeseuon trwy'r sgrin sgwrsio. Mae hyn yn gadael i'n cymedrolwyr ddeall cyd-destun eich problem."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "I lwytho fideos i fyny i Bluesky, rhaid i chi wirio'ch e-bost yn gyntaf."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "At bwy hoffech chi anfon yr adroddiad hwn?"
@@ -8090,16 +8303,16 @@ msgstr "Toglo'r sain"
 msgid "Top"
 msgstr "Brig"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Pwnc"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Cyfieithu"
 
@@ -8144,6 +8357,7 @@ msgstr "Teipiwch eich neges yma"
 msgid "Type:"
 msgstr "Math:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Methu cysylltu. Gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni."
@@ -8166,27 +8380,27 @@ msgstr "Methu dileu"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Dadflocio"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Dadflocio"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Dadrwystro cyfrif"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Dadrwystro Cyfrif?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Dad-ddilyn"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Dad-ddilyn {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Yn dad-ddilyn y cyfrif"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Yn dad-ddilyn y defnyddiwr"
 
@@ -8225,7 +8439,7 @@ msgstr "Yn dad-ddilyn y defnyddiwr"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Yn anffodus, nid yw un o'ch labelwyr wedi'u tanysgrifio'n cefnogi'r math yma o adroddiad."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "Dad-hoffi"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Dadhoffi ({0, plural, one {# hoffi} other {# hoffi}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Dad-dewi"
 msgid "Unmute {tag}"
 msgstr "Dad-dewi {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Dad-dewi cyfrif"
 
@@ -8267,8 +8481,8 @@ msgstr "Dad-dewi sgwrs"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Dad-dewi'r edefyn"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Dad-bioio o'r cartref"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Dad-binio o'r proffil"
 
@@ -8311,7 +8525,12 @@ msgstr "Wedi'i ddad-binio {0} o'r Cartref"
 msgid "Unpinned from your feeds"
 msgstr "Wedi'i ddad-binio o'ch ffrydiau"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Dad-danysgrifio"
 
@@ -8320,7 +8539,7 @@ msgstr "Dad-danysgrifio"
 msgid "Unsubscribe from list"
 msgstr "Dad-danysgrifio o'r rhestr"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Dad-danysgrifio o'r labelwr hwn"
 
@@ -8328,11 +8547,11 @@ msgstr "Dad-danysgrifio o'r labelwr hwn"
 msgid "Unsubscribed from list"
 msgstr "Wedi dad-danysgrifio o'r rhestr"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Math o fideo heb ei gefnogi"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Math o fideo nad yw'n cael ei gefnogi: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Diweddaru"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Diweddaru <0>{displayName}</0> yn y Rhestrau"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Diweddaru i {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Wedi methu diweddaru atodiad dyfyniad"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Wedi methu diweddaru gwelededd ateb"
@@ -8371,7 +8601,7 @@ msgstr "Wedi methu diweddaru gwelededd ateb"
 msgid "Updating..."
 msgstr "Yn diweddaru..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Llwythwch lun i fyny yn lle hynny"
 
@@ -8379,22 +8609,22 @@ msgstr "Llwythwch lun i fyny yn lle hynny"
 msgid "Upload a text file to:"
 msgstr "Llwythwch ffeil testun i fyny i:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Llwythwch i fyny o'r Camera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Llwytho i fyny o'r Ffeiliau"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Llwytho i fyny o'r Llyfrgell"
 
@@ -8407,7 +8637,7 @@ msgstr "Wrthi'n lwytho lluniau i fyny..."
 msgid "Uploading link thumbnail..."
 msgstr "Wrthi'n lwytho dolen llun bach i fyny..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Wrthi'n llwytho fideo i fyny..."
 
@@ -8419,8 +8649,8 @@ msgstr "Defnyddiwch gyfrineiriau apiau i fewngofnodi i raglenni Bluesky eraill h
 msgid "Use default provider"
 msgstr "Defnyddiwch y darparwr rhagosodedig"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Defnyddiwch y porwr o fewn yr ap"
 
@@ -8429,8 +8659,8 @@ msgstr "Defnyddiwch y porwr o fewn yr ap"
 msgid "Use in-app browser to open links"
 msgstr "Defnyddiwch y porwr o fewn yr ap i agor dolenni"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Defnyddiwch fy mhorwr rhagosodedig"
 
@@ -8484,12 +8714,12 @@ msgstr "Rhestr defnyddwyr gan {0}"
 msgid "User list by you"
 msgstr "Rhestr defnyddwyr gennych chi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Rhestr defnyddwyr wedi'i chreu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Rhestr defnyddwyr wedi'i diweddaru"
@@ -8523,11 +8753,15 @@ msgstr "Defnyddwyr rydych chi'n eu dilyn"
 msgid "Value:"
 msgstr "Gwerth:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Mae angen e-bost wedi'i gwirio"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Gwirio Cofnod DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Gwirio deialog e-bost"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Gwirio E-bost Newydd"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Gwiriwch nawr"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Gwirio Ffeil Testun"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Gwiriwch eich e-bost"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Gwiriwch eich e-bost"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Fersiwn {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Fideo"
 msgid "Video failed to process"
 msgstr "Methodd y fideo â phrosesu"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Ffrwd Fideo"
 
@@ -8616,11 +8853,11 @@ msgstr "Fideo gan {0}: {text}"
 msgid "Video Games"
 msgstr "Gemau Fideo"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Fideo wedi'i atal"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Fideo yn chwarae"
 
@@ -8628,11 +8865,11 @@ msgstr "Fideo yn chwarae"
 msgid "Video not found."
 msgstr "Fideo heb ei ganfod."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Gosodiadau fideo"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Fideo wedi'i lwytho i fyny"
 
@@ -8640,24 +8877,24 @@ msgstr "Fideo wedi'i lwytho i fyny"
 msgid "Video: {0}"
 msgstr "Fideo: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Fideos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Rhaid i fideo fod yn llai na 3 munud o hyd"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Gweld afatar {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Gweld proffil {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Gweld proffil {0}"
 msgid "View {displayName}'s profile"
 msgstr "Gweld proffil {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Gweld proffil defnyddiwr sydd wedi'i rwystro"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Gweld cofnod dadfygio"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Manylion"
 
@@ -8688,7 +8925,7 @@ msgstr "Manylion"
 msgid "View details for reporting a copyright violation"
 msgstr "Gweld manylion ar gyfer adrodd am dorri hawlfraint"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Gweld yr edefyn llawn"
 
@@ -8703,13 +8940,12 @@ msgstr "Gweld gwybodaeth am y labeli hyn"
 msgid "View more"
 msgstr "Gweld mwy"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Gweld proffil"
 
@@ -8790,6 +9026,11 @@ msgstr "Rhybudd cynnwys"
 msgid "Warn content and filter from feeds"
 msgstr "Rhybudd cynnwys a hidlydd o ffrydiau"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Methu ddod o hyd i ganlyniadau'r hashnod hwnnw."
@@ -8798,7 +9039,7 @@ msgstr "Methu ddod o hyd i ganlyniadau'r hashnod hwnnw."
 msgid "We couldn't find any results for that topic."
 msgstr "Methu ddod o hyd i ganlyniadau'r pwnc hwnnw."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Methu lwytho'r sgwrs hon"
 
@@ -8822,6 +9063,10 @@ msgstr "Rydym wedi redeg allan o bostiadau o'ch dilynwyr. Dyma'r diweddaraf gan
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Nid oeddem yn gallu penderfynu a ydych yn cael llwytho fideos i fyny. Ceisiwch eto."
@@ -8842,6 +9087,10 @@ msgstr "Nid oeddem yn gallu cysylltu. Ceisiwch eto i barhau i osod eich cyfrif.
 msgid "We will let you know when your account is ready."
 msgstr "Byddwn yn rhoi gwybod i chi pan fydd eich cyfrif yn barod."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Byddwn yn defnyddio hwn i helpu i addasu eich profiad."
@@ -8871,7 +9120,7 @@ msgstr "Mae'n ddrwg gennym, ond nid oeddem yn gallu llwytho eich geiriau wedi'u
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Mae'n ddrwg gennym, ond nid oedd modd cwblhau eich chwilio. Ceisiwch eto ymhen ychydig funudau."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Mae'n ddrwg gennym! Mae'r postiad rydych chi'n ymateb iddo wedi'i dileu."
 
@@ -8880,7 +9129,7 @@ msgstr "Mae'n ddrwg gennym! Mae'r postiad rydych chi'n ymateb iddo wedi'i dileu.
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Mae'n ddrwg gennym! Gallwn ni ddim dod o hyd i'r dudalen yr oeddech yn chwilio amdani."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Mae'n ddrwg gennym! Dim ond i ugain o labelwyr y gallwch chi danysgrifio, ac rydych chi wedi cyrraedd eich terfyn o ugain."
 
@@ -8902,7 +9151,7 @@ msgstr "Beth ydych chi am ei alw'ch pecyn cychwyn?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Beth sy'n digwydd?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Wps!"
@@ -8984,11 +9233,11 @@ msgstr "Pam dylai'r defnyddiwr hwn gael ei adolygu?"
 msgid "Write a message"
 msgstr "Ysgrifennwch neges"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Ysgrifennwch bostiad"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Ysgrifennwch eich ateb"
@@ -9002,6 +9251,11 @@ msgstr "Awduron"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "DID anghywir wedi'i ddychwelyd o'r gweinydd. Derbyniwyd: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Iawn"
@@ -9015,11 +9269,11 @@ msgstr "Iawn, cau"
 msgid "Yes, delete this starter pack"
 msgstr "Iawn, dilëu'r pecyn cychwyn hwn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Iawn, datgysylltu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Iawn, cuddio"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Rydych mewn llinell."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Nid oes caniatâd i chi lwytho fideos i fyny."
@@ -9055,12 +9318,16 @@ msgstr "Nid oes caniatâd i chi lwytho fideos i fyny."
 msgid "You are not following anyone."
 msgstr "Nid ydych yn dilyn unrhyw un."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Rydych wedi tewi'r cyfrif hwn."
 msgid "You have muted this user"
 msgstr "Rydych wedi tewi'r defnyddiwr hwn"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Does gennych chi ddim sgyrsiau eto. Dechreuwch un!"
 
@@ -9179,11 +9446,11 @@ msgstr "Nid oes gennych unrhyw ffrydiau."
 msgid "You have no lists."
 msgstr "Nid oes gennych unrhyw restrau."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Nid ydych wedi rhwystro unrhyw gyfrifon eto. I rwystro cyfrif, ewch i'w proffil a dewiswch \"Rhwystro cyfrif\" o'r ddewislen ar eu cyfrif."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Nid ydych wedi tewi unrhyw gyfrifon eto. I dewi cyfrif, ewch i'w proffil a dewiswch \"Tewi cyfrif\" o'r ddewislen ar eu cyfrif."
 
@@ -9191,11 +9458,15 @@ msgstr "Nid ydych wedi tewi unrhyw gyfrifon eto. I dewi cyfrif, ewch i'w proffil
 msgid "You have reached the end"
 msgstr "Rydych wedi cyrraedd y diwedd"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Rydych wedi cyrraedd y terfyn ar gyfer llwytho fideo i fyny dros dro. Ceisiwch eto yn nes ymlaen."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Nid ydych wedi creu pecyn cychwyn eto!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Dim ond hyd at 3 ffrwd y gallwch chi eu hychwanegu"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Dim ond hyd at 4 delwedd y cewch chi eu dewis"
 
@@ -9232,7 +9503,7 @@ msgstr "Dim ond hyd at 4 delwedd y cewch chi eu dewis"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Rhaid i chi fod yn dilyn o leiaf saith o bobl eraill i gynhyrchu pecyn cychwyn."
 
@@ -9248,10 +9519,18 @@ msgstr "Rhaid i chi ganiatáu mynediad i'ch llyfrgell ffotograffau i gadw'r ddel
 msgid "You must select at least one labeler for a report"
 msgstr "Rhaid i chi ddewis o leiaf un labelwr ar gyfer adroddiad"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Rydych wedi cau @{0} yn flaenorol."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Byddwch yn cael eich allgofnodi o'ch holl gyfrifon."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Fyddwch chi ddim yn derbyn hysbysiadau ar gyfer y trywydd hwn bellach"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Byddwch nawr yn derbyn hysbysiadau ar gyfer yr edefyn hwn"
 
@@ -9305,7 +9584,7 @@ msgstr "Byddwch yn dilyn y bobl hyn a {0} arall"
 msgid "You'll follow these people right away"
 msgstr "Byddwch yn dilyn y bobl hyn ar unwaith"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Byddwch yn derbyn e-bost yn <0>{0}</0> i wirio mai chi sydd yno."
 
@@ -9339,6 +9618,10 @@ msgstr "Rydych wedi dod o hyd i rai pobl i'w dilyn"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Rydych wedi cyrraedd diwedd eich ffrwd! Dewch o hyd i ragor o gyfrifon i'w dilyn."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o feitiau)"
@@ -9347,7 +9630,7 @@ msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o feit
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o fideos)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Rydych wedi rhedeg allan o fideos i'w gwylio. Efallai ei fod yn amser da i gael newid bach?"
 
@@ -9391,14 +9674,18 @@ msgstr "Nid yw eich porwr yn cefnogi'r fformat fideo. Rhowch gynnig ar borwr gwa
 msgid "Your chats have been disabled"
 msgstr "Mae eich sgyrsiau wedi'u hanalluogi"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Bydd eich dewis yn cael ei gadw, ond mae modd ei newid yn ddiweddarach yn y gosodiadau."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Bydd eich enw dangos presennol <0>{0}</0> yn cael ei gadw'n awtomatig i chi. Gallwch newid yn ôl iddo unrhyw bryd o'r cyfrif hwn."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Bydd eich enw dangos presennol <0>{0}</0> yn cael ei gadw'n awtomatig i
 msgid "Your email appears to be invalid."
 msgstr "Mae'n ymddangos bod eich e-bost yn annilys."
 
-#: 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 "Mae eich e-bost wedi'i ddiweddaru ond heb ei wirio. Fel cam y nesaf, gwiriwch eich e-bost newydd."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Nid yw eich e-bost wedi'i wirio eto. Mae hwn yn gam diogelwch pwysig yr ydym yn ei argymell."
 
@@ -9434,7 +9721,7 @@ msgstr "Eich enw dangos llawn fydd <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Eich enw defnyddiwr llawn fydd <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Mae eich cyfrinair wedi ei newid yn llwyddiannus!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Rhaid i'ch cyfrinair fod o leiaf 8 nod."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Mae eich postiad wedi'i gyhoeddi"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Mae eich postiadau wedi'u cyhoeddi"
 
@@ -9479,7 +9766,7 @@ msgstr "Mae eich postiadau, eich hoff bethau a'ch rhwystrau yn gyhoeddus. Mae te
 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 "Ni fydd eich proffil, postiadau, ffrydiau a rhestrau bellach yn weladwy i ddefnyddwyr Bluesky eraill. Gallwch ail agor eich cyfrif unrhyw bryd trwy fewngofnodi."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Mae eich ateb wedi'i gyhoeddi"
 
diff --git a/src/locale/locales/da/messages.po b/src/locale/locales/da/messages.po
index 032dde0d0..a8976f1a3 100644
--- a/src/locale/locales/da/messages.po
+++ b/src/locale/locales/da/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: da\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Danish\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(aktiv)"
 msgid "(contains embedded content)"
 msgstr "(indeholder indlejret indhold)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(ingen e-mail)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# deling} other {# delinger}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# sekund} other {# sekunder}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# ulæst besked} other {# ulæste beskeder}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# ulæst besked} other {# ulæste beskeder}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#md} other {#mdr}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {følger} other {følgere}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {følger} other {følger}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {like} other {likes}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {like} other {likes}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {opslag} other {opslag}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citat} other {citater}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {deling} other {delinger}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>i <1>tags</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>i <1>tekst og tags</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} er oprettet i denne uge"
@@ -157,7 +160,8 @@ msgstr "{0} reagerede med {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} reagerede med {1} på {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0}s avatar"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# ulæst besked} other {# ulæste beskeder}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {time} other {timer}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minut} other {minutter}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}</0> fulgte dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}</0> likede dit specialbyggede feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}</0> likede dit opslag"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}</0> fjernede deres verifikationer fra din konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}</0> videredelte dit opslag"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}</0> tilmeldte sig via din startpakke"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}</0> verificerede dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} fulgte dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} fulgte dig tilbage"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} likede dit specialbyggede feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} likede dit opslag"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} fjernede sin verifikation fra din konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} videredelte dit opslag"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} oprettede sig via din startpakke"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} verificerede dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} fulgte dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede dit specialbyggede feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede dit opslag"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} fjernede deres verifikationer fra din konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} videredelte dit opslag"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} oprettede sig med din startpakke"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} verificerede dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} fulgte dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} fulgte dig tilbage"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} likede dit specialbyggede feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} likede dit opslag"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} fjernede sin verifikation fra din konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} videredelte dit opslag"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} oprettede sig via din startpakke"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} verificerede dig"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} følger"
@@ -335,11 +339,23 @@ msgstr "{following} følger"
 msgid "{handle} can't be messaged"
 msgstr "{handle} kan ikke modtage beskeder"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, one {}other {# brugere}} har oprettet sig!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# ulæst besked} other {# ulæste beskeder}}"
@@ -364,16 +380,16 @@ msgstr "{type}t siden"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} er en autoriseret verifikator"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} er verificeret"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName}s verifikationer"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1} </1>og {2, plural, one {# anden} other {# andre}} er med i din startpakke"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {følger} other {følgere}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {følger} other {følger}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Eksperimentelt:</0> Når denne indstilling er aktiveret, vil du kun m
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Du</0> og<1> </1><2>{0} </2>er med i din startparkke"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Ugyldigt handle"
 
@@ -449,21 +465,21 @@ msgstr "en besked"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "En ny form for verifikation"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Om"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Accepter"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Accepter chatanmodning"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Accepter anmodning"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Tilgængelighed"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Tilgængelighedsindstillinger"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Konto"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Konto blokeret"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Konto fulgt"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Konto skjult"
@@ -517,34 +533,34 @@ msgstr "Konto skjult"
 msgid "Account Muted by List"
 msgstr "Konto skjult af liste"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Kontoindstillinger"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Konto fjernet fra kvikadgang"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Blokering af konto fjernet"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Konto følges ikke længere"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Konto skjules ikke længere"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Konti med et amøbeformet blåt flueben <0><1/></0> kan verificere andre. De autoriserede verifikatorer er udvalgt af Bluesky."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Føj {displayName} til startparkke"
 msgid "Add a content warning"
 msgstr "Tilføj en indholdsadvarsel"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Tilføj konto"
 msgid "Add alt text"
 msgstr "Tilføj alt-tekst"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Tilføj alt-tekst (valgfrit)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Tilføj endnu en konto"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Tilføj endnu et opslag"
 
@@ -627,7 +647,7 @@ msgstr "Tilføj skjult ord med de angivne indstillinger"
 msgid "Add muted words and tags"
 msgstr "Tilføj skjulte ord og tags"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Tilføj nyt opslag"
 
@@ -638,7 +658,7 @@ msgstr "Tilføj personer"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr ""
+msgstr "Tilføjer brugere til liste"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
@@ -664,8 +684,8 @@ msgstr "Opret følgende DNS-record for dit domæne:"
 msgid "Add this feed to your feeds"
 msgstr "Føj dette feed til dine feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Føj til lister"
 
@@ -675,7 +695,7 @@ msgstr "Føj til mine feeds"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "Tilføj bruger til liste"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "Voksenindholdsmærkater"
 msgid "Advanced"
 msgstr "Avanceret"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "mette@eksempel.dk"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Alle"
@@ -732,7 +757,7 @@ msgstr "Alle konti blev fulgt!"
 msgid "All languages"
 msgstr "Alle sprog"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Alle dine gemte feeds samlet på ét sted."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Alt-tekst"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Alt-tekst vil blive afkortet. {MAX_ALT_TEXT, plural, one {}other {Grænse: {0} tegn.}}"
 
 #: 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 "En e-mail er sendt til {0}. Den indeholder en bekræftelseskode, som du skal indtaste herunder."
 
-#: 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 "En e-mail er sendt til din tidligere adresse, {0}. Den indeholder en bekræftelseskode, som du skal indtaste herunder."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "En e-mail er afsendt til din tidligere adresse, {currentEmail}. Den indeholder en bekræftelseskode, som du skal indtaste herunder."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "En e-mail blev sendt! Indtast bekræftelseskoden fra e-mailen herunder."
 
@@ -825,7 +849,7 @@ msgstr "Der opstod en fejl under komprimering af videoen."
 msgid "An error occurred while fetching the feed."
 msgstr "Der opstod en fejl under indlæsning af feedet."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Der opstod en fejl under generering af din startpakke. Vil du prøve igen?"
 
@@ -842,7 +866,7 @@ msgstr "Der opstod en fejl under indlæsning af videoen. Prøv igen senere."
 msgid "An error occurred while saving the QR code!"
 msgstr "Der opstod en fejl under lagring af QR-koden!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Der opstod en fejl ved valg af video"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Der opstod en fejl under upload af videoen."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Illustration som viser, hvordan Bluesky udvælger autoriserede verifikatorer, som herefter verificerer enkelte brugerkonti."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "En anden årsag, der ikke er omfattet af ovennævnte"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Der opstod en fejl ved start af chat"
 
@@ -875,8 +899,8 @@ msgstr "Der opstod en fejl ved åbning af chatten"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Der opstod en fejl. Prøv igen."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Et mockup af en iPhone, der viser Bluesky-appen åbnet på profilen for en verificeret bruger med et blåt flueben ved siden af profilnavnet."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "Animeret GIF"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Bluesky introducerer verificerede konti"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Asocial adfærd"
 msgid "Anybody can interact"
 msgstr "Alle kan interagere"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Appikon"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Appsprog"
 
@@ -958,7 +982,7 @@ msgstr "Navne på appadgangskoder skal bestå af mindst 4 tegn"
 msgid "App passwords"
 msgstr "Appadgangskoder"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Appadgangskoder"
@@ -994,10 +1018,10 @@ msgstr "Klag over suspendering"
 msgid "Appeal this decision"
 msgstr "Klag over afgørelse"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Udseende"
 
@@ -1006,12 +1030,12 @@ msgstr "Udseende"
 msgid "Apply default recommended feeds"
 msgstr "Brug anbefalede standardfeeds"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arkiveret fra {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Arkiveret opslag"
 
@@ -1047,11 +1071,11 @@ msgstr "Er du sikker på, du vil fjerne {0} fra dine feeds?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Er du sikker på, du vil fjerne dette feed fra dine feeds?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Er du sikker på, du vil kassere dette udkast?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Er du sikker på, du vil kassere dette opslag?"
 
@@ -1072,6 +1096,11 @@ msgstr "Kunst"
 msgid "Artistic or non-erotic nudity."
 msgstr "Kunstnerisk og ikkeerotisk nøgenhed."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Mindst 3 tegn"
@@ -1103,7 +1132,7 @@ msgstr "Afspil videoer og GIF'er automatisk"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Tilbage"
 msgid "Back to Chats"
 msgstr "Tilbage til Chats"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Før du opretter en liste, skal du bekræfte din e-mail."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Før du opretter et opslag, skal du bekræfte din e-mail."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Før du opretter en startpakke, skal du bekræfte din e-mail."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Før du kan sende beskeder til andre brugere, skal du bekræfte din e-mail."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Fødselsdato"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Bloker"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bloker konto"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Bloker konto?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blokeret"
 msgid "Blocked accounts"
 msgstr "Blokerede konti"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Blokerede konti"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blokerede konti kan ikke svare i dine tråde, omtale dig eller på anden måde interagere med dig."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Blokerede konti kan ikke svare i dine tråde, omtale dig eller på anden måde interagere med dig. Du vil ikke se deres indhold, og de vil ikke se dit."
 
@@ -1226,11 +1261,11 @@ msgstr "Blokering forhindrer ikke denne mærkningstjeneste fra at sætte mærkat
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blokering er offentlig. Blokerede konti kan ikke svare i dine tråde, omtale dig eller på anden måde interagere med dig."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Blokering vil ikke spærre for, at der bliver sat mærkater på din konto, men det vil forhindre denne konto fra at svare i dine tråde eller interagere med dig."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky kan ikke bekræfte den anførte datos gyldighed."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky virker bedre med venner!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Socials tjenestevilkår"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky vil vælge et antal anbefalede konti fra personer i dit netværk."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky vil ikke vise din profil og dine opslag til udloggede brugere."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky vil løbende verificere populære konti."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Se emnet {0}"
 msgid "Browse topic {displayName}"
 msgstr "Se emnet {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Om Bluesky"
 
@@ -1374,45 +1409,47 @@ msgstr "Ved at oprette en konto accepterer du <0>tjenestevilkårene</0>."
 msgid "By you"
 msgstr "Af dig"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Kamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Annuller"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Annuller kontosletning"
 msgid "Cancel image crop"
 msgstr "Annuller billedbeskæring"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Annuller profilredigering"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Annullerer åbning af det linkede website"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Kan ikke interagere med en blokeret bruger"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Undertekster (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Undertekster og alt-tekst"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Skift"
 
@@ -1478,13 +1514,12 @@ msgstr "Skift appikon"
 msgid "Change app icon to \"{0}\""
 msgstr "Skift appikon til \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Skift e-mail"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Skift e-mailadresse"
 
@@ -1497,10 +1532,6 @@ msgstr "Skift handle"
 msgid "Change moderation service"
 msgstr "Skift moderationstjeneste"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Skift min e-mailadresse"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Skift adgangskode"
@@ -1513,11 +1544,11 @@ msgstr "Skift opslagets sprog til {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Skift årsag til anmeldelse"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Skift din e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Skift din e-mailadresse"
 
@@ -1530,15 +1561,15 @@ msgstr "Skifter appikon"
 msgid "Changes hosting provider"
 msgstr "Skifter udbyder"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Chat slettet"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chat skjult"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Indbakke for chatanmodninger"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Chatanmodninger"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Chatindstillinger"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chat ikke længere skjult"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Chats"
 
@@ -1599,7 +1630,7 @@ msgstr "Vælg metode til domæneverifikation"
 msgid "Choose Feeds"
 msgstr "Vælg feeds"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Vælg for mig"
 
@@ -1619,7 +1650,7 @@ msgstr "Vælg farve til din avatar"
 msgid "Choose your account provider"
 msgstr "Vælg din udbyder"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Vælg din egen tidslinje! Specialbyggede feeds skabt af andre brugere hjælper dig med at finde indhold, du vil synes om."
 
@@ -1631,18 +1662,18 @@ msgstr "Husk din adgangskode"
 msgid "Choose your username"
 msgstr "Vælg dit brugernavn"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Slet alle gemte oplysninger"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Slet alle gemte oplysninger (genstart efter dette)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
-msgstr ""
+msgstr "Tøm billedcache"
 
 #: src/components/forms/SearchInput.tsx:70
 msgid "Clear search query"
@@ -1652,6 +1683,14 @@ msgstr "Ryd søgefelt"
 msgid "click here"
 msgstr "klik her"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Klik for at spærre for citater af dette opslag."
@@ -1676,29 +1715,34 @@ msgstr "Klima"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Hyp 🐴 hyp 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Luk"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Luk aktiv dialog"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Luk bundpanel"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Luk dialog"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Luk navigation"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Luk emojivælger"
 
@@ -1751,12 +1795,12 @@ msgstr "Luk dialog"
 msgid "Closes password update alert"
 msgstr "Lukker besked om opdatering af adganskode"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Lukker skrivefelt og kasserer udkast til opslag"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Lukker emojivælgeren"
 
@@ -1764,11 +1808,11 @@ msgstr "Lukker emojivælgeren"
 msgid "Closes viewer for header image"
 msgstr "Lukker billedviser for profilhoved"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Luk brugerliste"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Lukker liste over brugere for en given notifikation"
 
@@ -1791,7 +1835,7 @@ msgstr "Komik"
 msgid "Comics"
 msgstr "Tegneserier"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Fælleskabsregler"
@@ -1804,11 +1848,11 @@ msgstr "Afslut velkomst og kom i gang med at bruge din konto"
 msgid "Complete the challenge"
 msgstr "Løs opgaven"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Skriv nyt opslag"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Skriv opslag på op til {0, plural, one {}other {# tegn}}"
 
@@ -1816,7 +1860,7 @@ msgstr "Skriv opslag på op til {0, plural, one {}other {# tegn}}"
 msgid "Compose reply"
 msgstr "Skriv svar"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Komprimerer video..."
 
@@ -1828,23 +1872,17 @@ msgstr "Konfigurer filtreringsindstillinger for kategorien: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Konfigureres i <0>moderationsindstillinger</0>"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Bekræft"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Bekræft ændring"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Bekræft sprogindstillinger"
@@ -1861,18 +1899,19 @@ msgstr "Bekræft din alder:"
 msgid "Confirm your birthdate"
 msgstr "Bekræft din fødselsdato"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Bekræftelseskode"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Bekræftelseskode"
 
@@ -1880,8 +1919,8 @@ msgstr "Bekræftelseskode"
 msgid "Connecting..."
 msgstr "Forbinder..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Kontakt support"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Indhold og medier"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Indhold og medier"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Indhold og medier"
 
@@ -1911,7 +1950,7 @@ msgstr "Indholdsfiltre"
 msgid "Content from across the network we think you might like."
 msgstr "Indhold fra hele netværket, som vi tror, du vil synes om."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Indholdssprog"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Baggrund for kontekstmenu, klik for at lukke menuen."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Fortsæt"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Fortsæt som {0} (allerede logget ind)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Fortsæt tråd..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Fortsæt til næste trin"
@@ -1973,7 +2012,7 @@ msgstr "Madlavning"
 msgid "Copied"
 msgstr "Kopieret"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Kopieret versionsnummer til udklipsholder"
 
@@ -1981,8 +2020,8 @@ msgstr "Kopieret versionsnummer til udklipsholder"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Kopieret til udklipsholder"
 
@@ -1991,7 +2030,7 @@ msgstr "Kopieret til udklipsholder"
 msgid "Copied!"
 msgstr "Kopieret!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Kopierer versionsnummer til udklipsholder"
 
@@ -2003,13 +2042,13 @@ msgstr "Kopier"
 msgid "Copy App Password"
 msgstr "Kopier appadgangskode"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Kopier at://-URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Kopier forfatter-DID"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kopier kode"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Kopier DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Kopier link"
 msgid "Copy link to list"
 msgstr "Kopier link til liste"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Kopier link til opslag"
 
@@ -2050,13 +2089,13 @@ msgstr "Kopier link til opslag"
 msgid "Copy message text"
 msgstr "Kopier beskedtekst"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Kopier opslagets at://-URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Kopier opslagets tekst"
 
@@ -2068,7 +2107,7 @@ msgstr "Kopier QR-kode"
 msgid "Copy TXT record value"
 msgstr "Kopier TXT-record"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Ophavsretspolitik"
@@ -2078,7 +2117,7 @@ msgstr "Ophavsretspolitik"
 msgid "Could not leave chat"
 msgstr "Kunne ikke forlade chat"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Kunne ikke indlæse feed"
 
@@ -2094,7 +2133,7 @@ msgstr "Kunne ikke skjule chat"
 msgid "Could not process your video"
 msgstr "Kunne ikke behandle din video"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Opret"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Opret en QR-kode til en startpakke"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Opret en startpakke"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Opret en startpakke for mig"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Opret en konto"
 msgid "Create an account without using this starter pack"
 msgstr "Opret en konto uden at bruge denne startpakke"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Opret en avatar i stedet"
 
@@ -2209,13 +2248,13 @@ msgstr "Mørk tilstand"
 msgid "Date of birth"
 msgstr "Fødselsdato"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Deaktiver konto"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Fejlsøg moderation"
 
@@ -2237,13 +2276,13 @@ msgstr "Standardikoner"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Slet"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Slet konto"
 
@@ -2259,19 +2298,19 @@ msgstr "Slet appadgangskode"
 msgid "Delete app password?"
 msgstr "Slet appadgangskode?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Slet chat"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Slet chatdeklarationsregistrering"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Slet samtale"
 
@@ -2299,9 +2338,9 @@ msgstr "Slet besked for mig"
 msgid "Delete my account"
 msgstr "Slet min konto"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Slet opslag"
 
@@ -2318,7 +2357,7 @@ msgstr "Slet startpakke?"
 msgid "Delete this list?"
 msgstr "Slet denne liste?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Slet dette opslag?"
 
@@ -2335,19 +2374,19 @@ msgstr "Slettet konto"
 msgid "Deleted post."
 msgstr "Slettet opslag."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Beskrivelse"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Beskrivelse er for lang"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Beskrivelse er for lang. {DESCRIPTION_MAX_GRAPHEMES, plural, one {}other {Det maksimale antal tegn er #.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "Beskrivelse er for lang. {DESCRIPTION_MAX_GRAPHEMES, plural, one {}other
 msgid "Descriptive alt text"
 msgstr "Beskrivende alt-tekst"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Afkobl citat"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Afkobl citeret opslag?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Udviklertilstand deaktiveret"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Udviklertilstand aktiveret"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Udviklingerindstillinger"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialog: Tilpas, hvem der kan interagere med dette opslag."
 msgid "Dim"
 msgstr "Dæmpet"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Deaktiver tofaktorgodkendelse via e-mail"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Deaktiveret"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Kasser"
 
@@ -2420,11 +2468,11 @@ msgstr "Kasser"
 msgid "Discard changes?"
 msgstr "Deaktiver ændringer?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Kasser udkast?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Kasser opslag?"
 
@@ -2442,15 +2490,15 @@ msgstr "Opdag feeds"
 msgid "Discover new custom feeds"
 msgstr "Find nye specialbyggede feeds"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Find nye feeds"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Luk"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Luk fejlbesked"
 
@@ -2471,9 +2519,9 @@ msgstr "Luk denne sektion"
 msgid "Display larger alt text badges"
 msgstr "Vis større alt-tekst-etiketter"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Profilnavn"
@@ -2482,11 +2530,11 @@ msgstr "Profilnavn"
 msgid "Display Name"
 msgstr "Profilnavn"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Profilnavn er for langt"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Profilnavn er for langt. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {}other {Det maksimale antal tegn er #.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Begynder eller slutter ikke med en bindestreg"
 msgid "Domain verified!"
 msgstr "Domæne godkendt!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Udført{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Tryk dobbelt eller langt på beskeden for at tilføje en reaktion"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Tryk dobbelt for at lukke dialogen"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Tryk dobbelt for at like"
 
@@ -2575,7 +2633,7 @@ msgstr "Varighed:"
 msgid "e.g. alice"
 msgstr "fx anne"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "fx Anne Efternavn"
 
@@ -2587,7 +2645,7 @@ msgstr "fx Anne Nielsen"
 msgid "e.g. alice.com"
 msgstr "fx anne.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "fx Kunstner, hundeelsker og flittig læser."
 
@@ -2595,19 +2653,19 @@ msgstr "fx Kunstner, hundeelsker og flittig læser."
 msgid "E.g. artistic nudes."
 msgstr "Fx kunstneriske nøgenbilleder."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "fx Fede profiler"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "fx Spammere"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "fx Profiler, der altid rammer plet."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "fx Brugere, der laver for mange reklameopslag."
 
@@ -2615,7 +2673,7 @@ msgstr "fx Brugere, der laver for mange reklameopslag."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Hver kode virker én gang. Du vil jævnligt blive tildelt flere invitationskoder."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Rediger"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Rediger avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Rediger avatar"
 msgid "Edit Feeds"
 msgstr "Rediger feeds"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Rediger billede"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Rediger interaktionsindstillinger"
 
@@ -2657,12 +2715,17 @@ msgstr "Rediger interesser"
 msgid "Edit list details"
 msgstr "Rediger listeegenskaber"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Rediger modereringsliste"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Rediger mine feeds"
 
@@ -2679,15 +2742,15 @@ msgstr "Rediger personer"
 msgid "Edit post interaction settings"
 msgstr "Rediger interaktionsindstillinger"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Rediger profil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Rediger profil"
 
@@ -2695,7 +2758,7 @@ msgstr "Rediger profil"
 msgid "Edit starter pack"
 msgstr "Rediger startpakke"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Rediger brugerliste"
 
@@ -2707,11 +2770,11 @@ msgstr "Rediger, hvem der kan svare"
 msgid "Edit your display name"
 msgstr "Rediger dit profilnavn"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Rediger din profils beskrivelse"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Rediger din startpakke"
 
@@ -2724,9 +2787,8 @@ msgstr "Uddannelse"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Enten har listens skaber blokeret dig, eller også har du blokeret listens skaber."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-mail"
 
@@ -2747,20 +2809,17 @@ msgstr "E-mailadresse"
 msgid "Email Resent"
 msgstr "E-mail gensendt"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-mail opdateret"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "E-mail opdateret"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "E-mail opdateret!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-mail godkendt"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "HTML-kode til indlejring"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Indlejr opslag"
 
@@ -2785,8 +2844,9 @@ msgstr "Indlejr dette opslag på dit website. Kopier blot følgende kodestump og
 msgid "Embedded video player"
 msgstr "Indlejret videoafspiller"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Aktiver"
 
@@ -2798,9 +2858,9 @@ msgstr "Aktiver kun {0}"
 msgid "Enable adult content"
 msgstr "Aktiver voksenindhold"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Aktiver 2FA via e-mail"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Aktiveret"
 msgid "End of feed"
 msgstr "Slut på feed"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Husk at angive et sprog for hver enkelt undertekstfil."
 
@@ -2860,14 +2920,15 @@ msgstr "Indtast en adgangskode"
 msgid "Enter a word or tag"
 msgstr "Indtast et ord eller tag"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Indtast kode"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Indtast bekræftelseskode"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Åbn i fuld skærm"
@@ -2897,11 +2958,7 @@ msgstr "Indtast din fødselsdato"
 msgid "Enter your email address"
 msgstr "Indtast din e-mailadresse"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Indtsat din nye e-mail herover"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Indtast din nye e-mail herunder."
 
@@ -2921,7 +2978,7 @@ msgstr "Åbner i fuld skærm"
 msgid "Entertainment"
 msgstr "Underholdning"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Fejl"
@@ -2997,15 +3054,15 @@ msgstr "Lukker billedvisning"
 msgid "Expand alt text"
 msgstr "Udvid alt-tekst"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Udvid brugerliste"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Udvid eller sammenklap det fulde opslag, du besvarer"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Udvider eller sammenklapper opslagets tekst"
 
@@ -3031,6 +3088,10 @@ msgstr "Udløber {0}"
 msgid "Expires in {0}"
 msgstr "Udløber om {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Voldsomme eller stødende medier."
 msgid "Explicit sexual images."
 msgstr "Pornografiske billeder."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Udforsk"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Eksporter mine data"
 
@@ -3071,12 +3132,12 @@ msgstr "Eksterne medier"
 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 "Afspilning af medier fra eksterne websites muliggør indsamling af oplysninger om dig og din enhed. Der udveksles ingen oplysninger, før du starter afspilningen."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Indstillinger for eksterne medier"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Kunne ikke acceptere chat"
@@ -3090,15 +3151,11 @@ msgstr "Kunne ikke tilføje emojireaktion"
 msgid "Failed to change handle. Please try again."
 msgstr "Ændring af handle fejlde. Prøv igen."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Oprettelse af appadgangskode fejlede. Prøv igen."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Kunne ikke starte samtale"
 
@@ -3107,12 +3164,12 @@ msgstr "Kunne ikke starte samtale"
 msgid "Failed to create starter pack"
 msgstr "Oprettelse af startpakke fejlede"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Oprettelse af liste fejlede. Tjek din internetforbindelse og prøv igen."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Kunne ikke slette chat"
@@ -3121,7 +3178,7 @@ msgstr "Kunne ikke slette chat"
 msgid "Failed to delete message"
 msgstr "Sletning af besked fejlede"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Sletning af opslag fejlede, prøv igen"
 
@@ -3129,7 +3186,7 @@ msgstr "Sletning af opslag fejlede, prøv igen"
 msgid "Failed to delete starter pack"
 msgstr "Sletning af startpakke fejlede"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Kunne ikke indlæse samtaler"
@@ -3172,7 +3229,7 @@ msgstr "Kunne ikke fjerne emojireaktion"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Kunne ikke fjerne verifikation"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Kunne ikke gemme dine interesser."
 msgid "Failed to send"
 msgstr "Kunne ikke sende"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Afsendelse af klage fejlede, prøv igen."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Kunne ikke ændre, om tråden skjules, prøv igen"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Opdatering af feeds fejlede"
@@ -3219,11 +3290,15 @@ msgstr "Opdatering af indstillinger fejlede"
 msgid "Failed to upload video"
 msgstr "Upload af video fejlede"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Kunne ikke verificere handle. Prøv igen."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feed"
 
@@ -3242,24 +3317,24 @@ msgstr "Feed tilføj/fjern"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Kontakt"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Feedback afsendt!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feeds"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Fleksibel"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Følg"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Følg"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Følg {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Følg {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Følg {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Følg 10 konti"
 msgid "Follow 7 accounts"
 msgstr "Følg 7 konti"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Følg konto"
 
@@ -3391,7 +3462,7 @@ msgstr "Følg konto"
 msgid "Follow all"
 msgstr "Følg alle"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Følg tilbage"
@@ -3417,7 +3488,7 @@ msgstr "Følges af <0>{0}</0> og <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Følges af <0>{0}</0>, <1>{1}</1> og {2, plural, one {# anden} other {# andre}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Følgere af @{0}, som du måske kender"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Følgere du kender"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Følger"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Følger {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Følger {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Følger {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Indstillinger for følgerfeed"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Indstillinger for følgerfeed"
@@ -3524,7 +3591,7 @@ msgstr "Laver tit opslag med uønsket indhold"
 msgid "From @{sanitizedAuthor}"
 msgstr "Fra @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Fra <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Fra <0/>"
 msgid "Gallery"
 msgstr "Galleri"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Generer en startpakke"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Få hjælp"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Kom godt i gang"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "Kom i gang"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Kom godt i gang"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Sæt ansigt på din profil"
 
@@ -3567,10 +3636,10 @@ msgstr "Åbenlys overtrædelse af lovgivning eller tjenestevilkår"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Gå tilbage"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,10 +3674,26 @@ msgstr "Gå til forside"
 msgid "Go Home"
 msgstr "Gå til forside"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
-msgid "Go to {firstAuthorName}'s profile"
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
+msgid "Go to {firstAuthorName}'s profile"
+msgstr "Gå til {firstAuthorName}s profil"
+
 #: src/screens/Messages/components/ChatListItem.tsx:360
 msgid "Go to conversation with {0}"
 msgstr "Gå til samtale med {0}"
@@ -3638,8 +3723,8 @@ msgstr "Vold"
 msgid "Half way there!"
 msgstr "Nu er du halvvejs!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Handle"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptisk feedback"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Chikane, trolling og intolerance"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Har du problemer?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Hjælp"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Lad andre vide, at du ikke er en robot, ved at uploade et billede eller oprette en avatar"
 
@@ -3698,7 +3788,7 @@ msgstr "Her er din appadgangskode!"
 msgid "Hidden"
 msgstr "Skjult"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Skjult af dine moderationsindstillinger."
 
@@ -3715,12 +3805,12 @@ msgstr "Skjult liste"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Skjul"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Skjul"
@@ -3729,18 +3819,18 @@ msgstr "Skjul"
 msgid "Hide customization options"
 msgstr "Skjul tilpasningsindstillinger"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Skjul opslag for mig"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Skjul svar for alle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Skjul svar for mig"
 
@@ -3748,12 +3838,12 @@ msgstr "Skjul svar for mig"
 msgid "Hide this card"
 msgstr "Skjul dette kort"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Skjul dette opslag?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Skjul dette svar?"
 
@@ -3771,14 +3861,14 @@ msgstr "Skjul populære emner?"
 msgid "Hide trending videos?"
 msgstr "Skjul populære videoer?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Skjul brugerliste"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Vis verifikationsskilte"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmm, vi kunne ikke indlæse moderationstjenesten."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Vent lidt! Vi udruller gradvist adgang til video, og du er stadig i kø. Prøv igen senere!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Forside"
 
@@ -3845,25 +3935,20 @@ msgstr "Hot"
 msgid "Hot replies first"
 msgstr "Populære svar først"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Hvordan skal vi åbne dette link?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Jeg har en kode"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Jeg har en kode"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Jeg har en bekræftelseskode"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Hvis du sletter denne liste, kan den ikke genskabes."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Hvis du har dit eget domæne, kan du bruge det som handle. Dette giver dig mulighed for at bekræfte din identitet. <0>Læs mere her</0>."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Hvis du sletter dette opslag, kan det ikke genskabes."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Hvis du vil skifte din adgangskode, sender vi dig en kode til at bekræfte, at dette er din konto."
@@ -3915,18 +4008,19 @@ msgstr "Ulovligt og akut"
 msgid "Image"
 msgstr "Billede"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr ""
+msgstr "Billedcache blev tømt"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr ""
+msgstr "Billedcache tømt, frigjorde {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Billede blev gemt til din kamerarulle!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Ugyldig 2FA-bekræftelseskode"
 msgid "Invalid handle. Please try a different one."
 msgstr "Ugyldigt handle. Prøv et andet."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Ugyldig eller ikkeunderstøttet dataelement"
 
@@ -4041,12 +4135,12 @@ msgstr "Ja, det er korrekt"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Lige nu er der kun dig! Føj flere personer til din startpakke ved at søge herover."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Job-ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Jobs"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Mærkat tilføjet af forfatteren."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Mærkater"
 
@@ -4100,13 +4194,13 @@ msgstr "Mærkater på dit indhold"
 msgid "Language selection"
 msgstr "Sprogvalg"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Sprogindstillinger"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Sprog"
 
@@ -4124,20 +4218,20 @@ msgstr "Seneste"
 msgid "learn more"
 msgstr "læs mere"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Læs mere"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Læs mere"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Læs mere om Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Læs mere om den moderation, der er anvendt på dette indhold."
 msgid "Learn more about this warning"
 msgstr "Læs mere om denne advarsel"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Læs mere om verificering på Bluesky"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Forlader Bluesky"
 msgid "left to go."
 msgstr "foran dig i køen."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Lad mig vælge"
 
@@ -4230,7 +4324,7 @@ msgstr "Lys"
 msgid "Like"
 msgstr "Like"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Like ({0, plural, one {# like} other {# likes}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Like 10 opslag for at træne Discover-feedet"
 msgid "Like this feed"
 msgstr "Like dette feed"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Like denne mærkningstjeneste"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Liket af"
 
@@ -4269,16 +4363,16 @@ msgstr "Liket af {0, plural, one {# bruger} other {# brugere}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Liket af {likeCount, plural, one {# bruger} other {# brugere}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Likes"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Likes af dette opslag"
 
@@ -4287,11 +4381,11 @@ msgstr "Likes af dette opslag"
 msgid "Linear"
 msgstr "Lineært"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Liste"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Listens avatar"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Liste skjult"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Listens navn"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Liste ikke længere skjult"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Lister"
 
@@ -4358,6 +4452,22 @@ msgstr "Lister"
 msgid "Lists blocking this user:"
 msgstr "Liste blokeret af denne bruger:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Indlæs flere"
@@ -4370,18 +4480,18 @@ msgstr "Indlæs flere foreslåede feeds"
 msgid "Load new notifications"
 msgstr "Indlæs nye notifikationer"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Indlæs nye opslag"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Indlæser..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Log"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo af @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo af <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Det ser ud til, at du har frigjort alle dine feeds. Men bare rolig, du k
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Det ser ud til, at du mangler et følgerfeed <0>Klik her for at tilføje et.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Opret en for mig"
 
@@ -4433,7 +4547,7 @@ msgstr "Adminstrer gemte feeds"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Administrer verifikationsindstillinger"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Marker som læst"
 msgid "Marked all as read"
 msgstr "Marker alle som læst"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Måske senere"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Medier"
 
@@ -4479,7 +4600,7 @@ msgstr "Omtaler"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Send besked til {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Beskeden er for lang"
 msgid "Message options"
 msgstr "Beskedindstillinger"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Beskeder"
 
@@ -4532,10 +4653,10 @@ msgstr "Vildledende konto"
 msgid "Misleading Post"
 msgstr "Vildledende opslag"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderation"
 
@@ -4557,12 +4678,12 @@ msgstr "Moderationsliste af <0/>"
 msgid "Moderation list by you"
 msgstr "Moderationsliste af dig"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Moderationsliste oprettet"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Moderationsliste opdateret"
@@ -4571,8 +4692,8 @@ msgstr "Moderationsliste opdateret"
 msgid "Moderation lists"
 msgstr "Moderationslister"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Moderationslister"
 
@@ -4580,7 +4701,7 @@ msgstr "Moderationslister"
 msgid "moderation settings"
 msgstr "moderationsindstillinger"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderationstilstande"
 
@@ -4593,7 +4714,7 @@ msgstr "Moderationsværktøjer"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Moderator har besluttet at sætte en generel advarsel på indholdet."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Flere"
 
@@ -4602,8 +4723,8 @@ msgstr "Flere"
 msgid "More feeds"
 msgstr "Flere feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Flere valgmuligheder"
@@ -4637,10 +4758,10 @@ msgstr "Lydløs"
 msgid "Mute {tag}"
 msgstr "Skjul {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Skjul konto"
 
@@ -4689,13 +4810,13 @@ msgstr "Skjul kun dette ord i tags"
 msgid "Mute this word until you unmute it"
 msgstr "Skjul dette ord, indtil du selv fjerner det fra listen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Skjul tråd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Skjul ord og tags"
 
@@ -4703,12 +4824,12 @@ msgstr "Skjul ord og tags"
 msgid "Muted accounts"
 msgstr "Skjulte konti"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Skjulte konti"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Opslag fra skjulte konti vil ikke optræde i dit feed og dine notifikationer. Ingen kan se, hvem du skjuler."
 
@@ -4729,15 +4850,15 @@ msgstr "Ingen kan se, hvem du skjuler. Skjulte konti kan interagere med dig, men
 msgid "My Birthday"
 msgstr "Min fødselsdato"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Mine feeds"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Navn"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Navn er obligatorisk"
 
@@ -4772,11 +4893,11 @@ msgstr "Gå til startpakke"
 msgid "Navigates to the next screen"
 msgstr "Går til næste skærmbillede"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Går til din profil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Har du brug for at rette den?"
 
@@ -4797,21 +4918,26 @@ msgstr "Glem det, opret et handle til mig"
 msgid "New"
 msgstr "Ny"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Ny"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Ny chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Ny e-mailadresse"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Ny feature"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nyt handle"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Ny liste"
 
@@ -4828,7 +4954,7 @@ msgstr "Ny liste"
 msgid "New messages"
 msgstr "Nye beskeder"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Ny moderationsliste"
 
@@ -4840,10 +4966,10 @@ msgstr "Ny adgangskode"
 msgid "New Password"
 msgstr "Ny adgangskode"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nyt opslag"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nyt opslag"
@@ -4863,7 +4989,7 @@ msgstr "Nyt opslag"
 msgid "New user info dialog"
 msgstr "Ny bruger"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Ny brugerliste"
 
@@ -4911,6 +5037,10 @@ msgstr "Ingen appadgangskoder endnu"
 msgid "No DNS Panel"
 msgstr "Ingen DNS-adgang"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Ingen udvalgte GIF'er fundet. Der er muligvis problemer med Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Ingen feeds fundet. Prøv at søge efter noget andet."
 msgid "No likes yet"
 msgstr "Ingen likes endnu."
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Følger ikke længere {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Ingen citater endnu"
 msgid "No reposts yet"
 msgstr "Ingen delinger endnu"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Intet resultat"
 
@@ -4980,7 +5110,7 @@ msgstr "Ingen resultater for \"{0}\"."
 msgid "No results found"
 msgstr "Ingen resultater fundet"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Ingen resultater fundet for \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Ikkeseksuel nøgenhed"
 msgid "Not followed by anyone you're following"
 msgstr "Følges ikke af nogen, du følger"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Ikke fundet"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Ikke lige nu"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Note vedr. deling"
 
@@ -5052,7 +5177,7 @@ msgstr "Note vedr. deling"
 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 "OBS: Bluesky er et åbent og offentligt netværk. Denne indstilling begrænser kun synligheden af dit indhold her på Bluesky. Andre apps og websites respekterer ikke nødvendigvis denne indstilling. Dit indhold kan stadig blive vist i andre apps og på andre websites til udloggede brugere."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Ingenting her"
 
@@ -5060,7 +5185,7 @@ msgstr "Ingenting her"
 msgid "Notification filters"
 msgstr "Notifikationsfiltre"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Notifikationindstillinger"
@@ -5077,11 +5202,11 @@ msgstr "Notifikationslyde"
 msgid "Notification Sounds"
 msgstr "Notifikationslyde"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notifikationer"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Åh nej! Der opstod en fejl."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Okay"
 
@@ -5140,19 +5265,19 @@ msgstr "Ældste svar først"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "på<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Nulstil velkomst"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "En eller flere GIF'er mangler alt-tekst."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "En eller flere billeder mangler alt-tekst."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Et eller flere videoer mangler alt-tekst."
 
@@ -5168,7 +5293,7 @@ msgstr "Kun {0} kan svare."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Indeholder kun bogstaver (a-z), tal og bindestreger"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Kun billedfiler er understøttet"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ups, noget gik galt!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ups!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ups!"
 msgid "Open"
 msgstr "Åbn"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Åb genvejsmenuen for {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Åbn avatarbygger"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Åbn navigation"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Åbn emojivælger"
 
@@ -5225,7 +5346,7 @@ msgstr "Åbn feedinformation"
 msgid "Open feed options menu"
 msgstr "Åbn feedindstillingsmenu"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Åbn hele emojilisten"
 
@@ -5237,7 +5358,7 @@ msgstr "Åbn link til {niceUrl}"
 msgid "Open message options"
 msgstr "Åbn beskedindstillinger"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Åbn moderationsfejlsøgningsside"
 
@@ -5249,20 +5370,25 @@ msgstr "Åbn indstillinger for skjulte ord og tags"
 msgid "Open pack"
 msgstr "Åbn pakke"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Åbn opslagsindstillingsmenu"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Åbn startpakkemenu"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Åbn storybook"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Åbn systemlog"
 
@@ -5282,19 +5408,19 @@ msgstr "Åbner en dialog, hvor du kan vælge, hvem der kan besvare i denne tråd
 msgid "Opens additional details for a debug entry"
 msgstr "Åbner yderligere oplysninger om en loghændelse"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Åbner alt-tekstdialog"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Åbner enhedens kamera"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Åbner undertekst- og alt-tekstdialog"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Åbner handleskiftdialog"
 
@@ -5306,7 +5432,7 @@ msgstr "Åbner skrivefelt til nyt opslag"
 msgid "Opens device photo gallery"
 msgstr "Åbner enhedens fotogalleri"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Åbner emojivælger"
 
@@ -5324,7 +5450,7 @@ msgstr "Åbner formular til at logge ind på din eksisterende Bluesky-konto"
 msgid "Opens GIF select dialog"
 msgstr "Åbner GIF-vælger"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Åbner hjælpeside i browser"
 
@@ -5332,6 +5458,10 @@ msgstr "Åbner hjælpeside i browser"
 msgid "Opens list of invite codes"
 msgstr "Åbner listen over invitationskoder"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Åbner formular til nulstilling af adgangskode"
@@ -5340,12 +5470,12 @@ msgstr "Åbner formular til nulstilling af adgangskode"
 msgid "Opens the linked website"
 msgstr "Åbner det linkede website"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Åbner denne profil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Åbner videovælger"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA-status: Ingen tilgængelig"
 msgid "Other"
 msgstr "Andet"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Anden konto"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Side ikke fundet"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Stop afspilning"
 msgid "People"
 msgstr "Personer"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Personer, som følges af @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Personer, som @{0} følger"
 
@@ -5508,12 +5638,12 @@ msgstr "Fastgør til forside"
 msgid "Pin to Home"
 msgstr "Fastgør til forside"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fastgør til din profil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fastgjort"
 
@@ -5578,14 +5708,14 @@ msgstr "Vælg dit handle."
 msgid "Please choose your password."
 msgstr "Vælg din adgangskode."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Løs verifikationsopgaven"
 
-#: 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 "Bekræft din e-mail, før du ændrer den. Dette er et midlertidigt krav, indtil e-mailværktøjer bliver tilføjet, og det vil snart blive fjernet."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Dobbelttjek, at du har indtastet din e-mailadresse korrekt."
@@ -5602,10 +5732,28 @@ msgstr "Indtast en adgangskode. Den skal bestå af mindst 8 tegn."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Vælg et unikt navn til denne appadgangskode eller brug et autogenereret navn."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Indtast et gyldigt ord, tag eller en sætning, der skal skjules"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Indtast din e-mail."
 msgid "Please enter your invite code."
 msgstr "Indtast din invitationskode."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Indtast din adgangskode"
@@ -5648,7 +5800,11 @@ msgstr "Vælg årsagen til denne anmeldelse"
 msgid "Please sign in as @{0}"
 msgstr "Log ind som @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Bekræft din e-mail"
 
@@ -5662,7 +5818,7 @@ msgstr "Politik"
 msgid "Porn"
 msgstr "Porno"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Slå op"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Opslag"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Slå alle op"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Opslag af {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Opslag af @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Opslag slettet"
@@ -5697,7 +5853,7 @@ msgstr "Opslag slettet"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Opslag kunne ikke publiceres. Tjek din internetforbindelse og prøv igen."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Indlæg er blevet slettet"
 
@@ -5719,7 +5875,7 @@ msgstr "Opslag skjult af dig"
 msgid "Post interaction settings"
 msgstr "Interaktionsindstillinger"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Interaktionsindstillinger"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Opslag blev frigjort"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Opslag"
@@ -5789,7 +5945,7 @@ msgstr "Tryk for at vise følgere af denne konto, som du også følger"
 msgid "Previous image"
 msgstr "Forrige billede"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Primært sprog"
 
@@ -5807,26 +5963,26 @@ msgstr "Prioriterede notifikationer"
 msgid "Privacy"
 msgstr "Privatliv"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privatliv og sikkerhed"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privatliv og sikkerhed"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Privatlivspolitik"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Behandler video..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Behandler..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profil opdateret"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Offentlige lister, der kan bruges som feeds."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Udgiv opslag"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Udgiv opslag"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Udgiv svar"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Udgiv svar"
 
@@ -5904,11 +6060,11 @@ msgstr "QR-kode blev gemt til din kamerarulle!"
 msgid "Quote post"
 msgstr "Citer opslag"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Citatopslag blev tilkoblet igen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Citatopslag blev afkoblet"
 
@@ -5927,7 +6083,7 @@ msgstr "Indstillinger for citat"
 msgid "Quotes"
 msgstr "Citater"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citater af dette opslag"
 
@@ -5942,8 +6098,8 @@ msgstr "Tilfældig (prøv lykken)"
 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 "Aktivietsgrænse overskredet - du har prøvet at ændre dit handle for mange gange på kort tid. Vent lidt, før du prøver igen."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Gentilkobl citat"
 
@@ -5958,17 +6114,17 @@ msgstr "Genaktiv din konto"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Læs blogindlæg"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Læs mindre"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Læs mere"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Læs Blueskys blog"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Forbind igen"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Afvis"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Afvis chatanmodning"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Genindlæs samtaler"
@@ -6022,7 +6178,7 @@ msgstr "Genindlæs samtaler"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Fjern"
 msgid "Remove {displayName} from starter pack"
 msgstr "Fjern {displayName} fra startpakke"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Fjern {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Fjern konto"
 
@@ -6046,13 +6202,13 @@ msgstr "Fjern konto"
 msgid "Remove attachment"
 msgstr "Fjern vedhæftning"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Fjern avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Fjern banner"
 
@@ -6079,7 +6235,7 @@ msgstr "Fjern feed?"
 msgid "Remove from my feeds"
 msgstr "Fjern fra mine feeds"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Fjern fra kvikadgang?"
 
@@ -6097,11 +6253,16 @@ msgstr "Fjern fra dine feeds?"
 msgid "Remove image"
 msgstr "Fjern billede"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Fjern skjult ord fra din liste"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Fjern profil"
 
@@ -6114,7 +6275,7 @@ msgstr "Fjern citat"
 msgid "Remove repost"
 msgstr "Fjern deling"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Fjern undertekstfil"
 
@@ -6124,18 +6285,18 @@ msgstr "Fjern dette feed fra dine gemte feeds"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr ""
+msgstr "Fjern bruger fra liste"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Fjern verifikation"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Fjern verifikation fra denne konto?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Fjernet fra dine feeds"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Fjerner profil fra søgehistorik"
+msgstr "Fjernede verifikation"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Fjerner citeret opslag"
 msgid "Replace with Discover"
 msgstr "Erstat med Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Svar"
 
@@ -6193,12 +6350,12 @@ msgstr "Svar ikke tilladt"
 msgid "Replies to this post are disabled."
 msgstr "Svar til dette opslag er ikke tilladt."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Besvar"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Svar ({0, plural, one {# svar} other {# svar}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Svarindstillinger er bestemt af trådens forfatter"
 msgid "Reply sorting"
 msgstr "Rækkefølge for svar"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Svar til <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Svar til et blokeret opslag"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Svar til et opslag"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Svar til dig"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Svarets synlighed blev opdateret"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Svar blev skjult"
 
@@ -6261,16 +6418,16 @@ msgstr "Svar blev skjult"
 msgid "Report"
 msgstr "Anmeld"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Anmeld konto"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Anmeld samtale"
 
@@ -6293,8 +6450,8 @@ msgstr "Anmeld liste"
 msgid "Report message"
 msgstr "Anmeld besked"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Anmeld opslag"
 
@@ -6369,26 +6526,26 @@ msgstr "Videredel eller citer"
 msgid "Reposted By"
 msgstr "Videredelt af"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Videredelt af {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Videredelt af <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Videredelt af dig"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Videredelinger af dette opslag"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "Anmod om ændring"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "Bekræftelseskode"
 msgid "Require alt text before posting"
 msgstr "Gør alt-tekst obligatorisk i dine egne opslag"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Kræv en bekræftelseskode via e-mail for at logge ind på din konto."
 
@@ -6413,13 +6570,19 @@ msgstr "Obligatorisk for denne udbyder"
 msgid "Required in your region"
 msgstr "Obligatorisk i din region"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Gensend e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Gensend e-mail"
@@ -6436,8 +6599,8 @@ msgstr "Nulstil kode"
 msgid "Reset Code"
 msgstr "Nulstil kode"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Nulstil velkomsttilstand"
 
@@ -6458,10 +6621,10 @@ msgstr "Prøver at gentage den seneste handling, der fejlede"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Gå til forrige side"
 msgid "Returns to home page"
 msgstr "Går til forsiden"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Går tilbage til det forrige trin"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Gem"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Gem"
@@ -6534,7 +6699,7 @@ msgstr "Gem fødselsdato"
 msgid "Save changes"
 msgstr "Gem ændringer"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Gem ændringer"
 
@@ -6564,16 +6729,12 @@ msgstr "Føj til mine feeds"
 msgid "Saved Feeds"
 msgstr "Gemte feeds"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Gemt til din kamerarulle"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Tilføjet dine feeds"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Gemmer ændringer til din profil"
 
@@ -6583,8 +6744,8 @@ msgstr "Gemmer billedbeskæring"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Sig hej!"
 
@@ -6602,11 +6763,11 @@ msgstr "Rul til toppen"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Søg"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Søg i opslag fra @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Søg i opslag fra @{0}"
 msgid "Search by name or interest"
 msgstr "Søg efter navn eller interesse"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Søg feeds"
 
@@ -6656,8 +6817,8 @@ msgstr "Søg efter GIF'er"
 msgid "Search my posts"
 msgstr "Søg i mine opslag"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Søg opslag"
 
@@ -6679,7 +6840,11 @@ msgstr "Søg..."
 msgid "Searches for profiles"
 msgstr "Søg efter profiler"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Obligatorisk sikkerhedstjek"
 
@@ -6699,7 +6864,7 @@ msgstr "Se #{tag}-indlæg"
 msgid "See #{tag} posts by user"
 msgstr "Se #{tag}-indlæg af bruger"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Se jobs hos Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Vælg en farve"
 msgid "Select account"
 msgstr "Vælg konto"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Vælg en avatar"
@@ -6727,10 +6896,22 @@ msgstr "Vælg en avatar"
 msgid "Select an emoji"
 msgstr "Vælg en emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Vælg sprog"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Vælg en eksisterende konto"
@@ -6747,11 +6928,11 @@ msgstr "Vælg GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Vælg, hvor længe dette ord skal ignores."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Vælg sprog..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Vælg sprog"
 
@@ -6763,6 +6944,10 @@ msgstr "Vælg moderationstjeneste"
 msgid "Select moderator"
 msgstr "Vælg moderator"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Vælg emojien {emojiName} som din avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Vælg moderationstjeneste(r), du vil anmelde til"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Vælg video"
 
@@ -6784,11 +6969,11 @@ msgstr "Vælg video"
 msgid "Select what content this mute word should apply to."
 msgstr "Vælg, hvor dette ord skal skjules."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Vælg sprog for appens brugergrænseflade."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Vælg, hvilke sprog du vil se i dine feeds. Hvis ingen er valgt, vil du se opslag på alle sprog."
 
@@ -6801,7 +6986,7 @@ msgstr "Angiv din fødselsdato"
 msgid "Select your interests from the options below"
 msgstr "Angiv dine interesser herunder"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Vælg dit foretrukne sprog for oversættelser i dit feed"
 
@@ -6813,19 +6998,17 @@ msgstr "Vælger mulighed {0} af {numItems}"
 msgid "Send a neat website!"
 msgstr "Del et fedt website!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Send bekræftelse"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Send bekræftelses-e-mail"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Send bekræftelses-e-mail"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Send e-mail"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Send e-mail"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Send feedback"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Send besked"
@@ -6863,13 +7046,14 @@ msgstr "Send anmeldelse til {0}"
 msgid "Send report to {title}"
 msgstr "Send anmeldelse til {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Send bekræftelses-e-mail"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Send som direkte besked"
 
@@ -6901,10 +7085,10 @@ msgstr "Konfigurer din konto"
 msgid "Sets email for password reset"
 msgstr "Angiver e-mail til nulstilling af adgangskode"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Indstillinger"
 
@@ -6926,16 +7110,16 @@ msgstr "Erotik"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Del"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Del"
@@ -6948,9 +7132,9 @@ msgstr "Del en sjov historie!"
 msgid "Share a fun fact!"
 msgstr "Del noget interessant!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Del alligevel"
 
@@ -6990,7 +7174,7 @@ msgstr "Del denne startpakke og hjælp andre med at blive en del af fællesskabe
 msgid "Share your favorite feed!"
 msgstr "Del dit yndlingsfeed!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Test af delte indstillinger"
 
@@ -7011,8 +7195,8 @@ msgstr "Vis alt-tekst"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Vis alligevel"
 
@@ -7033,8 +7217,8 @@ msgstr "Vis tilpasningsindstillinger"
 msgid "Show hidden replies"
 msgstr "Vis skjulte svar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Vis mindre som dette"
 
@@ -7042,14 +7226,14 @@ msgstr "Vis mindre som dette"
 msgid "Show list anyway"
 msgstr "Vis liste alligevel"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Vis mere"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Vis flere som dette"
 
@@ -7079,8 +7263,8 @@ msgstr "Vis svar trådet"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Vis svar fra brugere, du følger, før øvrige svar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Vis svar til alle"
 
@@ -7102,11 +7286,11 @@ msgstr "Vis advarsel"
 msgid "Show warning and filter from feeds"
 msgstr "Vis advarsel og filtrer fra feeds"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Viser, hvornår dette opslag blev oprettet"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Viser andre konti, du kan skifte til"
 
@@ -7124,8 +7308,8 @@ msgstr "Viser indholdet"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Viser indholdet"
 msgid "Sign in"
 msgstr "Log ind"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Log ind som {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Log ind eller opret en konto"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Log ind eller opret en konto for at deltage i samtalen!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Log på konto, der ikke er anført"
 
@@ -7158,15 +7342,15 @@ msgstr "Log på konto, der ikke er anført"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Log på Bluesky eller opret en ny konto"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Log ud"
 
@@ -7174,8 +7358,8 @@ msgstr "Log ud"
 msgid "Sign Out"
 msgstr "Log ud"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Log ud?"
 
@@ -7206,14 +7390,19 @@ msgstr "Spring dette forløb over"
 msgid "Smaller"
 msgstr "Mindre"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Udsætter påmindelen"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Softwareudvikling"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Nogle af dine verifikationer er ugyldige."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Nogen reagerede med {0} på {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Der er noget i vejen med din anmeldelse. Kontakt venligst support."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Noget gik galt"
 
@@ -7264,8 +7453,8 @@ msgstr "Noget gik galt. Prøv igen."
 msgid "Something wrong? Let us know."
 msgstr "Noget galt? Fortæl os om det."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Desværre! Din session er udløbet. Log venligst ind igen."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; for mange omtaler eller svar"
 msgid "Sports"
 msgstr "Sport"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Start en ny chat"
 
@@ -7322,8 +7511,8 @@ msgstr "Kom i gang med at tilføje personer!"
 msgid "Start chat with {displayName}"
 msgstr "Start chat med {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Startpakke"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Startpakke er ugyldig"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Startpakker"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Startpakker lader dig let dele dine foretrukne feeds og personer med dine venner."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Statusside"
 
@@ -7363,12 +7552,12 @@ msgstr "Statusside"
 msgid "Step {0} of {1}"
 msgstr "Trin {0} af {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Lager tømt. Genstart appen nu."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Storybook"
 
@@ -7401,11 +7590,11 @@ msgstr "Abonner"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Abonner på @{0} for at bruge disse labels:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Abonner på mærkningstjeneste"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Abonner på denne mærkningstjeneste"
 
@@ -7413,13 +7602,14 @@ msgstr "Abonner på denne mærkningstjeneste"
 msgid "Subscribe to this list"
 msgstr "Abonner på denne liste"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Bekræftet!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Verificering lykkedes"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Solnedgang"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Support"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Skift konto"
 
@@ -7462,11 +7652,11 @@ msgstr "Skift konto"
 msgid "Switch Account"
 msgstr "Skift konto"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Skift konti"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Skift til {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Skift til {0}"
 msgid "System"
 msgstr "System"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Systemlog"
 
@@ -7518,7 +7708,7 @@ msgstr "Teknologi"
 msgid "Tell a joke!"
 msgstr "Fortæl en vits!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Fortæl os lidt mere om dig selv"
 
@@ -7531,12 +7721,12 @@ msgstr "Fortæl os lidt mere"
 msgid "Terms"
 msgstr "Vilkår"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Vilkår"
 
@@ -7564,7 +7754,11 @@ msgstr "Tekstfelt"
 msgid "Text input field"
 msgstr "Tekstfelt"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Tak! Din e-mailadresse er nu bekræftet."
 
@@ -7597,12 +7791,12 @@ msgstr "Startpakke ikke fundet."
 msgid "That's all, folks!"
 msgstr "Det var alt, folkens!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Det var alt"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Kontoen vil være i stand til at interagere med dig, når du fjerner blokering."
 
@@ -7636,6 +7830,10 @@ msgstr "Discover-feedet"
 msgid "The Discover feed now knows what you like"
 msgstr "Discover-feedet ved nu, hvad du synes om"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "Den indtastede e-mailadresse er identisk med din nuværende e-mailadresse."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Oplevelsen er bedre i appen. Download Bluesky nu, så fortsætter vi, hvor du slap."
@@ -7669,6 +7867,7 @@ msgstr "Privatlivspolitikken er flyttet til <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Den valgte video er større end 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Der ser ud til at være problemer med serveren. Prøv igen om lidt."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Der kunne ikke skabes forbindelse til serveren"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Der kunne ikke skabes forbindelse til serveren. Tjek din internetforbindelse og prøv igen."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Notifikationer kunne ikke indlæses. Tryk her for at prøve igen."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Opslag kunne ikke indlæses. Tryk her for at prøve igen."
 
@@ -7763,20 +7962,20 @@ msgstr "Anmeldelse kunne ikke afsendes. Tjek din internetforbindelse."
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Dine feeds kunne ikke opdateres. Tjek din internetforbindelse og prøv igen."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Der opstod en fejl! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Disse indstillinger gælder kun dit følgerfeed."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Denne {screenDescription} er blevet flaget:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Denne konto har et flueben, fordi den er blevet verificeret af autoriserede kilder."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Denne konto er forsøgt verificeret en eller flere gange, men den er pt. ikke verificeret."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Denne konto har anmodet om, at brugere logger ind for at se profilen."
 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 "Denne konto er blokeret af en eller flere af dine moderationslister. For at fjerne blokeringen skal du gå til listen og fjern brugeren."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Denne handling kan omgøres når som helst."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Denne indhold kan ikke ses uden en Bluesky-konto."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Denne samtale er med en slettet eller deaktiveret konto. Tryk for valgmuligheder"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Denne funktion er i beta. Du kan læse mere om dataeksport i <0>dette blogindlæg</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Denne funktion er ikke tilgængelig, når du bruger en appadgangskode. Log ind med din primære adgangskode."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Dette feed er tomt! Prøv at følge flere bruger eller juster dine sprogindstillinger."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Dette feed er tomt."
@@ -7899,9 +8106,10 @@ msgstr "Dette handle er reserveret. Prøv et andet."
 msgid "This information is not shared with other users."
 msgstr "Denne oplysning vil ikke blive delt med andre brugere."
 
-#: 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 "Dette er vigtigt i tilfælde af, at du får brug for at opdatere din e-mail eller nulstille din adgangskode."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Denne liste er tom."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Denne moderationstjeneste er utilgængelig. Se herunder for flere oplysninger. Kontakt os, hvis dette problem varer ved."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Dette opslag er dateret <0>{0}</0>, men det blev først oprettet på Bluesky <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Dette opslag er dateret <0>{0}</0>, men det blev først oprettet på Blu
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Dette opslag har en ukendt interaktionsindstillinger. Din app trænger måske til at blive opdateret."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Dette opslag er slettet."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Dette opslag er kun synlig for indloggede brugere. Den vil ikke være synlig for brugere, der ikke er logget ind."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Dette opslag vil blive skjult fra feeds og tråde. Denne handling kan ikke fortrydes."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Dette opslags forfatter har ikke tilladt citatopslag."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Denne profil er kun synlig for indloggede brugere. Den kan ikke ses af personer, der ikke er logget ind."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Dette svar vil blive vist i en skjult sektion nederst i din tråd og vil skjule notifikationer for yderligere svar - både for dig og andre"
 
@@ -7976,6 +8184,10 @@ msgstr "Denne tjeneste har ikke angivet tjenestevilkår eller privatlivspolitik.
 msgid "This should create a domain record at:"
 msgstr "Dette skulle oprette en DNS-record på:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Denne bruger har ikke et profilnavn og kan derfor ikke verificeres."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Denne bruger har ikke nogen følgere."
@@ -8013,11 +8225,11 @@ msgstr "Denne bruger følger ikke nogen."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Dette vil fjerne \"{0}\" fra dine skjulte ord. Du kan altid tilføje det igen senere."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Dette vil fjerne @{0} fra din kvikadgangsliste."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Dette vil fjerne dit opslag fra dette citatopslag for alle brugere og erstatte det med en pladsholder."
 
@@ -8044,7 +8256,7 @@ msgstr "Trådet"
 msgid "Threaded mode"
 msgstr "Trådvisning"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Trådindstillinger"
 
@@ -8056,14 +8268,15 @@ msgstr "Tid tilbage: {0, plural, one {# sekund} other {# sekunder}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "For at deaktivere 2FA via e-mail, skal du bekræfte, at du har adgang til e-mailadressen."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "For at klage over en samtale, skal du klage over en specifik besked via samtaleskærmbilledet. Dette gør det muligt for vores moderatorer at forstå konteksten for din klage."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "For at uploade videoer til Bluesky skal du først bekræfte din e-mail."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Hvem ønsker du at klage til?"
@@ -8090,16 +8303,16 @@ msgstr "Slår lyden til/fra"
 msgid "Top"
 msgstr "Top"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Emne"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Oversæt"
 
@@ -8117,7 +8330,7 @@ msgstr "Populære videoer"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Tillid opstår gennem forbindelser, fællesskaber og delt indhold, så vi åbner nu for <0>autoriserede verifikatorer</0>, dvs. organisationer, som kan verificere brugerkonto."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Indtast din besked her"
 msgid "Type:"
 msgstr "Type:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Kan ikke forbinde. Tjek din internetforbindelse og prøv igen."
@@ -8166,27 +8380,27 @@ msgstr "Kan ikke slette"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Bloker ikke længere"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Bloker ikke længere"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Bloker ikke længere konto"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Bloker ikke længere konto?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Følg ikke længere"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Følg ikke længer {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Følg ikke længere konto"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Ophører med at følge brugeren"
 
@@ -8225,15 +8439,15 @@ msgstr "Ophører med at følge brugeren"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Ingen af de moderationstjenester, du abonnerer på, understøtter denne anmeldelsestype."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Ukendt verifikator"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Fjern like"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Fjern ({0, plural, one {# like} other {# likes}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Skjul ikke længere"
 msgid "Unmute {tag}"
 msgstr "Skjul ikke længere {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Skjul ikke længere konto"
 
@@ -8267,8 +8481,8 @@ msgstr "Skjul ikke længere samtale"
 msgid "Unmute list"
 msgstr "Skjul ikke længere liste"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Skjul ikke længere tråd"
 
@@ -8294,8 +8508,8 @@ msgstr "Frigør feed"
 msgid "Unpin from home"
 msgstr "Frigør fra forside"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Frigør fra profil"
 
@@ -8311,7 +8525,12 @@ msgstr "Frigjorde {0} fra forside"
 msgid "Unpinned from your feeds"
 msgstr "Frigjort fra dine feeds"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Udsæt ikke længere påmindelsen"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Afmeld abonnement"
 
@@ -8320,7 +8539,7 @@ msgstr "Afmeld abonnement"
 msgid "Unsubscribe from list"
 msgstr "Afmeld abonnement på liste"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Afmeld abonnement på denne mærkningstjeneste"
 
@@ -8328,11 +8547,11 @@ msgstr "Afmeld abonnement på denne mærkningstjeneste"
 msgid "Unsubscribed from list"
 msgstr "Abonnement på liste afmeldt"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Videoformat ikke understøttet"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Videoformat ikke understøttet: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Opdater"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Opdater <0>{displayName}</0> i lister"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Opdater til {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Opdatering af tilkobling til citat fejlede"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Opdatering af synlighed for svar fejlede"
@@ -8371,7 +8601,7 @@ msgstr "Opdatering af synlighed for svar fejlede"
 msgid "Updating..."
 msgstr "Opdaterer..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Upload et foto i stedet"
 
@@ -8379,22 +8609,22 @@ msgstr "Upload et foto i stedet"
 msgid "Upload a text file to:"
 msgstr "Upload en tekstfil til:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Upload fra kamera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Upload fra filer"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Upload fra bibliotek"
 
@@ -8407,7 +8637,7 @@ msgstr "Uploader billeder..."
 msgid "Uploading link thumbnail..."
 msgstr "Uploader forhåndsvisning af link..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Uploader video..."
 
@@ -8419,8 +8649,8 @@ msgstr "Brug appadgangskoder til at logge ind i andre Bluesky-klienter uden at g
 msgid "Use default provider"
 msgstr "Brug standardudbyder"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Brug browser i app"
 
@@ -8429,8 +8659,8 @@ msgstr "Brug browser i app"
 msgid "Use in-app browser to open links"
 msgstr "Brug appens indbyggede browser til at åbne links"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Brug min standardbrowser"
 
@@ -8484,12 +8714,12 @@ msgstr "Brugerliste af {0}"
 msgid "User list by you"
 msgstr "Brugerliste af dig"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Brugerliste oprettet"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Brugerliste opdateret"
@@ -8500,7 +8730,7 @@ msgstr "Brugernavn eller e-mailadresse"
 
 #: src/components/WhoCanReply.tsx:280
 msgid "users followed by <0>@{0}</0>"
-msgstr "brugere, der følger <0>@{0}"
+msgstr "brugere, der følges af <0>@{0}</0>"
 
 #: src/components/WhoCanReply.tsx:267
 msgid "users following <0>@{0}</0>"
@@ -8523,31 +8753,37 @@ msgstr "Brugere du følger"
 msgid "Value:"
 msgstr "Værdi:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Verificering fejlede, prøv igen."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Verifikationsindstillinger"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Verifikationsindstillinger"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Verificering på Bluesky fungerer anderledes end på andre platforme. <0>Læs mere.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Bekræftet e-mail er obligatorisk"
+msgstr "Verificeret af:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "Bekræft konto"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "Bekræft DNS-record"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Bekræft e-mail"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Bekræft e-mail-dialog"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Bekræft ny e-mail"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Bekræft nu"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Bekræft tekstfil"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Verificer denne konto?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Bekræft din e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Bekræft din e-mail"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Version {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Videobehandling fejlede"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Videofeed"
 
@@ -8616,11 +8853,11 @@ msgstr "Videofeed fra {0}: {text}"
 msgid "Video Games"
 msgstr "Computerspil"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video er sat på pause"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Video afspiller"
 
@@ -8628,11 +8865,11 @@ msgstr "Video afspiller"
 msgid "Video not found."
 msgstr "Video ikke fundet."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Videoindstillinger"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video uploadet"
 
@@ -8640,24 +8877,24 @@ msgstr "Video uploadet"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videoer"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Videoer må vare højst 3 minutter"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "{0}s avatar"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Se {0}s profil"
 
@@ -8665,7 +8902,7 @@ msgstr "Se {0}s profil"
 msgid "View {displayName}'s profile"
 msgstr "Se {displayName}s profil"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Vis blokeret brugers profil"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Se loghændelse"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Læs mere"
 
@@ -8688,7 +8925,7 @@ msgstr "Læs mere"
 msgid "View details for reporting a copyright violation"
 msgstr "Læs mere om anmeldelse af ophavsretskrænkelse"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Vis hele tråden"
 
@@ -8703,13 +8940,12 @@ msgstr "Vis information om disse mærkater"
 msgid "View more"
 msgstr "Se flere"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Vis profil"
 
@@ -8723,7 +8959,7 @@ msgstr "Vis mærkningstjenesten drevet af @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Se denne brugers verifikationer"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Vis dine skjulte konti"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Se dine verifikationer"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Advar om indhold"
 msgid "Warn content and filter from feeds"
 msgstr "Advar om indhold og filtrer fra feeds"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Vi kunne ikke finde nogen resultater for dette hashtag."
@@ -8798,7 +9039,7 @@ msgstr "Vi kunne ikke finde nogen resultater for dette hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr "Vi kunne ikke finde nogen resultater for dette emne."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Vi kunne ikke indlæse denne samtale"
 
@@ -8822,6 +9063,10 @@ msgstr "Vi løb tør for opslag fra konti, du følger. Her er de seneste fra <0/
 msgid "We recommend selecting at least two interests."
 msgstr "Vi anbefaler at vælge mindst to interesser."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Vi kunne ikke afgøre, om du har lov til at uploade videoer. Prøv igen."
@@ -8842,6 +9087,10 @@ msgstr "Vi kunne ikke få forbindelse. Prøv igen for at fortsætte opsætningen
 msgid "We will let you know when your account is ready."
 msgstr "Vi giver dig besked, når din konto er klar."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Vi vil bruge dette til at tilpasse din oplevelse."
@@ -8853,7 +9102,7 @@ msgstr "Vi har netværksproblemer, prøv igen."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Vi lancerer en nyt system til validering på Bluesky — et tydeligt flueben."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Beklager, men vi kunne ikke indlæse dine skjulte ord. Prøv igen."
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Beklager, men din søgning kunne ikke gennemføres. Prøv igen om lidt."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Beklager! Det opslag, du svarer på, er blevet slettet."
 
@@ -8880,7 +9129,7 @@ msgstr "Beklager! Det opslag, du svarer på, er blevet slettet."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Beklager! Vi kan ikke finde den side, du leder efter."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Beklager! Du kan kun abonnere på 20 mærkningstjenester, og du har nået denne grænse."
 
@@ -8902,13 +9151,13 @@ msgstr "Hvad vil du kalde din startpakke?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Hvad sker der?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Når du trykker på et flueben, kan du se, hvilken organisation der har foretaget verificeringen."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Hvem kan svare"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Hvem kan verificere?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ups!"
@@ -8984,11 +9233,11 @@ msgstr "Hvorfor skal denne bruger gennemgås?"
 msgid "Write a message"
 msgstr "Skriv en besked"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Skriv dit opslag"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Skriv dit svar"
@@ -9002,6 +9251,11 @@ msgstr "Forfattere"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Forkert DID returneret fra server. Modtog: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Ja"
@@ -9015,11 +9269,11 @@ msgstr "Ja, deaktiveret"
 msgid "Yes, delete this starter pack"
 msgstr "Ja, slet denne startpakke"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Ja, afkobl"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Ja, skjul"
 
@@ -9037,7 +9291,7 @@ msgstr "Dig"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Du er en autoriseret verifikator"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Du er ved at oprette en konto på"
 msgid "You are in line."
 msgstr "Du er i kø."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Du har ikke adgang til at uploade videoer."
@@ -9055,18 +9318,22 @@ msgstr "Du har ikke adgang til at uploade videoer."
 msgid "You are not following anyone."
 msgstr "Du følger ikke nogen."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Du er verificeret"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Du er verificeret. Du vil miste din verificering, hvis du ændrer dit profilnavn. <0>Læs mere.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Du er verificeret. Du vil miste din verifikation, hvis du ændrer dit handle. <0>Læs mere.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Du har skjult denne konto."
 msgid "You have muted this user"
 msgstr "Du har skjult denne bruger"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Du har endnu ingen samtaler. Start en!"
 
@@ -9179,11 +9446,11 @@ msgstr "Du har ingen feeds."
 msgid "You have no lists."
 msgstr "Du har ingen lister."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Du har endnu ikke blokeret nogen konti. Du kan blokere en konto ved at gå til profilen og vælge \"Bloker konto\" i menuen."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Du har endnu ikke skjult nogen konti. Du kan skjule en konto ved at gå til profilen og vælge \"Skjul konto\" i menuen."
 
@@ -9191,11 +9458,15 @@ msgstr "Du har endnu ikke skjult nogen konti. Du kan skjule en konto ved at gå
 msgid "You have reached the end"
 msgstr "Du er nået til slutningen"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Du har midlertidigt nået grænsen for videouploads. Prøv igen senere."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Du har endnu ikke oprettet en startpakke!"
 
@@ -9224,7 +9495,7 @@ msgstr "Du kan tilføje højst {STARTER_PACK_MAX_SIZE, plural, one {}other {{STA
 msgid "You may only add up to 3 feeds"
 msgstr "Du må tilføje højst 3 feeds"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Du må vælge højst 4 billeder"
 
@@ -9232,7 +9503,7 @@ msgstr "Du må vælge højst 4 billeder"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Du skal være mindst 13 år gammel for at oprette en konto."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Du skal følge mindst syv andre konti for at oprette en startpakke."
 
@@ -9248,10 +9519,18 @@ msgstr "Du skal give adgang til dit fotobibliotek for at gemme billedet."
 msgid "You must select at least one labeler for a report"
 msgstr "Du skal vælge mindst én mærkningstjeneste for at anmelde"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Du skal bekræfte din e-mailadresse, før du kan aktivere 2FA via e-mail."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Du har tidligere deaktiveret @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Du vil nok foretrække at genstarte appen nu."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Du reagerede med {0}"
@@ -9260,16 +9539,16 @@ msgstr "Du reagerede med {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Du reagerede med {0} på {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Du vil blive logget ud af alle dine konti."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Du vil ikke længere modtage notifikatoiner for denne tråd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Du vil nu modtage notifikationer for denne tråd"
 
@@ -9305,7 +9584,7 @@ msgstr "Du følger disse konti og {0} andre"
 msgid "You'll follow these people right away"
 msgstr "Du kommer til at følge disse konti med det samme"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Du vil modtage en e-mail på <0>{0}</0> for at bekræfte, at det er dig."
 
@@ -9339,6 +9618,10 @@ msgstr "Du har fundet nogle personer, du kan følge"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Du er nået enden af dit feed! Find flere konti, du kan føge."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Du har nået din daglige grænse for videouploads (for mange bytes)"
@@ -9347,7 +9630,7 @@ msgstr "Du har nået din daglige grænse for videouploads (for mange bytes)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Du har nået din daglige grænse for videouploads (for mange videoer)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Du er løbet tør for videoer at se. Måske er det på tide at holde en pause?"
 
@@ -9391,14 +9674,18 @@ msgstr "Din browser understøtter ikke dette videoformat. Prøv med en anden bro
 msgid "Your chats have been disabled"
 msgstr "Din adgang til chats er blevet deaktiveret"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Dit valg vil blive gemt men kan ændres senere under indstillinger."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Dit valg vil blive anvendt for links fremover. Du kan når som helst ændre det under indstillinger."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Dit nuværende handle, <0>{0}</0>, vil automatisk blive reserveret til dig. Du kan når som helst skifte tilbage til dette handle."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Din e-mailadresse blev opdateret, men den er endnu ikke bekræftet. Næste trin er at bekræfte din e-mail."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Dit nuværende handle, <0>{0}</0>, vil automatisk blive reserveret til d
 msgid "Your email appears to be invalid."
 msgstr "Din e-mail ser ud til at være ugyldig."
 
-#: 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 "Din e-mail er blevet opdateret men ikke godkendt. Du skal nu bekræfte din nye e-mail."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Din e-mail er endnu ikke bekræftet. Dette er et vigtigt sikkerhedselement, som vi anbefaler."
 
@@ -9434,7 +9721,7 @@ msgstr "Dit fulde handle bliver <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Dit fulde brugernavn bliver <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Din adgangskode blev ændret!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Din adgangskode skal bestå af mindst 8 tegn."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Dit opslag blev publiceret"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Dine opslag blev publiceret"
 
@@ -9479,7 +9766,7 @@ msgstr "Dine opslag, likes og blokeringer er offentlige. Dine skjulte ord, tags
 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 "Din profil, dine opslag, feeds og lister vil ikke længere kunne ses af andre Bluesky-brugere. Du kan genaktivere din konto når som helst ved at logge ind."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Dit svar blev publiceret"
 
@@ -9497,4 +9784,4 @@ msgstr "Dine valgte interesser hjælper os med at vise dig relevant indhold."
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Dine verifikationer"
diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po
index 885eddbcb..cc6397de0 100644
--- a/src/locale/locales/de/messages.po
+++ b/src/locale/locales/de/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: de\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: German\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(aktiv)"
 msgid "(contains embedded content)"
 msgstr "(enthält eingebettete Inhalte)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(keine E-Mail)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# Repost} other {# Reposts}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# Sekunde} other {# Sekunden}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# ungelesenes Element} other {# ungelesene Elemente}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# ungelesenes Element} other {# ungelesene Elemente}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#Mo} other {#Mo}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {Follower} other {Follower}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
-msgstr "{0, plural, one {Gefolgt} other {Gefolgt}}"
+msgstr "{0, plural, one {Folge ich} other {Folge ich}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {Like} other {Likes}}"
 
@@ -109,36 +108,40 @@ msgstr "{0, plural, one {Like} other {Likes}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {Post} other {Posts}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {Zitat} other {Zitate}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {Repost} other {Reposts}}"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:78
 msgid "{0, plural, other {{1} posts}}"
-msgstr ""
+msgstr "{0, plural, other {{1} Posts}}"
 
 #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack
 #: src/screens/StarterPack/StarterPackScreen.tsx:485
 msgid "{0, plural, other {# people have}} used this starter pack!"
-msgstr ""
+msgstr "{0, plural, other {# Personen haben}} dieses Starterpaket verwendet!"
 
 #. Pattern: {wordValue} in tags
 #: src/components/dialogs/MutedWords.tsx:475
 msgid "{0} <0>in <1>tags</1></0>"
-msgstr "{0} <0>von <1>Tags</1></0>"
+msgstr "{0} <0>in <1>Tags</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>von <1>Text & Tags</1></0>"
+msgstr "{0} <0>in <1>Text & Tags</1></0>"
+
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
 
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
-msgstr "{0} sind diese Woche beigetreten"
+msgstr "{0} ist diese Woche beigetreten"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:201
 msgid "{0} of {1}"
@@ -151,19 +154,20 @@ msgstr "{0} von 50"
 
 #: src/components/dms/MessageItem.tsx:143
 msgid "{0} reacted {1}"
-msgstr ""
+msgstr "{0} hat mit {1} reagiert"
 
 #: src/screens/Messages/components/ChatListItem.tsx:231
 msgid "{0} reacted {1} to {2}"
-msgstr ""
+msgstr "{0} hat mit {1} auf {2} reagiert"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Profilbild von {0}"
 
 #: src/screens/StarterPack/Wizard/StepDetails.tsx:74
 msgid "{0}'s favorite feeds and people - join me!"
-msgstr "Die Lieblings-Feeds und -Leute von {0} – mach mit!"
+msgstr "Lieblings-Feeds und Personen von {0} – mach mit!"
 
 #: src/screens/StarterPack/Wizard/StepDetails.tsx:46
 msgid "{0}'s starter pack"
@@ -189,7 +193,7 @@ msgstr "{0} Min."
 msgid "{0}s"
 msgstr "{0} Sek."
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# ungelesenes Element} other {# ungelesene Elemente}}"
 
@@ -206,138 +210,150 @@ msgstr "{estimatedTimeHrs, plural, one {Stunde} other {Stunden}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {Minute} other {Minuten}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}</0> folgen dir"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterem} other {{formattedAuthorsCount} weiteren}}</0> gefällt dein benutzerdefinierter Feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren} other {{formattedAuthorsCount} weiteren}}</0> gefällt dein Post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}</0> haben deinen Post repostet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
-msgstr ""
+msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}</0> haben sich mit deinem Starterpaket registriert"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} folgt dir"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} folgt dir zurück"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} gefällt dein benutzerdefinierter Feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} gefällt dein Post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} hat die Verifizierung deines Accounts entfernt"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} hat deinen Post repostet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} hat dich verifiziert"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}} folgen dir"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren} other {{formattedAuthorsCount} weiteren}} gefällt dein benutzerdefinierter Feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren} other {{formattedAuthorsCount} weiteren}} gefällt dein Post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}} haben deinen Post repostet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
-msgstr ""
+msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}} haben sich mit deinem Starterpaket registriert"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} folgt dir"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} folgt dir zurück"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} gefällt dein benutzerdefinierter Feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} gefällt dein Post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} hat die Verifizierung deines Accounts entfernt"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} hat deinen Post repostet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} hat sich mit deinem Startpaket angemeldet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} hat dich verifiziert"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
-msgstr "{following} Gefolgt"
+msgstr "{following} Folge ich"
 
 #: src/components/dialogs/SearchablePeopleList.tsx:412
 msgid "{handle} can't be messaged"
 msgstr "{handle} kann nicht angeschrieben werden"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
+msgstr "{joinedAllTimeCount, plural, other {# Nutzer sind}} beigetreten!"
+
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
 msgstr ""
 
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
@@ -355,30 +371,30 @@ msgstr "{profileName} ist Bluesky vor {0} mit einem Starterpaket beigetreten"
 #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor"
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:107
 msgid "{rank}."
-msgstr ""
+msgstr "{rank}."
 
 #. trending topic time spent trending. should be as short as possible to fit in a pill
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:202
 msgid "{type}h ago"
-msgstr ""
+msgstr "vor {type}h"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} ist ein vertrauenswürdiger Verifizierer"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} ist verifiziert"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "Verifizierungen von {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
 msgid "+{computedTotal}"
-msgstr ""
+msgstr "+{computedTotal}"
 
 #: src/screens/StarterPack/Wizard/index.tsx:449
 msgctxt "profiles"
@@ -388,13 +404,13 @@ msgstr "<0>{0}, </0><1>{1} </1>und {2, plural, one {# weitere Person} other {# w
 #: src/screens/StarterPack/Wizard/index.tsx:502
 msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
-msgstr "<0>{0}, </0><1>{1} </1>und {2, plural, one {# weitere Person} other {# weitere Personen}} sind in deinem Startpaket enthalten"
+msgstr "<0>{0}, </0><1>{1} </1>und {2, plural, one {# weitere Person} other {# weitere Personen}} sind in deinem Starterpaket enthalten"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {Follower} other {Follower}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {Folge ich} other {Folge ich}}"
 
@@ -420,9 +436,9 @@ msgstr "<0>Experimentell:</0> Wenn diese Einstellung aktiviert ist, erhältst du
 
 #: src/screens/StarterPack/Wizard/index.tsx:440
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
-msgstr "<0>Du</0> und<1> </1><2>{0} </2>seid in deinem Startpaket enthalten"
+msgstr "<0>Du</0> und<1> </1><2>{0} </2>sind in deinem Starterpaket enthalten"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Ungültiger Handle"
 
@@ -445,25 +461,25 @@ msgstr "7 Tage"
 #. If last message does not contain text, fall back to "{user} reacted to {a message}"
 #: src/screens/Messages/components/ChatListItem.tsx:210
 msgid "a message"
-msgstr ""
+msgstr "eine Nachricht"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Eine neue Form der Verifizierung"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Über"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Annehmen"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Chat-Anfrage annehmen"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Anfrage annehmen"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Barrierefreiheit"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
-msgstr "Einstellungen für Barrierefreiheit"
+msgstr "Barrierefreiheitseinstellungen"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Account"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Account blockiert"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Account gefolgt"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Account stummgeschaltet"
@@ -517,33 +533,33 @@ msgstr "Account stummgeschaltet"
 msgid "Account Muted by List"
 msgstr "Account durch Liste stummgeschaltet"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Account-Optionen"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Account aus dem Schnellzugriff entfernt"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Account entblockt"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Account entfolgt"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Account nicht mehr stummgeschaltet"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Füge {displayName} zum Startpaket hinzu"
 msgid "Add a content warning"
 msgstr "Inhaltswarnung hinzufügen"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Account hinzufügen"
 msgid "Add alt text"
 msgstr "Alt-Text hinzufügen"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Alt-Text hinzufügen (optional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Füge einen weiteren Account hinzu"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Einen weiteren Post hinzufügen"
 
@@ -612,7 +632,7 @@ msgstr "App-Passwort hinzufügen"
 
 #: src/components/dms/EmojiReactionPicker.web.tsx:35
 msgid "Add emoji reaction"
-msgstr ""
+msgstr "Emoji-Reaktion hinzufügen"
 
 #: src/components/moderation/ReportDialog/index.tsx:392
 #: src/components/moderation/ReportDialog/index.tsx:396
@@ -627,7 +647,7 @@ msgstr "Stummgeschaltetes Wort mit den gewählten Einstellungen hinzufügen"
 msgid "Add muted words and tags"
 msgstr "Stummgeschaltete Wörter und Tags hinzufügen"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Neuen Post hinzufügen"
 
@@ -642,7 +662,7 @@ msgstr ""
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
-msgstr ""
+msgstr "Reaktion hinzufügen"
 
 #: src/screens/Home/NoFeedsPinned.tsx:99
 msgid "Add recommended feeds"
@@ -664,8 +684,8 @@ msgstr "Füge den folgenden DNS-Eintrag zu deiner Domain hinzu:"
 msgid "Add this feed to your feeds"
 msgstr "Füge diesen Feed zu deinen Feeds hinzu"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Zu Listen hinzufügen"
 
@@ -675,7 +695,7 @@ msgstr "Zu meinen Feeds hinzufügen"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "Nutzer zur Liste hinzufügen"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "Kennzeichnungen für Inhalt für Erwachsene"
 msgid "Advanced"
 msgstr "Erweitert"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Alle"
@@ -732,7 +757,7 @@ msgstr "Alle Accounts wurden gefolgt!"
 msgid "All languages"
 msgstr "Alle Sprachen"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "All deine gespeicherten Feeds an einem Ort."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Alt-Text"
 
@@ -794,18 +819,17 @@ msgstr "Alt-Text beschreibt Bilder für blinde und sehbehinderte Benutzer und hi
 #: src/view/com/composer/GifAltText.tsx:179
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:139
 msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} characters.}}"
-msgstr ""
+msgstr "Alt-Text wird gekürzt. {MAX_ALT_TEXT, plural, other {Limit: {0} Zeichen.}}"
 
 #: 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 "Eine E-Mail wurde an {0} gesendet. Sie enthält einen Bestätigungscode, den du unten eingeben kannst."
 
-#: 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 "Eine E-Mail wurde an deine vorherige Adresse, {0}, gesendet. Sie enthält einen Bestätigungscode, den du unten eingeben kannst."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Eine E-Mail wurde versendet! Bitte gib unten den Bestätigungscode aus der E-Mail ein."
 
@@ -823,9 +847,9 @@ msgstr "Beim Komprimieren des Videos ist ein Fehler aufgetreten."
 
 #: src/state/queries/explore-feed-previews.tsx:184
 msgid "An error occurred while fetching the feed."
-msgstr ""
+msgstr "Beim Abrufen des Feeds ist ein Fehler aufgetreten."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Beim Generieren deines Startpakets ist ein Fehler aufgetreten. Möchtest du es erneut versuchen?"
 
@@ -842,7 +866,7 @@ msgstr "Beim Laden des Videos ist ein Fehler aufgetreten. Bitte versuche es erne
 msgid "An error occurred while saving the QR code!"
 msgstr "Beim Speichern des QR-Codes ist ein Fehler aufgetreten!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Bei der Auswahl des Videos ist ein Fehler aufgetreten"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Beim Hochladen des Videos ist ein Fehler aufgetreten."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Eine Illustration, die zeigt, dass Bluesky vertrauenswürdige Verifizierer auswählt und diese wiederum einzelne Nutzeraccounts verifizieren."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Ein Problem, das hier nicht aufgelistet ist"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Beim Starten des Chats ist ein Problem aufgetreten"
 
@@ -875,8 +899,8 @@ msgstr "Beim Öffnen des Chats ist ein Problem aufgetreten"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -910,7 +934,7 @@ msgstr "Animiertes GIF"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Ankündigung der Verifizierung auf Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Asoziales Verhalten"
 msgid "Anybody can interact"
 msgstr "Jeder kann interagieren"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "App-Symbol"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "App-Sprache"
 
@@ -958,7 +982,7 @@ msgstr "Namen von App-Passwörtern müssen mindestens 4 Zeichen enthalten"
 msgid "App passwords"
 msgstr "App-Passwörter"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "App-Passwörter"
@@ -994,10 +1018,10 @@ msgstr "Suspendierung anfechten"
 msgid "Appeal this decision"
 msgstr "Einspruch gegen diese Entscheidung"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Erscheinungsbild"
 
@@ -1006,18 +1030,18 @@ msgstr "Erscheinungsbild"
 msgid "Apply default recommended feeds"
 msgstr "Standardmäßig empfohlene Feeds anwenden"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archiviert von {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Archivierter Post"
 
 #: src/screens/Settings/AppPasswords.tsx:209
 msgid "Are you sure you want to delete the app password \"{0}\"?"
-msgstr ""
+msgstr "Bist du sicher, dass du das App-Passwort „{0}“ löschen möchtest?"
 
 #: src/components/dms/MessageContextMenu.tsx:185
 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant."
@@ -1047,11 +1071,11 @@ msgstr "Bist du sicher, dass du {0} von deinen Feeds entfernen möchtest?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Bist du sicher, dass du dies von deinen Feeds entfernen möchtest?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Bist du sicher, dass du diesen Entwurf verwerfen möchtest?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Bist du sicher, dass du diesen Post verwerfen möchtest?"
 
@@ -1072,6 +1096,11 @@ msgstr "Kunst"
 msgid "Artistic or non-erotic nudity."
 msgstr "Künstlerische oder nicht-erotische Nacktheit."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Mindestens 3 Zeichen"
@@ -1083,7 +1112,7 @@ msgstr "Aurora"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:105
 msgid "Autoplay options have moved to the <0>Content and Media settings</0>."
-msgstr ""
+msgstr "Optionen für Autoplay wurden in die <0>Inhalts- und Medien-Einstellungen</0> verschoben."
 
 #: src/screens/Settings/ContentAndMediaSettings.tsx:116
 #: src/screens/Settings/ContentAndMediaSettings.tsx:122
@@ -1103,7 +1132,7 @@ msgstr "Videos und GIFs automatisch abspielen"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Zurück"
 msgid "Back to Chats"
 msgstr "Zurück zu Chats"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
-msgstr ""
+msgstr "Bevor du eine Liste erstellen kannst, musst du zuerst deine E-Mail verifizieren."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Bevor du einen Post erstellen kannst, musst du zuerst deine E-Mail verifizieren."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr ""
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
 msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Geburtstag"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blockieren"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Account blockieren"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Account blockieren?"
 
@@ -1169,7 +1204,7 @@ msgstr "Blockieren und löschen"
 
 #: src/components/dms/ReportDialog.tsx:352
 msgid "Block and/or delete this conversation"
-msgstr "Diese Unterhaltung blockieren und/oder löschen"
+msgstr "Diese Konversation blockieren und/oder löschen"
 
 #: src/view/screens/ProfileList.tsx:789
 msgid "Block list"
@@ -1200,17 +1235,17 @@ msgstr "Blockiert"
 msgid "Blocked accounts"
 msgstr "Blockierte Accounts"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Blockierte Accounts"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blockierte Accounts können nicht in deinen Threads antworten, dich erwähnen oder anderweitig mit dir interagieren."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Blockierte Accounts können nicht in deinen Threads antworten, dich erwähnen oder anderweitig mit dir interagieren. Du wirst ihre Inhalte nicht sehen und sie werden daran gehindert, deine zu sehen."
 
@@ -1226,11 +1261,11 @@ msgstr "Blockieren hindert diesen Kennzeichnungsdienst nicht daran, Kennzeichnun
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Die Blockierung ist öffentlich. Blockierte Accounts können nicht in deinen Threads antworten, dich erwähnen oder anderweitig mit dir interagieren."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Blockieren verhindert nicht, dass Kennzeichnungen zu deinem Account hinzugefügt werden, verhindert aber, dass dieser Account in deinen Threads antworten oder interagieren kann."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky kann die Echtheit des angegebenen Datums nicht bestätigen."
 
@@ -1250,11 +1285,11 @@ msgstr "Bluesky Classic™"
 
 #: src/view/com/auth/server-input/index.tsx:212
 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 ""
+msgstr "Bluesky ist ein offenes Netzwerk, bei dem du deinen Hosting-Anbieter auswählen kannst. Wenn du Entwickler bist, kannst du deinen eigenen Server hosten."
 
 #: src/view/com/auth/server-input/index.tsx:149
 msgid "Bluesky is an open network where you can choose your own provider. If you're new here, we recommend sticking with the default Bluesky Social option."
-msgstr ""
+msgstr "Bluesky ist ein offenes Netzwerk, bei dem du deinen eigenen Anbieter auswählen kannst. Wenn du neu hier bist, empfehlen wir dir, bei der Standardoption Bluesky Social zu bleiben."
 
 #: src/components/ProgressGuide/List.tsx:53
 #: src/components/ProgressGuide/List.tsx:70
@@ -1265,17 +1300,17 @@ msgstr "Mit Freunden ist Bluesky besser!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Social Nutzungsbedingungen"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky wählt eine Reihe von empfohlenen Accounts von Personen in deinem Netzwerk aus."
 
 #: src/screens/Settings/components/PwiOptOut.tsx:99
 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private."
-msgstr "Bluesky zeigt dein Profil und deine Posts nicht für abgemeldete Nutzer an. Andere Apps kommen dieser Aufforderung möglicherweise nicht nach."
+msgstr "Bluesky zeigt dein Profil und deine Posts nicht für ausgeloggte Nutzer an. Andere Apps kommen dieser Aufforderung möglicherweise nicht nach."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky wird proaktiv bekannte und authentische Accounts verifizieren."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1337,13 +1372,13 @@ msgstr "Startpaket {displayName} durchsuchen"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:89
 msgid "Browse topic {0}"
-msgstr ""
+msgstr "Thema {0} durchsuchen"
 
 #: src/components/TrendingTopics.tsx:232
 msgid "Browse topic {displayName}"
 msgstr "Thema {displayName} durchsuchen"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Unternehmen"
 
@@ -1372,47 +1407,49 @@ msgstr "Mit der Erstellung eines Accounts stimmst du den <0>Nutzungsbedingungen<
 
 #: src/screens/Search/components/StarterPackCard.tsx:105
 msgid "By you"
-msgstr ""
+msgstr "Von dir"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Kamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Abbrechen"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Account-Löschung abbrechen"
 msgid "Cancel image crop"
 msgstr "Bildbeschneidung abbrechen"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Profilbearbeitung abbrechen"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Bricht das Öffnen der verlinkten Website ab"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
-msgstr ""
+msgstr "Kann nicht mit einem blockierten Nutzer interagieren"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Untertitel (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Untertitel und Alt-Text"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Ändern"
 
@@ -1476,15 +1512,14 @@ msgstr "App-Symbol ändern"
 #: src/screens/Settings/AppIconSettings/index.tsx:38
 #: src/screens/Settings/AppIconSettings/index.tsx:221
 msgid "Change app icon to \"{0}\""
-msgstr ""
+msgstr "App-Symbol zu „{0}“ ändern"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "E-Mail ändern"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "E-Mail-Adresse ändern"
 
@@ -1497,10 +1532,6 @@ msgstr "Handle ändern"
 msgid "Change moderation service"
 msgstr "Moderationsdienst ändern"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Meine E-Mail ändern"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Passwort ändern"
@@ -1513,11 +1544,11 @@ msgstr "Sprache des Posts auf {suggestedLanguageName} ändern"
 msgid "Change report reason"
 msgstr "Grund für Meldung ändern"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Deine E-Mail ändern"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Ändere deine E-Mail-Adresse"
 
@@ -1530,15 +1561,15 @@ msgstr "Ändert das App-Symbol"
 msgid "Changes hosting provider"
 msgstr "Ändert den Hosting-Anbieter"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Chat gelöscht"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chat stummgeschaltet"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Posteingang für Chat-Anfragen"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Chat-Anfragen"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Chat-Einstellungen"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chat nicht mehr stummgeschaltet"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Chats"
 
@@ -1593,13 +1624,13 @@ msgstr "Überprüfe deinen Posteingang auf eine E-Mail mit dem Bestätigungscode
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:389
 msgid "Choose domain verification method"
-msgstr ""
+msgstr "Wähle eine Methode zur Domain-Verifizierung"
 
 #: src/screens/StarterPack/Wizard/index.tsx:194
 msgid "Choose Feeds"
 msgstr "Feeds wählen"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Wähle für mich"
 
@@ -1619,7 +1650,7 @@ msgstr "Wähle diese Farbe als Avatar"
 msgid "Choose your account provider"
 msgstr "Wähle deinen Account-Anbieter"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Wähle deine eigene Zeitleiste! Feeds von der Community helfen dir, Inhalte zu finden, die dir gefallen."
 
@@ -1631,18 +1662,18 @@ msgstr "Wähle dein Passwort"
 msgid "Choose your username"
 msgstr "Wähle deinen Nutzernamen"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Alle Speicherdaten löschen"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Alle Speicherdaten löschen (danach neu starten)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
-msgstr ""
+msgstr "Bildcache leeren"
 
 #: src/components/forms/SearchInput.tsx:70
 msgid "Clear search query"
@@ -1652,6 +1683,14 @@ msgstr "Suchanfrage löschen"
 msgid "click here"
 msgstr "hier klicken"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Klicke, um Zitate dieses Posts zu deaktivieren."
@@ -1676,29 +1715,34 @@ msgstr "Klima"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Klipp 🐴 klapp 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Schließen"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Aktiven Dialog schließen"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Untere Schublade schließen"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Dialog schließen"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Seitenmenü schließen"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Emoji-Auswahl schließen"
 
@@ -1741,7 +1785,7 @@ msgstr "Bildbetrachter schließen"
 #: src/components/ContextMenu/Backdrop.ios.tsx:79
 #: src/components/ContextMenu/Backdrop.tsx:45
 msgid "Close menu"
-msgstr ""
+msgstr "Menü schließen"
 
 #: src/components/Menu/index.tsx:300
 msgid "Close this dialog"
@@ -1751,12 +1795,12 @@ msgstr "Diesen Dialog schließen"
 msgid "Closes password update alert"
 msgstr "Schließt die Passwort-Update-Benachrichtigung"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
-msgstr ""
+msgstr "Schließt den Post-Composer und verwirft den Post-Entwurf"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Schließt die Emoji-Auswahl"
 
@@ -1764,11 +1808,11 @@ msgstr "Schließt die Emoji-Auswahl"
 msgid "Closes viewer for header image"
 msgstr "Schließt den Betrachter für das Banner"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Liste der Benutzer einklappen"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Klappt die Liste der Benutzer für eine bestimmte Meldung zusammen"
 
@@ -1791,7 +1835,7 @@ msgstr "Komödie"
 msgid "Comics"
 msgstr "Comics"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Community-Richtlinien"
@@ -1804,19 +1848,19 @@ msgstr "Schließe das Onboarding ab und nutze deinen Account"
 msgid "Complete the challenge"
 msgstr "Schließe die Herausforderung ab"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Neuen Post verfassen"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
-msgstr ""
+msgstr "Verfasse Posts mit einer Länge von bis zu {0, plural, other {# Zeichen}}"
 
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:34
 msgid "Compose reply"
 msgstr "Antwort verfassen"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Video wird komprimiert..."
 
@@ -1828,23 +1872,17 @@ msgstr "Konfiguriere die Inhaltsfilterung für die Kategorie: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Konfiguriert in <0>Moderationseinstellungen</0>"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Bestätigen"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Änderung bestätigen"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Bestätige die Spracheinstellungen für den Inhalt"
@@ -1861,18 +1899,19 @@ msgstr "Bestätige dein Alter:"
 msgid "Confirm your birthdate"
 msgstr "Bestätige dein Geburtsdatum"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Bestätigungscode"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Bestätigungscode"
 
@@ -1880,8 +1919,8 @@ msgstr "Bestätigungscode"
 msgid "Connecting..."
 msgstr "Verbinden…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Support kontaktieren"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Inhalte und Medien"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Inhalte und Medien"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Inhalte und Medien"
 
@@ -1911,7 +1950,7 @@ msgstr "Inhaltsfilterung"
 msgid "Content from across the network we think you might like."
 msgstr "Inhalte aus dem gesamten Netzwerk, von denen wir glauben, dass sie dir gefallen könnten."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Inhaltssprachen"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Hintergrund des Kontextmenüs; klicken, um das Menü zu schließen"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Fortfahren"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Fortfahren als {0} (noch angemeldet)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Thread fortsetzen…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Weiter zum nächsten Schritt"
@@ -1973,7 +2012,7 @@ msgstr "Kochen"
 msgid "Copied"
 msgstr "Kopiert"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Die Build-Version wurde in die Zwischenablage kopiert"
 
@@ -1981,8 +2020,8 @@ msgstr "Die Build-Version wurde in die Zwischenablage kopiert"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "In die Zwischenablage kopiert"
 
@@ -1991,7 +2030,7 @@ msgstr "In die Zwischenablage kopiert"
 msgid "Copied!"
 msgstr "Kopiert!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Kopiert die Build-Version in die Zwischenablage"
 
@@ -2003,13 +2042,13 @@ msgstr "Kopieren"
 msgid "Copy App Password"
 msgstr "App-Passwort kopieren"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "at://-URI kopieren"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "DID des Autors kopieren"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kopiere den Code"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "DID kopieren"
 
@@ -2040,8 +2079,8 @@ msgstr "Link kopieren"
 msgid "Copy link to list"
 msgstr "Link zur Liste kopieren"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Link zum Post kopieren"
 
@@ -2050,13 +2089,13 @@ msgstr "Link zum Post kopieren"
 msgid "Copy message text"
 msgstr "Nachrichtentext kopieren"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "at://-URI des Posts kopieren"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Post-Text kopieren"
 
@@ -2066,9 +2105,9 @@ msgstr "QR-Code kopieren"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:445
 msgid "Copy TXT record value"
-msgstr ""
+msgstr "TXT-Eintragswert kopieren"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Urheberrechtsbestimmungen"
@@ -2078,7 +2117,7 @@ msgstr "Urheberrechtsbestimmungen"
 msgid "Could not leave chat"
 msgstr "Du konntest den Chat nicht verlassen"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Feed konnte nicht geladen werden"
 
@@ -2094,7 +2133,7 @@ msgstr "Chat konnte nicht stummgeschaltet werden"
 msgid "Could not process your video"
 msgstr "Video konnte nicht verarbeitet werden"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Erstellen"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "QR-Code für ein Startpaket erstellen"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Ein Startpaket erstellen"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Ein Startpaket für mich erstellen"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2135,9 +2174,9 @@ msgstr "Einen Account erstellen"
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:303
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:310
 msgid "Create an account without using this starter pack"
-msgstr ""
+msgstr "Erstelle einen Account, ohne dieses Starterpaket zu verwenden"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Stattdessen einen Avatar erstellen"
 
@@ -2183,7 +2222,7 @@ msgstr "Anpassen, wer mit diesem Post interagieren kann."
 
 #: src/screens/Onboarding/Layout.tsx:56
 msgid "Customizes your Bluesky experience"
-msgstr ""
+msgstr "Passt dein Bluesky-Erlebnis individuell an"
 
 #: src/components/dialogs/Embed.tsx:167
 #: src/components/dialogs/Embed.tsx:169
@@ -2209,13 +2248,13 @@ msgstr "Dunkles Farbschema"
 msgid "Date of birth"
 msgstr "Geburtsdatum"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Account deaktivieren"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Debug-Moderation"
 
@@ -2237,19 +2276,19 @@ msgstr "Standardsymbole"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Löschen"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Account löschen"
 
 #: src/view/com/modals/DeleteAccount.tsx:101
 msgid "Delete Account <0>\"</0><1>{0}</1><2>\"</2>"
-msgstr ""
+msgstr "Account <0>„</0><1>{0}</1><2>“</2> löschen"
 
 #: src/screens/Settings/AppPasswords.tsx:187
 msgid "Delete app password"
@@ -2259,25 +2298,25 @@ msgstr "App-Passwort löschen"
 msgid "Delete app password?"
 msgstr "App-Passwort löschen?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Chat löschen"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Datensatz für die Chat-Erklärung löschen"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
-msgstr "Unterhaltung löschen"
+msgstr "Konversation löschen"
 
 #: src/components/dms/ReportDialog.tsx:320
 msgid "Delete Conversation"
-msgstr "Unterhaltung löschen"
+msgstr "Konversation löschen"
 
 #: src/components/dms/MessageContextMenu.tsx:160
 msgid "Delete for me"
@@ -2285,7 +2324,7 @@ msgstr "Für mich löschen"
 
 #: src/view/screens/ProfileList.tsx:556
 msgid "Delete list"
-msgstr ""
+msgstr "Liste löschen"
 
 #: src/components/dms/MessageContextMenu.tsx:183
 msgid "Delete message"
@@ -2299,9 +2338,9 @@ msgstr "Nachricht für mich löschen"
 msgid "Delete my account"
 msgstr "Meinen Account löschen"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Post löschen"
 
@@ -2318,7 +2357,7 @@ msgstr "Startpaket löschen?"
 msgid "Delete this list?"
 msgstr "Diese Liste löschen?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Diesen Post löschen?"
 
@@ -2335,48 +2374,48 @@ msgstr "Gelöschter Account"
 msgid "Deleted post."
 msgstr "Gelöschter Post."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Beschreibung"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Beschreibung ist zu lang"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
-msgstr ""
+msgstr "Beschreibung ist zu lang. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Die maximale Anzahl an Zeichen beträgt #.}}"
 
 #: src/view/com/composer/GifAltText.tsx:150
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:114
 msgid "Descriptive alt text"
 msgstr "Beschreibender Alt-Text"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Zitat trennen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Entwicklermodus deaktiviert"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Entwicklermodus aktiviert"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Entwickleroptionen"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialog: Anpassen, wer mit diesem Post interagieren kann"
 msgid "Dim"
 msgstr "Gedimmt"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Zwei-Faktor-Authentifizierung per E-Mail deaktivieren"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Deaktiviert"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Verwerfen"
 
@@ -2420,11 +2468,11 @@ msgstr "Verwerfen"
 msgid "Discard changes?"
 msgstr "Änderungen verwerfen?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Entwurf verwerfen?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Post verwerfen?"
 
@@ -2435,22 +2483,22 @@ msgstr "Apps daran hindern, ausgeloggten Nutzern meinen Account anzuzeigen"
 
 #: src/screens/Search/Explore.tsx:436
 msgid "Discover Feeds"
-msgstr ""
+msgstr "Entdecke Feeds"
 
 #: src/view/com/posts/FollowingEmptyState.tsx:70
 #: src/view/com/posts/FollowingEndOfFeed.tsx:71
 msgid "Discover new custom feeds"
 msgstr "Entdecke neue benutzerdefinierte Feeds"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Entdecke neue Feeds"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Verwerfen"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Fehler verwerfen"
 
@@ -2460,7 +2508,7 @@ msgstr "Anleitung zum Einstieg schließen"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:43
 msgid "Dismiss interests"
-msgstr ""
+msgstr "Interessen verwerfen"
 
 #: src/components/interstitials/TrendingVideos.tsx:92
 msgid "Dismiss this section"
@@ -2471,9 +2519,9 @@ msgstr "Diesen Abschnitt verwerfen"
 msgid "Display larger alt text badges"
 msgstr "Größere Alt-Text-Badges zeigen"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Anzeigename"
@@ -2482,13 +2530,13 @@ msgstr "Anzeigename"
 msgid "Display Name"
 msgstr "Anzeigename"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Anzeigename ist zu lang"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
-msgstr ""
+msgstr "Anzeigename ist zu lang. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Die maximale Anzahl an Zeichen beträgt #.}}"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:392
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:394
@@ -2497,7 +2545,7 @@ msgstr "DNS-Panel"
 
 #: src/components/dialogs/MutedWords.tsx:302
 msgid "Do not apply this mute word to users you follow"
-msgstr ""
+msgstr "Wende dieses Stummschaltwort nicht auf Nutzer an, denen du folgst"
 
 #: src/lib/moderation/useGlobalLabelStrings.ts:39
 msgid "Does not include nudity."
@@ -2511,21 +2559,31 @@ msgstr "Beginnt oder endet nicht mit einem Bindestrich"
 msgid "Domain verified!"
 msgstr "Domain verifiziert!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2544,13 +2602,13 @@ msgstr "Fertig{extraText}"
 
 #: src/components/dms/MessageItem.tsx:161
 msgid "Double tap or long press the message to add a reaction"
-msgstr ""
+msgstr "Doppeltippen oder lange auf die Nachricht drücken, um eine Reaktion hinzuzufügen"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Doppeltippen, um den Dialog zu schließen"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "Dauer: "
 msgid "e.g. alice"
 msgstr "z. B. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "z. B. Max Mustermann"
 
@@ -2587,7 +2645,7 @@ msgstr "z. B. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "z. B. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "z. B. Künstlerin, Hundeliebhaberin und begeisterte Leserin."
 
@@ -2595,19 +2653,19 @@ msgstr "z. B. Künstlerin, Hundeliebhaberin und begeisterte Leserin."
 msgid "E.g. artistic nudes."
 msgstr "z. B. künstlerische Nacktheit"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "z. B. Großartige Poster"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "z. B. Spammer"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "z. B. Die Poster, die immer ins Schwarze treffen."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "z. B. Benutzer, die wiederholt mit Werbung antworten."
 
@@ -2615,7 +2673,7 @@ msgstr "z. B. Benutzer, die wiederholt mit Werbung antworten."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Jeder Code funktioniert einmal. Du erhältst regelmäßig neue Einladungscodes."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Bearbeiten"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Avatar bearbeiten"
 
@@ -2637,32 +2695,37 @@ msgstr "Avatar bearbeiten"
 msgid "Edit Feeds"
 msgstr "Feeds bearbeiten"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Bild bearbeiten"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Interaktionseinstellungen bearbeiten"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:98
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:105
 msgid "Edit interests"
-msgstr ""
+msgstr "Interessen bearbeiten"
 
 #: src/view/screens/ProfileList.tsx:544
 msgid "Edit list details"
 msgstr "Details der Liste bearbeiten"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Moderationsliste bearbeiten"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Meine Feeds bearbeiten"
 
@@ -2679,15 +2742,15 @@ msgstr "Personen bearbeiten"
 msgid "Edit post interaction settings"
 msgstr "Post-Interaktionseinstellungen bearbeiten"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Profil bearbeiten"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Profil bearbeiten"
 
@@ -2695,7 +2758,7 @@ msgstr "Profil bearbeiten"
 msgid "Edit starter pack"
 msgstr "Startpaket bearbeiten"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Benutzerliste bearbeiten"
 
@@ -2707,11 +2770,11 @@ msgstr "Bearbeiten, wer antworten kann"
 msgid "Edit your display name"
 msgstr "Bearbeite deinen Anzeigenamen"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Bearbeite deine Profilbeschreibung"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Dein Startpaket bearbeiten"
 
@@ -2724,9 +2787,8 @@ msgstr "Bildung"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Entweder hat der Ersteller dieser Liste dich blockiert oder du hast den Ersteller blockiert."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-Mail"
 
@@ -2747,20 +2809,17 @@ msgstr "E-Mail-Adresse"
 msgid "Email Resent"
 msgstr "E-Mail erneut gesendet"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-Mail aktualisiert"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "E-Mail aktualisiert"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-Mail verifiziert"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "HTML-Code einbetten"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Post einbetten"
 
@@ -2785,8 +2844,9 @@ msgstr "Bette diesen Post in deine Website ein. Kopiere einfach den folgenden Co
 msgid "Embedded video player"
 msgstr "Eingebetteter Video-Player"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Aktivieren"
 
@@ -2798,9 +2858,9 @@ msgstr "Nur {0} aktivieren"
 msgid "Enable adult content"
 msgstr "Inhalte für Erwachsene aktivieren"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Zwei-Faktor-Authentifizierung per E-Mail aktivieren"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2831,11 +2891,11 @@ msgstr ""
 
 #: src/screens/Settings/ContentAndMediaSettings.tsx:167
 msgid "Enable trending videos in your Discover feed"
-msgstr ""
+msgstr "Aktiviere angesagte Videos in deinem Discover-Feed"
 
 #: src/screens/Settings/ContentAndMediaSettings.tsx:153
 msgid "Enable trending videos in your Discover feed."
-msgstr ""
+msgstr "Aktiviere angesagte Videos in deinem Discover-Feed."
 
 #: src/screens/Messages/Settings.tsx:130
 #: src/screens/Messages/Settings.tsx:133
@@ -2847,7 +2907,7 @@ msgstr "Aktiviert"
 msgid "End of feed"
 msgstr "Ende des Feeds"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Stelle sicher, dass du für jede Untertiteldatei eine Sprache ausgewählt hast."
 
@@ -2860,14 +2920,15 @@ msgstr "Gib ein Passwort ein"
 msgid "Enter a word or tag"
 msgstr "Gib ein Wort oder einen Tag ein"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Code eingeben"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Bestätigungscode eingeben"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "In den Vollbildmodus wechseln"
@@ -2882,11 +2943,11 @@ msgstr "Gib die Domain ein, die du verwenden möchtest"
 
 #: 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 ""
+msgstr "Gib die E-Mail ein, mit der du deinen Account erstellt hast. Wir senden dir einen „Zurücksetzungscode“, damit du ein neues Passwort festlegen kannst."
 
 #: src/screens/Login/LoginForm.tsx:218
 msgid "Enter the username or email address you used when you created your account"
-msgstr ""
+msgstr "Gib den Nutzernamen oder die E-Mail-Adresse ein, die du bei der Erstellung deines Accounts verwendet hast"
 
 #: src/components/dialogs/BirthDateSettings.tsx:104
 msgid "Enter your birth date"
@@ -2897,11 +2958,7 @@ msgstr "Gib dein Geburtsdatum ein"
 msgid "Enter your email address"
 msgstr "Gib deine E-Mail-Adresse ein"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Gib oben deine neue E-Mail ein"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Gib unten deine neue E-Mail-Adresse ein."
 
@@ -2919,9 +2976,9 @@ msgstr ""
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:235
 msgid "Entertainment"
-msgstr ""
+msgstr "Unterhaltung"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Fehler"
@@ -2940,7 +2997,7 @@ msgstr "Fehler:"
 
 #: src/screens/Search/SearchResults.tsx:131
 msgid "Error: {error}"
-msgstr ""
+msgstr "Fehler: {error}"
 
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:394
 msgid "Everybody"
@@ -2997,15 +3054,15 @@ msgstr "Verlässt die Bildansicht"
 msgid "Expand alt text"
 msgstr "Alt-Text erweitern"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Liste der Benutzer erweitern"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Erweitere oder reduziere den gesamten Post, auf den du antwortest"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Text des Posts erweitern oder einklappen"
 
@@ -3031,6 +3088,10 @@ msgstr "Läuft ab {0}"
 msgid "Expires in {0}"
 msgstr "Läuft in {0} ab"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Explizite oder potenziell verstörende Medien."
 msgid "Explicit sexual images."
 msgstr "Explizite sexuelle Bilder."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Meine Daten exportieren"
 
@@ -3071,12 +3132,12 @@ msgstr "Externe Medien"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Externe Medien können es Websites ermöglichen, Informationen über dich und dein Gerät zu sammeln. Es werden keine Informationen gesendet oder angefordert, bis du die Schaltfläche \"Abspielen\" drückst."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Externe Medienpräferenzen"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Chat konnte nicht angenommen werden"
@@ -3084,21 +3145,17 @@ msgstr "Chat konnte nicht angenommen werden"
 #: src/components/dms/ActionsWrapper.web.tsx:67
 #: src/components/dms/MessageContextMenu.tsx:100
 msgid "Failed to add emoji reaction"
-msgstr ""
+msgstr "Fehler beim Hinzufügen der Emoji-Reaktion"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:587
 msgid "Failed to change handle. Please try again."
-msgstr ""
-
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
+msgstr "Fehler beim Ändern des Handles. Bitte versuche es erneut."
 
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Fehler beim Erstellen des App-Passworts. Bitte versuche es erneut."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Fehler beim Erstellen der Konversation"
 
@@ -3107,12 +3164,12 @@ msgstr "Fehler beim Erstellen der Konversation"
 msgid "Failed to create starter pack"
 msgstr "Startpaket konnte nicht erstellt werden"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Die Liste konnte nicht erstellt werden. Überprüfe deine Internetverbindung und versuche es erneut."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Chat konnte nicht gelöscht werden"
@@ -3121,7 +3178,7 @@ msgstr "Chat konnte nicht gelöscht werden"
 msgid "Failed to delete message"
 msgstr "Nachricht konnte nicht gelöscht werden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Post konnte nicht gelöscht werden, bitte versuche es erneut"
 
@@ -3129,7 +3186,7 @@ msgstr "Post konnte nicht gelöscht werden, bitte versuche es erneut"
 msgid "Failed to delete starter pack"
 msgstr "Startpaket konnte nicht gelöscht werden"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Fehler beim Laden der Konversationen"
@@ -3168,11 +3225,11 @@ msgstr "Post konnte nicht angeheftet werden"
 #: src/components/dms/ActionsWrapper.web.tsx:61
 #: src/components/dms/MessageContextMenu.tsx:94
 msgid "Failed to remove emoji reaction"
-msgstr ""
+msgstr "Fehler beim Entfernen der Emoji-Reaktion"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Verifizierung konnte nicht entfernt werden"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3189,21 +3246,35 @@ msgstr "Fehler beim Speichern der Einstellungen. Bitte versuche es erneut."
 #: src/screens/Settings/SettingsInterests.tsx:133
 msgctxt "toast"
 msgid "Failed to save your interests."
-msgstr ""
+msgstr "Interessen konnten nicht gespeichert werden."
 
 #: src/components/dms/MessageItem.tsx:310
 msgid "Failed to send"
 msgstr "Konnte nicht gesendet werden"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Anfechtung nicht eingereicht. Bitte versuche es erneut."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Du konntest die Stummschaltung des Threads nicht aktivieren oder deaktivieren. Bitte versuche es erneut"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Aktualisierung der Feeds fehlgeschlagen"
@@ -3219,11 +3290,15 @@ msgstr "Einstellungen konnten nicht aktualisiert werden"
 msgid "Failed to upload video"
 msgstr "Fehler beim Hochladen des Videos"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Fehler beim Überprüfen des Handles. Bitte versuche es erneut."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feed"
 
@@ -3242,30 +3317,30 @@ msgstr "Feed-Umschalter"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Feedback"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Feedback gesendet!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feeds"
 
 #: src/view/screens/SavedFeeds.tsx:198
 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information."
-msgstr "Feeds sind benutzerdefinierte Algorithmen, die Benutzer mit ein wenig Programmierkenntnisse erstellen. <0/> für mehr Informationen."
+msgstr "Feeds sind benutzerdefinierte Algorithmen, die Nutzer mit ein wenig Programmierkenntnisse erstellen. <0/> für mehr Informationen."
 
 #: src/components/FeedCard.tsx:282
 #: src/view/screens/SavedFeeds.tsx:82
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexibel"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Folgen"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Folgen"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "{0} folgen"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "{handle} folgen"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "{name} folgen"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Folge 10 Accounts"
 msgid "Follow 7 accounts"
 msgstr "Folge 7 Accounts"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Account folgen"
 
@@ -3391,7 +3462,7 @@ msgstr "Account folgen"
 msgid "Follow all"
 msgstr "Allen folgen"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Zurückfolgen"
@@ -3417,7 +3488,7 @@ msgstr "Gefolgt von <0>{0}</0> und <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Gefolgt von <0>{0}</0>, <1>{1}</1> und {2, plural, one {# anderer Person} other {# anderen}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Follower von @{0}, die du kennst"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Follower, die du kennst"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Folge ich"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
-msgstr "Ich folge {0}"
+msgstr "{0} Folge ich"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
-msgstr "Ich folge {handle}"
-
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Ich folge {name}"
+msgstr "{handle} Folge ich"
 
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Following-Feed-Einstellungen"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Following-Feed-Einstellungen"
@@ -3492,11 +3559,11 @@ msgstr "Aus Sicherheitsgründen kannst du dies nicht erneut ansehen. Falls du di
 
 #: src/screens/Settings/AppearanceSettings.tsx:142
 msgid "For the best experience, we recommend using the theme font."
-msgstr "Für das beste Erlebnis empfehlen wir, die Designschriftart zu verwenden."
+msgstr "Für das beste Erlebnis empfehlen wir, die Schriftart des Themes zu verwenden."
 
 #: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:94
 msgid "For You"
-msgstr ""
+msgstr "Für dich"
 
 #: src/components/dialogs/MutedWords.tsx:178
 msgid "Forever"
@@ -3524,7 +3591,7 @@ msgstr "Postet oft unerwünschte Inhalte"
 msgid "From @{sanitizedAuthor}"
 msgstr "Von @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Von <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Von <0/>"
 msgid "Gallery"
 msgstr "Galerie"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Ein Startpaket generieren"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Hilfe erhalten"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Los geht's"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Erste Schritte"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Gib deinem Profil ein Gesicht"
 
@@ -3567,10 +3636,10 @@ msgstr "Eklatante Verstöße gegen Gesetze oder Nutzungsbedingungen"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Zurückgehen"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,13 +3674,29 @@ msgstr "Zur Startseite"
 msgid "Go Home"
 msgstr "Zur Startseite"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
-msgid "Go to {firstAuthorName}'s profile"
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
+msgid "Go to {firstAuthorName}'s profile"
+msgstr "Zum Profil von {firstAuthorName} gehen"
+
 #: src/screens/Messages/components/ChatListItem.tsx:360
 msgid "Go to conversation with {0}"
-msgstr "Gehe zur Unterhaltung mit {0}"
+msgstr "Zur Konversation mit {0} gehen"
 
 #: src/screens/Login/ForgotPasswordForm.tsx:165
 #: src/view/com/modals/ChangePassword.tsx:179
@@ -3624,22 +3709,22 @@ msgstr "Zum Profil"
 
 #: src/components/dms/ConvoMenu.tsx:224
 msgid "Go to user's profile"
-msgstr ""
+msgstr "Zum Profil des Nutzers gehen"
 
 #: src/lib/moderation/useGlobalLabelStrings.ts:46
 #: src/lib/moderation/useGlobalLabelStrings.ts:50
 #: src/view/com/composer/labels/LabelsBtn.tsx:201
 #: src/view/com/composer/labels/LabelsBtn.tsx:204
 msgid "Graphic Media"
-msgstr "Grafikmedien"
+msgstr "Drastische Inhalte"
 
 #: src/state/shell/progress-guide.tsx:218
 #: src/state/shell/progress-guide.tsx:228
 msgid "Half way there!"
 msgstr "Fast geschafft!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Handle"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptik"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Belästigung, Trollen oder Intoleranz"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Hast du Probleme?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Hilfe"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Hilf anderen zu erkennen, dass du kein Bot bist, indem du ein Bild hochlädst oder einen Avatar erstellst."
 
@@ -3698,7 +3788,7 @@ msgstr "Hier ist Ihr App-Passwort!"
 msgid "Hidden"
 msgstr "Ausgeblendet"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Ausgeblendet durch deine Moderationseinstellungen."
 
@@ -3715,12 +3805,12 @@ msgstr "Ausgeblendete Liste"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Ausblenden"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Ausblenden"
@@ -3729,31 +3819,31 @@ msgstr "Ausblenden"
 msgid "Hide customization options"
 msgstr "Anpassungsoptionen ausblenden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Post für mich ausblenden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Antwort für alle ausblenden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Antwort für mich ausblenden"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:110
 msgid "Hide this card"
-msgstr ""
+msgstr "Diese Karte ausblenden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Diesen Post ausblenden?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Diese Antwort ausblenden?"
 
@@ -3771,14 +3861,14 @@ msgstr ""
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Benutzerliste ausblenden"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Verifizierungsabzeichen ausblenden"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmm, wir konnten diesen Moderationsdienst nicht laden."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Einen Moment! Wir gewähren nach und nach Zugriff auf dieses Video und du bist noch in der Warteschlange. Versuche es in Kürze erneut!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Startseite"
 
@@ -3836,7 +3926,7 @@ msgstr "Hosting-Anbieter"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:190
 msgid "Hot"
-msgstr ""
+msgstr "Beliebt"
 
 #: src/screens/Settings/ThreadPreferences.tsx:67
 #: src/screens/Settings/ThreadPreferences.tsx:70
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Beliebte Antworten zuerst"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Wie sollen wir diesen Link öffnen?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Ich habe einen Code"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Ich habe einen Code"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Ich habe einen Bestätigungscode"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3888,12 +3973,20 @@ msgstr "Wenn du diese Liste löschst, kannst du sie nicht wiederherstellen."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:267
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
+msgstr "Wenn du eine eigene Domain hast, kannst du diese als deinen Handle verwenden. Dadurch kannst du deine Identität selbst verifizieren. <0>Hier erfährst du mehr (auf Englisch).</0>"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Wenn du diesen Post löschst, kannst du ihn nicht wiederherstellen."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Wenn du dein Passwort ändern möchtest, senden wir dir einen Code, um zu verifizieren, dass dies dein Account ist."
@@ -3915,18 +4008,19 @@ msgstr "Illegal und dringend"
 msgid "Image"
 msgstr "Bild"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr ""
+msgstr "Bildcache geleert"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr ""
+msgstr "Bildcache geleert, {0} freigegeben"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Bild in deiner Galerie gespeichert!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3950,7 +4044,7 @@ msgstr "Posteingang leer!"
 
 #: src/screens/Login/LoginForm.tsx:164
 msgid "Incorrect username or password"
-msgstr "Ungültiger Benutzername oder Passwort"
+msgstr "Ungültiger Nutzername oder Passwort"
 
 #: src/screens/Login/SetNewPasswordForm.tsx:131
 msgid "Input code sent to your email for password reset"
@@ -3970,7 +4064,7 @@ msgstr "Gib das Passwort für die Account-Löschung ein"
 
 #: src/screens/Login/LoginForm.tsx:289
 msgid "Input the code which has been emailed to you"
-msgstr ""
+msgstr "Gib den Code ein, der dir per E-Mail zugeschickt wurde"
 
 #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49
 msgid "Interaction limited"
@@ -3989,7 +4083,7 @@ msgstr "Ungültiger 2FA-Bestätigungscode."
 msgid "Invalid handle. Please try a different one."
 msgstr "Ungültiger handle. Bitte versuche einen anderen."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Ungültiger oder nicht unterstützter Post-Eintrag"
 
@@ -4027,7 +4121,7 @@ msgstr "Lade Leute zu diesem Startpaket ein!"
 
 #: src/screens/StarterPack/Wizard/StepDetails.tsx:34
 msgid "Invite your friends to follow your favorite feeds and people"
-msgstr "Lade deine Freunde ein, deinen Lieblings-Feeds und -Leuten zu folgen"
+msgstr "Lade deine Freunde ein, deinen Lieblings-Feeds und Personen zu folgen"
 
 #: src/screens/StarterPack/Wizard/StepDetails.tsx:31
 msgid "Invites, but personal"
@@ -4041,12 +4135,12 @@ msgstr "Es ist richtig"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Hier bist gerade nur du! Füge mehr Leute zu deinem Startpaket hinzu, indem du oben nach ihnen suchst."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Job-ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Stellenangebote"
 
@@ -4060,7 +4154,7 @@ msgstr "Tritt Bluesky bei"
 #: src/components/StarterPack/QrCode.tsx:68
 #: src/view/shell/NavSignupCard.tsx:40
 msgid "Join the conversation"
-msgstr "An der Unterhaltung teilnehmen"
+msgstr "An der Konversation teilnehmen"
 
 #: src/screens/Onboarding/index.tsx:21
 #: src/screens/Onboarding/state.ts:104
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Vom Autor gekennzeichnet."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Kennzeichnungen"
 
@@ -4086,7 +4180,7 @@ msgstr "Kennzeichnungen hinzugefügt"
 
 #: src/screens/Profile/Sections/Labels.tsx:160
 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network."
-msgstr ""
+msgstr "Kennzeichnungen sind Anmerkungen zu Nutzern und Inhalten. Sie können verwendet werden, um Inhalte auszublenden, zu warnen oder zu kategorisieren."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:72
 msgid "Labels on your account"
@@ -4100,13 +4194,13 @@ msgstr "Kennzeichnungen zu deinen Inhalten"
 msgid "Language selection"
 msgstr "Sprachauswahl"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Spracheinstellungen"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Sprachen"
 
@@ -4124,20 +4218,20 @@ msgstr "Neuste"
 msgid "learn more"
 msgstr "mehr erfahren"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Mehr erfahren"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Mehr erfahren"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Erfahre mehr über Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Erfahre mehr über die Moderation, die auf diese Inhalte angewendet wird
 msgid "Learn more about this warning"
 msgstr "Erfahre mehr über diese Warnung"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Mehr über die Verifizierung auf Bluesky erfahren (auf Englisch)"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4188,7 +4282,7 @@ msgstr "Chat verlassen"
 #: src/components/dms/ConvoMenu.tsx:269
 #: src/components/dms/LeaveConvoPrompt.tsx:42
 msgid "Leave conversation"
-msgstr "Unterhaltung verlassen"
+msgstr "Konversation verlassen"
 
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:84
 msgid "Leave them all unchecked to see any language."
@@ -4202,7 +4296,7 @@ msgstr "Bluesky verlassen"
 msgid "left to go."
 msgstr "verbleibend."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Lass mich wählen"
 
@@ -4230,7 +4324,7 @@ msgstr "Hell"
 msgid "Like"
 msgstr "Liken"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -4241,18 +4335,18 @@ msgstr ""
 #: src/state/shell/progress-guide.tsx:214
 #: src/state/shell/progress-guide.tsx:219
 msgid "Like 10 posts to train the Discover feed"
-msgstr ""
+msgstr "Like 10 Posts, um den Discover-Feed zu trainieren"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:497
 msgid "Like this feed"
 msgstr "Diesen Feed liken"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Diesen Labeler liken"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Geliked von"
 
@@ -4269,16 +4363,16 @@ msgstr ""
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Likes"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Likes für diesen Post"
 
@@ -4287,11 +4381,11 @@ msgstr "Likes für diesen Post"
 msgid "Linear"
 msgstr "Linear"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Liste"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Listenbild"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Liste stummgeschaltet"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Name der Liste"
 
@@ -4345,17 +4439,33 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Liste nicht mehr stummgeschaltet"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listen"
 
 #: src/components/dms/BlockedByListDialog.tsx:39
 msgid "Lists blocking this user:"
+msgstr "Listen, die diesen Nutzer blockieren:"
+
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
 msgstr ""
 
 #: src/screens/Search/Explore.tsx:87
@@ -4370,31 +4480,31 @@ msgstr "Weitere empfohlene Feeds laden"
 msgid "Load new notifications"
 msgstr "Neue Mitteilungen laden"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Neue Posts laden"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Wird geladen..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
-msgstr "Protokoll"
+msgstr "Log"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:78
 msgid "Logged-out visibility"
-msgstr "Sichtbarkeit für abgemeldete Benutzer"
+msgstr "Sichtbarkeit für ausgeloggte Nutzer"
 
 #: src/view/shell/desktop/RightNav.tsx:130
 msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo von @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo von <0>@sawaratsuki.bsky.social</0>"
 
@@ -4408,23 +4518,27 @@ msgstr "Im Format XXXXX-XXXXX"
 
 #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:39
 msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below."
-msgstr ""
+msgstr "Sieht so aus, als hättest du noch keine Feeds gespeichert! Nutze unsere Empfehlungen oder stöbere weiter unten."
 
 #: src/screens/Home/NoFeedsPinned.tsx:83
 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄"
-msgstr ""
+msgstr "Sieht aus, als hättest du alle deine Feeds abgelöst. Aber keine Sorge, du kannst weiter unten neue hinzufügen 😄"
 
 #: src/screens/Feeds/NoFollowingFeed.tsx:37
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
+msgstr "Es sieht so aus, als ob du einen Following-Feed vermisst. <0>Klicke hier, um einen hinzuzufügen.</0>"
+
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Erstelle eins für mich"
 
 #: src/view/com/modals/LinkWarning.tsx:79
 msgid "Make sure this is where you intend to go!"
-msgstr "Vergewissere dich, dass du auch wirklich dorthin gehen willst!"
+msgstr "Stelle sicher, dass du dorthin willst!"
 
 #: src/screens/Settings/ContentAndMediaSettings.tsx:60
 #: src/screens/Settings/ContentAndMediaSettings.tsx:63
@@ -4433,7 +4547,7 @@ msgstr "Gespeicherte Feeds verwalten"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Verifizierungseinstellungen verwalten"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,21 +4569,28 @@ msgstr "Als gelesen markieren"
 msgid "Marked all as read"
 msgstr "Alle als gelesen markiert"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Medien"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:210
 msgid "Media that may be disturbing or inappropriate for some audiences."
-msgstr "Medien, die für einige Zielgruppen störend oder unangemessen sein können."
+msgstr "Medien, die für einige Zielgruppen verstörend oder unangemessen sein könnten."
 
 #: src/components/WhoCanReply.tsx:263
 msgid "mentioned users"
-msgstr "erwähnte Benutzer"
+msgstr "erwähnte Nutzer"
 
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:423
 msgid "Mentioned users"
-msgstr "Erwähnte Benutzer"
+msgstr "Erwähnte Nutzer"
 
 #: src/view/screens/Notifications.tsx:99
 msgid "Mentions"
@@ -4479,7 +4600,7 @@ msgstr "Erwähnungen"
 msgid "Menu"
 msgstr "Menü"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Nachricht {0}"
 
@@ -4494,7 +4615,7 @@ msgstr "Nachricht gelöscht"
 
 #: src/components/dms/MessageContextMenu.tsx:126
 msgid "Message from @{0}: {1}"
-msgstr ""
+msgstr "Nachricht von @{0}: {1}"
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:201
 msgid "Message from server: {0}"
@@ -4511,9 +4632,9 @@ msgstr "Nachricht ist zu lang"
 
 #: src/components/dms/MessageContextMenu.tsx:124
 msgid "Message options"
-msgstr ""
+msgstr "Nachrichtenoptionen"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Nachrichten"
 
@@ -4532,10 +4653,10 @@ msgstr "Irreführender Account"
 msgid "Misleading Post"
 msgstr "Irreführender Post"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderation"
 
@@ -4557,12 +4678,12 @@ msgstr "Moderationsliste von <0/>"
 msgid "Moderation list by you"
 msgstr "Moderationsliste von dir"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Moderationsliste erstellt"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Moderationsliste aktualisiert"
@@ -4571,8 +4692,8 @@ msgstr "Moderationsliste aktualisiert"
 msgid "Moderation lists"
 msgstr "Moderationslisten"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Moderationslisten"
 
@@ -4580,7 +4701,7 @@ msgstr "Moderationslisten"
 msgid "moderation settings"
 msgstr "Moderationseinstellungen"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderationsstatus"
 
@@ -4591,9 +4712,9 @@ msgstr "Moderationswerkzeuge"
 #: src/components/moderation/ModerationDetailsDialog.tsx:52
 #: src/lib/moderation/useModerationCauseDescription.ts:47
 msgid "Moderator has chosen to set a general warning on the content."
-msgstr "Der Moderator hat beschlossen, eine allgemeine Warnung vor dem Inhalt auszusprechen."
+msgstr "Der Moderator hat sich entschieden, eine allgemeine Warnung für den Inhalt festzulegen."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Mehr"
 
@@ -4602,8 +4723,8 @@ msgstr "Mehr"
 msgid "More feeds"
 msgstr "Mehr Feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Mehr Optionen"
@@ -4637,10 +4758,10 @@ msgstr "Stummschalten"
 msgid "Mute {tag}"
 msgstr "{tag} stummschalten"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Account stummschalten"
 
@@ -4651,7 +4772,7 @@ msgstr "Accounts stummschalten"
 #: src/components/dms/ConvoMenu.tsx:232
 #: src/components/dms/ConvoMenu.tsx:238
 msgid "Mute conversation"
-msgstr "Unterhaltung stummschalten"
+msgstr "Konversation stummschalten"
 
 #: src/components/dialogs/MutedWords.tsx:253
 msgid "Mute in:"
@@ -4689,13 +4810,13 @@ msgstr "Dieses Wort nur in Tags stummschalten"
 msgid "Mute this word until you unmute it"
 msgstr "Dieses Wort stummschalten, bis du es wieder freigibst"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Thread stummschalten"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Wörter und Tags stummschalten"
 
@@ -4703,12 +4824,12 @@ msgstr "Wörter und Tags stummschalten"
 msgid "Muted accounts"
 msgstr "Stummgeschaltete Accounts"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Stummgeschaltete Accounts"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Bei stummgeschalteten Accounts werden dazugehörige Posts aus deinem Feed und deinen Mitteilungen entfernt. Stummschaltungen sind völlig privat."
 
@@ -4729,15 +4850,15 @@ msgstr "Stummschaltung ist privat. Stummgeschaltete Accounts können mit dir int
 msgid "My Birthday"
 msgstr "Mein Geburtstag"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Meine Feeds"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Name"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Name ist erforderlich"
 
@@ -4764,7 +4885,7 @@ msgstr "Navigiere zu {0}"
 
 #: src/components/StarterPack/StarterPackCard.tsx:131
 msgid "Navigate to starter pack"
-msgstr ""
+msgstr "Zum Starterpaket navigieren"
 
 #: src/screens/Login/ForgotPasswordForm.tsx:166
 #: src/screens/Login/LoginForm.tsx:344
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Navigiert zum nächsten Bildschirm"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navigiert zu deinem Profil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Möchtest du es ändern?"
 
@@ -4797,21 +4918,26 @@ msgstr "Egal, erstelle einen Handle für mich"
 msgid "New"
 msgstr "Neu"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Neu"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Neuer Chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Neue Funktion"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Neuer Handle"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Neue Liste"
 
@@ -4828,7 +4954,7 @@ msgstr "Neue Liste"
 msgid "New messages"
 msgstr "Neue Nachrichten"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Neue Moderationsliste"
 
@@ -4840,10 +4966,10 @@ msgstr "Neues Passwort"
 msgid "New Password"
 msgstr "Neues Passwort"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Neuer Post"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Neuer Post"
@@ -4863,7 +4989,7 @@ msgstr "Neuer Post"
 msgid "New user info dialog"
 msgstr "Neuer Nutzer-Info-Dialog"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Neue Benutzerliste"
 
@@ -4911,6 +5037,10 @@ msgstr "Noch keine App-Passwörter"
 msgid "No DNS Panel"
 msgstr "Kein DNS-Panel"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Keine hervorgehobenen GIFs gefunden. Möglicherweise gibt es ein Problem mit Tenor."
@@ -4924,14 +5054,14 @@ msgstr "Keine Feeds gefunden. Versuche, nach etwas anderem zu suchen."
 msgid "No likes yet"
 msgstr "Noch keine Gefällt-mir-Angaben"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "{0} wird nicht mehr gefolgt"
 
 #: src/screens/Signup/StepHandle.tsx:184
 msgid "No longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}"
-msgstr ""
+msgstr "Nicht länger als {MAX_SERVICE_HANDLE_LENGTH, plural, other {# Zeichen}}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:139
 msgid "No messages yet"
@@ -4962,8 +5092,8 @@ msgstr "Noch keine Zitate"
 msgid "No reposts yet"
 msgstr "Noch keine Reposts"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Kein Ergebnis"
 
@@ -4974,13 +5104,13 @@ msgstr "Keine Ergebnisse"
 
 #: src/screens/Search/Explore.tsx:715
 msgid "No results for \"{0}\"."
-msgstr ""
+msgstr "Keine Ergebnisse für „{0}“."
 
 #: src/components/Lists.tsx:189
 msgid "No results found"
 msgstr "Keine Ergebnisse gefunden"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Keine Ergebnisse für \"{query}\" gefunden"
 
@@ -4992,7 +5122,7 @@ msgstr "Keine Ergebnisse für {query} gefunden"
 
 #: src/screens/Search/Explore.tsx:719
 msgid "No results."
-msgstr ""
+msgstr "Keine Ergebnisse."
 
 #: src/components/dialogs/GifSelect.tsx:229
 msgid "No search results found for \"{search}\"."
@@ -5032,19 +5162,14 @@ msgstr "Nicht-sexuelle Nacktheit"
 msgid "Not followed by anyone you're following"
 msgstr "Wird von niemandem gefolgt, dem du folgst"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Nicht gefunden"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Im Moment nicht"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Hinweis über das Teilen"
 
@@ -5052,7 +5177,7 @@ msgstr "Hinweis über das Teilen"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Hinweis: Bluesky ist ein offenes und öffentliches Netzwerk. Diese Einstellung schränkt lediglich die Sichtbarkeit deiner Inhalte in der Bluesky-App und auf der Website ein. Andere Apps respektieren diese Einstellung möglicherweise nicht. Deine Inhalte werden ausgeloggten Nutzern möglicherweise weiterhin von anderen Apps und Websites angezeigt."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Nichts zu sehen"
 
@@ -5060,7 +5185,7 @@ msgstr "Nichts zu sehen"
 msgid "Notification filters"
 msgstr "Mitteilungenfilter"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Mitteilungseinstellungen"
@@ -5077,11 +5202,11 @@ msgstr "Mitteilungstöne"
 msgid "Notification Sounds"
 msgstr "Mitteilungstöne"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Mitteilungen"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Oh nein! Etwas ist schiefgegangen."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Okay"
 
@@ -5140,19 +5265,19 @@ msgstr "Älteste Antworten zuerst"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "auf<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Onboarding zurücksetzen"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Bei einem oder mehreren GIFs fehlen Alt-Texte."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Bei einem oder mehreren Bildern fehlen Alt-Texte."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Bei einem oder mehreren Videos fehlen Alt-Texte."
 
@@ -5168,7 +5293,7 @@ msgstr "Nur {0} kann antworten."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Enthält nur Buchstaben, Nummern und Bindestriche"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Es werden nur Bilddateien unterstützt"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Huch, da ist etwas schief gelaufen!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Huch!"
 
@@ -5194,25 +5319,21 @@ msgstr "Huch!"
 msgid "Open"
 msgstr "Öffnen"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Öffne {name} Profilverknüpfungsmenü"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Avatar-Editor öffnen"
 
 #: src/screens/Messages/components/ChatListItem.tsx:368
 #: src/screens/Messages/components/ChatListItem.tsx:369
 msgid "Open conversation options"
-msgstr "Unterhaltungsoptionen öffnen"
+msgstr "Konversationsoptionen öffnen"
 
 #: src/components/Layout/Header/index.tsx:159
 msgid "Open drawer menu"
 msgstr "Seitenmenü öffnen"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Emoji-Picker öffnen"
 
@@ -5225,9 +5346,9 @@ msgstr "Feed-Infobildschirm öffnen"
 msgid "Open feed options menu"
 msgstr "Feed-Optionsmenü öffnen"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
-msgstr ""
+msgstr "Vollständige Emoji-Liste öffnen"
 
 #: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:79
 msgid "Open link to {niceUrl}"
@@ -5237,7 +5358,7 @@ msgstr "Link zu {niceUrl} öffnen"
 msgid "Open message options"
 msgstr "Nachrichtenoptionen öffnen"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Moderations-Debugseite öffnen"
 
@@ -5247,22 +5368,27 @@ msgstr "Einstellungen für stummgeschaltete Wörter und Tags öffnen"
 
 #: src/screens/Search/components/StarterPackCard.tsx:119
 msgid "Open pack"
-msgstr ""
+msgstr "Paket öffnen"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Post-Optionen-Menü öffnen"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Startpaketmenü öffnen"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Storybook öffnen"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Systemprotokoll öffnen"
 
@@ -5282,19 +5408,19 @@ msgstr "Öffnet einen Dialog um auszuwählen, wer auf diesen Thread antworten ka
 msgid "Opens additional details for a debug entry"
 msgstr "Öffnet zusätzliche Details für einen Debug-Eintrag"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Öffnet den Alt-Text-Dialog"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Öffnet die Kamera auf dem Gerät"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Öffnet den Untertitel- und Alt-Text-Dialog"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Öffnet den Dialog zum Ändern des Handles"
 
@@ -5306,7 +5432,7 @@ msgstr ""
 msgid "Opens device photo gallery"
 msgstr "Öffnet die Gerätefotogalerie"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Öffnet die Emoji-Auswahl"
 
@@ -5324,7 +5450,7 @@ msgstr "Öffnet den Ablauf zum Einloggen bei deinem bestehenden Bluesky-Account"
 msgid "Opens GIF select dialog"
 msgstr "Öffnet GIF-Auswahldialog"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Öffnet Helpdesk im Browser"
 
@@ -5332,6 +5458,10 @@ msgstr "Öffnet Helpdesk im Browser"
 msgid "Opens list of invite codes"
 msgstr "Öffnet die Liste der Einladungscodes"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Öffnet das Formular zum Zurücksetzen des Passworts"
@@ -5340,12 +5470,12 @@ msgstr "Öffnet das Formular zum Zurücksetzen des Passworts"
 msgid "Opens the linked website"
 msgstr "Öffnet die verlinkte Webseite"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Öffnet dieses Profil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Öffnet Videoauswahl"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA-Status: Kein Update verfügbar"
 msgid "Other"
 msgstr "Andere"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Anderer Account"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Seite nicht gefunden"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Video pausieren"
 msgid "People"
 msgstr "Personen"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Personen gefolgt von @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Personen, die @{0} folgen"
 
@@ -5498,7 +5628,7 @@ msgstr "Feed anheften"
 
 #: src/components/FeedCard.tsx:329
 msgid "Pin Feed"
-msgstr ""
+msgstr "Feed anheften"
 
 #: src/view/screens/ProfileList.tsx:714
 msgid "Pin to home"
@@ -5508,12 +5638,12 @@ msgstr "An die Startseite anheften"
 msgid "Pin to Home"
 msgstr "An Startbildschirm anheften"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "An dein Profil anheften"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Angeheftet"
 
@@ -5567,7 +5697,7 @@ msgstr "Spielt das Video ab"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:115
 msgid "Please add any content warning labels that are applicable for the media you are posting."
-msgstr ""
+msgstr "Bitte füge alle zutreffenden Inhaltswarnungen für die Medien hinzu, die du postest."
 
 #: src/screens/Signup/state.ts:286
 msgid "Please choose your handle."
@@ -5578,14 +5708,14 @@ msgstr "Bitte wähle deinen Handle."
 msgid "Please choose your password."
 msgstr "Bitte wähle dein Passwort."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Bitte vervollständige das Verifizierungs-Captcha."
 
-#: 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 "Bitte verifiziere deine E-Mail, bevor du sie änderst. Dies ist eine vorübergehende Anforderung, während Tools zur E-Mail-Aktualisierung hinzugefügt werden, und wird bald entfernt."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Bitte überprüfe nochmal, ob du deine E-Mail-Adresse korrekt eingegeben hast."
@@ -5602,10 +5732,28 @@ msgstr "Bitte gib ein Passwort ein. Es muss mindestens 8 Zeichen lang sein."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Bitte gib einen eindeutigen Namen für dieses App-Passwort ein oder verwende unseren zufällig generierten Namen."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Bitte gib zum Stummschalten ein gültiges Wort, Tag oder eine Phrase ein"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Bitte gib deine E-Mail ein."
 msgid "Please enter your invite code."
 msgstr "Bitte gib deinen Einladungscode ein."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Bitte gib dein Passwort ein"
@@ -5625,11 +5777,11 @@ msgstr "Bitte gib auch dein Passwort ein:"
 
 #: src/screens/Login/LoginForm.tsx:94
 msgid "Please enter your username"
-msgstr ""
+msgstr "Bitte gib deinen Nutzernamen ein"
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:290
 msgid "Please explain why you think this label was incorrectly applied by {0}"
-msgstr ""
+msgstr "Bitte erläutere, warum du denkst, dass diese Kennzeichnung von {0} fälschlicherweise vergeben wurde"
 
 #: src/screens/Messages/components/ChatDisabled.tsx:110
 msgid "Please explain why you think your chats were incorrectly disabled"
@@ -5648,7 +5800,11 @@ msgstr "Bitte wähle einen Grund für diese Meldung aus"
 msgid "Please sign in as @{0}"
 msgstr "Bitte melde dich als @{0} an"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Bitte verifiziere deine E-Mail"
 
@@ -5662,7 +5818,7 @@ msgstr "Politik"
 msgid "Porn"
 msgstr "Pornografie"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Posten"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Post"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Alle posten"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Post von {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Post von @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Post gelöscht"
@@ -5697,7 +5853,7 @@ msgstr "Post gelöscht"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Fehler beim Hochladen des Posts. Bitte prüfe deine Internetverbindung und versuche es erneut."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Post wurde gelöscht"
 
@@ -5719,7 +5875,7 @@ msgstr "Post von dir ausgeblendet"
 msgid "Post interaction settings"
 msgstr "Post-Interaktionseinstellungen"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Post-Interaktionseinstellungen"
@@ -5748,14 +5904,14 @@ msgid "Post unpinned"
 msgstr "Post gelöst"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Posts"
 
 #: 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 "Posts können aufgrund ihres Textes, ihrer Tags oder beides stumm gehalten werden. Wir empfehlen, allgemeine Wörter, die in vielen Posts erscheinen, zu vermeiden, da es dazu führen kann, dass keine Posts angezeigt werden."
+msgstr "Posts können basierend auf ihrem Text, ihren Tags oder beidem stummgeschaltet werden. Wir empfehlen, häufig verwendete Wörter zu vermeiden, da dies dazu führen kann, dass keine Posts mehr angezeigt werden."
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:68
 msgid "Posts hidden"
@@ -5789,14 +5945,14 @@ msgstr "Drücken, um Follower dieses Accounts anzuzeigen, denen du ebenfalls fol
 msgid "Previous image"
 msgstr "Vorheriges Bild"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Primäre Sprache"
 
 #: src/screens/Settings/ThreadPreferences.tsx:112
 #: src/screens/Settings/ThreadPreferences.tsx:117
 msgid "Prioritize your Follows"
-msgstr "Priorisiere, wem du folgst"
+msgstr "Priorisiere deine Follows"
 
 #: src/screens/Settings/NotificationSettings.tsx:67
 msgid "Priority notifications"
@@ -5807,26 +5963,26 @@ msgstr "Prioritätsmitteilungen"
 msgid "Privacy"
 msgstr "Datenschutz"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Datenschutz und Sicherheit"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Datenschutz und Sicherheit"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Datenschutzerklärung"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Video wird verarbeitet..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Wird verarbeitet..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "Profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profil aktualisiert"
@@ -5859,31 +6015,31 @@ msgstr "Öffentlich"
 
 #: src/view/com/lists/MyLists.tsx:77
 msgid "Public, sharable lists of users to mute or block in bulk."
-msgstr ""
+msgstr "Öffentliche, teilbare Listen von Nutzern, die zum Stummschalten oder Blockieren verwendet werden können."
 
 #: src/view/com/lists/MyLists.tsx:72
 msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Öffentliche, teilbare Listen, die verwendet werden können, um Feeds zu steuern."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
-msgstr ""
+msgstr "Post veröffentlichen"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
-msgstr ""
+msgstr "Posts veröffentlichen"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
-msgstr ""
+msgstr "Antworten veröffentlichen"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
-msgstr ""
+msgstr "Antwort veröffentlichen"
 
 #: src/components/StarterPack/QrCodeDialog.tsx:134
 msgid "QR code copied to your clipboard!"
@@ -5904,11 +6060,11 @@ msgstr "QR-Code in deiner Galerie gespeichert!"
 msgid "Quote post"
 msgstr "Post zitieren"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr ""
 
@@ -5927,7 +6083,7 @@ msgstr "Zitateinstellungen"
 msgid "Quotes"
 msgstr "Zitate"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Zitate dieses Posts"
 
@@ -5942,14 +6098,14 @@ msgstr "Zufällig (\"Poster's Roulette\")"
 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 "Limit überschritten – du hast innerhalb kurzer Zeit zu oft versucht, deinen Handle zu ändern. Bitte warte eine Minute, bevor du es erneut versuchst."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Zitat wieder anhängen"
 
 #: src/components/dms/EmojiReactionPicker.tsx:85
 msgid "React with {emoji}"
-msgstr ""
+msgstr "Mit {emoji} reagieren"
 
 #: src/screens/Deactivated.tsx:141
 msgid "Reactivate your account"
@@ -5958,17 +6114,17 @@ msgstr "Reaktiviere deinen Account"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Blogpost lesen (auf Englisch)"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Weniger lesen"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Mehr lesen"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Lies den Bluesky-Blog"
 
@@ -6004,25 +6160,25 @@ msgid "Reconnect"
 msgstr "Erneut verbinden"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Ablehnen"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Chat-Anfrage ablehnen"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
-msgstr "Unterhaltungen neu laden"
+msgstr "Konversationen neu laden"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:171
 #: src/components/dialogs/MutedWords.tsx:438
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Entfernen"
 msgid "Remove {displayName} from starter pack"
 msgstr "{displayName} aus dem Startpaket entfernen"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "{historyItem} entfernen"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Account entfernen"
 
@@ -6046,13 +6202,13 @@ msgstr "Account entfernen"
 msgid "Remove attachment"
 msgstr "Anhang entfernen"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Avatar entfernen"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Banner entfernen"
 
@@ -6079,7 +6235,7 @@ msgstr "Feed entfernen?"
 msgid "Remove from my feeds"
 msgstr "Aus meinen Feeds entfernen"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Aus Schnellzugriff entfernen?"
 
@@ -6097,11 +6253,16 @@ msgstr "Aus deinen Feeds entfernen?"
 msgid "Remove image"
 msgstr "Bild entfernen"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Stummgeschaltetes Wort aus deiner Liste entfernen"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Profil entfernen"
 
@@ -6114,7 +6275,7 @@ msgstr "Zitat entfernen"
 msgid "Remove repost"
 msgstr "Repost entfernen"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Untertiteldatei entfernen"
 
@@ -6124,18 +6285,18 @@ msgstr "Diesen Feed aus deinen gespeicherten Feeds entfernen"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr ""
+msgstr "Nutzer aus der Liste entfernen"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Verifizierung entfernen"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Deine Verifizierung für diesen Account entfernen?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Aus deinen Feeds entfernt"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Entfernt das Profil aus dem Suchverlauf"
+msgstr "Verifizierung entfernt"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Entfernt zitierten Post"
 msgid "Replace with Discover"
 msgstr "Ersetzen durch „Discover“"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Antworten"
 
@@ -6193,12 +6350,12 @@ msgstr "Antworten deaktiviert"
 msgid "Replies to this post are disabled."
 msgstr "Antworten zu diesem Post sind deaktiviert."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Antworten"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Antworten ({0, plural, one {# Antwort} other {# Antworten}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Die Antworteinstellungen werden vom Autor des Threads festgelegt"
 msgid "Reply sorting"
 msgstr "Antwortsortierung"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Antwort auf <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Antwort auf einen blockierten Post"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Antwort auf einen Post"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Antwort an dich"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Sichtbarkeit der Antwort aktualisiert"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Antwort wurde erfolgreich ausgeblendet"
 
@@ -6261,16 +6418,16 @@ msgstr "Antwort wurde erfolgreich ausgeblendet"
 msgid "Report"
 msgstr "Melden"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Account melden"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Konversation melden"
 
@@ -6287,14 +6444,14 @@ msgstr "Feed melden"
 
 #: src/view/screens/ProfileList.tsx:570
 msgid "Report list"
-msgstr ""
+msgstr "Liste melden"
 
 #: src/components/dms/MessageContextMenu.tsx:166
 msgid "Report message"
 msgstr "Nachricht melden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Post melden"
 
@@ -6341,7 +6498,7 @@ msgstr "Dieses Startpaket melden"
 #: src/components/moderation/ReportDialog/copy.ts:13
 #: src/components/ReportDialog/SelectReportOptionView.tsx:45
 msgid "Report this user"
-msgstr "Diesen Benutzer melden"
+msgstr "Diesen Nutzer melden"
 
 #: src/view/com/util/post-ctrls/RepostButton.tsx:156
 #: src/view/com/util/post-ctrls/RepostButton.tsx:167
@@ -6369,27 +6526,27 @@ msgstr "Reposten oder Post zitieren"
 msgid "Reposted By"
 msgstr "Repostet von"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Repostet von {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Repostet von <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Repostet von dir"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Reposts von diesem Post"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Änderung anfordern"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Code anfordern"
 msgid "Require alt text before posting"
 msgstr "Vor dem Posten ist ein Alternativtext erforderlich"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Erfordert einen E-Mail-Code, um dich in deinen Account einzuloggen."
 
@@ -6413,13 +6570,19 @@ msgstr "Für diesen Anbieter erforderlich"
 msgid "Required in your region"
 msgstr "Erforderlich in deiner Region"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "E-Mail erneut senden"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "E-Mail erneut senden"
@@ -6436,8 +6599,8 @@ msgstr "Zurücksetzungscode"
 msgid "Reset Code"
 msgstr "Zurücksetzungscode"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Onboardingstatus zurücksetzen"
 
@@ -6458,10 +6621,10 @@ msgstr "Wiederholt die letzte Aktion, bei der ein Fehler aufgetreten ist"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Zurück zur vorherigen Seite"
 msgid "Returns to home page"
 msgstr "Zurück zur Startseite"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Geht zum vorherigen Schritt zurück"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Speichern"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Speichern"
@@ -6534,7 +6699,7 @@ msgstr "Geburtstag speichern"
 msgid "Save changes"
 msgstr "Änderungen speichern"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Änderungen speichern"
 
@@ -6564,16 +6729,12 @@ msgstr "In meinen Feeds speichern"
 msgid "Saved Feeds"
 msgstr "Gespeicherte Feeds"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "In deiner Fotobibliothek gespeichert"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "In deinen Feeds gespeichert"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Speichert alle Änderungen an Deinem Profil"
 
@@ -6583,8 +6744,8 @@ msgstr "Speichert Bildzuschnitt-Einstellungen"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Sag Hallo!"
 
@@ -6602,11 +6763,11 @@ msgstr "Nach oben scrollen"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Suche"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Posts von @{0} durchsuchen"
@@ -6615,7 +6776,7 @@ msgstr "Posts von @{0} durchsuchen"
 msgid "Search by name or interest"
 msgstr "Nach Namen oder Interesse suchen"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Feeds durchsuchen"
 
@@ -6638,11 +6799,11 @@ msgstr "Suche nach Feeds, die du anderen vorschlagen möchtest."
 
 #: src/screens/Search/Explore.tsx:362
 msgid "Search for more accounts"
-msgstr ""
+msgstr "Nach weiteren Accounts suchen"
 
 #: src/screens/Search/Explore.tsx:439
 msgid "Search for more feeds"
-msgstr ""
+msgstr "Nach weiteren Feeds suchen"
 
 #: src/screens/Search/Shell.tsx:334
 msgid "Search for posts, users, or feeds"
@@ -6656,8 +6817,8 @@ msgstr "Suche nach GIFs"
 msgid "Search my posts"
 msgstr "Meine Posts durchsuchen"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Posts durchsuchen"
 
@@ -6679,7 +6840,11 @@ msgstr "Suche..."
 msgid "Searches for profiles"
 msgstr "Sucht nach Profilen"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Sicherheitsschritt erforderlich"
 
@@ -6699,7 +6864,7 @@ msgstr "#{tag}-Posts ansehen"
 msgid "See #{tag} posts by user"
 msgstr "#{tag}-Posts des Nutzers ansehen"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Sieh dir Jobs bei Bluesky an"
 
@@ -6719,6 +6884,10 @@ msgstr "Wähle eine Farbe"
 msgid "Select account"
 msgstr "Account auswählen"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Einen Avatar auswählen"
@@ -6727,10 +6896,22 @@ msgstr "Einen Avatar auswählen"
 msgid "Select an emoji"
 msgstr "Ein Emoji auswählen"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Inhaltssprachen auswählen"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Von einem bestehenden Account auswählen"
@@ -6747,11 +6928,11 @@ msgstr "GIF „{0}“ auswählen"
 msgid "Select how long to mute this word for."
 msgstr "Auswählen, wie lange dieses Wort stummgeschaltet werden soll."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Sprache auswählen..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Sprachen auswählen"
 
@@ -6763,6 +6944,10 @@ msgstr "Moderationsdienst auswählen"
 msgid "Select moderator"
 msgstr "Moderator auswählen"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Wähle das {emojiName}-Emoji als deinen Avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Wähle die Moderationsdienste, an die du melden möchtest"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Video auswählen"
 
@@ -6784,11 +6969,11 @@ msgstr "Video auswählen"
 msgid "Select what content this mute word should apply to."
 msgstr "Wähle aus, auf welche Inhalte dieses Stummschaltungswort angewendet werden soll."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Wähle aus, welche Sprache für die Nutzeroberfläche der App verwendet werden soll."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Wähle aus, welche Sprachen deine abonnierten Feeds enthalten sollen. Wenn keine ausgewählt sind, werden alle Sprachen angezeigt."
 
@@ -6801,7 +6986,7 @@ msgstr "Wähle dein Geburtsdatum"
 msgid "Select your interests from the options below"
 msgstr "Wähle deine Interessen aus den folgenden Optionen aus"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Wähle deine bevorzugte Sprache für Übersetzungen in deinem Feed aus."
 
@@ -6813,19 +6998,17 @@ msgstr "Wählt Option {0} von {numItems} aus"
 msgid "Send a neat website!"
 msgstr "Sende eine tolle Website!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Bestätigung senden"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Bestätigungs-E-Mail senden"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Bestätigungs-E-Mail senden"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "E-Mail senden"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "E-Mail senden"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Feedback senden"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Nachricht senden"
@@ -6863,13 +7046,14 @@ msgstr "Meldung an {0} senden"
 msgid "Send report to {title}"
 msgstr "Meldung senden an {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Verifizierungs-E-Mail senden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Per Direktnachricht senden"
 
@@ -6901,10 +7085,10 @@ msgstr "Richte deinen Account ein"
 msgid "Sets email for password reset"
 msgstr "Legt die E-Mail für das Zurücksetzen des Passworts fest"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Einstellungen"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexuell suggestiv"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Teilen"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Teilen"
@@ -6948,9 +7132,9 @@ msgstr "Teile eine coole Geschichte!"
 msgid "Share a fun fact!"
 msgstr "Teile eine witzige Tatsache!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Trotzdem teilen"
 
@@ -6990,7 +7174,7 @@ msgstr "Teile dieses Startpaket und hilf Menschen, deiner Gemeinschaft auf Blues
 msgid "Share your favorite feed!"
 msgstr "Teile deinen Lieblings-Feed!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Tester für gemeinsame Einstellungen"
 
@@ -7011,8 +7195,8 @@ msgstr "Alt-Text anzeigen"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Trotzdem anzeigen"
 
@@ -7033,8 +7217,8 @@ msgstr "Anpassungsoptionen anzeigen"
 msgid "Show hidden replies"
 msgstr "Ausgeblendete Antworten anzeigen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Weniger davon anzeigen"
 
@@ -7042,14 +7226,14 @@ msgstr "Weniger davon anzeigen"
 msgid "Show list anyway"
 msgstr "Liste trotzdem anzeigen"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Mehr anzeigen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Mehr davon anzeigen"
 
@@ -7079,8 +7263,8 @@ msgstr "Antworten als Thread anzeigen"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Zeige Antworten von Personen, denen du folgst, vor allen anderen Antworten an"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Antwort für alle anzeigen"
 
@@ -7102,11 +7286,11 @@ msgstr "Warnung zeigen"
 msgid "Show warning and filter from feeds"
 msgstr "Warnung anzeigen und aus Feeds filtern"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Zeigt Informationen darüber an, wann dieser Post erstellt wurde"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Zeigt andere Accounts an, zu denen du wechseln kannst"
 
@@ -7124,8 +7308,8 @@ msgstr "Zeigt den Inhalt an"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Zeigt den Inhalt an"
 msgid "Sign in"
 msgstr "Einloggen"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Anmelden als {0}"
 
@@ -7144,13 +7328,13 @@ msgstr "Einloggen als..."
 #: src/screens/Deactivated.tsx:203
 #: src/screens/Deactivated.tsx:209
 msgid "Sign in or create an account"
-msgstr ""
+msgstr "Einloggen oder einen Account erstellen"
 
 #: src/components/dialogs/Signin.tsx:75
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Logge dich ein oder erstelle einen Account, um der Konversation beizutreten!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Einloggen bei einem Account, der nicht aufgeführt ist"
 
@@ -7158,15 +7342,15 @@ msgstr "Einloggen bei einem Account, der nicht aufgeführt ist"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Logge dich bei Bluesky ein oder erstelle einen neuen Account"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Ausloggen"
 
@@ -7174,8 +7358,8 @@ msgstr "Ausloggen"
 msgid "Sign Out"
 msgstr "Ausloggen"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Ausloggen?"
 
@@ -7206,14 +7390,19 @@ msgstr "Diesen Schritt überspringen"
 msgid "Smaller"
 msgstr "Kleiner"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Software-Entwickler"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Einige deiner Verifizierungen sind ungültig."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7225,17 +7414,17 @@ msgstr "Einige Leute können antworten"
 
 #: src/components/dms/MessageItem.tsx:148
 msgid "Someone reacted {0}"
-msgstr ""
+msgstr "Jemand hat mit {0} reagiert"
 
 #: src/screens/Messages/components/ChatListItem.tsx:241
 msgid "Someone reacted {0} to {1}"
-msgstr ""
+msgstr "Jemand hat mit {0} auf {1} reagiert"
 
 #: src/components/moderation/ReportDialog/index.tsx:76
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Etwas stimmt mit den Daten, die du melden möchtest, nicht. Bitte kontaktiere den Support."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Etwas ist schiefgelaufen"
 
@@ -7264,8 +7453,8 @@ msgstr "Etwas ist schiefgelaufen. Bitte versuche es erneut."
 msgid "Something wrong? Let us know."
 msgstr "Etwas stimmt nicht? Lass es uns wissen."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Entschuldigung! Deine Sitzung ist abgelaufen. Bitte logge dich erneut ein."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; übermäßige Erwähnungen oder Antworten"
 msgid "Sports"
 msgstr "Sport"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Starte einen neuen Chat"
 
@@ -7322,8 +7511,8 @@ msgstr "Beginne, Personen hinzuzufügen!"
 msgid "Start chat with {displayName}"
 msgstr "Chat mit {displayName} starten"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Startpaket"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Startpaket ist ungültig"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Startpakete"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Startpakete ermöglichen es dir, deine Lieblings-Feeds und -Leute mit deinen Freunden zu teilen."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Status-Seite"
 
@@ -7363,12 +7552,12 @@ msgstr "Status-Seite"
 msgid "Step {0} of {1}"
 msgstr "Schritt {0} von {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Der Speicher wurde gelöscht, du musst die App jetzt neu starten."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Storybook"
 
@@ -7401,11 +7590,11 @@ msgstr "Abonnieren"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Abonniere @{0}, um diese Kennzeichnungen zu verwenden:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Kennzeichner abonnieren"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Diesen Kennzeichner abonnieren"
 
@@ -7413,17 +7602,18 @@ msgstr "Diesen Kennzeichner abonnieren"
 msgid "Subscribe to this list"
 msgstr "Diese Liste abonnieren"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Erfolgreich!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Erfolgreich verifiziert"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
-msgstr ""
+msgstr "Vorgeschlagene Accounts"
 
 #: src/components/FeedInterstitials.tsx:339
 msgid "Suggested for you"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Sonnenuntergang"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Support"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Account wechseln"
 
@@ -7462,13 +7652,13 @@ msgstr "Account wechseln"
 msgid "Switch Account"
 msgstr "Account wechseln"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Accounts wechseln"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
-msgstr ""
+msgstr "Zu {0} wechseln"
 
 #: src/components/dialogs/Embed.tsx:157
 #: src/components/dialogs/Embed.tsx:159
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "System"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Systemprotokoll"
 
@@ -7491,7 +7681,7 @@ msgstr "Nur Tags"
 #: src/components/ContextMenu/Backdrop.ios.tsx:80
 #: src/components/ContextMenu/Backdrop.tsx:46
 msgid "Tap to close context menu"
-msgstr ""
+msgstr "Tippen, um das Kontextmenü zu schließen"
 
 #: src/components/ProgressGuide/Toast.tsx:156
 msgid "Tap to dismiss"
@@ -7518,7 +7708,7 @@ msgstr "Technik"
 msgid "Tell a joke!"
 msgstr "Erzähle einen Witz!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Erzähl uns ein bisschen über dich"
 
@@ -7531,12 +7721,12 @@ msgstr "Erzähl uns ein wenig mehr"
 msgid "Terms"
 msgstr "Bedingungen"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Nutzungsbedingungen"
 
@@ -7564,7 +7754,11 @@ msgstr "Textfeld"
 msgid "Text input field"
 msgstr "Text-Eingabefeld"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Vielen Dank! Deine E-Mail wurde erfolgreich verifiziert."
 
@@ -7597,12 +7791,12 @@ msgstr "Dieses Startpaket konnte nicht gefunden werden."
 msgid "That's all, folks!"
 msgstr "Das ist alles, Leute!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Das ist alles!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Nach dem Entblocken kann der Account wieder mit dir interagieren."
 
@@ -7636,13 +7830,17 @@ msgstr "Der Discover-Feed"
 msgid "The Discover feed now knows what you like"
 msgstr "Der Discover-Feed weiß jetzt, was dir gefällt"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Das Erlebnis ist in der App besser. Lade jetzt Bluesky herunter und wir machen dort weiter, wo du aufgehört hast."
 
 #: src/view/com/posts/FeedShutdownMsg.tsx:67
 msgid "The feed has been replaced with Discover."
-msgstr "Der Feed wurde durch Discover ersetzt."
+msgstr "Der Feed wurde durch „Discover“ ersetzt."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:59
 msgid "The following labels were applied to your account."
@@ -7669,6 +7867,7 @@ msgstr "Die Datenschutzerklärung wurde nach <0/> verschoben"
 msgid "The selected video is larger than 100 MB."
 msgstr "Das ausgewählte Video ist größer als 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Der Server scheint Probleme zu haben. Bitte versuche es in ein paar Minuten erneut."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Beim Kontaktieren des Servers ist ein Problem aufgetreten"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Beim Kontaktieren des Servers ist ein Problem aufgetreten. Bitte überprüfe deine Internetverbindung und versuche es erneut."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Beim Abrufen von Mitteilung ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Beim Abrufen von Posts ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen."
 
@@ -7755,7 +7954,7 @@ msgstr "Beim Entfernen dieses Feeds ist ein Problem aufgetreten. Bitte überprü
 #: src/components/dms/ReportDialog.tsx:259
 #: src/components/ReportDialog/SubmitView.tsx:88
 msgid "There was an issue sending your report. Please check your internet connection."
-msgstr ""
+msgstr "Es gab ein Problem beim Senden deiner Meldung. Bitte überprüfe deine Internetverbindung."
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:136
 #: src/view/com/posts/FeedShutdownMsg.tsx:52
@@ -7763,20 +7962,20 @@ msgstr ""
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Beim Aktualisieren deiner Feeds ist ein Problem aufgetreten. Bitte überprüfe deine Internetverbindung und versuche es erneut."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Es gab ein Problem! {0}"
 
@@ -7802,18 +8001,18 @@ msgstr "Es gab einen Ansturm neuer Nutzer auf Bluesky! Wir werden deinen Account
 
 #: src/screens/Settings/FollowingFeedPreferences.tsx:62
 msgid "These settings only apply to the Following feed."
-msgstr ""
+msgstr "Diese Einstellungen gelten nur für den Following-Feed."
 
 #: src/components/moderation/ScreenHider.tsx:111
 msgid "This {screenDescription} has been flagged:"
 msgstr "Diese {screenDescription} wurde gekennzeichnet:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Dieser Account hat ein Häkchen, weil er von vertrauenswürdigen Quellen verifiziert wurde."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,9 +8023,9 @@ msgstr "Dieser Nutzer hat darum gebeten, dass sich Nutzer einloggen, um sein Pro
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Dieser Account wird von einer oder mehreren deiner Moderationslisten blockiert. Um die Blockierung aufzuheben, besuche die Listen direkt und entferne diesen Nutzer."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Diese Aktion kann jederzeit rückgängig gemacht werden."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Dieser Inhalt ist ohne einen Bluesky-Account nicht sichtbar."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Diese Konversation ist mit einem gelöschten oder deaktivierten Account. Drücke für Optionen"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Diese Funktion befindet sich in der Beta-Phase. Du kannst mehr über Repository-Exporte in <0>diesem Blogpost</0> lesen."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Diese Funktion ist mit einem App-Passwort nicht verfügbar. Bitte logge dich mit deinem Hauptpasswort ein."
@@ -7879,17 +8086,17 @@ msgstr "Dieser Feed erhält momentan viel Traffic und ist vorübergehend nicht v
 
 #: 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 "Dieser Feed ist leer! Möglicherweise musst du mehr Benutzern folgen oder deine Spracheinstellungen anpassen."
+msgstr "Dieser Feed ist leer! Möglicherweise musst du mehr Nutzer folgen oder deine Spracheinstellungen anpassen."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Dieser Feed ist leer."
 
 #: src/view/com/posts/FeedShutdownMsg.tsx:99
 msgid "This feed is no longer online. We are showing <0>Discover</0> instead."
-msgstr "Dieser Feed ist nicht mehr online. Wir zeigen stattdessen <0>Discover</0>."
+msgstr "Dieser Feed ist nicht mehr online. Wir zeigen stattdessen <0>„Discover“</0>."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:593
 msgid "This handle is reserved. Please try a different one."
@@ -7899,9 +8106,10 @@ msgstr "Dieser Handle ist reserviert. Bitte versuche einen anderen."
 msgid "This information is not shared with other users."
 msgstr "Diese Informationen werden nicht mit anderen Nutzern geteilt."
 
-#: 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 "Dies ist wichtig, falls du jemals deine E-Mail ändern oder dein Passwort zurücksetzen musst."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Diese Liste ist leer."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Dieser Moderationsdienst ist nicht verfügbar. Siehe unten für weitere Details. Wenn das Problem weiterhin besteht, kontaktiere uns."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Dieser Post soll am <0>{0}</0> erstellt worden sein, wurde aber erstmals von Bluesky am <1>{1}</1> gesehen."
 
@@ -7943,28 +8151,28 @@ msgstr "Dieser Post soll am <0>{0}</0> erstellt worden sein, wurde aber erstmals
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Dieser Post hat einen unbekannten Threadgate-Typ. Deine App ist möglicherweise veraltet."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Dieser Post wurde gelöscht."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Dieser Post ist nur für eingeloggte Nutzer sichtbar. Er ist nicht für Personen sichtbar, die nicht eingeloggt sind."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Dieser Post wird aus Feeds und Threads ausgeblendet. Dies kann nicht rückgängig gemacht werden."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
-msgstr ""
+msgstr "Der Autor dieses Posts hat das Zitieren dieses Posts deaktiviert."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Dieses Profil ist nur für eingeloggte Nutzer sichtbar. Es ist nicht sichtbar für Personen, die nicht eingeloggt sind."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Diese Antwort wird in einen ausgeblendeten Bereich am Ende deines Threads verschoben und Mitteilungen über nachfolgende Antworten werden sowohl für dich als auch für andere stummgeschaltet."
 
@@ -7976,6 +8184,10 @@ msgstr "Dieser Dienst hat keine Nutzungsbedingungen oder Datenschutzerklärung b
 msgid "This should create a domain record at:"
 msgstr "Dies sollte einen Domain-Eintrag an folgender Stelle erstellen:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Dieser Nutzer hat keine Follower."
@@ -8011,13 +8223,13 @@ msgstr "Dieser Nutzer folgt niemandem."
 
 #: src/components/dialogs/MutedWords.tsx:435
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
-msgstr ""
+msgstr "Dadurch wird „{0}“ aus deinen stummgeschalteten Wörtern gelöscht. Du kannst es später jederzeit wieder hinzufügen."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Dadurch wird @{0} aus der Schnellzugriffsliste entfernt."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Dies wird deinen Post aus diesem Zitat-Post für alle Nutzer entfernen und durch einen Platzhalter ersetzen."
 
@@ -8044,7 +8256,7 @@ msgstr "Thread"
 msgid "Threaded mode"
 msgstr "Thread-Modus"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Thread-Einstellungen"
 
@@ -8056,14 +8268,15 @@ msgstr "Verbleibende Zeit: {0, plural, one {# Sekunde} other {# Sekunden}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Um die E-Mail-2FA-Methode zu deaktivieren, verifiziere bitte deinen Zugriff auf die E-Mail-Adresse."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Um eine Konversation zu melden, melde bitte eine der Nachrichten über den Konversationsbildschirm. So können unsere Moderatoren den Kontext deines Anliegens besser verstehen."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Um Videos auf Bluesky hochzuladen, musst du zuerst deine E-Mail verifizieren."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "An wen möchtest du diese Meldung senden?"
@@ -8090,16 +8303,16 @@ msgstr "Schaltet den Ton um"
 msgid "Top"
 msgstr "Top"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Thema"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Übersetzen"
 
@@ -8144,6 +8357,7 @@ msgstr "Gib deine Nachricht hier ein"
 msgid "Type:"
 msgstr "Typ:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Verbindung nicht möglich. Bitte überprüfe deine Internetverbindung und versuche es erneut."
@@ -8166,27 +8380,27 @@ msgstr "Löschen nicht möglich"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Entblocken"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Entblocken"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Account entblocken"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Account entblocken?"
 
@@ -8208,32 +8422,32 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Entfolgen"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0} entfolgen"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Account entfolgen"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
-msgstr ""
+msgstr "Entfolgt dem Nutzer"
 
 #: src/components/moderation/ReportDialog/index.tsx:361
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
-msgstr ""
+msgstr "Leider unterstützt keiner deiner abonnierten Kennzeichner diesen Meldungstyp."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Unbekannter Verifizierer"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Like aufheben"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8250,12 +8464,12 @@ msgstr "Stummschaltung aufheben"
 #: src/components/RichTextTag.tsx:140
 #: src/components/RichTextTag.tsx:153
 msgid "Unmute {tag}"
-msgstr ""
+msgstr "Stummschaltung von {tag} aufheben"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Stummschaltung von Account aufheben"
 
@@ -8265,10 +8479,10 @@ msgstr "Stummschaltung von Konversation aufheben"
 
 #: src/view/screens/ProfileList.tsx:605
 msgid "Unmute list"
-msgstr ""
+msgstr "Liste nicht mehr stummschalten"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Stummschaltung des Threads aufheben"
 
@@ -8278,7 +8492,7 @@ msgstr "Stummschaltung von Video aufheben"
 
 #: src/view/screens/ProfileList.tsx:714
 msgid "Unpin"
-msgstr "Anheften aufheben"
+msgstr "Lösen"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:515
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:522
@@ -8287,21 +8501,21 @@ msgstr "Feed lösen"
 
 #: src/components/FeedCard.tsx:320
 msgid "Unpin Feed"
-msgstr ""
+msgstr "Feed lösen"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:305
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:307
 msgid "Unpin from home"
 msgstr "Von Startseite lösen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
-msgstr "Vom Profil ablösen"
+msgstr "Vom Profil lösen"
 
 #: src/view/screens/ProfileList.tsx:585
 msgid "Unpin moderation list"
-msgstr "Anheften der Moderationsliste aufheben"
+msgstr "Moderationsliste lösen"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:160
 msgid "Unpinned {0} from Home"
@@ -8311,28 +8525,33 @@ msgstr "{0} von der Startseite gelöst"
 msgid "Unpinned from your feeds"
 msgstr "Aus deinen Feeds gelöst"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
-msgid "Unsubscribe"
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
 msgstr ""
 
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
+msgid "Unsubscribe"
+msgstr "Abmelden"
+
 #: src/screens/List/ListHiddenScreen.tsx:198
 #: src/screens/List/ListHiddenScreen.tsx:208
 msgid "Unsubscribe from list"
-msgstr ""
+msgstr "Von der Liste abmelden"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
-msgstr ""
+msgstr "Von diesem Kennzeichner abmelden"
 
 #: src/screens/List/ListHiddenScreen.tsx:86
 msgid "Unsubscribed from list"
-msgstr ""
+msgstr "Von der Liste abgemeldet"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Nicht unterstützter Videotyp"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Nicht unterstützter Videotyp: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Aktualisieren"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "<0>{displayName}</0> in Listen aktualisieren"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Aktualisieren auf {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Aktualisieren des Zitat-Anhangs ist fehlgeschlagen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Aktualisieren der Antwort-Sichtbarkeit ist fehlgeschlagen"
@@ -8371,7 +8601,7 @@ msgstr "Aktualisieren der Antwort-Sichtbarkeit ist fehlgeschlagen"
 msgid "Updating..."
 msgstr "Wird aktualisiert…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Stattdessen ein Foto hochladen"
 
@@ -8379,35 +8609,35 @@ msgstr "Stattdessen ein Foto hochladen"
 msgid "Upload a text file to:"
 msgstr "Hochladen einer Textdatei auf:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Von Kamera hochladen"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Von Dateien hochladen"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
-msgstr ""
+msgstr "Aus der Bibliothek hochladen"
 
 #: src/lib/api/index.ts:302
 msgid "Uploading images..."
-msgstr ""
+msgstr "Bilder werden hochgeladen..."
 
 #: src/lib/api/index.ts:356
 #: src/lib/api/index.ts:380
 msgid "Uploading link thumbnail..."
 msgstr "Link-Vorschaubild wird hochgeladen..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Video wird hochgeladen..."
 
@@ -8419,8 +8649,8 @@ msgstr "Verwende App-Passwörter, um dich bei anderen Bluesky-Clients einzulogge
 msgid "Use default provider"
 msgstr "Standardanbieter verwenden"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "In-App-Browser verwenden"
 
@@ -8429,8 +8659,8 @@ msgstr "In-App-Browser verwenden"
 msgid "Use in-app browser to open links"
 msgstr "In-App-Browser zum Öffnen von Links verwenden"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Meinen Standardbrowser verwenden"
 
@@ -8454,11 +8684,11 @@ msgstr "Nutzer blockiert"
 #: src/components/moderation/ModerationDetailsDialog.tsx:71
 #: src/lib/moderation/useModerationCauseDescription.ts:63
 msgid "User Blocked"
-msgstr "Benutzer blockiert"
+msgstr "Nutzer blockiert"
 
 #: src/lib/moderation/useModerationCauseDescription.ts:55
 msgid "User Blocked by \"{0}\""
-msgstr ""
+msgstr "Nutzer blockiert von „{0}“"
 
 #: src/components/dms/BlockedByListDialog.tsx:27
 msgid "User blocked by list"
@@ -8466,7 +8696,7 @@ msgstr "Nutzer durch Liste blockiert"
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:57
 msgid "User Blocked by List"
-msgstr "Benutzer über Liste blockiert"
+msgstr "Nutzer durch Liste blockiert"
 
 #: src/lib/moderation/useModerationCauseDescription.ts:73
 msgid "User Blocking You"
@@ -8474,29 +8704,29 @@ msgstr "Nutzer blockiert dich"
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:77
 msgid "User Blocks You"
-msgstr "Benutzer blockiert dich"
+msgstr "Nutzer blockiert dich"
 
 #: src/view/com/modals/UserAddRemoveLists.tsx:214
 msgid "User list by {0}"
-msgstr "Benutzerliste von {0}"
+msgstr "Nutzerliste von {0}"
 
 #: src/view/com/modals/UserAddRemoveLists.tsx:212
 msgid "User list by you"
-msgstr "Benutzerliste von dir"
+msgstr "Nutzerliste von dir"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Nutzerliste erstellt"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Nutzerliste aktualisiert"
 
 #: src/screens/Login/LoginForm.tsx:201
 msgid "Username or email address"
-msgstr "Benutzername oder E-Mail-Adresse"
+msgstr "Nutzername oder E-Mail-Adresse"
 
 #: src/components/WhoCanReply.tsx:280
 msgid "users followed by <0>@{0}</0>"
@@ -8513,7 +8743,7 @@ msgstr "Nutzer, denen ich folge"
 
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:456
 msgid "Users in \"{0}\""
-msgstr "Benutzer in „{0}“"
+msgstr "Nutzer in „{0}“"
 
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:433
 msgid "Users you follow"
@@ -8521,33 +8751,39 @@ msgstr "Nutzer, denen du folgst"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:438
 msgid "Value:"
+msgstr "Wert:"
+
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
 msgstr ""
 
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Verifizierungseinstellungen"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Verifizierungseinstellungen"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Verifizierungen auf Bluesky funktionieren anders als auf anderen Plattformen. <0>Hier erfährst du mehr (auf Englisch).</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Verifizierte E-Mail erforderlich"
+msgstr "Verifiziert von:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "Account verifizieren"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "DNS-Eintrag verifizieren"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "E-Mail-Verifizierungsdialog"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Neue E-Mail verifizieren"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Jetzt verifizieren"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Textdatei verifizieren"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Diesen Account verifizieren?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verifiziere deine E-Mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifiziere deine E-Mail"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Version {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Video konnte nicht verarbeitet werden"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Video-Feed"
 
@@ -8616,11 +8853,11 @@ msgstr "Video von {0}: {text}"
 msgid "Video Games"
 msgstr "Videospiele"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video ist pausiert"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Video wird abgespielt"
 
@@ -8628,11 +8865,11 @@ msgstr "Video wird abgespielt"
 msgid "Video not found."
 msgstr "Video nicht gefunden."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Video-Einstellungen"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video hochgeladen"
 
@@ -8640,24 +8877,24 @@ msgstr "Video hochgeladen"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Videos dürfen nicht länger als 3 Minuten sein"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Avatar von {0} ansehen"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Profil von {0} ansehen"
 
@@ -8665,7 +8902,7 @@ msgstr "Profil von {0} ansehen"
 msgid "View {displayName}'s profile"
 msgstr "Profil von {displayName} ansehen"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Profil des blockierten Nutzers ansehen"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Debug-Eintrag anzeigen"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Details ansehen"
 
@@ -8688,7 +8925,7 @@ msgstr "Details ansehen"
 msgid "View details for reporting a copyright violation"
 msgstr "Details zum Melden einer Urheberrechtsverletzung ansehen"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Vollständigen Thread ansehen"
 
@@ -8703,13 +8940,12 @@ msgstr "Informationen zu diesen Kennzeichnungen anzeigen"
 msgid "View more"
 msgstr "Mehr ansehen"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Profil ansehen"
 
@@ -8723,7 +8959,7 @@ msgstr "Sieh dir den von @{0} bereitgestellten Kennzeichnungsdienst an"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Verifizierungen dieses Nutzers ansehen"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Sieh dir deine stummgeschalteten Accounts an"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Deine Verifizierungen ansehen"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Inhaltswarnung anzeigen"
 msgid "Warn content and filter from feeds"
 msgstr ""
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Wir konnten keine Ergebnisse für diesen Hashtag finden."
@@ -8798,7 +9039,7 @@ msgstr "Wir konnten keine Ergebnisse für diesen Hashtag finden."
 msgid "We couldn't find any results for that topic."
 msgstr "Wir konnten keine Ergebnisse zu diesem Thema finden."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Wir konnten diese Konversation nicht laden"
 
@@ -8808,7 +9049,7 @@ msgstr "Wir schätzen, dass es noch {estimatedTime} dauert, bis dein Account ber
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:107
 msgid "We have sent another verification email to <0>{0}</0>."
-msgstr ""
+msgstr "Wir haben eine weitere Verifizierungs-E-Mail an <0>{0}</0> gesendet."
 
 #: src/screens/Onboarding/StepFinished.tsx:256
 msgid "We hope you have a wonderful time. Remember, Bluesky is:"
@@ -8820,6 +9061,10 @@ msgstr "Wir haben keine weiteren Posts von den Nutzern, denen du folgst. Hier si
 
 #: src/screens/Settings/SettingsInterests.tsx:155
 msgid "We recommend selecting at least two interests."
+msgstr "Wir empfehlen, mindestens zwei Interessen auszuwählen."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
 msgstr ""
 
 #: src/view/com/composer/state/video.ts:417
@@ -8842,6 +9087,10 @@ msgstr "Wir konnten keine Verbindung herstellen. Bitte versuche es erneut, um mi
 msgid "We will let you know when your account is ready."
 msgstr "Wir werden dich benachrichtigen, wenn dein Account bereit ist."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Wir werden dies nutzen, um dein Erlebnis individuell zu gestalten."
@@ -8853,7 +9102,7 @@ msgstr "Wir haben Netzwerkprobleme, versuche es erneut"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Wir führen eine neue Ebene der Verifizierung auf Bluesky ein — ein leicht erkennbares Häkchen."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Es tut uns leid, aber wir konnten deine stummgeschalteten Wörter nicht
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bitte versuche es in ein paar Minuten erneut."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Es tut uns leid! Der Post, auf den du antwortest, wurde gelöscht."
 
@@ -8880,7 +9129,7 @@ msgstr "Es tut uns leid! Der Post, auf den du antwortest, wurde gelöscht."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Es tut uns leid! Wir können die von dir gesuchte Seite nicht finden."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr ""
 
@@ -8902,13 +9151,13 @@ msgstr "Wie möchtest du dein Startpaket nennen?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Was gibt's?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Wenn du auf das Häkchen tippst, siehst du, welche Organisationen die Verifizierung vergeben haben."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Wer kann antworten"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Wer kann verifizieren?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ups!"
@@ -8984,11 +9233,11 @@ msgstr "Warum sollte dieser Nutzer überprüft werden?"
 msgid "Write a message"
 msgstr "Schreibe eine Nachricht"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Post verfassen"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Schreibe deine Antwort"
@@ -9002,6 +9251,11 @@ msgstr "Autoren"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Falsche DID vom Server zurückgegeben. Empfangen: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Ja"
@@ -9015,11 +9269,11 @@ msgstr "Ja, deaktivieren"
 msgid "Yes, delete this starter pack"
 msgstr "Ja, dieses Startpaket löschen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Ja, trennen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Ja, ausblenden"
 
@@ -9037,16 +9291,25 @@ msgstr "Du"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Du bist ein vertrauenswürdiger Verifizierer"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
-msgstr ""
+msgstr "Du erstellst einen Account auf"
 
 #: src/screens/SignupQueued.tsx:157
 msgid "You are in line."
 msgstr "Du befindest dich in der Warteschlange."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Du darfst keine Videos hochladen."
@@ -9055,22 +9318,26 @@ msgstr "Du darfst keine Videos hochladen."
 msgid "You are not following anyone."
 msgstr "Du folgst niemandem."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Du bist verifiziert"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Du bist verifiziert. Du verlierst deinen Verifizierungsstatus, wenn du deinen Anzeigenamen änderst. <0>Mehr erfahren (auf Englisch).</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Du bist verifiziert. Du verlierst deinen Verifizierungsstatus, wenn du deinen Handle änderst. <0>Mehr erfahren (auf Englisch).</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
-msgstr ""
+msgstr "Du kannst deine Interessen jederzeit in den Einstellungen unter „Inhalte und Medien“ anpassen."
 
 #: src/view/com/posts/FollowingEmptyState.tsx:63
 #: src/view/com/posts/FollowingEndOfFeed.tsx:64
@@ -9140,7 +9407,7 @@ msgstr "Du hast diesen Nutzer blockiert"
 #: src/lib/moderation/useModerationCauseDescription.ts:57
 #: src/lib/moderation/useModerationCauseDescription.ts:65
 msgid "You have blocked this user. You cannot view their content."
-msgstr "Du hast diesen Benutzer blockiert und kannst seine Inhalte nicht sehen."
+msgstr "Du hast diesen Nutzer blockiert und kannst seine Inhalte nicht sehen."
 
 #: src/screens/Login/SetNewPasswordForm.tsx:49
 #: src/screens/Login/SetNewPasswordForm.tsx:95
@@ -9166,7 +9433,7 @@ msgstr "Du hast diesen Account stummgeschaltet."
 msgid "You have muted this user"
 msgstr "Du hast diesen Nutzer stummgeschaltet"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Du hast noch keine Konversationen. Starte eine!"
 
@@ -9179,23 +9446,27 @@ msgstr "Du hast keine Feeds."
 msgid "You have no lists."
 msgstr "Du hast keine Listen."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 ""
+msgstr "Du hast noch keine Accounts blockiert. Um einen Account zu blockieren, gehe auf das Profil und wähle „Account blockieren“ im Menü."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 ""
+msgstr "Du hast noch keine Accounts stummgeschaltet. Um einen Account stummzuschalten, gehe auf das Profil und wähle „Account stummschalten“ im Menü des Accounts aus."
 
 #: src/components/Lists.tsx:57
 msgid "You have reached the end"
 msgstr "Du hast das Ende erreicht"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Du hast vorübergehend das Limit für Video-Uploads erreicht. Bitte versuche es später erneut."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Du hast noch kein Startpaket erstellt!"
 
@@ -9218,64 +9489,72 @@ msgstr "Du kannst gegen diese Kennzeichnungen Einspruch erheben, wenn du der Mei
 
 #: src/screens/StarterPack/Wizard/State.tsx:76
 msgid "You may only add up to {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE} profiles}}"
-msgstr ""
+msgstr "Du darfst nur bis zu {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE} Profile}} hinzufügen"
 
 #: src/screens/StarterPack/Wizard/State.tsx:95
 msgid "You may only add up to 3 feeds"
 msgstr "Du kannst nur bis zu 3 Feeds hinzufügen"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Du kannst nur bis zu 4 Bilder auswählen"
 
 #: src/screens/Signup/StepInfo/Policies.tsx:106
 msgid "You must be 13 years of age or older to create an account."
-msgstr ""
+msgstr "Du musst mindestens 13 Jahre alt sein, um einen Account zu erstellen."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Du musst mindestens sieben anderen Personen folgen, um ein Startpaket zu erstellen."
 
 #: src/components/StarterPack/QrCodeDialog.tsx:61
 msgid "You must grant access to your photo library to save a QR code"
-msgstr ""
+msgstr "Du musst den Zugriff auf deine Fotomediathek gewähren, um einen QR-Code zu speichern"
 
 #: src/components/StarterPack/ShareDialog.tsx:68
 msgid "You must grant access to your photo library to save the image."
-msgstr ""
+msgstr "Du musst den Zugriff auf deine Fotomediathek gewähren, um das Bild zu speichern."
 
 #: src/components/ReportDialog/SubmitView.tsx:211
 msgid "You must select at least one labeler for a report"
+msgstr "Du musst mindestens einen Kennzeichner für eine Meldung auswählen"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
 msgstr ""
 
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Du hast @{0} zuvor deaktiviert."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
-msgstr ""
+msgstr "Du hast mit {0} reagiert"
 
 #: src/screens/Messages/components/ChatListItem.tsx:218
 msgid "You reacted {0} to {1}"
-msgstr ""
+msgstr "Du hast mit {0} auf {1} reagiert"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Du wirst von all deinen Accounts ausgeloggt."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Du wirst keine Mitteilungen mehr für diesen Thread erhalten"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Du erhältst nun Mitteilungen für diesen Thread"
 
 #: src/screens/Login/SetNewPasswordForm.tsx:108
 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password."
-msgstr "Du erhältst eine E-Mail mit einem „Reset-Code“. Gib diesen Code hier ein und gib dann dein neues Passwort ein."
+msgstr "Du erhältst eine E-Mail mit einem „Zurücksetzungscode“. Gib diesen Code hier ein und anschließend dein neues Passwort."
 
 #: src/screens/Messages/components/ChatListItem.tsx:154
 msgid "You: {0}"
@@ -9305,7 +9584,7 @@ msgstr ""
 msgid "You'll follow these people right away"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Du erhältst eine E-Mail an <0>{0}</0>, um zu verifizieren, dass du es bist."
 
@@ -9339,6 +9618,10 @@ msgstr "Du hast ein paar Leute gefunden, denen du folgen kannst"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Du hast das Ende deines Feeds erreicht! Finde weitere Accounts, denen du folgen kannst."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Bytes)"
@@ -9347,7 +9630,7 @@ msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Byte
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Videos)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Du hast keine Videos mehr zum Anschauen. Vielleicht ist es ein guter Zeitpunkt, eine Pause zu machen?"
 
@@ -9391,14 +9674,18 @@ msgstr "Dein Browser unterstützt das Videoformat nicht. Bitte versuche es mit e
 msgid "Your chats have been disabled"
 msgstr "Deine Chats wurden deaktiviert"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Deine Auswahl wird gespeichert, kann aber später in den Einstellungen geändert werden."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Dein aktueller Handle <0>{0}</0> bleibt automatisch für dich reserviert. Du kannst jederzeit von diesem Account aus zu ihm zurückwechseln."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Dein aktueller Handle <0>{0}</0> bleibt automatisch für dich reserviert
 msgid "Your email appears to be invalid."
 msgstr "Deine E-Mail scheint ungültig zu sein."
 
-#: 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 "Deine E-Mail wurde aktualisiert, aber nicht verifiziert. Als nächsten Schritt verifiziere bitte deine neue E-Mail."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Deine E-Mail wurde noch nicht verifiziert. Dies ist ein wichtiger Sicherheitsschritt, den wir empfehlen."
 
@@ -9424,7 +9711,7 @@ msgstr "Deine Follower"
 
 #: src/view/com/posts/FollowingEmptyState.tsx:43
 msgid "Your following feed is empty! Follow more users to see what's happening."
-msgstr "Dein Folge ich Feed ist leer! Folge weiteren Nutzern, um zu sehen, was passiert."
+msgstr "Dein Following-Feed ist leer! Folge mehr Nutzern, um zu sehen, was passiert."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:240
 msgid "Your full handle will be <0>@{0}</0>"
@@ -9434,22 +9721,22 @@ msgstr "Dein vollständiger Handle lautet <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Dein vollständiger Nutzername lautet <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
 #: src/screens/Settings/SettingsInterests.tsx:39
 msgid "Your interests"
-msgstr ""
+msgstr "Deine Interessen"
 
 #: src/screens/Settings/SettingsInterests.tsx:124
 msgctxt "toast"
 msgid "Your interests have been updated!"
-msgstr ""
+msgstr "Deine Interessen wurden aktualisiert!"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:94
 msgid "Your interests help us find what you like!"
-msgstr ""
+msgstr "Deine Interessen helfen uns dabei, das zu finden, was dir gefällt!"
 
 #: src/components/dialogs/MutedWords.tsx:369
 msgid "Your muted words"
@@ -9463,11 +9750,11 @@ msgstr "Dein Passwort wurde erfolgreich geändert!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Dein Passwort muss mindestens 8 Zeichen lang sein."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Dein Post wurde veröffentlicht"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Deine Posts wurden veröffentlicht"
 
@@ -9479,7 +9766,7 @@ msgstr "Deine Posts, Likes und Blockierungen sind öffentlich. Stummschaltungen
 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 "Dein Profil, deine Posts, deine Feeds und Listen werden nicht mehr für andere Bluesky-Nutzer sichtbar sein. Du kannst deinen Account jederzeit reaktivieren, indem du dich einloggst."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Deine Antwort wurde veröffentlicht"
 
@@ -9493,8 +9780,8 @@ msgstr "Deine Meldung wird an den Bluesky-Moderationsdienst gesendet"
 
 #: src/screens/Settings/SettingsInterests.tsx:53
 msgid "Your selected interests help us serve you content you care about."
-msgstr ""
+msgstr "Deine ausgewählten Interessen helfen uns dabei, dir Inhalte anzuzeigen, die dich interessieren."
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Deine Verifizierungen"
diff --git a/src/locale/locales/el/messages.po b/src/locale/locales/el/messages.po
index f7bebbdcc..9d866c900 100644
--- a/src/locale/locales/el/messages.po
+++ b/src/locale/locales/el/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: el\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Greek\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(ενεργό)"
 msgid "(contains embedded content)"
 msgstr "(περιέχει ενσωματωμένο περιεχόμενο)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(χωρίς email)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# αναδημοσίευση} other {# αναδημοσ
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# δευτερόλεπτο} other {# δευτερόλεπτα}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {ακόλουθος} other {ακόλουθοι}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {ακολουθεί} other {ακολουθούν}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {Μου αρέσει} other {Μου αρέσει}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {Μου αρέσει} other {Μου αρέσει}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {ανάρτηση} other {αναρτήσεις}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {πάραθεση} other {παραθέσεις}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {αναδημοσίευση} other {αναδημοσιεύσεις}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>σε <1>ετικέτες</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>σε <1>κείμενο & ετικέτες</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} εντάχθηκε αυτήν την εβδομάδα"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Η εικόνα προφίλ του {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}λ."
 msgid "{0}s"
 msgstr "{0}δευτ."
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {ώρα} other {ώρες}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {λεπτό} other {λεπτά}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}}</0> σας ακολούθησαν"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "Η προσαρμοσμένη ροή άρεσε σε {firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλους}}</0>"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}}</0> άρεσαν την ανάρτησή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}}</0> αναδημοσίευσαν την ανάρτησή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}}</0> εγγεγράφηκαν με το πακέτο εκκίνησής σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "Ο/η {firstAuthorLink} σας ακολούθησε"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "Ο/η {firstAuthorLink} σας ακολούθησε πίσω"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "Στον/ην {firstAuthorLink} άρεσε η προσαρμοσμένοη ροή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "Στον/ην {firstAuthorLink} άρεσε την ανάρτησή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "Ο/η {firstAuthorLink} αναδημοσίευσε την ανάρτησή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "Ο/η {firstAuthorLink} γράφτηκε με το Starter Pack σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "Ο/η {firstAuthorName} και {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλος} other {{formattedAuthorsCount} άλλοι}} σας ακολούθησαν"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "Η προσαρμοσμένη ροή άρεσε στον/ην {firstAuthorName} και {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλον} other {{formattedAuthorsCount} άλλους}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "Στον/ην {firstAuthorName} και σε {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλον} other {{formattedAuthorsCount} άλλους}} άρεσε την ανάρτησή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "Ο/η {firstAuthorName} και {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλος} other {{formattedAuthorsCount} άλλοι}} αναδημοσίευσαν την ανάρτησή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "Ο/η {firstAuthorName} και {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλος} other {{formattedAuthorsCount} άλλοι}} γράφτηκαν με το πακέτο εκκίνησής σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "Ο/η {firstAuthorName} σας ακολούθησε"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "Ο/η {firstAuthorName} σας ακολούθησε πίσω"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "Η προσαρμοσμένη ροή άρεσε στον/ην {firstAuthorName}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "Στον/ην {firstAuthorName} άρεσε η ανάρτησή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "Ο/η {firstAuthorName} αναδημοσίευσε την ανάρτησή σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "Ο/η {firstAuthorName} γράφτηκε στο starter pack σας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} ακόλουθοι"
@@ -335,11 +339,23 @@ msgstr "{following} ακόλουθοι"
 msgid "{handle} can't be messaged"
 msgstr "Δεν είναι δυνατόν να στείλετε μήνυμα στον/ην {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>και {2, plural, one {# άλλος} other {# άλλοι}} είναι μέσα στο Starter Pack σας"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {ακόλουθος} other {ακόλουθοι}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {ακόλουθος} other {ακόλουθοι}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Πειραματικό:</0> Όταν αυτή η ρύθμιση εί
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Εσείς</0> και <1> </1><2>{0} </2>περιλαμβάνονται στο πακέτο εκκίνησής σας"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Μη έγκυρο όνομα χρήστη"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Σχετικά"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Προσβασιμότητα"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Ρυθμίσεις Προσβασιμότητας"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Λογαριασμός"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Λογαριασμός μπλοκαρισμένος"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Ο Λογαριασμός ακολουθείται"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Λογαριασμός σε σίγαση"
@@ -517,33 +533,33 @@ msgstr "Λογαριασμός σε σίγαση"
 msgid "Account Muted by List"
 msgstr "Λογαριασμός σε σίγαση από λίστα"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Επιλογές λογαριασμού"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Λογαριασμός αφαιρέθηκε από την γρήγορη πρόσβαση"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Λογαριασμός ξεμπλοκαρισμένος"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Λογαριασμός σταμάτησε να ακολουθείται"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Άρση σίγασης λογαριασμού"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Προσθήκη {displayName} στο starter pack"
 msgid "Add a content warning"
 msgstr "Προσθήκη προειδοποίησης περιεχομένου"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Προσθήκη λογαριασμού"
 msgid "Add alt text"
 msgstr "Προσθήκη εναλλακτικού κειμένου"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Προσθήκη εναλλακτικού κειμένου (προαιρετικό)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Προσθήκη άλλου λογαριασμού"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Προσθήκη άλλης ανάρτησης"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "Προσθήκη λέξεων και ετικετών που θα είναι σε σίγαση"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Προσθήκη νέας ανάρτησης"
 
@@ -664,8 +684,8 @@ msgstr "Προσθέστε το ακόλουθο αρχείο DNS στο domain
 msgid "Add this feed to your feeds"
 msgstr "Προσθήκη αυτού της ροής στις ροές σας"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Προσθήκη σε λίστες"
 
@@ -718,6 +738,11 @@ msgstr "Ετικέτες περιεχομένου για ενηλίκους"
 msgid "Advanced"
 msgstr "Προηγμένες"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Όλα"
@@ -732,7 +757,7 @@ msgstr "Όλοι οι λογαριασμοί έχουν ακολουθηθεί!"
 msgid "All languages"
 msgstr "Όλες οι γλώσσες"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Όλες οι ροές που έχετε αποθηκεύσει, σε ένα μέρος."
 
@@ -776,10 +801,10 @@ msgstr ""
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Εναλλακτικό κείμενο"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Ένα email έχει σταλεί στο {0}. Περιλαμβάνει έναν κωδικό επιβεβαίωσης που μπορείτε να εισαγάγετε παρακάτω."
 
-#: 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 "Ένα email έχει σταλεί στην προηγούμενη διεύθυνσή σας, {0}. Περιλαμβάνει έναν κωδικό επιβεβαίωσης που μπορείτε να εισαγάγετε παρακάτω."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Ένα email έχει σταλεί! Παρακαλώ εισάγετε τον κωδικό επιβεβαίωσης που περιλαμβάνεται στο email παρακάτω."
 
@@ -825,7 +849,7 @@ msgstr "Παρουσιάστηκε σφάλμα κατά τη συμπίεση 
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Παρουσιάστηκε σφάλμα κατά τη δημιουργία του πακέτου έναρξής σας. Θέλετε να δοκιμάσετε ξανά;"
 
@@ -842,7 +866,7 @@ msgstr "Παρουσιάστηκε σφάλμα κατά τη φόρτωση τ
 msgid "An error occurred while saving the QR code!"
 msgstr "Παρουσιάστηκε σφάλμα κατά την αποθήκευση του QR code!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Παρουσιάστηκε σφάλμα κατά την επιλογή του βίντεο"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Παρουσιάστηκε σφάλμα κατά τη μεταφόρτωση του βίντεο."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Ένα θέμα που δεν περιλαμβάνεται σε αυτές τις επιλογές"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Παρουσιάστηκε πρόβλημα κατά την έναρξη της συνομιλίας"
 
@@ -875,8 +899,8 @@ msgstr "Παρουσιάστηκε πρόβλημα κατά την προσπά
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Αντικοινωνική Συμπεριφορά"
 msgid "Anybody can interact"
 msgstr "Ο καθένας μπορεί να αλληλεπιδράσει"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Εικονίδιο εφαρμογής"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Γλώσσα εφαρμογής"
 
@@ -958,7 +982,7 @@ msgstr "Τα ονόματα κωδικών πρόσβασης εφαρμογής
 msgid "App passwords"
 msgstr "Κωδικοί πρόσβασης εφαρμογής"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Κωδικοί Πρόσβασης Εφαρμογής"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "Εφεση σε αυτήν την απόφαση"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Εμφάνιση"
 
@@ -1006,12 +1030,12 @@ msgstr "Εμφάνιση"
 msgid "Apply default recommended feeds"
 msgstr "Εφαρμογή προεπιλεγμένων προτεινόμενων ροών"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Αρχειοθετήθηκε από {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Αρχειοθετημένη ανάρτηση"
 
@@ -1047,11 +1071,11 @@ msgstr "Θέλετε σίγουρα να αφαιρέσετε τον/την {0}
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Είστε σίγουροι ότι θέλετε να αφαιρέσετε αυτό από τις ροές σας;"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Είστε σίγουροι ότι θέλετε να απορρίψετε αυτό το προσχέδιο;"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Είστε σίγουροι ότι θέλετε να απορρίψετε αυτήν την ανάρτηση;"
 
@@ -1072,6 +1096,11 @@ msgstr "Τέχνη"
 msgid "Artistic or non-erotic nudity."
 msgstr "Καλλιτεχνική ή μη ερωτική γυμνότητα."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Τουλάχιστον 3 χαρακτήρες"
@@ -1103,7 +1132,7 @@ msgstr "Αυτόματη αναπαραγωγή βίντεο και GIF"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Πίσω"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Πριν δημιουργήσετε μια λίστα, πρέπει πρώτα να επαληθεύσετε το email σας."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Πριν δημιουργήσετε μια ανάρτηση, πρέπει πρώτα να επαληθεύσετε το email σας."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Πριν δημιουργήσετε ένα Starter Pack, πρέπει πρώτα να επαληθεύσετε το email σας."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Πριν στείλετε μήνυμα σε άλλον χρήστη, πρέπει πρώτα να επαληθεύσετε το email σας."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Ημερομηνία γέννησης"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Αποκλεισμός"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Αποκλεισμός λογαριασμού"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Αποκλεισμός λογαριασμού;"
 
@@ -1200,17 +1235,17 @@ msgstr "Αποκλεισμένος"
 msgid "Blocked accounts"
 msgstr "Αποκλεισμένοι λογαριασμοί"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Αποκλεισμένοι Λογαριασμοί"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Οι αποκλεισμένοι λογαριασμοί δεν μπορούν να απαντήσουν στις συζητήσεις σας, να σας αναφέρουν ή να αλληλεπιδράσουν με άλλο τρόπο μαζί σας."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Οι αποκλεισμένοι λογαριασμοί δεν μπορούν να απαντήσουν στις συζητήσεις σας, να σας αναφέρουν ή να αλληλεπιδράσουν με άλλο τρόπο μαζί σας. Δε θα βλέπετε το περιεχόμενό τους και θα τους εμποδίζετε να δουν το δικό σας."
 
@@ -1226,11 +1261,11 @@ msgstr "Ο αποκλεισμός δεν εμποδίζει αυτόν τον ε
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Ο αποκλεισμός είναι δημόσιος. Οι αποκλεισμένοι λογαριασμοί δεν μπορούν να απαντήσουν στις συζητήσεις σας, να σας αναφέρουν ή να αλληλεπιδράσουν με άλλο τρόπο μαζί σας."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Ο αποκλεισμός δεν θα εμποδίσει την εφαρμογή ετικετών στον λογαριασμό σας, αλλά θα σταματήσει αυτόν τον λογαριασμό από το να απαντά στις συζητήσεις σας ή να αλληλεπιδρά μαζί σας."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Ιστολόγιο"
 
@@ -1239,7 +1274,7 @@ msgstr "Ιστολόγιο"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Το Bluesky δεν μπορεί να επιβεβαιώσει την αυθεντικότητα της ημερομηνίας που δηλώθηκε."
 
@@ -1265,7 +1300,7 @@ msgstr "Το Bluesky είναι καλύτερο με φίλους!"
 msgid "Bluesky Social Terms of Service"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Το Bluesky θα επιλέξει μια σειρά από προτεινόμενους λογαριασμούς από άτομα στο δίκτυό σας."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Επιχειρήσεις"
 
@@ -1374,45 +1409,47 @@ msgstr "Δημιουργώντας λογαριασμό συμφωνείτε μ
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Κάμερα"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Ακύρωση"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Ακύρωση διαγραφής λογαριασμού"
 msgid "Cancel image crop"
 msgstr "Ακύρωση περικοπής εικόνας"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Ακύρωση επεξεργασίας προφίλ"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Ακυρώνει το άνοιγμα του συνδεδεμένου ιστότοπου"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Δεν μπορείτε να αλληλεπιδράσετε με έναν μπλοκαρισμένο χρήστη"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Υπότιτλοι (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Υπότιτλοι & εναλλακτικό κείμενο"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Αλλαγή"
 
@@ -1478,13 +1514,12 @@ msgstr ""
 msgid "Change app icon to \"{0}\""
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Αλλαγή email"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Αλλαγή διεύθυνσης email"
 
@@ -1497,10 +1532,6 @@ msgstr "Αλλαγή Ονόματος Χρήστη"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Αλλαγή του email μου"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Αλλαγή Κωδικού"
@@ -1513,11 +1544,11 @@ msgstr ""
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Αλλαγή του Email σας"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Αλλαγή της διεύθυνσης email σας"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Συνομιλία"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Σίγαση συνομιλίας"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Ρυθμίσεις συνομιλίας"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Αφαίρεση σίγασης συνομιλίας"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Επιλέξτε μέθοδο επαλήθευσης domain"
 msgid "Choose Feeds"
 msgstr "Επιλέξτε Ροές"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Επιλέξτε για μένα"
 
@@ -1619,7 +1650,7 @@ msgstr "Επιλέξτε αυτό το χρώμα ως εικόνα προφίλ
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr ""
 
@@ -1631,16 +1662,16 @@ msgstr "Επιλέξτε τον κωδικό σας"
 msgid "Choose your username"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Εκκαθάριση όλων των δεδομένων αποθήκευσης"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Εκκαθάριση όλων των δεδομένων αποθήκευσης (επανεκκίνηση μετά από αυτό)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Καθαρισμός αναζήτησης"
 msgid "click here"
 msgstr "κάντε κλικ εδώ"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Κάντε κλικ για να απενεργοποιήσετε τις αναδημοσιεύσεις αυτής της ανάρτησης."
@@ -1676,29 +1715,34 @@ msgstr "Κλίμα"
 msgid "Clip 🐴 clop 🐴"
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Κλείσιμο"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Κλείσιμο ενεργού διαλόγου"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Κλείσιμο κάτω συρταριού"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Κλείσιμο διαλόγου"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr ""
 
@@ -1751,12 +1795,12 @@ msgstr "Κλείσιμο αυτού του διαλόγου"
 msgid "Closes password update alert"
 msgstr "Κλείνει την ειδοποίηση ενημέρωσης κωδικού πρόσβασης"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "Κλείνει το πρόγραμμα προβολής για την εικόνα κεφαλίδας"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Σύμπτυξη λίστας χρηστών"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Συμπτύσσει τη λίστα χρηστών για μια δεδομένη ειδοποίηση"
 
@@ -1791,7 +1835,7 @@ msgstr "Κωμωδία"
 msgid "Comics"
 msgstr "Κόμικς"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Οδηγίες Κοινότητας"
@@ -1804,11 +1848,11 @@ msgstr "Ολοκληρώστε την εισαγωγή και ξεκινήστε
 msgid "Complete the challenge"
 msgstr "Ολοκλήρωση της πρόκλησης"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Σύνταξη νέας ανάρτησης"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Σύνταξη απάντησης"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Συμπίεση βίντεο..."
 
@@ -1828,23 +1872,17 @@ msgstr "Ρύθμιση ρύθμισης φιλτραρίσματος περιε
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Ρυθμισμένο στις <0>ρυθμίσεις διαχείρισης</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Επιβεβαίωση ρυθμίσεων γλώσσας περιεχομένου"
@@ -1861,18 +1899,19 @@ msgstr "Επιβεβαιώστε την ηλικία σας:"
 msgid "Confirm your birthdate"
 msgstr "Επιβεβαιώστε την ημερομηνία γέννησής σας"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Κωδικός επιβεβαίωσης"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Κωδικός Επιβεβαίωσης"
 
@@ -1880,8 +1919,8 @@ msgstr "Κωδικός Επιβεβαίωσης"
 msgid "Connecting..."
 msgstr "Σύνδεση..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Επικοινωνία με την υποστήριξη"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Περιεχόμενο και μέσα"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Περιεχόμενο και Μέσα"
 
@@ -1911,7 +1950,7 @@ msgstr "Φίλτρα περιεχομένου"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Γλώσσες Περιεχομένου"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Φόντο μενού περιβάλλοντος, κάντε κλικ για να κλείσετε το μενού."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Συνέχεια"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Συνέχεια ως {0} (είστε ήδη συνδεδεμένος/η)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Συνέχεια συζήτησης..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Συνέχεια στο επόμενο βήμα"
@@ -1973,7 +2012,7 @@ msgstr "Μαγειρική"
 msgid "Copied"
 msgstr "Αντιγράφηκε"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Η έκδοση build αντιγράφηκε στο πρόχειρο"
 
@@ -1981,8 +2020,8 @@ msgstr "Η έκδοση build αντιγράφηκε στο πρόχειρο"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Αντιγράφηκε στο πρόχειρο"
 
@@ -1991,7 +2030,7 @@ msgstr "Αντιγράφηκε στο πρόχειρο"
 msgid "Copied!"
 msgstr "Αντιγράφηκε!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "Αντιγραφή"
 msgid "Copy App Password"
 msgstr "Αντιγραφή κωδικού πρόσβασης εφαρμογής"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Αντιγραφή κωδικού"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Αντιγραφή DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Αντιγραφή Συνδέσμου"
 msgid "Copy link to list"
 msgstr "Αντιγραφή συνδέσμου στη λίστα"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Αντιγραφή συνδέσμου στην ανάρτηση"
 
@@ -2050,13 +2089,13 @@ msgstr "Αντιγραφή συνδέσμου στην ανάρτηση"
 msgid "Copy message text"
 msgstr "Αντιγραφή κειμένου μηνύματος"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Αντιγραφή κειμένου ανάρτησης"
 
@@ -2068,7 +2107,7 @@ msgstr "Αντιγραφή QR κώδικα"
 msgid "Copy TXT record value"
 msgstr "Αντιγραφή τιμής εγγραφής TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Πολιτική Πνευματικών Δικαιωμάτων"
@@ -2078,7 +2117,7 @@ msgstr "Πολιτική Πνευματικών Δικαιωμάτων"
 msgid "Could not leave chat"
 msgstr "Δεν ήταν δυνατή η αποχώρηση από τη συνομιλία"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Δεν ήταν δυνατή η φόρτωση της ροής"
 
@@ -2094,7 +2133,7 @@ msgstr "Δεν ήταν δυνατή η σίγαση της συνομιλίας
 msgid "Could not process your video"
 msgstr "Δεν ήταν δυνατή η επεξεργασία του βίντεο σας"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Δημιουργία"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Δημιουργία QR κώδικα για ένα starter pack"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Δημιουργία starter pack"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Δημιουργία starter pack για μένα"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Δημιουργία λογαριασμού"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Δημιουργήστε μια εικόνα προφίλ εωαλλακτικά"
 
@@ -2209,13 +2248,13 @@ msgstr "Σκοτεινό θέμα"
 msgid "Date of birth"
 msgstr "Ημερομηνία γέννησης"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Απενεργοποίηση λογαριασμού"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Debug Διαχείρισης"
 
@@ -2237,13 +2276,13 @@ msgstr ""
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Διαγραφή"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Διαγραφή λογαριασμού"
 
@@ -2259,19 +2298,19 @@ msgstr "Διαγραφή κωδικού πρόσβασης εφαρμογής"
 msgid "Delete app password?"
 msgstr "Διαγραφή κωδικού πρόσβασης εφαρμογής;"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Διαγραφή εγγραφής δήλωσης συνομιλίας"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr "Διαγραφή μηνύματος για μένα"
 msgid "Delete my account"
 msgstr "Διαγραφή του λογαριασμού μου"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Διαγραφή ανάρτησης"
 
@@ -2318,7 +2357,7 @@ msgstr "Διαγραφή starter pack;"
 msgid "Delete this list?"
 msgstr "Διαγραφή αυτής της λίστας;"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Διαγραφή αυτής της ανάρτησης;"
 
@@ -2335,19 +2374,19 @@ msgstr "Διαγραμμένος Λογαριασμός"
 msgid "Deleted post."
 msgstr "Διαγραμμένη ανάρτηση."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Περιγραφή"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Η περιγραφή είναι πολύ μεγάλη"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Περιγραφικό εναλλακτικό κείμενο"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Αποσύνδεση απόσπασης"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Αποσύνδεση αναδημοσίευσης;"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Η λειτουργία προγραμματιστή απενεργοποιήθηκε"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Η λειτουργία προγραμματιστή ενεργοποιήθηκε"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Επιλογές προγραμματιστή"
 
@@ -2388,6 +2427,15 @@ msgstr "Διάλογος: ρυθμίστε ποιοι μπορούν να αλλ
 msgid "Dim"
 msgstr "Ντιμαρισμένο"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Απενεργοποίηση Email 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Απενεργοποιημένο"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Απόρριψη"
 
@@ -2420,11 +2468,11 @@ msgstr "Απόρριψη"
 msgid "Discard changes?"
 msgstr "Απόρριψη αλλαγών;"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Απόρριψη προσχεδίου;"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Απόρριψη ανάρτησης;"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Ανακαλύψτε νέες προσαρμοσμένες ροές"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Ανακαλύψτε Νέες Ροές"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Απόρριψη"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Απόρριψη σφάλματος"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "Εμφάνιση μεγαλύτερων ετικετών εναλλακτικού κειμένου"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Εμφανιζόμενο όνομα"
@@ -2482,11 +2530,11 @@ msgstr "Εμφανιζόμενο όνομα"
 msgid "Display Name"
 msgstr "Εμφανιζόμενο Όνομα"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Το όνομα προβολής είναι πολύ μεγάλο"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Δεν ξεκινάει ή τελειώνει με παύλα"
 msgid "Domain verified!"
 msgstr "Το domain σας επαληθεύτηκε!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Ολοκληρώθηκε{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Πατήστε δύο φορές για να κλείσετε το παράθυρο διαλόγου"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "Διάρκεια:"
 msgid "e.g. alice"
 msgstr "π.χ. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "π.χ. Alice Lastname"
 
@@ -2587,7 +2645,7 @@ msgstr "π.χ. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "π.χ. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "π.χ. Καλλιτέχνης, λάτρης των σκύλων και φανατικός αναγνώστης."
 
@@ -2595,19 +2653,19 @@ msgstr "π.χ. Καλλιτέχνης, λάτρης των σκύλων και 
 msgid "E.g. artistic nudes."
 msgstr "Π.χ. καλλιτεχνικά γυμνά."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "π.χ. Σπουδαίες αφίσες"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "π.χ. Spammers"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "π.χ. Οι δημιουργοί που δεν θες να χάσεις."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "π.χ. Χρήστες που απαντούν επανειλημμένα με διαφημίσεις."
 
@@ -2615,7 +2673,7 @@ msgstr "π.χ. Χρήστες που απαντούν επανειλημμένα
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Κάθε κωδικός λειτουργεί μία φορά. Θα λαμβάνετε περισσότερους κωδικούς πρόσκλησης περιοδικά."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Επεξεργασία"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Επεξεργασία εικόνας προφίλ"
 
@@ -2637,14 +2695,14 @@ msgstr "Επεξεργασία εικόνας προφίλ"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Επεξεργασία εικόνας"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Επεξεργασία ρυθμίσεων αλληλεπίδρασης"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Επεξεργασία λεπτομερειών λίστας"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Επεξεργασία λίστας διαχείρισης"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Επεξεργασία των ροών μου"
 
@@ -2679,15 +2742,15 @@ msgstr "Επεξεργασία ατόμων"
 msgid "Edit post interaction settings"
 msgstr "Επεξεργασία ρυθμίσεων αλληλεπίδρασης ανάρτησης"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Επεξεργασία προφίλ"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Επεξεργασία προφίλ"
 
@@ -2695,7 +2758,7 @@ msgstr "Επεξεργασία προφίλ"
 msgid "Edit starter pack"
 msgstr "Επεξεργασία starter pack"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Επεξεργασία λίστας χρηστών"
 
@@ -2707,11 +2770,11 @@ msgstr "Επεξεργασία του ποιος μπορεί να απαντή
 msgid "Edit your display name"
 msgstr "Επεξεργασία του ονόματος προβολής σας"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Επεξεργασία της περιγραφής του προφίλ σας"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Επεξεργασία του starter pack σας"
 
@@ -2724,9 +2787,8 @@ msgstr "Εκπαίδευση"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr ""
 
@@ -2747,20 +2809,17 @@ msgstr "Διεύθυνση email"
 msgid "Email Resent"
 msgstr "Email Απεστάλη ξανά"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Email ενημερώθηκε"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Email Ενημερώθηκε"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Email επαληθεύτηκε"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Ενσωματώστε κώδικα HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Ενσωμάτωση ανάρτησης"
 
@@ -2785,8 +2844,9 @@ msgstr "Ενσωματώστε αυτήν την ανάρτηση στον ισ
 msgid "Embedded video player"
 msgstr ""
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Ενεργοποίηση"
 
@@ -2798,9 +2858,9 @@ msgstr "Ενεργοποίηση μόνο {0}"
 msgid "Enable adult content"
 msgstr "Ενεργοποίηση περιεχομένου ενηλίκων"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Ενεργοποίηση 2FA μέσω email"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Ενεργοποιημένο"
 msgid "End of feed"
 msgstr "Τέλος ροής"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Βεβαιωθείτε ότι έχετε επιλέξει γλώσσα για κάθε αρχείο υπότιτλων."
 
@@ -2860,14 +2920,15 @@ msgstr "Εισάγετε έναν κωδικό πρόσβασης"
 msgid "Enter a word or tag"
 msgstr "Εισάγετε μια λέξη ή ετικέτα"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Εισάγετε κωδικό"
 
-#: 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 ""
@@ -2897,11 +2958,7 @@ msgstr "Εισάγετε την ημερομηνία γέννησης σας"
 msgid "Enter your email address"
 msgstr "Εισάγετε την διεύθυνση email σας"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Εισάγετε το νέο σας email παραπάνω"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Εισάγετε τη νέα σας διεύθυνση email παρακάτω."
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Σφάλμα"
@@ -2997,15 +3054,15 @@ msgstr "Έξοδος από την προβολή εικόνας"
 msgid "Expand alt text"
 msgstr "Ανάπτυξη εναλλακτικού κειμένου"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Ανάπτυξη λίστας χρηστών"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Ανάπτυξη ή συμπίεση της πλήρους ανάρτησης στην οποία απαντάτε"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "Λήγει {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Γυμνό ή ενδεχομένως ενοχλητικό μέσο."
 msgid "Explicit sexual images."
 msgstr "Γυμνές σεξουαλικές εικόνες."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Εξαγωγή των δεδομένων μου"
 
@@ -3071,12 +3132,12 @@ msgstr "Εξωτερικό μέσο"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Τα εξωτερικά μέσα ενδέχεται να επιτρέπουν σε ιστοσελίδες να συλλέγουν πληροφορίες για εσάς και τη συσκευή σας. Καμία πληροφορία δεν αποστέλλεται ή ζητείται μέχρι να πατήσετε το κουμπί \"αναπαραγωγή\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Προτιμήσεις εξωτερικού μέσου"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Απέτυχε η αλλαγή του ονόματος χρήστη. Παρακαλώ δοκιμάστε ξανά."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Απέτυχε η δημιουργία κωδικού πρόσβασης εφαρμογής. Παρακαλώ δοκιμάστε ξανά."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Απέτυχε η δημιουργία starter pack"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Απέτυχε η δημιουργία της λίστας. Ελέγξτε τη σύνδεση στο internet και δοκιμάστε ξανά."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Απέτυχε η διαγραφή μηνύματος"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Απέτυχε η διαγραφή ανάρτησης, παρακαλώ δοκιμάστε ξανά"
 
@@ -3129,7 +3186,7 @@ msgstr "Απέτυχε η διαγραφή ανάρτησης, παρακαλώ
 msgid "Failed to delete starter pack"
 msgstr "Απέτυχε η διαγραφή starter pack"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Απέτυχε η αποστολή"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Απέτυχε η υποβολή ένστασης, παρακαλώ δοκιμάστε ξανά."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Απέτυχε η εναλλαγή σίγασης συνομιλίας, παρακαλώ δοκιμάστε ξανά"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Απέτυχε η ενημέρωση ροών"
@@ -3219,11 +3290,15 @@ msgstr "Απέτυχε η ενημέρωση ρυθμίσεων"
 msgid "Failed to upload video"
 msgstr "Απέτυχε η μεταφόρτωση βίντεο"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Απέτυχε η επαλήθευση του ονόματος χρήστη. Παρακαλώ δοκιμάστε ξανά."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Ροή"
 
@@ -3242,24 +3317,24 @@ msgstr "Εναλλαγή ροής"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Σχόλια"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Τα σχόλια στάλθηκαν!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Ροές"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Ευέλικτο"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Ακολουθήστε"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Ακολουθήστε"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Ακολουθήστε {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Ακολουθήστε {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr ""
 msgid "Follow 7 accounts"
 msgstr "Ακολουθήστε 7 λογαριασμούς"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr ""
 
@@ -3391,7 +3462,7 @@ msgstr ""
 msgid "Follow all"
 msgstr "Ακολουθήστε τους όλους"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Κάντε follow back"
@@ -3417,7 +3488,7 @@ msgstr "Ακολουθείται από <0>{0}</0> και <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Ακολουθείται από <0>{0}</0>, <1>{1}</1>, και {2, plural, one {# άλλον} other {# άλλους}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Ακολούθοι του/της @{0} που γνωρίζετε"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Ακολούθοι που γνωρίζετε"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Ακολουθείτε"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Ακολουθείτε {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Ακολουθείτε {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Προτιμήσεις της ροής Ακολουθείτε"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Προτιμήσεις της ροής Ακολουθείτε"
@@ -3524,7 +3591,7 @@ msgstr "Συχνά δημοσιεύει ανεπιθύμητο περιεχόμ
 msgid "From @{sanitizedAuthor}"
 msgstr "Από @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Από <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Από <0/>"
 msgid "Gallery"
 msgstr "Εικόνες"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Δημιουργήστε ένα starter pack"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Λάβετε βοήθεια"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Ξεκινήστε"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Ξεκινώντας"
 msgid "GIF"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Δώστε στο προφίλ σας ένα πρόσωπο"
 
@@ -3567,10 +3636,10 @@ msgstr "Φανοφανείς παραβιάσεις του νόμου ή των
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Πίσω"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Αρχική"
 msgid "Go Home"
 msgstr "Αρχική"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Εικονικά μέσα"
 msgid "Half way there!"
 msgstr "Στα μισά της διαδρομής!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Όνομα χρήστη"
 
@@ -3665,7 +3750,7 @@ msgstr "Απτικές αντιδράσεις"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Παρενοχλήσεις, τρολάρισμα ή μισαλλοδοξία"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr ""
 
@@ -3673,19 +3758,24 @@ msgstr ""
 msgid "Hashtag {tag}"
 msgstr ""
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Έχετε πρόβλημα;"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Βοήθεια"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Βοηθήστε τους ανθρώπους να καταλάβουν ότι δεν είστε bot ανεβάζοντας μια εικόνα ή δημιουργώντας μια εικόνα προφίλ."
 
@@ -3698,7 +3788,7 @@ msgstr "Αυτός είναι ο κωδικός πρόσβασης της εφα
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr "Κρυφή λίστα"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Απόκρυψη"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Απόκρυψη"
@@ -3729,18 +3819,18 @@ msgstr "Απόκρυψη"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Απόκρυψη ανάρτησης για μένα"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Απόκρυψη απάντησης για όλους"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Απόκρυψη απάντησης για μένα"
 
@@ -3748,12 +3838,12 @@ msgstr "Απόκρυψη απάντησης για μένα"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Απόκρυψη αυτής της ανάρτησης;"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Απόκρυψη αυτής της απάντησης;"
 
@@ -3771,7 +3861,7 @@ msgstr ""
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Απόκρυψη λίστας χρηστών"
 
@@ -3817,11 +3907,11 @@ msgstr "Χμμμ, δεν καταφέραμε να φορτώσουμε αυτή
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Περιμένετε! Δίνουμε σταδιακά πρόσβαση στο βίντεο και εσείς περιμένετε στην ουρά. Ελέγξτε ξανά σύντομα!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Αρχική"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr ""
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Πώς πρέπει να ανοίξουμε αυτόν τον σύνδεσμο;"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Έχω έναν κωδικό"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Έχω έναν κωδικό"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Έχω έναν κωδικό επιβεβαίωσης"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Εάν διαγράψετε αυτήν τη λίστα, δεν θα μπ
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Εάν καταργήσετε αυτήν την ανάρτηση, δεν θα μπορείτε να την ανακτήσετε."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Εάν θέλετε να αλλάξετε τον κωδικό σας, θα σας στείλουμε έναν κωδικό για να επαληθεύσουμε ότι αυτός είναι ο λογαριασμός σας."
@@ -3915,18 +4008,19 @@ msgstr "Παράνομο και Επείγον"
 msgid "Image"
 msgstr "Εικόνα"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Η εικόνα αποθηκεύτηκε στο άλμπουμ της συσκευής σας!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Μη έγκυρος κωδικός επιβεβαίωσης 2FA."
 msgid "Invalid handle. Please try a different one."
 msgstr "Μη έγκυρο όνομα χρήστη. Παρακαλώ δοκιμάστε ένα διαφορετικό."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Μη έγκυρη ή μη υποστηριζόμενη εγγραφή ανάρτησης"
 
@@ -4041,12 +4135,12 @@ msgstr "Είναι σωστό"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Είστε μόνοι σας αυτή τη στιγμή! Προσθέστε περισσότερους ανθρώπους στο starter pack σας κάνοντας αναζήτηση παραπάνω."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID εργασίας: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Εργασίες"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Επισημασμένο από τον/την συγγραφέα."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Ετικέτες"
 
@@ -4100,13 +4194,13 @@ msgstr "Οι Ετικέτες στο περιεχόμενό σας"
 msgid "Language selection"
 msgstr "Επιλογή γλώσσας"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Ρυθμίσεις γλώσσας"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Γλώσσες"
 
@@ -4124,12 +4218,12 @@ msgstr "Πιο πρόσφατα"
 msgid "learn more"
 msgstr "μαθετε περισσότερα"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Μάθετε περισσότερα"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Μάθετε περισσότερα για το Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Μάθετε περισσότερα για τη διαχείριση π
 msgid "Learn more about this warning"
 msgstr "Μάθετε περισσότερα για αυτήν την προειδοποίηση"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Αποχώρηση από το Bluesky"
 msgid "left to go."
 msgstr "απομένουν."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Αφήστε με να διαλέξω"
 
@@ -4230,7 +4324,7 @@ msgstr "Φωτεινό"
 msgid "Like"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -4247,12 +4341,12 @@ msgstr "\"Μου αρέσει\" σε 10 αναρτήσεις για να εκπ
 msgid "Like this feed"
 msgstr "Πατήστε \"Μου αρέσει\" σε αυτήν την ροή"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "\"Μου αρέσει\" από"
 
@@ -4269,16 +4363,16 @@ msgstr ""
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "\"Μου αρέσει\""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "\"Μου αρέσει\" σε αυτήν την ανάρτηση"
 
@@ -4287,11 +4381,11 @@ msgstr "\"Μου αρέσει\" σε αυτήν την ανάρτηση"
 msgid "Linear"
 msgstr ""
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Λίστα"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Εικόνα λίστας"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Λίστα σε σίγαση"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Όνομα λίστας"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Λίστα αφαίρεση σίγασης"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Λίστες"
 
@@ -4358,6 +4452,22 @@ msgstr "Λίστες"
 msgid "Lists blocking this user:"
 msgstr "Λίστες που μπλοκάρουν αυτόν τον χρήστη:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Φόρτωση περισσότερων"
@@ -4370,18 +4480,18 @@ msgstr "Φόρτωση περισσότερων προτεινόμενων ρο
 msgid "Load new notifications"
 msgstr "Φόρτωση νέων ειδοποιήσεων"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Φόρτωση νέων αναρτήσεων"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Φόρτωση..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Ημερολόγιο"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Λογότυπο από <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Φαίνεται ότι ξεκαρφώσατε όλες τις ροές
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Φαίνεται ότι λείπει μια ροή που ακολουθείτε. <0>Κάντε κλικ εδώ για να προσθέσετε μια.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Φτιάξε ένα για μένα"
 
@@ -4455,7 +4569,14 @@ msgstr "Σημείωση ως ανάγνωση"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Μέσα"
 
@@ -4479,7 +4600,7 @@ msgstr ""
 msgid "Menu"
 msgstr "Μενού"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Μήνυμα {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Το μήνυμα είναι πολύ μακρύ"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Μηνύματα"
 
@@ -4532,10 +4653,10 @@ msgstr "Παραπλανητικός Λογαριασμός"
 msgid "Misleading Post"
 msgstr "Παραπλανητική Δημοσίευση"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Διαχείριση"
 
@@ -4557,12 +4678,12 @@ msgstr "Λίστα διαχείρισης από <0/>"
 msgid "Moderation list by you"
 msgstr "Λίστα διαχείρισης από εσάς"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Η Λίστα διαχείρισης δημιουργήθηκε"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Η Λίστα διαχείρισης ενημερώθηκε"
@@ -4571,8 +4692,8 @@ msgstr "Η Λίστα διαχείρισης ενημερώθηκε"
 msgid "Moderation lists"
 msgstr "Λίστες διαχείρισης"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Λίστες Διαχείρισης"
 
@@ -4580,7 +4701,7 @@ msgstr "Λίστες Διαχείρισης"
 msgid "moderation settings"
 msgstr "ρυθμίσεις διαχείρισης"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Καταστάσεις διαχείρισης"
 
@@ -4593,7 +4714,7 @@ msgstr "Εργαλεία διαχείρισης"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Ο/η διαχειριστής επέλεξε να θέσει μια γενική προειδοποίηση στο περιεχόμενο."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Περισσότερα"
 
@@ -4602,8 +4723,8 @@ msgstr "Περισσότερα"
 msgid "More feeds"
 msgstr "Περισσότερες ροές"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Περισσότερες επιλογές"
@@ -4637,10 +4758,10 @@ msgstr "Σίγαση"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr ""
 
@@ -4689,13 +4810,13 @@ msgstr "Σίγαση αυτής της λέξης μόνο στις ετικέτ
 msgid "Mute this word until you unmute it"
 msgstr "Σίγαση αυτής της λέξης μέχρι να την ξεσιγάσετε"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Σίγαση νήματος"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Σίγαση λέξεων & ετικετών"
 
@@ -4703,12 +4824,12 @@ msgstr "Σίγαση λέξεων & ετικετών"
 msgid "Muted accounts"
 msgstr "Λογαριασμοί σε σίγαση"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Λογαριασμοί σε σίγαση"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr ""
 
@@ -4729,15 +4850,15 @@ msgstr "Η σίγαση είναι ιδιωτική. Οι λογαριασμοί
 msgid "My Birthday"
 msgstr "Τα γενέθλιά μου"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Οι Ροές μου"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Όνομα"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Απαιτείται όνομα"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Μεταβαίνει στην επόμενη οθόνη"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Μεταβαίνει στο προφίλ σας"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Πρέπει να το αλλάξετε;"
 
@@ -4797,18 +4918,23 @@ msgstr "Δεν πειράζει, δημιουργήστε ένα όνομα χρ
 msgid "New"
 msgstr "Νέο"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Νέο"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Νέα συνομιλία"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Νέο όνομα χρήστη"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr ""
 
@@ -4828,7 +4954,7 @@ msgstr ""
 msgid "New messages"
 msgstr "Νέα μηνύματα"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Νέα λίστα διαχείρισης"
 
@@ -4840,10 +4966,10 @@ msgstr "Νέος κωδικός πρόσβασης"
 msgid "New Password"
 msgstr "Νέος Κωδικός Πρόσβασης"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Νέα δημοσίευση"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Νέα Δημοσίευση"
@@ -4863,7 +4989,7 @@ msgstr "Νέα Δημοσίευση"
 msgid "New user info dialog"
 msgstr "Νέο παράθυρο πληροφοριών χρήστη"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Νέα λίστα χρηστών"
 
@@ -4911,6 +5037,10 @@ msgstr "Δεν υπάρχουν ακόμη κωδικοί πρόσβασης ε
 msgid "No DNS Panel"
 msgstr "Χωρίς πίνακα DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Δεν βρέθηκαν προτεινόμενα GIF. Μπορεί να υπάρχει πρόβλημα με το Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Δεν βρέθηκαν ροές. Δοκιμάστε να αναζητή
 msgid "No likes yet"
 msgstr "Δεν υπάρχουν ακόμη \"Μου αρέσει\""
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Δεν ακολουθώ πλέον τον {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Δεν υπάρχουν ακόμη παραθέσεις"
 msgid "No reposts yet"
 msgstr "Δεν υπάρχουν ακόμη αναδημοσιεύσεις"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Χωρίς αποτέλεσμα"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Δεν βρέθηκαν αποτελέσματα"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Δεν βρέθηκαν αποτελέσματα για “{query}”"
 
@@ -5032,19 +5162,14 @@ msgstr "Μη σεξουαλικό γυμνό"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Δεν Βρέθηκε"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Όχι τώρα"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Σημείωση σχετικά με την κοινή χρήση"
 
@@ -5052,7 +5177,7 @@ msgstr "Σημείωση σχετικά με την κοινή χρήση"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Σημείωση: Το Bluesky είναι ένα ανοιχτό και δημόσιο δίκτυο. Αυτή η ρύθμιση περιορίζει μόνο την ορατότητα του περιεχομένου σας στην εφαρμογή και τον ιστότοπο Bluesky, και άλλες εφαρμογές ενδέχεται να μην σεβαστούν αυτήν τη ρύθμιση. Το περιεχόμενό σας μπορεί να εξακολουθεί να εμφανίζεται σε χρήστες που δεν έχουν συνδεθεί από άλλες εφαρμογές και ιστότοπους."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Τίποτα εδώ"
 
@@ -5060,7 +5185,7 @@ msgstr "Τίποτα εδώ"
 msgid "Notification filters"
 msgstr "Φίλτρα ειδοποιήσεων"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Ρυθμίσεις ειδοποιήσεων"
@@ -5077,11 +5202,11 @@ msgstr "Ήχοι ειδοποιήσεων"
 msgid "Notification Sounds"
 msgstr "Ήχοι Ειδοποιήσεων"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Ειδοποιήσεις"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Ωχ όχι! Κάτι πήγε στραβά."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr ""
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Εντάξει"
 
@@ -5140,19 +5265,19 @@ msgstr "Πιο παλιές απαντήσεις πρώτα"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Επαναφορά onboardin"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Ένα ή περισσότερα GIF λείπουν το εναλλακτικό κείμενο."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Μία ή περισσότερες εικόνες λείπουν το εναλλακτικό κείμενο."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Ένα ή περισσότερα βίντεο λείπουν το εναλλακτικό κείμενο."
 
@@ -5168,7 +5293,7 @@ msgstr "Μόνο ο/η {0} μπορεί να απαντήσει."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Περιέχει μόνο γράμματα, αριθμούς και παύλες"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Υποστηρίζονται μόνο αρχεία εικόνας"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ουπς, κάτι πήγε στραβά!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ουπς!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ουπς!"
 msgid "Open"
 msgstr "Άνοιγμα"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Άνοιγμα μενού συντόμευσης προφίλ {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Άνοιγμα δημιουργού εικόνας προφίλ"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr ""
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Άνοιγμα επιλογέα emoji"
 
@@ -5225,7 +5346,7 @@ msgstr ""
 msgid "Open feed options menu"
 msgstr "Άνοιγμα μενού επιλογών ροών"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Άνοιγμα συνδέσμου προς {niceUrl}"
 msgid "Open message options"
 msgstr "Άνοιγμα επιλογών μηνύματος"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Άνοιγμα σελίδας εντοπισμού σφαλμάτων διαχείρισης"
 
@@ -5249,20 +5370,25 @@ msgstr "Άνοιγμα ρυθμίσεων λέξεων και ετικετών 
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Άνοιγμα μενού επιλογών δημοσίευσης"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Άνοιγμα μενού starter pack"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Άνοιγμα σελίδας storybook"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Άνοιγμα αρχείου καταγραφής συστήματος"
 
@@ -5282,19 +5408,19 @@ msgstr "Ανοίγει ένα παράθυρο διαλόγου για να επ
 msgid "Opens additional details for a debug entry"
 msgstr "Ανοίγει πρόσθετες λεπτομέρειες για μια καταχώρηση εντοπισμού σφαλμάτων"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Ανοίγει την κάμερα στη συσκευή"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "Ανοίγει το εργαλείο σύνταξης κειμένου"
 msgid "Opens device photo gallery"
 msgstr "Ανοίγει τη συλλογή φωτογραφιών της συσκευής"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr ""
 msgid "Opens GIF select dialog"
 msgstr "Ανοίγει το παράθυρο επιλογής GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "Ανοίγει τη λίστα με τους κωδικούς πρόσκλησης"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Ανοίγει τη φόρμα επαναφοράς κωδικού πρόσβασης"
@@ -5340,12 +5470,12 @@ msgstr "Ανοίγει τη φόρμα επαναφοράς κωδικού πρ
 msgid "Opens the linked website"
 msgstr "Ανοίγει τον συνδεδεμένο ιστότοπο"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Ανοίγει αυτό το προφίλ"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Ανοίγει την επιλογή βίντεο"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Άλλο"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Άλλος λογαριασμός"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Η Σελίδα Δεν Βρέθηκε"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Παύση βίντεο"
 msgid "People"
 msgstr "Άτομα"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Άτομα που ακολουθούν τον/την @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Άτομα που ακολουθούνται από τον/την @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Καρφίτσωμα στην αρχική"
 msgid "Pin to Home"
 msgstr "Καρφίτσωμα στην Αρχική"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Καρφίτσωμα στο προφίλ σας"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Καρφιτσωμένο"
 
@@ -5578,14 +5708,14 @@ msgstr "Παρακαλώ επιλέξτε το όνομα χρήστη σας."
 msgid "Please choose your password."
 msgstr "Παρακαλώ επιλέξτε τον κωδικό πρόσβασης σας."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Παρακαλώ ολοκληρώστε τον έλεγχο captcha."
 
-#: 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 "Παρακαλώ επιβεβαιώστε το email σας πριν το αλλάξετε. Αυτή είναι μια προσωρινή απαίτηση ενώ προστίθενται εργαλεία ενημέρωσης email και σύντομα θα καταργηθεί."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Παρακαλώ εισάγετε ένα μοναδικό όνομα για αυτόν τον κωδικό πρόσβασης εφαρμογής ή χρησιμοποιήστε τον τυχαία δημιουργημένο από εμάς."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Παρακαλώ εισάγετε μια έγκυρη λέξη, ετικέτα ή φράση για να θέσετε σε σίγαση"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Παρακαλώ εισάγετε το email σας."
 msgid "Please enter your invite code."
 msgstr "Παρακαλώ εισάγετε τον κωδικό πρόσκλησης σας."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Παρακαλώ συνδεθείτε ως @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Παρακαλώ Επιβεβαιώστε το Email Σας"
 
@@ -5662,7 +5818,7 @@ msgstr "Πολιτική"
 msgid "Porn"
 msgstr "Πορνογραφία"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Δημοσίευση"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Δημοσίευση"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Δημοσίευση Όλων"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Δημοσίευση από {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Δημοσίευση από @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Η δημοσίευση διαγράφηκε"
@@ -5697,7 +5853,7 @@ msgstr "Η δημοσίευση διαγράφηκε"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Η δημοσίευση απέτυχε να μεταφορτωθεί. Παρακαλώ ελέγξτε τη σύνδεση στο internet και προσπαθήστε ξανά."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr "Δημοσίευση κρυμμένη από εσάς"
 msgid "Post interaction settings"
 msgstr "Ρυθμίσεις αλληλεπίδρασης δημοσίευσης"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Δημοσίευση ξεκαρφιτσωμένη"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Δημοσιεύσεις"
@@ -5789,7 +5945,7 @@ msgstr "Πατήστε για να δείτε τους ακόλουθους αυ
 msgid "Previous image"
 msgstr "Προηγούμενη εικόνα"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Κύρια Γλώσσα"
 
@@ -5807,26 +5963,26 @@ msgstr "Προτεραιότητες ειδοποιήσεων"
 msgid "Privacy"
 msgstr "Απόρρητο"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Απόρρητο και ασφάλεια"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Απόρρητο και Ασφάλεια"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Πολιτική Απορρήτου"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Επεξεργασία βίντεο..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Επεξεργασία..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "προφίλ"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Προφίλ"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Προφίλ ενημερωμένο"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "Ο κωδικός QR αποθηκεύτηκε στο φιλμ της κ
 msgid "Quote post"
 msgstr "Παράθεση δημοσίευσης"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Η παράθεση δημοσίευσης προστέθηκε ξανά"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Η παράθεση δημοσίευσης αφαιρέθηκε επιτυχώς"
 
@@ -5927,7 +6083,7 @@ msgstr "Ρυθμίσεις παραθέσεων"
 msgid "Quotes"
 msgstr "Παραθέσεις"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Παραθέσεις αυτής της δημοσίευσης"
 
@@ -5942,8 +6098,8 @@ msgstr "Τυχαίο (aka “Poster’s Roulette”)"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Προσθήκη παράθεσης ξανά"
 
@@ -5960,15 +6116,15 @@ msgstr "Επαναενεργοποίηση του λογαριασμού σας"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Διαβάστε το blog του Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Επανασύνδεση"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Επαναφόρτωση συνομιλιών"
@@ -6022,7 +6178,7 @@ msgstr "Επαναφόρτωση συνομιλιών"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Αφαίρεση"
 msgid "Remove {displayName} from starter pack"
 msgstr "Αφαίρεση του/της {displayName} από το starter pack"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Αφαίρεση λογαριασμού"
 
@@ -6046,13 +6202,13 @@ msgstr "Αφαίρεση λογαριασμού"
 msgid "Remove attachment"
 msgstr "Αφαίρεση συνημμένου"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Αφαίρεση φωτογραφίας προφίλ"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr ""
 
@@ -6079,7 +6235,7 @@ msgstr "Αφαίρεση ροής;"
 msgid "Remove from my feeds"
 msgstr "Αφαίρεση από τις ροές μου"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Αφαίρεση από την γρήγορη πρόσβαση;"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "Αφαίρεση εικόνας"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Αφαίρεση λέξης σε σίγαση από τη λίστα σας"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Αφαίρεση προφίλ"
 
@@ -6114,7 +6275,7 @@ msgstr "Αφαίρεση παράθεσης"
 msgid "Remove repost"
 msgstr "Αφαίρεση αναδημοσίευσης"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Αφαίρεση αρχείου υπότιτλων"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Αφαιρέθηκε από τις ροές σας"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Αφαιρεί την παρατεθειμένη δημοσίευση"
@@ -6181,7 +6338,7 @@ msgstr "Αφαιρεί την παρατεθειμένη δημοσίευση"
 msgid "Replace with Discover"
 msgstr "Αντικατάσταση με την ροή Ανακαλύψτε"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Απαντήσεις"
 
@@ -6193,12 +6350,12 @@ msgstr "Οι απαντήσεις είναι απενεργοποιημένες"
 msgid "Replies to this post are disabled."
 msgstr "Οι απαντήσεις σε αυτή τη δημοσίευση είναι απενεργοποιημένες."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Απάντηση"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr "Οι ρυθμίσεις απαντήσεων επιλέγονται απ
 msgid "Reply sorting"
 msgstr ""
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Απάντηση σε <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Απάντηση σε μια μπλοκαρισμένη δημοσίευση"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Απάντηση σε μια δημοσίευση"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Απάντηση σε εσάς"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Η ορατότητα απάντησης ενημερώθηκε"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Η απάντηση κρύφτηκε επιτυχώς"
 
@@ -6261,16 +6418,16 @@ msgstr "Η απάντηση κρύφτηκε επιτυχώς"
 msgid "Report"
 msgstr "Αναφορά"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Αναφορά συνομιλίας"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Αναφορά μηνύματος"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Αναφορά δημοσίευσης"
 
@@ -6369,27 +6526,27 @@ msgstr "Αναδημοσίευση ή παράθεση ανάρτησης"
 msgid "Reposted By"
 msgstr "Αναδημοσίευση από"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Αναδημοσίευση από {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Αναδημοσίευση από <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Αναδημοσίευση από εσάς"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Αναδημοσίευση αυτής της ανάρτησης"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Αίτηση αλλαγής"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Αίτηση κώδικα"
 msgid "Require alt text before posting"
 msgstr "Απαιτείται εναλλακτικό κείμενο πριν την ανάρτηση"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr "Απαιτείται για αυτόν τον πάροχο"
 msgid "Required in your region"
 msgstr "Απαιτείται στην περιοχή σας"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Επανεπιβεβαίωση email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Επανεπιβεβαίωση Email"
@@ -6436,8 +6599,8 @@ msgstr "Επαναφορά κωδικού"
 msgid "Reset Code"
 msgstr "Επαναφορά Κωδικού"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr ""
 
@@ -6458,10 +6621,10 @@ msgstr "Επανάληψη της τελευταίας ενέργειας, η ο
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Επιστροφή στην προηγούμενη σελίδα"
 msgid "Returns to home page"
 msgstr "Επιστροφή στην αρχική σελίδα"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Αποθήκευση"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Αποθήκευση"
@@ -6534,7 +6699,7 @@ msgstr "Αποθήκευση ημερομηνίας γέννησης"
 msgid "Save changes"
 msgstr "Αποθήκευση αλλαγών"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Αποθήκευση αλλαγών"
 
@@ -6564,16 +6729,12 @@ msgstr "Αποθήκευση στις ροές μου"
 msgid "Saved Feeds"
 msgstr "Αποθηκευμένες ροές"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Αποθηκεύτηκε στο άλμπουμ της κάμεράς σας"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Αποθηκεύτηκε στις ροές σας"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Αποθηκεύει τυχόν αλλαγές στο προφίλ σας"
 
@@ -6583,8 +6744,8 @@ msgstr "Αποθηκεύει τις ρυθμίσεις περικοπής εικ
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Πείτε γεια!"
 
@@ -6602,11 +6763,11 @@ msgstr "Μετακίνηση στην κορυφή"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Αναζήτηση"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr ""
 
@@ -6656,8 +6817,8 @@ msgstr "Αναζήτηση GIFs"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Απαιτείται ένα βήμα ασφαλείας"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Δείτε θέσεις εργασίας στο Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Επιλογή χρώματος"
 msgid "Select account"
 msgstr "Επιλογή λογαριασμού"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Επιλογή εικόνας προφίλ"
@@ -6727,10 +6896,22 @@ msgstr "Επιλογή εικόνας προφίλ"
 msgid "Select an emoji"
 msgstr "Επιλογή emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Επιλογή γλωσσών περιεχομένου"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Επιλογή από υπάρχοντα λογαριασμό"
@@ -6747,11 +6928,11 @@ msgstr "Επιλέξτε GIF “{0}”"
 msgid "Select how long to mute this word for."
 msgstr "Επιλέξτε πόσο καιρό να σιωπήσετε αυτήν τη λέξη."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Επιλογή γλώσσας..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Επιλογή γλωσσών"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Επιλογή διαχειριστή"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Επιλέξτε το emoji {emojiName} ως εικόνα προφίλ 
 msgid "Select the moderation service(s) to report to"
 msgstr "Επιλέξτε την/τις υπηρεσία/ες διαχείρισης στις οποίες θα καταγγείλετε"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Επιλογή βίντεο"
 
@@ -6784,11 +6969,11 @@ msgstr "Επιλογή βίντεο"
 msgid "Select what content this mute word should apply to."
 msgstr "Επιλέξτε σε ποιο περιεχόμενο πρέπει να εφαρμόζεται αυτή η λέξη σίγασης."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Επιλέξτε ποιες γλώσσες θέλετε να περιλαμβάνονται στις ροές που ακολουθείτε. Εάν δεν επιλεγεί καμία, θα εμφανίζονται όλες οι γλώσσες."
 
@@ -6801,7 +6986,7 @@ msgstr "Επιλέξτε την ημερομηνία γέννησής σας"
 msgid "Select your interests from the options below"
 msgstr "Επιλέξτε τα ενδιαφέροντά σας από τις παρακάτω επιλογές"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Επιλέξτε την προτιμώμενη γλώσσα σας για τις μεταφράσεις στη ροή σας."
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "Στείλτε μια σένια ιστοσελίδα!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Αποστολή επιβεβαίωσης"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Αποστολή email επιβεβαίωσης"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Αποστολή email επιβεβαίωσης"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Αποστολή email"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Αποστολή Email"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Αποστολή σχολίων"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Αποστολή μηνύματος"
@@ -6863,13 +7046,14 @@ msgstr "Αποστολή καταγγελίας σε {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Αποστολή email επαλήθευσης"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Αποστολή μέσω προσωπικού μηνύματος"
 
@@ -6901,10 +7085,10 @@ msgstr "Ρύθμιση του λογαριασμού σας"
 msgid "Sets email for password reset"
 msgstr "Ορίζει email για επαναφορά κωδικού πρόσβασης"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Ρυθμίσεις"
 
@@ -6926,16 +7110,16 @@ msgstr "Σεξουαλικά προκλητικό"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Κοινή χρήση"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Κοινή χρήση"
@@ -6948,9 +7132,9 @@ msgstr "Κοινή χρήση μιας κουλ ιστορίας!"
 msgid "Share a fun fact!"
 msgstr "Κοινή χρήση ενός διασκεδαστικού γεγονότος!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Κοινή χρήση ούτως ή άλλως"
 
@@ -6990,7 +7174,7 @@ msgstr "Μοιραστείτε αυτό το Starter Pack και βοηθήστ
 msgid "Share your favorite feed!"
 msgstr "Κοινή χρήση της αγαπημένης σας ροής!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Ελεγκτής κοινών προτιμήσεων"
 
@@ -7011,8 +7195,8 @@ msgstr "Εμφάνιση εναλλακτικού κειμένου"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Εμφάνιση ούτως ή άλλως"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Εμφάνιση κρυφών απαντήσεων"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Εμφάνιση λιγότερων παρόμοιων"
 
@@ -7042,14 +7226,14 @@ msgstr "Εμφάνιση λιγότερων παρόμοιων"
 msgid "Show list anyway"
 msgstr "Εμφάνιση λίστας ούτως ή άλλως"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Εμφάνιση περισσότερων"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Εμφάνιση περισσότερων σαν αυτό"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr "Εμφάνιση απαντήσεων από άτομα που ακολουθείτε πριν από όλες τις άλλες απαντήσεις"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Εμφάνιση απάντησης για όλους"
 
@@ -7102,11 +7286,11 @@ msgstr "Εμφάνιση προειδοποίησης"
 msgid "Show warning and filter from feeds"
 msgstr "Εμφάνιση προειδοποίησης και φιλτράρισμα από τις ροές"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "Σύνδεση"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Σύνδεση ως {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Συνδεθείτε ή δημιουργήστε λογαριασμό για να συμμετάσχετε στη συζήτηση!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr ""
 
@@ -7158,15 +7342,15 @@ msgstr ""
 msgid "Sign in to Bluesky or create a new account"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Αποσύνδεση"
 
@@ -7174,8 +7358,8 @@ msgstr "Αποσύνδεση"
 msgid "Sign Out"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Αποσύνδεση;"
 
@@ -7206,12 +7390,17 @@ msgstr "Παράλειψη αυτής της ροής"
 msgid "Smaller"
 msgstr "Μικρότερο"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Ανάπτυξη λογισμικού"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Κάτι πήγε στραβά"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr ""
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr ""
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; υπερβολικές αναφορές ή απαντήσεις"
 msgid "Sports"
 msgstr "Αθλήματα"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Έναρξη νέας συνομιλίας"
 
@@ -7322,8 +7511,8 @@ msgstr ""
 msgid "Start chat with {displayName}"
 msgstr "Έναρξη συνομιλίας με {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "starter pack"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Το starter pack είναι άκυρο"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Τα Starter Packs σας επιτρέπουν να μοιράζεστε εύκολα τις αγαπημένες σας ροές και άτομα με τους φίλους σας."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Σελίδα κατάστασης"
 
@@ -7363,12 +7552,12 @@ msgstr "Σελίδα κατάστασης"
 msgid "Step {0} of {1}"
 msgstr "Βήμα {0} από {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Η αποθήκευση εκκαθαρίστηκε, πρέπει να επανεκκινήσετε την εφαρμογή τώρα."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr ""
 
@@ -7401,11 +7590,11 @@ msgstr "Εγγραφή"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Εγγραφείτε στο @{0} για να χρησιμοποιήσετε αυτές τις ετικέτες:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Εγγραφείτε στον ετικετογράφο"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Εγγραφείτε σε αυτόν τον δημιουργό ετικετών"
 
@@ -7413,11 +7602,12 @@ msgstr "Εγγραφείτε σε αυτόν τον δημιουργό ετικ
 msgid "Subscribe to this list"
 msgstr "Εγγραφείτε σε αυτήν τη λίστα"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Επιτυχία!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Υποστήριξη"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Αλλαγή λογαριασμού"
 
@@ -7462,11 +7652,11 @@ msgstr "Αλλαγή λογαριασμού"
 msgid "Switch Account"
 msgstr "Αλλαγή λογαριασμού"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "Σύστημα"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Λογαριασμός συστήματος"
 
@@ -7518,7 +7708,7 @@ msgstr "Τεχνολογία"
 msgid "Tell a joke!"
 msgstr "Πες ένα αστείο!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Πες μας λίγα πράγματα για τον εαυτό σου"
 
@@ -7531,12 +7721,12 @@ msgstr "Πες μας λίγα ακόμη"
 msgid "Terms"
 msgstr "Όροι"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Όροι Χρήσης"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "Πεδίο εισαγωγής κειμένου"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Σας ευχαριστούμε! Το email σας επαληθεύτηκε με επιτυχία."
 
@@ -7597,12 +7791,12 @@ msgstr "Δεν βρέθηκε αυτό το starter pack."
 msgid "That's all, folks!"
 msgstr "Αυτά ήταν όλα, παιδιά!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Ο λογαριασμός θα μπορεί να αλληλεπιδράσει μαζί σας μετά την απελευθέρωση."
 
@@ -7636,6 +7830,10 @@ msgstr "Η ροή Ανακαλύψτε"
 msgid "The Discover feed now knows what you like"
 msgstr "Η ροή Ανακαλύψτε ξέρει πλέον τι σας αρέσει"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Η εμπειρία είναι καλύτερη στην εφαρμογή. Κατεβάστε το Bluesky τώρα και θα συνεχίσουμε από εκεί που σταματήσαμε."
@@ -7669,6 +7867,7 @@ msgstr "Η Πολιτική Απορρήτου έχει μετακινηθεί 
 msgid "The selected video is larger than 100 MB."
 msgstr "Το επιλεγμένο βίντεο είναι μεγαλύτερο από 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Ο διακομιστής φαίνεται να αντιμετωπίζει προβλήματα. Παρακαλούμε δοκιμάστε ξανά σε λίγα λεπτά."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Παρουσιάστηκε πρόβλημα επικοινωνίας με τον διακομιστή"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Παρουσιάστηκε πρόβλημα επικοινωνίας με τον διακομιστή, παρακαλούμε ελέγξτε τη σύνδεσή σας στο internet και δοκιμάστε ξανά."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Παρουσιάστηκε πρόβλημα λήψης ειδοποιήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Παρουσιάστηκε πρόβλημα λήψης αναρτήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά."
 
@@ -7763,20 +7962,20 @@ msgstr "Παρουσιάστηκε πρόβλημα κατά την αποστο
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Παρουσιάστηκε πρόβλημα κατά την ενημέρωση των ροών σας, παρακαλούμε ελέγξτε τη σύνδεσή σας στο internet και δοκιμάστε ξανά."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Παρουσιάστηκε πρόβλημα! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Αυτές οι ρυθμίσεις ισχύουν μόνο για τη 
 msgid "This {screenDescription} has been flagged:"
 msgstr "Αυτό το {screenDescription} έχει επισημανθεί:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Αυτός ο λογαριασμός έχει ζητήσει από το
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Αυτός ο λογαριασμός έχει αποκλειστεί από μία ή περισσότερες από τις λίστες διαχείρισης σας. Για να τον ξεμπλοκάρετε, παρακαλούμε επισκεφθείτε τις λίστες απευθείας και αφαιρέστε αυτόν τον χρήστη."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Αυτό το περιεχόμενο δεν είναι ορατό χωρ
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Αυτό το χαρακτηριστικό βρίσκεται σε beta έκδοση. Μπορείτε να διαβάσετε περισσότερα για τις εξαγωγές αποθετηρίου σε <0>αυτή την ανάρτηση ιστολογίου</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Αυτό το χαρακτηριστικό δεν είναι διαθέσιμο κατά τη χρήση κωδικού πρόσβασης εφαρμογής. Παρακαλούμε συνδεθείτε με τον κύριο κωδικό πρόσβασής σας."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Αυτή η ροή είναι άδεια! Ίσως χρειαστεί να ακολουθήσετε περισσότερους χρήστες ή να ρυθμίσετε τις γλωσσικές σας ρυθμίσεις."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Αυτή η ροή είναι άδεια."
@@ -7899,9 +8106,10 @@ msgstr "Αυτό το όνομα χρήστη είναι κρατημένο. Π
 msgid "This information is not shared with other users."
 msgstr "Αυτές οι πληροφορίες δεν κοινοποιούνται σε άλλους χρήστες."
 
-#: 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 "Αυτό είναι σημαντικό σε περίπτωση που χρειαστεί να αλλάξετε το email σας ή να επαναφέρετε τον κωδικό πρόσβασής σας."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr ""
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Η υπηρεσία διαχείρισης δεν είναι διαθέσιμη. Δείτε παρακάτω για περισσότερες λεπτομέρειες. Εάν το πρόβλημα παραμένει, επικοινωνήστε μαζί μας."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr ""
 
@@ -7943,28 +8151,28 @@ msgstr ""
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Αυτή η ανάρτηση έχει διαγραφεί."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Αυτή η ανάρτηση θα κρυφτεί από τις ροές και τα νήματα. Αυτό δεν μπορεί να αναιρεθεί."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 ""
 
@@ -7976,6 +8184,10 @@ msgstr "Η υπηρεσία αυτή δεν έχει παράσχει όρους
 msgid "This should create a domain record at:"
 msgstr "Αυτό θα πρέπει να δημιουργήσει ένα domain record στο:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Αυτός ο χρήστης δεν έχει ακόλουθους."
@@ -8013,11 +8225,11 @@ msgstr "Αυτός ο χρήστης δεν ακολουθεί κανέναν."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Αυτό θα διαγράψει “{0}” από τις λέξεις σε σίγαση. Μπορείτε πάντα να το προσθέσετε ξανά αργότερα."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Αυτό θα αφαιρέσει τον @{0} από τη λίστα γρήγορης πρόσβασης."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr ""
 
@@ -8044,7 +8256,7 @@ msgstr ""
 msgid "Threaded mode"
 msgstr "Λειτουργία νήματος"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Προτιμήσεις Νημάτων"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Για να απενεργοποιήσετε τη μέθοδο email 2FA, παρακαλούμε επαληθεύστε την πρόσβαση σας στην ηλεκτρονική διεύθυνση."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Για να αναφέρετε μια συνομιλία, παρακαλούμε αναφέρετε ένα από τα μηνύματά της μέσω της οθόνης συνομιλίας. Αυτό επιτρέπει στους διαχειριστές μας να κατανοήσουν το πλαίσιο του προβλήματός σας."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Για να ανεβάσετε βίντεο στο Bluesky, πρέπει πρώτα να επαληθεύσετε το email σας."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Σε ποιον θέλετε να στείλετε αυτήν την αναφορά;"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "Κορυφή"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr ""
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Μετάφραση"
 
@@ -8144,6 +8357,7 @@ msgstr "Πληκτρολογήστε το μήνυμά σας εδώ"
 msgid "Type:"
 msgstr "Τύπος:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Αδυναμία σύνδεσης. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο διαδίκτυο και προσπαθήστε ξανά."
@@ -8166,27 +8380,27 @@ msgstr "Αδυναμία διαγραφής"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Ξεμπλοκάρισμα"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Ξεμπλοκάρισμα"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Ξεμπλοκάρισμα λογαριασμού"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Ξεμπλοκάρισμα Λογαριασμού;"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Διακοπή παρακολούθησης"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Διακοπή παρακολούθησης {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8252,10 +8466,10 @@ msgstr "Ακύρωση Σίγασης"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr ""
 
@@ -8267,8 +8481,8 @@ msgstr "Ακύρωση Σίγασης συνομιλίας"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Ακύρωση Σίγασης νήματος"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Αφαίρεση καρφιτσωμένου από την αρχική σελίδα"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Αφαίρεση καρφιτσωμένου από το προφίλ"
 
@@ -8311,7 +8525,12 @@ msgstr ""
 msgid "Unpinned from your feeds"
 msgstr "Αφαιρέθηκε το καρφιτσωμένο από τις ροές σας"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Απεγγραφή"
 
@@ -8320,7 +8539,7 @@ msgstr "Απεγγραφή"
 msgid "Unsubscribe from list"
 msgstr "Απεγγραφή από τη λίστα"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Απεγγραφή από αυτόν τον ετικετογράφο"
 
@@ -8328,11 +8547,11 @@ msgstr "Απεγγραφή από αυτόν τον ετικετογράφο"
 msgid "Unsubscribed from list"
 msgstr "Απεγγραφή από αυτήν την λίστα"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr ""
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Ενημέρωση <0>{displayName}</0> στις Λίστες"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Ενημέρωση σε {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Η ενημέρωση της επισυναπτόμενης παράθεσης απέτυχε"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Η ενημέρωση της ορατότητας της απάντησης απέτυχε"
@@ -8371,7 +8601,7 @@ msgstr "Η ενημέρωση της ορατότητας της απάντησ
 msgid "Updating..."
 msgstr "Ενημέρωση..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Αντ'αυτού, ανεβάστε μια φωτογραφία"
 
@@ -8379,22 +8609,22 @@ msgstr "Αντ'αυτού, ανεβάστε μια φωτογραφία"
 msgid "Upload a text file to:"
 msgstr "Ανεβάστε ένα αρχείο κειμένου στο:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Ανεβάστε από την κάμερα"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Ανεβάστε από αρχεία"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Ανεβάστε από τη βιβλιοθήκη"
 
@@ -8407,7 +8637,7 @@ msgstr "Ανεβάζω εικόνες..."
 msgid "Uploading link thumbnail..."
 msgstr "Ανεβάζω μικρογραφία συνδέσμου..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Ανεβάζω βίντεο..."
 
@@ -8419,8 +8649,8 @@ msgstr "Χρησιμοποιήστε κωδικούς πρόσβασης εφα
 msgid "Use default provider"
 msgstr "Χρησιμοποιήστε τον προεπιλεγμένο πάροχο"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Χρησιμοποιήστε το ενσωματωμένο πρόγραμμα περιήγησης"
 
@@ -8429,8 +8659,8 @@ msgstr "Χρησιμοποιήστε το ενσωματωμένο πρόγρα
 msgid "Use in-app browser to open links"
 msgstr "Χρησιμοποιήστε το ενσωματωμένο πρόγραμμα περιήγησης για να ανοίξετε συνδέσμους"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Χρησιμοποιήστε το προεπιλεγμένο πρόγραμμα περιήγησής μου"
 
@@ -8484,12 +8714,12 @@ msgstr "Λίστα χρηστών από {0}"
 msgid "User list by you"
 msgstr "Λίστα χρηστών από εσάς"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Η λίστα χρηστών δημιουργήθηκε"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Η λίστα χρηστών ενημερώθηκε"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "Τιμή:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Απαιτείται επαληθευμένο email"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Επαλήθευση εγγραφής DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Παράθυρο διαλόγου επαλήθευσης email"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Επαλήθευση νέου email"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Επαλήθευση τώρα"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Επαλήθευση αρχείου κειμένου"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Επαληθεύστε το email σας"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Επαληθεύστε το email σας"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Έκδοση {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Βίντεο"
 msgid "Video failed to process"
 msgstr "Αποτυχία επεξεργασίας βίντεο"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "Βιντεοπαιχνίδια"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "Το βίντεο δεν βρέθηκε."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Ρυθμίσεις βίντεο"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Το βίντεο ανέβηκε"
 
@@ -8640,24 +8877,24 @@ msgstr "Το βίντεο ανέβηκε"
 msgid "Video: {0}"
 msgstr "Βίντεο: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Προβολή εικόνας προφίλ του/της {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Προβολή προφίλ του/της {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Προβολή προφίλ του/της {0}"
 msgid "View {displayName}'s profile"
 msgstr "Προβολή προφίλ του/της {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Προβολή προφίλ αποκλεισμένου χρήστη"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Προβολή καταχώρησης εντοπισμού σφαλμάτων"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Προβολή λεπτομερειών"
 
@@ -8688,7 +8925,7 @@ msgstr "Προβολή λεπτομερειών"
 msgid "View details for reporting a copyright violation"
 msgstr "Προβολή λεπτομερειών για την αναφορά παραβίασης πνευματικών δικαιωμάτων"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Προβολή πλήρους νήματος"
 
@@ -8703,13 +8940,12 @@ msgstr "Προβολή πληροφοριών σχετικά με αυτές τ
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Προβολή προφίλ"
 
@@ -8790,6 +9026,11 @@ msgstr "Προειδοποίηση περιεχομένου"
 msgid "Warn content and filter from feeds"
 msgstr "Προειδοποίηση περιεχομένου και φιλτράρισμα από τις ροές"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Δεν μπορέσαμε να βρούμε αποτελέσματα για αυτό το hashtag."
@@ -8798,7 +9039,7 @@ msgstr "Δεν μπορέσαμε να βρούμε αποτελέσματα γ
 msgid "We couldn't find any results for that topic."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Δεν μπορέσαμε να φορτώσουμε αυτήν τη συνομιλία"
 
@@ -8822,6 +9063,10 @@ msgstr "Δεν έχουμε άλλες αναρτήσεις από αυτούς
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Δεν μπορέσαμε να προσδιορίσουμε εάν επιτρέπεται να ανεβάζετε βίντεο. Παρακαλώ προσπαθήστε ξανά."
@@ -8842,6 +9087,10 @@ msgstr "Δεν μπορέσαμε να συνδεθούμε. Προσπαθήσ
 msgid "We will let you know when your account is ready."
 msgstr "Θα σας ενημερώσουμε όταν ο λογαριασμός σας είναι έτοιμος."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Θα το χρησιμοποιήσουμε για να προσαρμόσουμε την εμπειρία σας."
@@ -8871,7 +9120,7 @@ msgstr "Λυπούμαστε, αλλά δεν μπορέσαμε να φορτώ
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Λυπούμαστε, αλλά η αναζήτησή σας δεν μπόρεσε να ολοκληρωθεί. Παρακαλώ προσπαθήστε ξανά σε λίγα λεπτά."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Λυπούμαστε! Η ανάρτηση στην οποία απαντάτε έχει διαγραφεί."
 
@@ -8880,7 +9129,7 @@ msgstr "Λυπούμαστε! Η ανάρτηση στην οποία απαντ
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Λυπούμαστε! Δεν μπορούμε να βρούμε τη σελίδα που αναζητούσατε."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Λυπούμαστε! Μπορείτε να εγγραφείτε μόνο σε είκοσι ετικετογράφους και έχετε φτάσει στο όριο των είκοσι."
 
@@ -8902,7 +9151,7 @@ msgstr "Πώς θέλετε να ονομάσετε το starter pack σας;"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Τι συμβαίνει;"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ουπς!"
@@ -8984,11 +9233,11 @@ msgstr "Γιατί πρέπει να ελεγχθεί αυτός ο χρήστη
 msgid "Write a message"
 msgstr "Γράψτε ένα μήνυμα"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Γράψτε ανάρτηση"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Γράψτε την απάντησή σας"
@@ -9002,6 +9251,11 @@ msgstr "Συγγραφείς"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Επιστράφηκε λάθος DID από τον διακομιστή. Ελήφθη: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Ναι"
@@ -9015,11 +9269,11 @@ msgstr "Ναι, απενεργοποίηση"
 msgid "Yes, delete this starter pack"
 msgstr "Ναι, διαγράψτε αυτό το starter pack"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Ναι, αποσύνδεση"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Ναι, απόκρυψη"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Είστε στην ουρά."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Δεν επιτρέπεται να ανεβάζετε βίντεο."
@@ -9055,12 +9318,16 @@ msgstr "Δεν επιτρέπεται να ανεβάζετε βίντεο."
 msgid "You are not following anyone."
 msgstr "Δεν ακολουθείτε κανέναν."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Έχετε θέσει αυτόν τον λογαριασμό σε σίγ
 msgid "You have muted this user"
 msgstr "Έχετε θέσει αυτόν τον χρήστη σε σίγαση"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Δεν έχετε ακόμη συνομιλίες. Ξεκινήστε μία!"
 
@@ -9179,11 +9446,11 @@ msgstr "Δεν έχετε ροές."
 msgid "You have no lists."
 msgstr "Δεν έχετε λίστες."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Δεν έχετε μπλοκάρει κανένα λογαριασμό ακόμα. Για να μπλοκάρετε ένα λογαριασμό, μεταβείτε στο προφίλ τους και επιλέξτε \"Αποκλεισμός λογαριασμού\" από το μενού στο λογαριασμό τους."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Δεν έχετε θέσει κάποιον λογαριασμό σε σίγαση ακόμα. Για να θέσετε ένα λογαριασμό σε σίγαση, πηγαίντε στο προφίλ του και επίλεξτε \\¨Σίγαση λογαριασμού\" από το μενού του λογαριασμού του."
 
@@ -9191,11 +9458,15 @@ msgstr "Δεν έχετε θέσει κάποιον λογαριασμό σε σ
 msgid "You have reached the end"
 msgstr "Φτάσατε στο τέλος"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Έχετε φτάσει προσωρινά το όριο για μεταφορτώσεις βίντεο. Παρακαλώ προσπαθήστε ξανά αργότερα."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Δεν έχετε δημιουργήσει ακόμη starter pack!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Μπορείτε να προσθέσετε έως και 3 ροές"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Μπορείτε να επιλέξετε έως και 4 εικόνες"
 
@@ -9232,7 +9503,7 @@ msgstr "Μπορείτε να επιλέξετε έως και 4 εικόνες"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Πρέπει να ακολουθείτε τουλάχιστον επτά άλλα άτομα για να δημιουργήσετε ένα starter pack."
 
@@ -9248,10 +9519,18 @@ msgstr "Πρέπει να παραχωρήσετε πρόσβαση στη βι
 msgid "You must select at least one labeler for a report"
 msgstr "Πρέπει να επιλέξετε τουλάχιστον έναν ετικετογράφο για μια αναφορά"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Προηγουμένως απενεργοποιήσατε τον @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Θα αποσυνδεθείτε από όλους τους λογαριασμούς σας."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Δεν θα λαμβάνετε πλέον ειδοποιήσεις για αυτό το νήμα"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Τώρα θα λαμβάνετε ειδοποιήσεις για αυτό το νήμα"
 
@@ -9305,7 +9584,7 @@ msgstr "Θα ακολουθήσετε αυτούς τους ανθρώπους 
 msgid "You'll follow these people right away"
 msgstr "Θα ακολουθήσετε αυτούς τους ανθρώπους αμέσως"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Θα λάβετε ένα email στη διεύθυνση <0>{0}</0> για να επαληθεύσετε ότι είστε εσείς."
 
@@ -9339,6 +9618,10 @@ msgstr ""
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Φτάσατε στο τέλος της ροής σας! Βρείτε περισσότερους λογαριασμούς για να ακολουθήσετε."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφορτώσεις βίντεο (πάρα πολλά bytes)"
@@ -9347,7 +9630,7 @@ msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφ
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφορτώσεις βίντεο (πάρα πολλά βίντεο)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "Το πρόγραμμα περιήγησής σας δεν υποστη
 msgid "Your chats have been disabled"
 msgstr "Οι συνομιλίες σας έχουν απενεργοποιηθεί"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Η επιλογή σας θα αποθηκευτεί, αλλά μπορεί να αλλάξει αργότερα στις ρυθμίσεις."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr ""
 msgid "Your email appears to be invalid."
 msgstr "Το email σας φαίνεται να είναι μη έγκυρο."
 
-#: 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 "Το email σας έχει ενημερωθεί αλλά δεν έχει επαληθευτεί. Ως επόμενο βήμα, παρακαλούμε επαληθεύστε το νέο σας email."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Το email σας δεν έχει ακόμη επαληθευτεί. Αυτό είναι ένα σημαντικό βήμα ασφαλείας που σας συνιστούμε."
 
@@ -9434,7 +9721,7 @@ msgstr "Το πλήρες όνομα χρήστη σας θα είναι <0>@{0}
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Ο κωδικός πρόσβασής σας έχει αλλάξει με
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Η ανάρτησή σας έχει δημοσιευτεί"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Οι αναρτήσεις σας έχουν δημοσιευτεί"
 
@@ -9479,7 +9766,7 @@ msgstr "Οι αναρτήσεις, τα \"Μου αρέσει\" και οι απ
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "Το προφίλ, οι αναρτήσεις, οι ροές και οι λίστες σας δεν θα είναι πλέον ορατές σε άλλους χρήστες του Bluesky. πορείτε να ενεργοποιήσετε τον λογαριασμό σας ανά πάσα στιγμή πραγματοποιώντας είσοδο."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Η απάντησή σας έχει δημοσιευτεί"
 
diff --git a/src/locale/locales/en-GB/messages.po b/src/locale/locales/en-GB/messages.po
index 4f7fc4f29..4244a5405 100644
--- a/src/locale/locales/en-GB/messages.po
+++ b/src/locale/locales/en-GB/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: en_GB\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: English, United Kingdom\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(active)"
 msgid "(contains embedded content)"
 msgstr "(contains embedded content)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(no email)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# repost} other {# reposts}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# second} other {# seconds}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# unread item} other {# unread items}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# unread item} other {# unread items}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#mo} other {#mo}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {follower} other {followers}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {following} other {following}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {like} other {likes}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {like} other {likes}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {post} other {posts}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {quote} other {quotes}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {repost} other {reposts}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>in <1>tags</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>in <1>text & tags</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} joined this week"
@@ -157,7 +160,8 @@ msgstr "{0} reacted {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} reacted {1} to {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0}'s avatar"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# unread item} other {# unread items}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {hour} other {hours}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} followed you"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} followed you back"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} liked your custom feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} liked your post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} removed their verification from your account"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} reposted your post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} signed up with your starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} verified you"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} followed you"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} followed you back"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} liked your custom feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} liked your post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} removed their verification from your account"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} reposted your post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} signed up with your starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} verified you"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} following"
@@ -335,11 +339,23 @@ msgstr "{following} following"
 msgid "{handle} can't be messaged"
 msgstr "{handle} can't be messaged"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# users have}} joined!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# unread item} other {# unread items}}"
@@ -364,16 +380,16 @@ msgstr "{type}h ago"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} is a trusted verifier"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} is verified"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName}'s verifications"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1} </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {following} other {following}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Experimental:</0> When this preference is enabled, you'll only receiv
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Invalid Handle"
 
@@ -449,21 +465,21 @@ msgstr "a message"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "A new form of verification"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "About"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Accept"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Accept chat request"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Accept Request"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accessibility"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Accessibility Settings"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Account"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Account blocked"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Account followed"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Account muted"
@@ -517,34 +533,34 @@ msgstr "Account Muted"
 msgid "Account Muted by List"
 msgstr "Account Muted by List"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Account options"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Account removed from quick access"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Account unblocked"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Account unfollowed"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Account unmuted"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Add {displayName} to starter pack"
 msgid "Add a content warning"
 msgstr "Add a content warning"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Add account"
 msgid "Add alt text"
 msgstr "Add alt text"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Add alt text (optional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Add another account"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Add another post"
 
@@ -627,7 +647,7 @@ msgstr "Add mute word with chosen settings"
 msgid "Add muted words and tags"
 msgstr "Add muted words and tags"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Add new post"
 
@@ -664,8 +684,8 @@ msgstr "Add the following DNS record to your domain:"
 msgid "Add this feed to your feeds"
 msgstr "Add this feed to your feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Add to lists"
 
@@ -718,6 +738,11 @@ msgstr "Adult Content labels"
 msgid "Advanced"
 msgstr "Advanced"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "All"
@@ -732,7 +757,7 @@ msgstr "All accounts have been followed!"
 msgid "All languages"
 msgstr "All languages"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "All the feeds you've saved, right in one place."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Alt text"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} characters.}}"
 
 #: 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 "An email has been sent to {0}. It includes a confirmation code which you can enter below."
 
-#: 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 "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "An email has been sent! Please enter the confirmation code included in the email below."
 
@@ -825,7 +849,7 @@ msgstr "An error occurred while compressing the video."
 msgid "An error occurred while fetching the feed."
 msgstr "An error occurred while fetching the feed."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "An error occurred while generating your starter pack. Want to try again?"
 
@@ -842,7 +866,7 @@ msgstr "An error occurred while loading the video. Please try again."
 msgid "An error occurred while saving the QR code!"
 msgstr "An error occurred while saving the QR code!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "An error occurred while selecting the video"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "An error occurred while uploading the video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "An issue not included in these options"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "An issue occurred starting the chat"
 
@@ -875,8 +899,8 @@ msgstr "An issue occurred while trying to open the chat"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "An issue occurred, please try again."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "A mockup of an iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "Animated GIF"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Announcing verification on Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Anti-Social Behaviour"
 msgid "Anybody can interact"
 msgstr "Anybody can interact"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "App Icon"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "App Language"
 
@@ -958,7 +982,7 @@ msgstr "App password names must be at least 4 characters long"
 msgid "App passwords"
 msgstr "App passwords"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "App Passwords"
@@ -994,10 +1018,10 @@ msgstr "Appeal Suspension"
 msgid "Appeal this decision"
 msgstr "Appeal this decision"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Appearance"
 
@@ -1006,12 +1030,12 @@ msgstr "Appearance"
 msgid "Apply default recommended feeds"
 msgstr "Apply default recommended feeds"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archived from {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Archived post"
 
@@ -1047,11 +1071,11 @@ msgstr "Are you sure you want to remove {0} from your feeds?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Are you sure you want to remove this from your feeds?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Are you sure you'd like to discard this draft?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Are you sure you'd like to discard this post?"
 
@@ -1072,6 +1096,11 @@ msgstr "Art"
 msgid "Artistic or non-erotic nudity."
 msgstr "Artistic or non-erotic nudity."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "At least 3 characters"
@@ -1103,7 +1132,7 @@ msgstr "Autoplay videos and GIFs"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Back"
 msgid "Back to Chats"
 msgstr "Back to Chats"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Before creating a list, you must first verify your email."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Before creating a post, you must first verify your email."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Before creating a post or replying, you must first verify your email."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Before creating a starter pack, you must first verify your email."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Before you can accept this chat request, you must first verify your email."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr "Before you can message another user, you must first verify your email."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Birthday"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Block"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Block account"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Block Account?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blocked"
 msgid "Blocked accounts"
 msgstr "Blocked accounts"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Blocked Accounts"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "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."
 
@@ -1226,11 +1261,11 @@ msgstr "Blocking does not prevent this labeller from placing labels on your acco
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "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."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky cannot confirm the authenticity of the claimed date."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky is better with friends!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Social Terms of Service"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky will choose a set of recommended accounts from people in your network."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky will not show your profile and posts to logged-out users. Other
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky will proactively verify notable and authentic accounts."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Browse topic {0}"
 msgid "Browse topic {displayName}"
 msgstr "Browse topic {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Business"
 
@@ -1374,45 +1409,47 @@ msgstr "By creating an account you agree to the <0>Terms of Service</0>."
 msgid "By you"
 msgstr "By you"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Camera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Cancel"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Cancel account deletion"
 msgid "Cancel image crop"
 msgstr "Cancel image crop"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Cancel profile editing"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Cancels opening the linked website"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Cannot interact with a blocked user"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Subtitles (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Subtitles & alt text"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Change"
 
@@ -1478,13 +1514,12 @@ msgstr "Change app icon"
 msgid "Change app icon to \"{0}\""
 msgstr "Change app icon to \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Change email"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Change app language"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Change email address"
 
@@ -1497,10 +1532,6 @@ msgstr "Change Handle"
 msgid "Change moderation service"
 msgstr "Change moderation service"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Change my email"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Change Password"
@@ -1513,11 +1544,11 @@ msgstr "Change post language to {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Change report reason"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Change Your Email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Change your email address"
 
@@ -1530,15 +1561,15 @@ msgstr "Changes app icon"
 msgid "Changes hosting provider"
 msgstr "Changes hosting provider"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Chat deleted"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chat muted"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Chat request inbox"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Chat requests"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Chat settings"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chat unmuted"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Chats"
 
@@ -1599,7 +1630,7 @@ msgstr "Choose domain verification method"
 msgid "Choose Feeds"
 msgstr "Choose Feeds"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Choose for me"
 
@@ -1619,7 +1650,7 @@ msgstr "Choose this colour as your avatar"
 msgid "Choose your account provider"
 msgstr "Choose your account provider"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Choose your own timeline! Feeds built by the community help you find content you love."
 
@@ -1631,16 +1662,16 @@ msgstr "Choose your password"
 msgid "Choose your username"
 msgstr "Choose your username"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Clear all storage data"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Clear all storage data (restart after this)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Clear image cache"
 
@@ -1652,6 +1683,14 @@ msgstr "Clear search query"
 msgid "click here"
 msgstr "click here"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Click here to restart the verification process."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Click here to update your email"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Click to disable quote posts of this post."
@@ -1676,29 +1715,34 @@ msgstr "Climate"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Clip 🐴 clop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Close"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Close active dialogue"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Close bottom drawer"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Close dialogue"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Close drawer menu"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Close emoji picker"
 
@@ -1751,12 +1795,12 @@ msgstr "Close this dialogue"
 msgid "Closes password update alert"
 msgstr "Closes password update alert"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Closes post composer and discards post draft"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Closes the emoji picker"
 
@@ -1764,11 +1808,11 @@ msgstr "Closes the emoji picker"
 msgid "Closes viewer for header image"
 msgstr "Closes viewer for header image"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Collapse list of users"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Collapses list of users for a given notification"
 
@@ -1791,7 +1835,7 @@ msgstr "Comedy"
 msgid "Comics"
 msgstr "Comics"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Community Guidelines"
@@ -1804,11 +1848,11 @@ msgstr "Complete onboarding and start using your account"
 msgid "Complete the challenge"
 msgstr "Complete the challenge"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Compose new post"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Compose posts up to {0, plural, other {# characters}} in length"
 
@@ -1816,7 +1860,7 @@ msgstr "Compose posts up to {0, plural, other {# characters}} in length"
 msgid "Compose reply"
 msgstr "Compose reply"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Compressing video..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configure content filtering setting for category: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configured in <0>moderation settings</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirm"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirm Change"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confirm content language settings"
@@ -1861,18 +1899,19 @@ msgstr "Confirm your age:"
 msgid "Confirm your birthdate"
 msgstr "Confirm your birthdate"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Confirmation code"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Confirmation Code"
 
@@ -1880,8 +1919,8 @@ msgstr "Confirmation Code"
 msgid "Connecting..."
 msgstr "Connecting..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contact support"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Content & Media"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Content and media"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Content and Media"
 
@@ -1911,7 +1950,7 @@ msgstr "Content filters"
 msgid "Content from across the network we think you might like."
 msgstr "Content from across the network we think you might like."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Content Languages"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Context menu backdrop, click to close the menu."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continue"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continue as {0} (currently signed in)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Continue thread..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Continue to next step"
@@ -1973,7 +2012,7 @@ msgstr "Cooking"
 msgid "Copied"
 msgstr "Copied"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Copied build version to clipboard"
 
@@ -1981,8 +2020,8 @@ msgstr "Copied build version to clipboard"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copied to clipboard"
 
@@ -1991,7 +2030,7 @@ msgstr "Copied to clipboard"
 msgid "Copied!"
 msgstr "Copied!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copies build version to clipboard"
 
@@ -2003,13 +2042,13 @@ msgstr "Copy"
 msgid "Copy App Password"
 msgstr "Copy App Password"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copy at:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copy author DID"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copy code"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copy DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copy Link"
 msgid "Copy link to list"
 msgstr "Copy link to list"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copy link to post"
 
@@ -2050,13 +2089,13 @@ msgstr "Copy link to post"
 msgid "Copy message text"
 msgstr "Copy message text"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copy post at:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copy post text"
 
@@ -2068,7 +2107,7 @@ msgstr "Copy QR code"
 msgid "Copy TXT record value"
 msgstr "Copy TXT record value"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Copyright Policy"
@@ -2078,7 +2117,7 @@ msgstr "Copyright Policy"
 msgid "Could not leave chat"
 msgstr "Could not leave chat"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Could not load feed"
 
@@ -2094,7 +2133,7 @@ msgstr "Could not mute chat"
 msgid "Could not process your video"
 msgstr "Could not process your video"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Create"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Create a QR code for a starter pack"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Create a starter pack"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Create a starter pack for me"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Create an account"
 msgid "Create an account without using this starter pack"
 msgstr "Create an account without using this starter pack"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Create an avatar instead"
 
@@ -2209,13 +2248,13 @@ msgstr "Dark theme"
 msgid "Date of birth"
 msgstr "Date of birth"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Deactivate account"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Debug Moderation"
 
@@ -2237,13 +2276,13 @@ msgstr "Default icons"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Delete"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Delete account"
 
@@ -2259,19 +2298,19 @@ msgstr "Delete app password"
 msgid "Delete app password?"
 msgstr "Delete app password?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Delete chat"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Delete chat declaration record"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Delete conversation"
 
@@ -2299,9 +2338,9 @@ msgstr "Delete message for me"
 msgid "Delete my account"
 msgstr "Delete my account"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Delete post"
 
@@ -2318,7 +2357,7 @@ msgstr "Delete starter pack?"
 msgid "Delete this list?"
 msgstr "Delete this list?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Delete this post?"
 
@@ -2335,19 +2374,19 @@ msgstr "Deleted Account"
 msgid "Deleted post."
 msgstr "Deleted post."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Description"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Description is too long"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The
 msgid "Descriptive alt text"
 msgstr "Descriptive alt text"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Detach quote"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Detach quote post?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Developer mode disabled"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Developer mode enabled"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Developer options"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialogue: adjust who can interact with this post"
 msgid "Dim"
 msgstr "Dim"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Disable 2FA"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Disable email 2FA"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Disable Email 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Disabled"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Discard"
 
@@ -2420,11 +2468,11 @@ msgstr "Discard"
 msgid "Discard changes?"
 msgstr "Discard changes?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Discard draft?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Discard post?"
 
@@ -2442,15 +2490,15 @@ msgstr "Discover Feeds"
 msgid "Discover new custom feeds"
 msgstr "Discover new custom feeds"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Discover New Feeds"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Dismiss"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Dismiss error"
 
@@ -2471,9 +2519,9 @@ msgstr "Dismiss this section"
 msgid "Display larger alt text badges"
 msgstr "Display larger alt text badges"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Display name"
@@ -2482,11 +2530,11 @@ msgstr "Display name"
 msgid "Display Name"
 msgstr "Display Name"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Display name is too long"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Doesn't begin or end with a hyphen"
 msgid "Domain verified!"
 msgstr "Domain verified!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Don't have a code or need a new one? <0>Click here.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Don't see an email? <0>Click here to resend.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Done{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Double tap or long press the message to add a reaction"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Double tap to close the dialogue"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Double tap to like"
 
@@ -2575,7 +2633,7 @@ msgstr "Duration:"
 msgid "e.g. alice"
 msgstr "e.g. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "e.g. Alice Lastname"
 
@@ -2587,7 +2645,7 @@ msgstr "e.g. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "e.g. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "e.g. Artist, dog-lover and avid reader."
 
@@ -2595,19 +2653,19 @@ msgstr "e.g. Artist, dog-lover and avid reader."
 msgid "E.g. artistic nudes."
 msgstr "E.g. artistic nudes."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "e.g. Great Posters"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "e.g. Spammers"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "e.g. The posters who never miss."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "e.g. Users that repeatedly reply with ads."
 
@@ -2615,7 +2673,7 @@ msgstr "e.g. Users that repeatedly reply with ads."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Each code works once. You'll receive more invite codes periodically."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Edit"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Edit avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Edit avatar"
 msgid "Edit Feeds"
 msgstr "Edit Feeds"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Edit image"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Edit interaction settings"
 
@@ -2657,12 +2715,17 @@ msgstr "Edit interests"
 msgid "Edit list details"
 msgstr "Edit list details"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Edit Moderation List"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Edit My Feeds"
 
@@ -2679,15 +2742,15 @@ msgstr "Edit People"
 msgid "Edit post interaction settings"
 msgstr "Edit post interaction settings"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Edit profile"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Edit Profile"
 
@@ -2695,7 +2758,7 @@ msgstr "Edit Profile"
 msgid "Edit starter pack"
 msgstr "Edit starter pack"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Edit User List"
 
@@ -2707,11 +2770,11 @@ msgstr "Edit who can reply"
 msgid "Edit your display name"
 msgstr "Edit your display name"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Edit your profile description"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Edit your starter pack"
 
@@ -2724,9 +2787,8 @@ msgstr "Education"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Either the creator of this list has blocked you or you have blocked the creator."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Email"
 
@@ -2747,20 +2809,17 @@ msgstr "Email address"
 msgid "Email Resent"
 msgstr "Email Resent"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Email updated"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "Email sent!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Email Updated"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Email Updated!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Email verified"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "Email verification complete!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Embed HTML code"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Embed post"
 
@@ -2785,8 +2844,9 @@ msgstr "Embed this post in your website. Simply copy the following snippet and p
 msgid "Embedded video player"
 msgstr "Embedded video player"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Enable"
 
@@ -2798,9 +2858,9 @@ msgstr "Enable {0} only"
 msgid "Enable adult content"
 msgstr "Enable adult content"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr "Enable email 2FA"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Enabled"
 msgid "End of feed"
 msgstr "End of feed"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Ensure you have selected a language for each subtitle file."
 
@@ -2860,14 +2920,15 @@ msgstr "Enter a password"
 msgid "Enter a word or tag"
 msgstr "Enter a word or tag"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr "Enter code"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Enter Code"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Enter Confirmation Code"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "Enter your birthdate"
 msgid "Enter your email address"
 msgstr "Enter your email address"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Enter your new email above"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Enter your new email address below."
 
@@ -2921,7 +2978,7 @@ msgstr "Enters fullscreen"
 msgid "Entertainment"
 msgstr "Entertainment"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Error"
@@ -2997,15 +3054,15 @@ msgstr "Exits image view"
 msgid "Expand alt text"
 msgstr "Expand alt text"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Expand list of users"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Expand or collapse the full post you are replying to"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Expands or collapses post text"
 
@@ -3031,6 +3088,10 @@ msgstr "Expires {0}"
 msgid "Expires in {0}"
 msgstr "Expires in {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Explicit or potentially disturbing media."
 msgid "Explicit sexual images."
 msgstr "Explicit sexual images."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Explore"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Export my data"
 
@@ -3071,12 +3132,12 @@ msgstr "External Media"
 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 "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."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "External Media Preferences"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Failed to accept chat"
@@ -3090,15 +3151,11 @@ msgstr "Failed to add emoji reaction"
 msgid "Failed to change handle. Please try again."
 msgstr "Failed to change handle. Please try again."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Failed to create app password. Please try again."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Failed to create conversation"
 
@@ -3107,12 +3164,12 @@ msgstr "Failed to create conversation"
 msgid "Failed to create starter pack"
 msgstr "Failed to create starter pack"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Failed to create the list. Check your internet connection and try again."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Failed to delete chat"
@@ -3121,7 +3178,7 @@ msgstr "Failed to delete chat"
 msgid "Failed to delete message"
 msgstr "Failed to delete message"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Failed to delete post, please try again"
 
@@ -3129,7 +3186,7 @@ msgstr "Failed to delete post, please try again"
 msgid "Failed to delete starter pack"
 msgstr "Failed to delete starter pack"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Failed to load conversations"
@@ -3172,7 +3229,7 @@ msgstr "Failed to remove emoji reaction"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Failed to remove verification"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Failed to save your interests."
 msgid "Failed to send"
 msgstr "Failed to send"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "Failed to send email, please try again."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Failed to submit appeal, please try again."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Failed to toggle thread mute, please try again"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "Failed to update email 2FA settings"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "Failed to update email, please try again."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Failed to update feeds"
@@ -3219,11 +3290,15 @@ msgstr "Failed to update settings"
 msgid "Failed to upload video"
 msgstr "Failed to upload video"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "Failed to verify email, please try again."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Failed to verify handle. Please try again."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feed"
 
@@ -3242,24 +3317,24 @@ msgstr "Feed toggle"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Feedback"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Feedback sent!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feeds"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexible"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Follow"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Follow"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Follow {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Follow {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Follow {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Follow 10 accounts"
 msgid "Follow 7 accounts"
 msgstr "Follow 7 accounts"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Follow account"
 
@@ -3391,7 +3462,7 @@ msgstr "Follow account"
 msgid "Follow all"
 msgstr "Follow all"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Follow Back"
@@ -3417,7 +3488,7 @@ msgstr "Followed by <0>{0}</0> and <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Followed by <0>{0}</0>, <1>{1}</1> and {2, plural, one {# other} other {# others}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Followers of @{0} that you know"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Followers you know"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Following"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Following {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Following {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Following {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Following feed preferences"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Following Feed Preferences"
@@ -3524,7 +3591,7 @@ msgstr "Frequently Posts Unwanted Content"
 msgid "From @{sanitizedAuthor}"
 msgstr "From @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "From <0/>"
@@ -3533,18 +3600,20 @@ msgstr "From <0/>"
 msgid "Gallery"
 msgstr "Gallery"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Generate a starter pack"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Get help"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "Get started"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Getting started"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Give your profile a face"
 
@@ -3567,10 +3636,10 @@ msgstr "Glaring violations of law or terms of service"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Go back"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Go home"
 msgid "Go Home"
 msgstr "Go Home"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "Go to {firstAuthorName}'s profile"
 
@@ -3638,8 +3723,8 @@ msgstr "Graphic Media"
 msgid "Half way there!"
 msgstr "Half way there!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Handle"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptics"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Harassment, trolling or intolerance"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Have a code? <0>Click here.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Having trouble?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Help"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Help people know you're not a bot by uploading a picture or creating an avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Here is your app password!"
 msgid "Hidden"
 msgstr "Hidden"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Hidden by your moderation settings."
 
@@ -3715,12 +3805,12 @@ msgstr "Hidden list"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Hide"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Hide"
@@ -3729,18 +3819,18 @@ msgstr "Hide"
 msgid "Hide customization options"
 msgstr "Hide customisation options"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Hide post for me"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Hide reply for everyone"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Hide reply for me"
 
@@ -3748,12 +3838,12 @@ msgstr "Hide reply for me"
 msgid "Hide this card"
 msgstr "Hide this card"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Hide this post?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Hide this reply?"
 
@@ -3771,14 +3861,14 @@ msgstr "Hide trending topics?"
 msgid "Hide trending videos?"
 msgstr "Hide trending videos?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Hide user list"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Hide verification badges"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmm, we couldn't load that moderation service."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Hold up! We’re gradually giving access to video and you’re still waiting in line. Check back soon!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Home"
 
@@ -3845,25 +3935,20 @@ msgstr "Hot"
 msgid "Hot replies first"
 msgstr "Hot replies first"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "How should we open this link?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "I have a code"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "I Have a Code"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "I have a confirmation code"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "If you delete this list, you won't be able to recover it."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "If you need to update your email, <0>click here</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "If you remove this post, you won't be able to recover it."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "If you update your email address, email 2FA will be disabled."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "If you want to change your password, we will send you a code to verify that this is your account."
@@ -3915,18 +4008,19 @@ msgstr "Illegal and Urgent"
 msgid "Image"
 msgstr "Image"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Image cache cleared"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Image cache cleared, freed {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Image saved to your camera roll!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "Image saved"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Invalid 2FA confirmation code."
 msgid "Invalid handle. Please try a different one."
 msgstr "Invalid handle. Please try a different one."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Invalid or unsupported post record"
 
@@ -4041,12 +4135,12 @@ msgstr "It's correct"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "It's just you right now! Add more people to your starter pack by searching above."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Job ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Jobs"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Labelled by the author."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Labels"
 
@@ -4100,13 +4194,13 @@ msgstr "Labels on your content"
 msgid "Language selection"
 msgstr "Language selection"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Language Settings"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Languages"
 
@@ -4124,20 +4218,20 @@ msgstr "Latest"
 msgid "learn more"
 msgstr "learn more"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Learn more"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Learn More"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Learn more about Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Learn more about the moderation applied to this content."
 msgid "Learn more about this warning"
 msgstr "Learn more about this warning"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Learn more about verification on Bluesky"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Leaving Bluesky"
 msgid "left to go."
 msgstr "left to go."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Let me choose"
 
@@ -4230,7 +4324,7 @@ msgstr "Light"
 msgid "Like"
 msgstr "Like"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Like ({0, plural, one {# like} other {# likes}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Like 10 posts to train the Discover feed"
 msgid "Like this feed"
 msgstr "Like this feed"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Like this labeller"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Liked by"
 
@@ -4269,16 +4363,16 @@ msgstr "Liked by {0, plural, one {# user} other {# users}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Liked by {likeCount, plural, one {# user} other {# users}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Likes"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Likes on this post"
 
@@ -4287,11 +4381,11 @@ msgstr "Likes on this post"
 msgid "Linear"
 msgstr "Linear"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "List"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "List Avatar"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "List muted"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "List Name"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "List unmuted"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Lists"
 
@@ -4358,6 +4452,22 @@ msgstr "Lists"
 msgid "Lists blocking this user:"
 msgstr "Lists blocking this user:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Load more"
@@ -4370,18 +4480,18 @@ msgstr "Load more suggested feeds"
 msgid "Load new notifications"
 msgstr "Load new notifications"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Load new posts"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Loading..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Log"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo by @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo by <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Looks like you unpinned all your feeds. But don't worry, you can add som
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "Make adjustments to email settings for your account"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Make one for me"
 
@@ -4433,7 +4547,7 @@ msgstr "Manage saved feeds"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Manage verification settings"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Mark as read"
 msgid "Marked all as read"
 msgstr "Marked all as read"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Maybe later"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Media"
 
@@ -4479,7 +4600,7 @@ msgstr "Mentions"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Message {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Message is too long"
 msgid "Message options"
 msgstr "Message options"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Messages"
 
@@ -4532,10 +4653,10 @@ msgstr "Misleading Account"
 msgid "Misleading Post"
 msgstr "Misleading Post"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderation"
 
@@ -4557,12 +4678,12 @@ msgstr "Moderation list by <0/>"
 msgid "Moderation list by you"
 msgstr "Moderation list by you"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Moderation list created"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Moderation list updated"
@@ -4571,8 +4692,8 @@ msgstr "Moderation list updated"
 msgid "Moderation lists"
 msgstr "Moderation lists"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Moderation Lists"
 
@@ -4580,7 +4701,7 @@ msgstr "Moderation Lists"
 msgid "moderation settings"
 msgstr "moderation settings"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderation states"
 
@@ -4593,7 +4714,7 @@ msgstr "Moderation tools"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Moderator has chosen to set a general warning on the content."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "More"
 
@@ -4602,8 +4723,8 @@ msgstr "More"
 msgid "More feeds"
 msgstr "More feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "More options"
@@ -4637,10 +4758,10 @@ msgstr "Mute"
 msgid "Mute {tag}"
 msgstr "Mute {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Mute account"
 
@@ -4689,13 +4810,13 @@ msgstr "Mute this word in tags only"
 msgid "Mute this word until you unmute it"
 msgstr "Mute this word until you unmute it"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Mute thread"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Mute words & tags"
 
@@ -4703,12 +4824,12 @@ msgstr "Mute words & tags"
 msgid "Muted accounts"
 msgstr "Muted accounts"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Muted Accounts"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 
@@ -4729,15 +4850,15 @@ msgstr "Muting is private. Muted accounts can interact with you, but you will no
 msgid "My Birthday"
 msgstr "My Birthday"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "My Feeds"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Name"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Name is required"
 
@@ -4772,11 +4893,11 @@ msgstr "Navigate to starter pack"
 msgid "Navigates to the next screen"
 msgstr "Navigates to the next screen"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navigates to your profile"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Need to change it?"
 
@@ -4797,21 +4918,26 @@ msgstr "Nevermind, create a handle for me"
 msgid "New"
 msgstr "New"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "New"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "New chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "New email address"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "New Feature"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "New handle"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "New list"
 
@@ -4828,7 +4954,7 @@ msgstr "New list"
 msgid "New messages"
 msgstr "New messages"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "New Moderation List"
 
@@ -4840,10 +4966,10 @@ msgstr "New password"
 msgid "New Password"
 msgstr "New Password"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "New post"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "New Post"
@@ -4863,7 +4989,7 @@ msgstr "New Post"
 msgid "New user info dialog"
 msgstr "New user info dialogue"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "New User List"
 
@@ -4911,6 +5037,10 @@ msgstr "No app passwords yet"
 msgid "No DNS Panel"
 msgstr "No DNS Panel"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "No featured GIFs found. There may be an issue with Tenor."
@@ -4924,8 +5054,8 @@ msgstr "No feeds found. Try searching for something else."
 msgid "No likes yet"
 msgstr "No likes yet"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "No longer following {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "No quotes yet"
 msgid "No reposts yet"
 msgstr "No reposts yet"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "No result"
 
@@ -4980,7 +5110,7 @@ msgstr "No results for \"{0}\"."
 msgid "No results found"
 msgstr "No results found"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "No results found for \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Non-sexual Nudity"
 msgid "Not followed by anyone you're following"
 msgstr "Not followed by anyone you're following"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Not Found"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Not right now"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Note about sharing"
 
@@ -5052,7 +5177,7 @@ msgstr "Note about sharing"
 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 "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."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Nothing here"
 
@@ -5060,7 +5185,7 @@ msgstr "Nothing here"
 msgid "Notification filters"
 msgstr "Notification filters"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Notification settings"
@@ -5077,11 +5202,11 @@ msgstr "Notification sounds"
 msgid "Notification Sounds"
 msgstr "Notification Sounds"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notifications"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Oh no! Something went wrong."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Okay"
 
@@ -5140,19 +5265,19 @@ msgstr "Oldest replies first"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "on<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Onboarding reset"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "One or more GIFs is missing alt text."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "One or more images is missing alt text."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "One or more videos is missing alt text."
 
@@ -5168,7 +5293,7 @@ msgstr "Only {0} can reply."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Only contains letters, numbers and hyphens"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Only image files are supported"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Oops, something went wrong!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Oops!"
 
@@ -5194,11 +5319,7 @@ msgstr "Oops!"
 msgid "Open"
 msgstr "Open"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Open {name} profile shortcut menu"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Open avatar creator"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Open drawer menu"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Open emoji picker"
 
@@ -5225,7 +5346,7 @@ msgstr "Open feed info screen"
 msgid "Open feed options menu"
 msgstr "Open feed options menu"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Open full emoji list"
 
@@ -5237,7 +5358,7 @@ msgstr "Open link to {niceUrl}"
 msgid "Open message options"
 msgstr "Open message options"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Open moderation debug page"
 
@@ -5249,20 +5370,25 @@ msgstr "Open muted words and tags settings"
 msgid "Open pack"
 msgstr "Open pack"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Open post options menu"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Open starter pack menu"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Open storybook page"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Open system log"
 
@@ -5282,19 +5408,19 @@ msgstr "Opens a dialogue to choose who can reply to this thread"
 msgid "Opens additional details for a debug entry"
 msgstr "Opens additional details for a debug entry"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Opens alt text dialogue"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Opens camera on device"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Opens captions and alt text dialogue"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Opens change handle dialogue"
 
@@ -5306,7 +5432,7 @@ msgstr "Opens composer"
 msgid "Opens device photo gallery"
 msgstr "Opens device photo gallery"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Opens emoji picker"
 
@@ -5324,7 +5450,7 @@ msgstr "Opens flow to sign in to your existing Bluesky account"
 msgid "Opens GIF select dialog"
 msgstr "Opens GIF select dialogue"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Opens helpdesk in browser"
 
@@ -5332,6 +5458,10 @@ msgstr "Opens helpdesk in browser"
 msgid "Opens list of invite codes"
 msgstr "Opens list of invite codes"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Opens password reset form"
@@ -5340,12 +5470,12 @@ msgstr "Opens password reset form"
 msgid "Opens the linked website"
 msgstr "Opens the linked website"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Opens this profile"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Opens video picker"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA status: None available"
 msgid "Other"
 msgstr "Other"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Other account"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Page Not Found"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pause video"
 msgid "People"
 msgstr "People"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "People followed by @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "People following @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Pin to home"
 msgid "Pin to Home"
 msgstr "Pin to Home"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Pin to your profile"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Pinned"
 
@@ -5578,14 +5708,14 @@ msgstr "Please choose your handle."
 msgid "Please choose your password."
 msgstr "Please choose your password."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Please complete the verification captcha."
 
-#: 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 "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added and it will soon be removed."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Please double-check that you have entered your email address correctly."
@@ -5602,10 +5732,28 @@ msgstr "Please enter a password. It must be at least 8 characters long."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Please enter a unique name for this app password or use our randomly generated one."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Please enter a valid code."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Please enter a valid email address."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Please enter a valid word, tag or phrase to mute"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Please enter the code we sent to <0>{0}</0> below."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Please enter the security code we sent to your previous email address."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Please enter your email."
 msgid "Please enter your invite code."
 msgstr "Please enter your invite code."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Please enter your new email address."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Please enter your password"
@@ -5648,7 +5800,11 @@ msgstr "Please select a reason for this report"
 msgid "Please sign in as @{0}"
 msgstr "Please sign in as @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Please verify your email"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Please Verify Your Email"
 
@@ -5662,7 +5818,7 @@ msgstr "Politics"
 msgid "Porn"
 msgstr "Porn"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Post"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Post"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Post All"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Post by {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Post by @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Post deleted"
@@ -5697,7 +5853,7 @@ msgstr "Post deleted"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Post failed to upload. Please check your Internet connection and try again."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Post has been deleted"
 
@@ -5719,7 +5875,7 @@ msgstr "Post Hidden by You"
 msgid "Post interaction settings"
 msgstr "Post interaction settings"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Post Interaction Settings"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Post unpinned"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Posts"
@@ -5789,7 +5945,7 @@ msgstr "Press to view followers of this account that you also follow"
 msgid "Previous image"
 msgstr "Previous image"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Primary Language"
 
@@ -5807,26 +5963,26 @@ msgstr "Priority notifications"
 msgid "Privacy"
 msgstr "Privacy"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privacy and security"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privacy and Security"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Privacy Policy"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Processing video..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Processing..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profile"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profile"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profile updated"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Public, shareable lists which can be used to drive feeds."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Publish post"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Publish posts"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Publish replies"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Publish reply"
 
@@ -5904,11 +6060,11 @@ msgstr "QR code saved to your camera roll!"
 msgid "Quote post"
 msgstr "Quote post"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Quote post was re-attached"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Quote post was successfully detached"
 
@@ -5927,7 +6083,7 @@ msgstr "Quote settings"
 msgid "Quotes"
 msgstr "Quotes"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Quotes of this post"
 
@@ -5942,8 +6098,8 @@ msgstr "Random (aka \"Poster's Roulette\")"
 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 "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Re-attach quote"
 
@@ -5958,17 +6114,17 @@ msgstr "Reactivate your account"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Read blog post"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Read less"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Read more"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Read the Bluesky blog"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Reconnect"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Reject"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Reject chat request"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Reload conversations"
@@ -6022,7 +6178,7 @@ msgstr "Reload conversations"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Remove"
 msgid "Remove {displayName} from starter pack"
 msgstr "Remove {displayName} from starter pack"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Remove {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Remove account"
 
@@ -6046,13 +6202,13 @@ msgstr "Remove account"
 msgid "Remove attachment"
 msgstr "Remove attachment"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Remove Avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Remove Banner"
 
@@ -6079,7 +6235,7 @@ msgstr "Remove feed?"
 msgid "Remove from my feeds"
 msgstr "Remove from my feeds"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Remove from quick access?"
 
@@ -6097,11 +6253,16 @@ msgstr "Remove from your feeds?"
 msgid "Remove image"
 msgstr "Remove image"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Remove mute word from your list"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Remove profile"
 
@@ -6114,7 +6275,7 @@ msgstr "Remove quote"
 msgid "Remove repost"
 msgstr "Remove repost"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Remove subtitle file"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Remove user from list"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Remove verification"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Remove your verification for this account?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Removed from your feeds"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Removes profile from search history"
+msgstr "Removed verification"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Removes quoted post"
 msgid "Replace with Discover"
 msgstr "Replace with Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Replies"
 
@@ -6193,12 +6350,12 @@ msgstr "Replies disabled"
 msgid "Replies to this post are disabled."
 msgstr "Replies to this post are disabled."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Reply"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Reply ({0, plural, one {# reply} other {# replies}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Reply settings are chosen by the author of the thread"
 msgid "Reply sorting"
 msgstr "Reply sorting"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Reply to <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Reply to a blocked post"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Reply to a post"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Reply to you"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Reply visibility updated"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Reply was successfully hidden"
 
@@ -6261,16 +6418,16 @@ msgstr "Reply was successfully hidden"
 msgid "Report"
 msgstr "Report"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Report account"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Report conversation"
 
@@ -6293,8 +6450,8 @@ msgstr "Report list"
 msgid "Report message"
 msgstr "Report message"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Report post"
 
@@ -6369,27 +6526,27 @@ msgstr "Repost or quote post"
 msgid "Reposted By"
 msgstr "Reposted By"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Reposted by {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Reposted by <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Reposted by you"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Reposts of this post"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "Request change"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Request Code"
 msgid "Require alt text before posting"
 msgstr "Require alt text before posting"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Require an email code to sign in to your account."
 
@@ -6413,13 +6570,19 @@ msgstr "Required for this provider"
 msgid "Required in your region"
 msgstr "Required in your region"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Resend"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Resend email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Resend Email"
@@ -6436,8 +6599,8 @@ msgstr "Reset code"
 msgid "Reset Code"
 msgstr "Reset Code"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Reset onboarding state"
 
@@ -6458,10 +6621,10 @@ msgstr "Retries the last action, which errored out"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Return to previous page"
 msgid "Returns to home page"
 msgstr "Returns to home page"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Returns to the previous step"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Save"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Save"
@@ -6534,7 +6699,7 @@ msgstr "Save birthday"
 msgid "Save changes"
 msgstr "Save changes"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Save Changes"
 
@@ -6564,16 +6729,12 @@ msgstr "Save to my feeds"
 msgid "Saved Feeds"
 msgstr "Saved Feeds"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Saved to your camera roll"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Saved to your feeds"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Saves any changes to your profile"
 
@@ -6583,8 +6744,8 @@ msgstr "Saves image crop settings"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Say hello!"
 
@@ -6602,11 +6763,11 @@ msgstr "Scroll to top"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Search"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Search @{0}'s posts"
@@ -6615,7 +6776,7 @@ msgstr "Search @{0}'s posts"
 msgid "Search by name or interest"
 msgstr "Search by name or interest"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Search feeds"
 
@@ -6656,8 +6817,8 @@ msgstr "Search GIFs"
 msgid "Search my posts"
 msgstr "Search my posts"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Search posts"
 
@@ -6679,7 +6840,11 @@ msgstr "Search..."
 msgid "Searches for profiles"
 msgstr "Searches for profiles"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Security step required"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Security Step Required"
 
@@ -6699,7 +6864,7 @@ msgstr "See #{tag} posts"
 msgid "See #{tag} posts by user"
 msgstr "See #{tag} posts by user"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "See jobs at Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Select a colour"
 msgid "Select account"
 msgstr "Select account"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Select an app language"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Select an avatar"
@@ -6727,10 +6896,22 @@ msgstr "Select an avatar"
 msgid "Select an emoji"
 msgstr "Select an emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Select an option"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Select app language"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Select content languages"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Select from an existing account"
@@ -6747,11 +6928,11 @@ msgstr "Select GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Select how long to mute this word for."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Select language..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Select languages"
 
@@ -6763,6 +6944,10 @@ msgstr "Select moderation service"
 msgid "Select moderator"
 msgstr "Select moderator"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Select primary language"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Select the {emojiName} emoji as your avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Select the moderation service(s) to report to"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Select video"
 
@@ -6784,11 +6969,11 @@ msgstr "Select video"
 msgid "Select what content this mute word should apply to."
 msgstr "Select what content this mute word should apply to."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Select which language to use for the app's user interface."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 
@@ -6801,7 +6986,7 @@ msgstr "Select your date of birth"
 msgid "Select your interests from the options below"
 msgstr "Select your interests from the options below"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Select your preferred language for translations in your feed."
 
@@ -6813,19 +6998,17 @@ msgstr "Selects option {0} of {numItems}"
 msgid "Send a neat website!"
 msgstr "Send a neat website!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "Send confirmation"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Send confirmation email"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Send Confirmation Email"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Send email"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Send Email"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Send feedback"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Send message"
@@ -6863,13 +7046,14 @@ msgstr "Send report to {0}"
 msgid "Send report to {title}"
 msgstr "Send report to {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Send verification email"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Send via direct message"
 
@@ -6901,10 +7085,10 @@ msgstr "Set up your account"
 msgid "Sets email for password reset"
 msgstr "Sets email for password reset"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Settings"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexually Suggestive"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Share"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Share"
@@ -6948,9 +7132,9 @@ msgstr "Share a cool story!"
 msgid "Share a fun fact!"
 msgstr "Share a fun fact!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Share anyway"
 
@@ -6990,7 +7174,7 @@ msgstr "Share this starter pack and help people join your community on Bluesky."
 msgid "Share your favorite feed!"
 msgstr "Share your favourite feed!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Shared Preferences Tester"
 
@@ -7011,8 +7195,8 @@ msgstr "Show alt text"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Show anyway"
 
@@ -7033,8 +7217,8 @@ msgstr "Show customisation options"
 msgid "Show hidden replies"
 msgstr "Show hidden replies"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Show less like this"
 
@@ -7042,14 +7226,14 @@ msgstr "Show less like this"
 msgid "Show list anyway"
 msgstr "Show list anyway"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Show More"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Show more like this"
 
@@ -7079,8 +7263,8 @@ msgstr "Show replies as threaded"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Show replies by people you follow before all other replies"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Show reply for everyone"
 
@@ -7102,11 +7286,11 @@ msgstr "Show warning"
 msgid "Show warning and filter from feeds"
 msgstr "Show warning and filter from feeds"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Shows information about when this post was created"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Shows other accounts you can switch to"
 
@@ -7124,8 +7308,8 @@ msgstr "Shows the content"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Shows the content"
 msgid "Sign in"
 msgstr "Sign in"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Sign in as {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Sign in or create an account"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Sign in or create your account to join the conversation!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Sign in to account that is not listed"
 
@@ -7158,15 +7342,15 @@ msgstr "Sign in to account that is not listed"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Sign in to Bluesky or create a new account"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Sign out"
 
@@ -7174,8 +7358,8 @@ msgstr "Sign out"
 msgid "Sign Out"
 msgstr "Sign Out"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Sign out?"
 
@@ -7206,14 +7390,19 @@ msgstr "Skip this flow"
 msgid "Smaller"
 msgstr "Smaller"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Snoozes the reminder"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Software Dev"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Some of your verifications are invalid."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Someone reacted {0} to {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Something wasn't quite right with the data you're trying to report. Please contact support."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Something went wrong"
 
@@ -7264,8 +7453,8 @@ msgstr "Something went wrong. Please try again."
 msgid "Something wrong? Let us know."
 msgstr "Something wrong? Let us know."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Sorry! Your session expired. Please sign in again."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; excessive mentions or replies"
 msgid "Sports"
 msgstr "Sports"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Start a new chat"
 
@@ -7322,8 +7511,8 @@ msgstr "Start adding people!"
 msgid "Start chat with {displayName}"
 msgstr "Start chat with {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Starter Pack"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Starter pack is invalid"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Starter Packs"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Starter packs let you easily share your favourite feeds and people with your friends."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Status Page"
 
@@ -7363,12 +7552,12 @@ msgstr "Status Page"
 msgid "Step {0} of {1}"
 msgstr "Step {0} of {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Storage cleared, you need to restart the app now."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Storybook"
 
@@ -7401,11 +7590,11 @@ msgstr "Subscribe"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Subscribe to @{0} to use these labels:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Subscribe to Labeller"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Subscribe to this labeller"
 
@@ -7413,13 +7602,14 @@ msgstr "Subscribe to this labeller"
 msgid "Subscribe to this list"
 msgstr "Subscribe to this list"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Success!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Successfully verified"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Sunset"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Support"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Switch account"
 
@@ -7462,11 +7652,11 @@ msgstr "Switch account"
 msgid "Switch Account"
 msgstr "Switch Account"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Switch accounts"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Switch to {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Switch to {0}"
 msgid "System"
 msgstr "System"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "System log"
 
@@ -7518,7 +7708,7 @@ msgstr "Tech"
 msgid "Tell a joke!"
 msgstr "Tell a joke!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Tell us a bit about yourself"
 
@@ -7531,12 +7721,12 @@ msgstr "Tell us a little more"
 msgid "Terms"
 msgstr "Terms"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Terms of Service"
 
@@ -7564,7 +7754,11 @@ msgstr "Text field"
 msgid "Text input field"
 msgstr "Text input field"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Thank you for your feedback! It has been sent to the feed operator."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Thank you! Your email has been successfully verified."
 
@@ -7597,12 +7791,12 @@ msgstr "That starter pack could not be found."
 msgid "That's all, folks!"
 msgstr "That's all, folks!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "That's everything!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "The account will be able to interact with you after unblocking."
 
@@ -7636,6 +7830,10 @@ msgstr "The Discover feed"
 msgid "The Discover feed now knows what you like"
 msgstr "The Discover feed now knows what you like"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "The email address you entered is the same as your current email address."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
@@ -7669,6 +7867,7 @@ msgstr "The Privacy Policy has been moved to <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "The selected video is larger than 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "The server appears to be experiencing issues. Please try again in a few moments."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "There was an issue contacting the server"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "There was an issue contacting the server, please check your internet connection and try again."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "There was an issue fetching notifications. Tap here to try again."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "There was an issue fetching posts. Tap here to try again."
 
@@ -7763,20 +7962,20 @@ msgstr "There was an issue sending your report. Please check your internet conne
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "There was an issue updating your feeds, please check your internet connection and try again."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "There was an issue! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "These settings only apply to the Following feed."
 msgid "This {screenDescription} has been flagged:"
 msgstr "This {screenDescription} has been flagged:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "This account has a checkmark because it's been verified by trusted sources."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "This account has one or more attempted verifications, but it is not currently verified."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "This account has requested that users sign in to view their profile."
 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 "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "This action can be undone at any time."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "This content is not viewable without a Bluesky account."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "This conversation is with a deleted or a deactivated account. Press for options"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "This email is already associated with your account."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "This feature is not available while using an app password. Please sign in with your main password."
+
 #: 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 "This feature is not available while using an App Password. Please sign in with your main password."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "This feed is empty! You may need to follow more users or tune your language settings."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "This feed is empty."
@@ -7899,9 +8106,10 @@ msgstr "This handle is reserved. Please try a different one."
 msgid "This information is not shared with other users."
 msgstr "This information is not shared with other users."
 
-#: 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 "This is important in case you ever need to change your email or reset your password."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "This list is empty."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "This post claims to have been created on <0>{0}</0>, but was first seen
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "This post has an unknown type of threadgate on it. Your app may be out of date."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "This post has been deleted."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "This post will be hidden from feeds and threads. This cannot be undone."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "This post's author has disabled quote posts."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "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."
 
@@ -7976,6 +8184,10 @@ msgstr "This service has not provided terms of service or a privacy policy."
 msgid "This should create a domain record at:"
 msgstr "This should create a domain record at:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "This user does not have a display name, and therefore cannot be verified."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "This user doesn't have any followers."
@@ -8013,11 +8225,11 @@ msgstr "This user isn't following anyone."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "This will delete \"{0}\" from your muted words. You can always add it back later."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "This will remove @{0} from the quick access list."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "This will remove your post from this quote post for all users, and replace it with a placeholder."
 
@@ -8044,7 +8256,7 @@ msgstr "Threaded"
 msgid "Threaded mode"
 msgstr "Threaded mode"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Threads Preferences"
 
@@ -8056,14 +8268,15 @@ msgstr "Time remaining: {0, plural, one {# second} other {# seconds}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "To disable the email 2FA method, please verify your access to the email address."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+
 #: 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 "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "To upload videos to Bluesky, you must first verify your email."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "To whom would you like to send this report?"
@@ -8090,16 +8303,16 @@ msgstr "Toggles the sound"
 msgid "Top"
 msgstr "Top"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Topic"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Translate"
 
@@ -8117,7 +8330,7 @@ msgstr "Trending Videos"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Trust emerges from relationships, communities and shared context, so we’re also enabling <0>trusted verifiers</0>: organisations that can directly issue verification."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Type your message here"
 msgid "Type:"
 msgstr "Type:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Unable to connect. Please check your internet connection and try again."
@@ -8166,27 +8380,27 @@ msgstr "Unable to delete"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Unblock"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Unblock"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Unblock account"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Unblock Account?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Unfollow"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Unfollow {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Unfollow account"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Unfollows the user"
 
@@ -8225,15 +8439,15 @@ msgstr "Unfollows the user"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Unfortunately, none of your subscribed labellers support this report type."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Unknown verifier"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Unlike"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Unlike ({0, plural, one {# like} other {# likes}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Unmute"
 msgid "Unmute {tag}"
 msgstr "Unmute {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Unmute account"
 
@@ -8267,8 +8481,8 @@ msgstr "Unmute conversation"
 msgid "Unmute list"
 msgstr "Unmute list"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Unmute thread"
 
@@ -8294,8 +8508,8 @@ msgstr "Unpin Feed"
 msgid "Unpin from home"
 msgstr "Unpin from home"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Unpin from profile"
 
@@ -8311,7 +8525,12 @@ msgstr "Unpinned {0} from Home"
 msgid "Unpinned from your feeds"
 msgstr "Unpinned from your feeds"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Unsnooze email reminder"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Unsubscribe"
 
@@ -8320,7 +8539,7 @@ msgstr "Unsubscribe"
 msgid "Unsubscribe from list"
 msgstr "Unsubscribe from list"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Unsubscribe from this labeller"
 
@@ -8328,11 +8547,11 @@ msgstr "Unsubscribe from this labeller"
 msgid "Unsubscribed from list"
 msgstr "Unsubscribed from list"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Unsupported video type"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Unsupported video type: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Update"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Update <0>{displayName}</0> in Lists"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Update email"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Update to {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Update your email"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Updating quote attachment failed"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Updating reply visibility failed"
@@ -8371,7 +8601,7 @@ msgstr "Updating reply visibility failed"
 msgid "Updating..."
 msgstr "Updating..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Upload a photo instead"
 
@@ -8379,22 +8609,22 @@ msgstr "Upload a photo instead"
 msgid "Upload a text file to:"
 msgstr "Upload a text file to:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Upload from Camera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Upload from Files"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Upload from Library"
 
@@ -8407,7 +8637,7 @@ msgstr "Uploading images..."
 msgid "Uploading link thumbnail..."
 msgstr "Uploading link thumbnail..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Uploading video..."
 
@@ -8419,8 +8649,8 @@ msgstr "Use app passwords to sign in to other Bluesky clients without giving ful
 msgid "Use default provider"
 msgstr "Use default provider"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Use in-app browser"
 
@@ -8429,8 +8659,8 @@ msgstr "Use in-app browser"
 msgid "Use in-app browser to open links"
 msgstr "Use in-app browser to open links"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Use my default browser"
 
@@ -8484,12 +8714,12 @@ msgstr "User list by {0}"
 msgid "User list by you"
 msgstr "User list by you"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "User list created"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "User list updated"
@@ -8523,73 +8753,80 @@ msgstr "Users you follow"
 msgid "Value:"
 msgstr "Value:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Verification failed, please try again."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Verification settings"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Verification Settings"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Verified email required"
+msgstr "Verified by:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Verify account"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Verify code"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verify DNS Record"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Verify email"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Verify email code"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Verify email dialogue"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verify New Email"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verify now"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verify Text File"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Verify this account?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verify your email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verify Your Email"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Version {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Video failed to process"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Video Feed"
 
@@ -8616,11 +8853,11 @@ msgstr "Video from {0}: {text}"
 msgid "Video Games"
 msgstr "Video Games"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video is paused"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Video is playing"
 
@@ -8628,11 +8865,11 @@ msgstr "Video is playing"
 msgid "Video not found."
 msgstr "Video not found."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Video settings"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video uploaded"
 
@@ -8640,24 +8877,24 @@ msgstr "Video uploaded"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Videos must be less than 3 minutes long"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "View {0}'s avatar"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "View {0}'s profile"
 
@@ -8665,7 +8902,7 @@ msgstr "View {0}'s profile"
 msgid "View {displayName}'s profile"
 msgstr "View {displayName}'s profile"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "View blocked user's profile"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "View debug entry"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "View details"
 
@@ -8688,7 +8925,7 @@ msgstr "View details"
 msgid "View details for reporting a copyright violation"
 msgstr "View details for reporting a copyright violation"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "View full thread"
 
@@ -8703,13 +8940,12 @@ msgstr "View information about these labels"
 msgid "View more"
 msgstr "View more"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "View profile"
 
@@ -8723,7 +8959,7 @@ msgstr "View the labelling service provided by @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "View this user's verifications"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "View your muted accounts"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "View your verifications"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Warn content"
 msgid "Warn content and filter from feeds"
 msgstr "Warn content and filter from feeds"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "We couldn't find any results for that hashtag."
@@ -8798,7 +9039,7 @@ msgstr "We couldn't find any results for that hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr "We couldn't find any results for that topic."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "We couldn't load this conversation"
 
@@ -8822,6 +9063,10 @@ msgstr "We ran out of posts from your follows. Here's the latest from <0/>."
 msgid "We recommend selecting at least two interests."
 msgstr "We recommend selecting at least two interests."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+
 #: 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 "We were unable to determine if you are allowed to upload videos. Please try again."
@@ -8842,6 +9087,10 @@ msgstr "We weren't able to connect. Please try again to continue setting up your
 msgid "We will let you know when your account is ready."
 msgstr "We will let you know when your account is ready."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "We'll use this to help customise your experience."
@@ -8853,7 +9102,7 @@ msgstr "We're having network issues, try again"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "We're sorry, but we weren't able to load your muted words at this time.
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "We're sorry, but your search could not be completed. Please try again in a few minutes."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "We're sorry! The post you are replying to has been deleted."
 
@@ -8880,7 +9129,7 @@ msgstr "We're sorry! The post you are replying to has been deleted."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "We're sorry! We can't find the page you were looking for."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "We're sorry! You can only subscribe to twenty labellers and you've reached your limit of twenty."
 
@@ -8902,13 +9151,13 @@ msgstr "What do you want to call your starter pack?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "What's up?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "When you tap on a check, you’ll see which organisations have granted verification."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Who can reply"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Who can verify?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Whoops!"
@@ -8984,11 +9233,11 @@ msgstr "Why should this user be reviewed?"
 msgid "Write a message"
 msgstr "Write a message"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Write post"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Write your reply"
@@ -9002,6 +9251,11 @@ msgstr "Writers"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Wrong DID returned from server. Received: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Yes"
@@ -9015,11 +9269,11 @@ msgstr "Yes, deactivate"
 msgid "Yes, delete this starter pack"
 msgstr "Yes, delete this starter pack"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Yes, detach"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Yes, hide"
 
@@ -9037,7 +9291,7 @@ msgstr "You"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "You are a trusted verifier"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "You are creating an account on"
 msgid "You are in line."
 msgstr "You are in line."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "You are not allowed to upload videos."
@@ -9055,18 +9318,22 @@ msgstr "You are not allowed to upload videos."
 msgid "You are not following anyone."
 msgstr "You are not following anyone."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "You are verified"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "You have muted this account."
 msgid "You have muted this user"
 msgstr "You have muted this user"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "You have no conversations yet. Start one!"
 
@@ -9179,11 +9446,11 @@ msgstr "You have no feeds."
 msgid "You have no lists."
 msgstr "You have no lists."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "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."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "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."
 
@@ -9191,11 +9458,15 @@ msgstr "You have not muted any accounts yet. To mute an account, go to their pro
 msgid "You have reached the end"
 msgstr "You have reached the end"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "You have successfully verified your email address. You can close this dialogue."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "You have temporarily reached the limit for video uploads. Please try again later."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "You haven't created a starter pack yet!"
 
@@ -9224,7 +9495,7 @@ msgstr "You may only add up to {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_P
 msgid "You may only add up to 3 feeds"
 msgstr "You may only add up to 3 feeds"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "You may only select up to 4 images"
 
@@ -9232,7 +9503,7 @@ msgstr "You may only select up to 4 images"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "You must be 13 years of age or older to create an account."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "You must be following at least seven other people to generate a starter pack."
 
@@ -9248,10 +9519,18 @@ msgstr "You must grant access to your photo library to save the image."
 msgid "You must select at least one labeler for a report"
 msgstr "You must select at least one labeller for a report"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "You need to verify your email address before you can enable email 2FA."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "You previously deactivated @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "You probably want to restart the app now."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "You reacted {0}"
@@ -9260,16 +9539,16 @@ msgstr "You reacted {0}"
 msgid "You reacted {0} to {1}"
 msgstr "You reacted {0} to {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "You will be signed out of all your accounts."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "You will no longer receive notifications for this thread"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "You will now receive notifications for this thread"
 
@@ -9305,7 +9584,7 @@ msgstr "You'll follow these people and {0} others"
 msgid "You'll follow these people right away"
 msgstr "You'll follow these people right away"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "You'll receive an email at <0>{0}</0> to verify it's you."
 
@@ -9339,6 +9618,10 @@ msgstr "You've found some people to follow"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "You've reached the end of your feed! Find some more accounts to follow."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "You've reached the maximum number of requests allowed. Please try again later."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "You've reached your daily limit for video uploads (too many bytes)"
@@ -9347,7 +9630,7 @@ msgstr "You've reached your daily limit for video uploads (too many bytes)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "You've reached your daily limit for video uploads (too many videos)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "You've run out of videos to watch. Maybe it's a good time to take a break?"
 
@@ -9391,14 +9674,18 @@ msgstr "Your browser does not support the video format. Please try a different b
 msgid "Your chats have been disabled"
 msgstr "Your chats have been disabled"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Your choice will be saved, but can be changed later in settings."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Your choice will be remembered for future links. You can change it at any time in settings."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Your current handle <0>{0}</0> will automatically remain reserved for yo
 msgid "Your email appears to be invalid."
 msgstr "Your email appears to be invalid."
 
-#: 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 "Your email has been updated but not verified. As a next step, please verify your new email."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Your email has not yet been verified. This is an important security step which we recommend."
 
@@ -9434,7 +9721,7 @@ msgstr "Your full handle will be <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Your full username will be <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Your password has been changed successfully!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Your password must be at least 8 characters long."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Your post has been published"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Your posts have been published"
 
@@ -9479,7 +9766,7 @@ msgstr "Your posts, likes and blocks are public. Mutes are private."
 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 "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."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Your reply has been published"
 
@@ -9497,4 +9784,4 @@ msgstr "Your selected interests help us serve you content you care about."
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Your verifications"
diff --git a/src/locale/locales/eo/messages.po b/src/locale/locales/eo/messages.po
index 50b139e43..fcbb9cf59 100644
--- a/src/locale/locales/eo/messages.po
+++ b/src/locale/locales/eo/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: eo\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Esperanto\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(aktiva)"
 msgid "(contains embedded content)"
 msgstr "(enhavas enkorpigitan enhavon)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(sen retpoŝtadreso)"
 
@@ -80,28 +79,28 @@ msgstr "{0, plural, one {# reafiŝo} other {# reafiŝoj}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# sekundo} other {# sekundoj}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
-msgstr "{0, plural, one {# nelegita ero} other {# nelegitaj eroj}}"
+msgstr "{0, plural, one {# nelegita elemento} other {# nelegitaj elementoj}}"
 
 #. How many months have passed, displayed in a narrow form
 #: src/lib/hooks/useTimeAgo.ts:182
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#mo} other {#mo}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {sekvanto} other {sekvantoj}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {sekvata} other {sekvataj}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {ŝato} other {ŝatoj}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {ŝato} other {ŝatoj}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {afiŝo} other {afiŝoj}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citaĵo} other {citaĵoj}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {reafiŝo} other {reafiŝoj}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>en <1>kradvortoj</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>en <1>teksto k kradvortoj</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} aliĝis ĉi-semajne"
@@ -157,7 +160,8 @@ msgstr "{0} reagis per {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} reagis per {1} al {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Profilbildo de {0}"
 
@@ -189,9 +193,9 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
-msgstr "{count, plural, one {# nelegita ero} other {# nelegitaj eroj}}"
+msgstr "{count, plural, one {# nelegita elemento} other {# nelegitaj elementoj}}"
 
 #: src/lib/generate-starterpack.ts:111
 #: src/screens/StarterPack/Wizard/index.tsx:178
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {horo} other {horoj}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuto} other {minutoj}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}</0> eksekvis vin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}</0> ŝatas vian propran fluon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}</0> ŝatas vian afiŝon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}</0> forigis iliajn konfirmojn el via konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}</0> reafiŝis vian afiŝon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}</0> registriĝis kun via startpako"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}</0> konfirmis vin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} eksekvis vin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} eksekvis vin reciproke"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} ŝatas vian propran fluon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} ŝatas vian afiŝon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} forigis ties konfirmon el via konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} reafiŝis vian afiŝon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} registriĝis kun via startpako"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} konfirmis vin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} eksekvis vin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ŝatas vian propran fluon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ŝatas vian afiŝon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} forigis iliajn konfirmojn el via konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} reafiŝis vian afiŝon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} registriĝis kun via startpako"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} konfirmis vin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} eksekvis vin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} eksekvis vin reciproke"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} ŝatas vian propran fluon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} ŝatas vian afiŝon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} forigis ties konfirmon el via konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} reafiŝis vian afiŝon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} registriĝis kun via startpako"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} konfirmis vin"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} sekvataj"
@@ -335,14 +339,26 @@ msgstr "{following} sekvataj"
 msgid "{handle} can't be messaged"
 msgstr "{handle} nemesaĝeblas"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, one {# uzanto}other {# uzantoj}} aliĝis!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
-msgstr "{notificationCount, plural, one {# nelegita ero} other {# nelegitaj eroj}}"
+msgstr "{notificationCount, plural, one {# nelegita elemento} other {# nelegitaj elementoj}}"
 
 #: src/components/NewskieDialog.tsx:116
 msgid "{profileName} joined Bluesky {0} ago"
@@ -364,16 +380,16 @@ msgstr "antaŭ {type}h"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} estas fidata konfirmanto"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} estas konfirmita"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "Konfirmoj de {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>kaj {2, plural, one {# alia} other {# aliaj}} estas en via startpako"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {sekvanto} other {sekvantoj}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {sekvata} other {sekvataj}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Eksperimenta:</0> Kiam ĉi tiu prefero estas ŝaltita vi ricevos scii
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Vi</0> kaj<1> </1><2>{0} </2>estas en via startpako"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Nevalida identigilo"
 
@@ -449,21 +465,21 @@ msgstr "mesaĝo"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Nova konfirmada metodo"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Pri"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Akcepti"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Akcepti babilpeton"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Akcepti peton"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Alirebleco"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Alireblecaj agordoj"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Konto"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Konto blokita"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Konto eksekvita"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Konto silentigita"
@@ -517,34 +533,34 @@ msgstr "Konto silentigita"
 msgid "Account Muted by List"
 msgstr "Konto silentigita de listo"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Kontaj opcioj"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Konto forigita el la rapidatingo"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Konto malblokita"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Konto ne plu sekvata"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Konto malsilentigita"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Kontoj kun gravurita blua kontrolmarko<0><1/></0>povas kontroli aliulojn. Tiuj fidataj konfirmantoj estas elektataj de Bluesky."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Aldoni {displayName} al la startpako"
 msgid "Add a content warning"
 msgstr "Aldoni averton pri enhavo"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Aldoni konton"
 msgid "Add alt text"
 msgstr "Aldoni alternativan tekston"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Aldoni alternativan tekston (nedeviga)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Aldoni plian konton"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Aldoni plian afiŝon"
 
@@ -627,7 +647,7 @@ msgstr "Aldoni silentigitan vorton kun elektitaj agordoj"
 msgid "Add muted words and tags"
 msgstr "Aldoni silentigitajn vortojn k kradvortojn"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Aldoni novan afiŝon"
 
@@ -664,8 +684,8 @@ msgstr "Aldonu jenan DNS-rikordon al via domajno:"
 msgid "Add this feed to your feeds"
 msgstr "Aldoni ĉi tiun fluon al viaj fluoj"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Aldoni al listoj"
 
@@ -718,6 +738,11 @@ msgstr "Etikedoj pri poradolta enhavo"
 msgid "Advanced"
 msgstr "Altnivelaj"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "ludoviko@ekzemplo.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Ĉiuj"
@@ -732,7 +757,7 @@ msgstr "Ĉiuj kontoj estas sekvataj!"
 msgid "All languages"
 msgstr "Ĉiuj lingvoj"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Ĉiuj fluoj, kiujn vi konservis, kune en unu loko."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Alternativa teksto"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Alternativa teksto estos stucita. Limo: {MAX_ALT_TEXT, plural, one {{0} signo}other {{0} signoj}}."
 
 #: 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 "Retmesaĝo estis sendita al {0}. Ĝi enhavas konfirmkodon, kiun vi povas entajpi sube."
 
-#: 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 "Retmesaĝo estis sendita al via antaŭa adreso, {0}. Ĝi enhavas konfirmkodon, kiun vi povas entajpi sube."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Retmesaĝo estis sendita al via antaŭa adreso {currentEmail}. Ĝi enhavas konfirmkodon, kiun vi povas entajpi sube."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Retmesaĝo estas sendita! Bonvolu entajpi suben la konfirmkodon, kiu estas en la retmesaĝo."
 
@@ -825,7 +849,7 @@ msgstr "Eraro okazis dum densigo de la videaĵo."
 msgid "An error occurred while fetching the feed."
 msgstr "Eraro okazis dum ŝargado de la fluo."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Eraro okazis dum generado de via startpako. Ĉu vi volas reprovi?"
 
@@ -842,7 +866,7 @@ msgstr "Eraro okazis dum ŝargado de la videaĵo. Bonvolu reprovi."
 msgid "An error occurred while saving the QR code!"
 msgstr "Eraro okazis dum konservado de la QR-kodo!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Eraro okazis dum elektado de la videaĵo"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Eraro okazis dum alŝutado de la videaĵo."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Ilustraĵo montranta ke Bluesky elektas fidatajn konfirmantojn kaj poste fidataj konfirmantoj konfirmas individuajn kontojn de uzantoj."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Problemo neinkludita inter ĉi tiuj opcioj"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Problemo okazis komencante la babilejon"
 
@@ -875,8 +899,8 @@ msgstr "Problemo okazis dum provo malfermi la babilejon"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Problemo okazis, bonvolu reprovi."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Ekrankopio de iPhone montranta la Bluesky-apon malfermitan kun la profilo de konfirmita uzanto kun blua kontrolmarko apud ties montrata nomo."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF-movbildo"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Anoncas konfirmadon ĉe Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Kontraŭsocia konduto"
 msgid "Anybody can interact"
 msgstr "Ĉiu povas interagi"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Apa piktogramo"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Apa lingvo"
 
@@ -958,7 +982,7 @@ msgstr "Nomoj de apaj pasvortoj devas havi longon de almenaŭ 4 signoj"
 msgid "App passwords"
 msgstr "Apaj pasvortoj"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Apaj pasvortoj"
@@ -994,10 +1018,10 @@ msgstr "Apelacii pri suspendo"
 msgid "Appeal this decision"
 msgstr "Apelacii pri ĉi tiu decido"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Aspekto"
 
@@ -1006,12 +1030,12 @@ msgstr "Aspekto"
 msgid "Apply default recommended feeds"
 msgstr "Apliki defaŭltajn rekomenditajn fluojn"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arkivigita de {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Arkivigita afiŝo"
 
@@ -1047,11 +1071,11 @@ msgstr "Ĉu vi certas, ke vi volas forigi {0} el viaj fluoj?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Ĉu vi certas, ke vi volas forigi ĉi tion el viaj fluoj?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Ĉu vi certas, ke vi volas forĵeti ĉi tiun malneton?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Ĉu vi certas, ke vi volas forĵeti ĉi tiun afiŝon?"
 
@@ -1072,6 +1096,11 @@ msgstr "Arto"
 msgid "Artistic or non-erotic nudity."
 msgstr "Arta aŭ ne-erotika nudeco."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Almenaŭ 3 signoj"
@@ -1103,7 +1132,7 @@ msgstr "Aŭtomate ludi videaĵojn kaj GIF-ojn"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Reen"
 msgid "Back to Chats"
 msgstr "Reveni al babilejoj"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
-msgstr "Por krei liston vi devas unue konfirmi vian retpoŝtadreson."
+msgstr "Antaŭ ol krei liston, vi devas unue konfirmi vian retpoŝtadreson."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Por krei afiŝon vi devas unue konfirmi vian retpoŝtadreson."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Antaŭ ol krei afiŝon aŭ respondi, vi devas unue konfirmi vian retpoŝtadreson."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
-msgstr "Por krei startpakon vi devas unue konfirmi vian retpoŝtadreson."
+msgstr "Antaŭ ol krei startpakon, vi devas unue konfirmi vian retpoŝtadreson."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Por povi mesaĝi vi devas unue konfirmi vian retpoŝtadreson."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Antaŭ ol vi povos mesaĝi, vi devas unue konfirmi vian retpoŝtadreson."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr "Antaŭ ol vi povos mesaĝi alian uzanton, vi devas unue konfirmi vian retpoŝtadreson."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Naskiĝtago"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Bloki"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bloki konton"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Ĉu bloki konton?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blokita"
 msgid "Blocked accounts"
 msgstr "Blokitaj kontoj"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Blokitaj kontoj"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blokitaj kontoj ne povas respondi en viaj fadenoj, mencii vin nek alimaniere interagi kun vi."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Blokitaj kontoj ne povas respondi en viaj fadenoj, mencii vin nek alimaniere interagi kun vi. Vi ne vidos ilian enhavon kaj ili ne povos vidi la vian."
 
@@ -1226,11 +1261,11 @@ msgstr "Blokado ne malebligas al ĉi tiu etikedilo meti etikedojn sur vian konto
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blokado estas publika. Baritaj kontoj ne povas respondi en viaj fadenoj, mencii vin nek alimaniere interagi kun vi."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Barado ne malebligos al oni meti etikedojn sur vian konton, sed malebligos al ĉi tiu konto respondi en viaj fadenoj aŭ interagi kun vi."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blogo"
 
@@ -1239,7 +1274,7 @@ msgstr "Blogo"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky ne povas konfirmi la aŭtentecon de la donita dato."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky pli bonas kun amikoj!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Uzokondiĉoj de Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky elektos aron de rekomenditaj kontoj de homoj en via reto."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky ne montros vian profilon kaj afiŝojn al elsalutintaj uzantoj. A
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky aktive konfirmos rimarkindajn kaj aŭtentikajn kontojn."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Foliumi temon {0}"
 msgid "Browse topic {displayName}"
 msgstr "Foliumi temon {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Komerco"
 
@@ -1374,45 +1409,47 @@ msgstr "Kreante konton vi konsentas pri la <0>Uzokondiĉoj</0>."
 msgid "By you"
 msgstr "De vi"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Fotilo"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Nuligi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Nuligi forigon de konto"
 msgid "Cancel image crop"
 msgstr "Nuligi stucon de bildo"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Nuligi redakton de profilo"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Nuligas malfermon de la ligita retejo"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Ne eblas interagi kun blokita uzanto"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Subtekstoj (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Subtekstoj k alternativa teksto"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Ŝanĝi"
 
@@ -1478,13 +1514,12 @@ msgstr "Ŝanĝi apan piktogramon"
 msgid "Change app icon to \"{0}\""
 msgstr "Ŝanĝi apan piktogramon al \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Ŝanĝi retpoŝtadreson"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Ŝanĝi apan lingvon"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Ŝanĝi retpoŝtadreson"
 
@@ -1497,10 +1532,6 @@ msgstr "Ŝanĝi identigilon"
 msgid "Change moderation service"
 msgstr "Ŝanĝi kontrol-servon"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Ŝanĝi mian retpoŝtadreson"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Ŝanĝi pasvorton"
@@ -1513,11 +1544,11 @@ msgstr "Ŝanĝi lingvon de afiŝo al {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Ŝanĝi kialon de raporto"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Ŝanĝi vian retpoŝtadreson"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Ŝanĝi vian retpoŝtadreson"
 
@@ -1530,15 +1561,15 @@ msgstr "Ŝanĝas apan piktogramon"
 msgid "Changes hosting provider"
 msgstr "Ŝanĝas la provizanton de gastigo"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Babilejoj"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Babilejo forigita"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Babilejo silentigita"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Ricevujo de babilpetoj"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Babilpetoj"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Agordoj de babilejo"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Babilejo malsilentigita"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Babilejoj"
 
@@ -1599,7 +1630,7 @@ msgstr "Elektu metodon por konfirmi vian domajnon"
 msgid "Choose Feeds"
 msgstr "Elektu fluojn"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Elektu por mi"
 
@@ -1619,7 +1650,7 @@ msgstr "Elekti ĉi tiun koloron kiel profilbildo"
 msgid "Choose your account provider"
 msgstr "Elekti vian kontogastiganton"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Elektu vian propran novaĵfluon! Fluoj konstruitaj de la komunumo helpas vin trovi enhavon, kiun vi amos."
 
@@ -1631,16 +1662,16 @@ msgstr "Elektu vian pasvorton"
 msgid "Choose your username"
 msgstr "Elektu vian uzantnomon"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Forigi ĉiujn konservitajn datumojn"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Forigi ĉiujn konservitajn datumojn (restartigu poste)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Viŝi bildan kaŝmemoron"
 
@@ -1652,6 +1683,14 @@ msgstr "Forigi serĉotekston"
 msgid "click here"
 msgstr "alklaku ĉi tie"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Alklaku ĉi tie por restarti la konfimadan procezon."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Alklaku ĉi tie por ĝisdatigi vian retpoŝtadreson"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Alklaku por malebligi citafiŝojn de ĉi tiu afiŝo."
@@ -1676,29 +1715,34 @@ msgstr "Klimato"
 msgid "Clip 🐴 clop 🐴"
 msgstr "🐮 Dek bovinoj 🐮"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Fermi"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Fermi la aktivan dialogujon"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Fermi la suban flankmenuon"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Fermi la dialogujon"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Fermi la flankmenuon"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Fermi emoĝi-elektilon"
 
@@ -1751,12 +1795,12 @@ msgstr "Fermi ĉi tiun dialogujon"
 msgid "Closes password update alert"
 msgstr "Fermas la averton pri pasvorta ĝisdatigo"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Fermas afiŝan redaktilon kaj forĵetas afiŝan malneton"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Fermas la emoĝi-elektilon"
 
@@ -1764,11 +1808,11 @@ msgstr "Fermas la emoĝi-elektilon"
 msgid "Closes viewer for header image"
 msgstr "Fermas la montrilon de la kapa bildo"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Maletendi liston de uzantoj"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Maletendas liston de uzantoj por donita sciigo"
 
@@ -1791,7 +1835,7 @@ msgstr "Komedio"
 msgid "Comics"
 msgstr "Komiksoj"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Komunumaj gvidnormoj"
@@ -1802,13 +1846,13 @@ msgstr "Finu la lernilon kaj komencu uzi vian konton"
 
 #: src/screens/Signup/index.tsx:162
 msgid "Complete the challenge"
-msgstr "Fini la defion"
+msgstr "Plenumi la defion"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Krei novan afiŝon"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Krei afiŝojn maksimume {0, plural, one {# signon}other {# signojn}} longajn"
 
@@ -1816,7 +1860,7 @@ msgstr "Krei afiŝojn maksimume {0, plural, one {# signon}other {# signojn}} lon
 msgid "Compose reply"
 msgstr "Krei respondon"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Densigado de videaĵo..."
 
@@ -1828,23 +1872,17 @@ msgstr "Konfiguru enhavan filtradon por kategorio: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Agordita en <0>agordoj de kontrolado</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Konfirmi"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Konfirmi ŝanĝon"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Konfirmi lingvajn agordojn de enhavo"
@@ -1861,18 +1899,19 @@ msgstr "Konfirmu vian aĝon:"
 msgid "Confirm your birthdate"
 msgstr "Konfirmu vian naskiĝdaton"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Konfirmkodo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Konfirmkodo"
 
@@ -1880,8 +1919,8 @@ msgstr "Konfirmkodo"
 msgid "Connecting..."
 msgstr "Konektado..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Kontakti subtenejon"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Enhavo kaj aŭdvidaĵoj"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Enhavo kaj aŭdvidaĵoj"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Enhavo kaj aŭdvidaĵoj"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtriloj por la enhavo"
 msgid "Content from across the network we think you might like."
 msgstr "Enhavo el la tuta reto, kiu eble plaĉos al vi."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Lingvoj de la enhavo"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Fono de kuntekstmenuo, alklaku por fermi la menuon."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Daŭrigi"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Daŭrigi kiel {0} (nune ensalutinta)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Daŭrigi fadenon..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Pluiri al la sekva paŝo"
@@ -1973,7 +2012,7 @@ msgstr "Kuirado"
 msgid "Copied"
 msgstr "Kopiita"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Versio kopiita al tondujo"
 
@@ -1981,8 +2020,8 @@ msgstr "Versio kopiita al tondujo"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Kopiita al tondujo"
 
@@ -1991,7 +2030,7 @@ msgstr "Kopiita al tondujo"
 msgid "Copied!"
 msgstr "Kopiita!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Kopias version al tondujo"
 
@@ -2003,13 +2042,13 @@ msgstr "Kopii"
 msgid "Copy App Password"
 msgstr "Kopii apan pasvorton"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Kopii URI-on at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Kopii la DID-on de la aŭtoro"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kopii kodon"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Kopii DID-on"
 
@@ -2040,8 +2079,8 @@ msgstr "Kopii ligilon"
 msgid "Copy link to list"
 msgstr "Kopii ligilon al listo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Kopii ligilon al afiŝo"
 
@@ -2050,13 +2089,13 @@ msgstr "Kopii ligilon al afiŝo"
 msgid "Copy message text"
 msgstr "Kopii mesaĝan tekston"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Kopii URI-on at:// de afiŝo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Kopii afiŝan tekson"
 
@@ -2068,7 +2107,7 @@ msgstr "Kopii QR-kodon"
 msgid "Copy TXT record value"
 msgstr "Kopii la valoron de la TXT-rikordo"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Regularo pri kopirajto"
@@ -2078,7 +2117,7 @@ msgstr "Regularo pri kopirajto"
 msgid "Could not leave chat"
 msgstr "Ne eblis foriri el babilejo"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Ne eblis ŝargi fluon"
 
@@ -2094,7 +2133,7 @@ msgstr "Ne eblis silentigi babilejon"
 msgid "Could not process your video"
 msgstr "Ne eblis trakti vian videaĵon"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Krei"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Krei QR-kodon por startpako"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Krei startpakon"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Krei startpakon por mi"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Krei konton"
 msgid "Create an account without using this starter pack"
 msgstr "Krei konton neuzante ĉi tiun startpakon"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Krei profilbildon anstataŭe"
 
@@ -2209,13 +2248,13 @@ msgstr "Malhela etoso"
 msgid "Date of birth"
 msgstr "Naskiĝdato"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Malaktivigi konton"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Sencimiga kontrolo"
 
@@ -2237,13 +2276,13 @@ msgstr "Defaŭltaj piktogramoj"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Forigi"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Forigi konton"
 
@@ -2259,19 +2298,19 @@ msgstr "Forigi apan pasvorton"
 msgid "Delete app password?"
 msgstr "Ĉu forigi apan pasvorton?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Forigi babilejon"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Forigi babilan deklaro-rikordon"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Forigi konversacion"
 
@@ -2299,9 +2338,9 @@ msgstr "Forigi mesaĝon por mi"
 msgid "Delete my account"
 msgstr "Forigi mian konton"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Forigi afiŝon"
 
@@ -2318,7 +2357,7 @@ msgstr "Ĉu forigi startpakon?"
 msgid "Delete this list?"
 msgstr "Ĉu forigi ĉi tiun liston?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Ĉu forigi ĉi tiun afiŝon?"
 
@@ -2335,19 +2374,19 @@ msgstr "Forigita konto"
 msgid "Deleted post."
 msgstr "Forigita afiŝo."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Priskribo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Priskribo tro longas"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Priskribo estas tro longa. La maksimuma nombro da signoj estas {DESCRIPTION_MAX_GRAPHEMES, plural, one {#}other {#}}."
 
@@ -2356,27 +2395,27 @@ msgstr "Priskribo estas tro longa. La maksimuma nombro da signoj estas {DESCRIPT
 msgid "Descriptive alt text"
 msgstr "Priskriba alternativa teksto"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Malligi citaĵon"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Ĉu malligi citatan afiŝon?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Programista reĝimo malŝaltita"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Programista reĝimo ŝaltita"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Programistaj opcioj"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialogujo: kiu povas interagi kun ĉi tiu afiŝo"
 msgid "Dim"
 msgstr "Malheleta"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Malŝalti 2FA-on"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Malŝalti retpoŝtan 2FA-on"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Malŝalti retpoŝtan 2FA-on"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Malŝaltita"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Forĵeti"
 
@@ -2420,11 +2468,11 @@ msgstr "Forĵeti"
 msgid "Discard changes?"
 msgstr "Ĉu forĵeti ŝanĝojn?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Ĉu forĵeti malneton?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Ĉu forĵeti afiŝon?"
 
@@ -2442,15 +2490,15 @@ msgstr "Malkovri fluojn"
 msgid "Discover new custom feeds"
 msgstr "Malkovri novajn proprajn fluojn"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Malkovri novajn fluojn"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Ignori"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Ignori eraron"
 
@@ -2471,9 +2519,9 @@ msgstr "Ignori ĉi tiun sekcion"
 msgid "Display larger alt text badges"
 msgstr "Montri pli grandajn ŝildojn de alternativa teksto"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Montrata nomo"
@@ -2482,11 +2530,11 @@ msgstr "Montrata nomo"
 msgid "Display Name"
 msgstr "Montrata nomo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Montrata nomo tro longas"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Montrata nomo estas tro longa. La maksimuma nombro da signoj estas {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {#}other {#}}."
 
@@ -2511,21 +2559,31 @@ msgstr "Ne komencas aŭ finas per dividstreko"
 msgid "Domain verified!"
 msgstr "Domajno konfirmita!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Ĉu vi ne havas kodon aŭ bezonas novan? <0>Alklaku ĉi tie.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Ĉu vi ne vidas retmesaĝon? <0>Alklaku ĉi tie por resendi.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Farite{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Duoble tuŝetu aŭ longe premu la mesaĝon por aldoni reagon"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Duoble tuŝeti por fermi la dialogujon"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Duoble tuŝeti por ŝati"
 
@@ -2575,7 +2633,7 @@ msgstr "Daŭro:"
 msgid "e.g. alice"
 msgstr "ekz. ludoviko"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "ekz. Ludoviko Familinomo"
 
@@ -2587,7 +2645,7 @@ msgstr "ekz. Ludoviko Zamenhof"
 msgid "e.g. alice.com"
 msgstr "ekz. ludoviko.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "ekz. Artisto, hundo-amanto kaj legemulo."
 
@@ -2595,19 +2653,19 @@ msgstr "ekz. Artisto, hundo-amanto kaj legemulo."
 msgid "E.g. artistic nudes."
 msgstr "Ekz. artista nudeco."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "ekz. Plej bonaj kontoj"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "ekz. Spamistoj"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "ekz. Neerarantaj afiŝantoj."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "ekz. Uzantoj kiuj ripete respondas per reklamoj."
 
@@ -2615,7 +2673,7 @@ msgstr "ekz. Uzantoj kiuj ripete respondas per reklamoj."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Ĉiu kodo funkcias unufoje. Vi ricevos pli da invitaj kodoj periode."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Redakti"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Redakti profilbildon"
 
@@ -2637,14 +2695,14 @@ msgstr "Redakti profilbildon"
 msgid "Edit Feeds"
 msgstr "Redakti fluojn"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Redakti bildon"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Redakti interagajn agordojn"
 
@@ -2657,12 +2715,17 @@ msgstr "Redakti interesojn"
 msgid "Edit list details"
 msgstr "Redakti detalojn de listo"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Redakti la kontrol-liston"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Redakti miajn fluojn"
 
@@ -2679,15 +2742,15 @@ msgstr "Redakti homojn"
 msgid "Edit post interaction settings"
 msgstr "Redakti interagajn agordojn de afiŝo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Redakti profilon"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Redakti profilon"
 
@@ -2695,7 +2758,7 @@ msgstr "Redakti profilon"
 msgid "Edit starter pack"
 msgstr "Redakti startpakon"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Redakti liston de uzantoj"
 
@@ -2707,11 +2770,11 @@ msgstr "Elekti kiu povas respondi"
 msgid "Edit your display name"
 msgstr "Redakti vian montratan nomon"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Redakti priskribon de via profilo"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Redakti vian startpakon"
 
@@ -2724,9 +2787,8 @@ msgstr "Eduko"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Aŭ la kreinto de ĉi tiu listo blokis vin aŭ vi blokis la kreinton."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Retpoŝtadreso"
 
@@ -2747,20 +2809,17 @@ msgstr "Retpoŝtadreso"
 msgid "Email Resent"
 msgstr "Retmesaĝo resendita"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Retpoŝtadreso ĝisdatigita"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "Retmesaĝo sendita!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Retpoŝtadreso ĝisdatigita"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Retpoŝtadreso ĝisdatigita!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Retpoŝtadreso konfirmita"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "Retpoŝtadresa konfirmado finita!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Enkorpigi HTML-kodon"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Enkorpigi afiŝon"
 
@@ -2785,8 +2844,9 @@ msgstr "Enkorpigi ĉi tiun afiŝon en vian retejon. Simple kopiu la jenan kodaĵ
 msgid "Embedded video player"
 msgstr "Enkorpigita videoludilo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Ŝalti"
 
@@ -2798,8 +2858,8 @@ msgstr "Ŝalti nur {0}"
 msgid "Enable adult content"
 msgstr "Videbligi poradoltan enhavon"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr "Ŝalti retpoŝtan 2FA-on"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "Ŝaltita"
 msgid "End of feed"
 msgstr "Fino de la fluo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Certiĝu, ke vi elektis lingvon por ĉiu subtekst-dosiero."
 
@@ -2860,13 +2920,14 @@ msgstr "Entajpu pasvorton"
 msgid "Enter a word or tag"
 msgstr "Entajpu vorton aŭ kradvorton"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "Entajpu kodon"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Entajpu konfirmkodon"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "Entajpu kodon"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "Entajpu vian naskiĝdaton"
 msgid "Enter your email address"
 msgstr "Entajpu vian retpoŝtadreson"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Entajpu vian novan retpoŝtadreson supre"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Entajpu vian novan retpoŝtadreson malsupre."
 
@@ -2921,7 +2978,7 @@ msgstr "Ŝaltas plenekranon"
 msgid "Entertainment"
 msgstr "Amuzo"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Eraro"
@@ -2997,15 +3054,15 @@ msgstr "Eliri el la bildmontro"
 msgid "Expand alt text"
 msgstr "Etendi alternativan tekston"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Etendi liston de uzantoj"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Etendi aŭ maletendi la tutan afiŝon, al kiu vi respondas"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Etendas aŭ maletendas la tekston de la afiŝo"
 
@@ -3031,6 +3088,10 @@ msgstr "Eksvalidiĝas {0}"
 msgid "Expires in {0}"
 msgstr "Eksvalidiĝas je {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Poradolta aŭ maltrankviliga aŭdvidaĵo."
 msgid "Explicit sexual images."
 msgstr "Detalaj seksumaj bildoj."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Esplori"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Eksporti miajn datumojn"
 
@@ -3071,12 +3132,12 @@ msgstr "Eksteraj aŭdvidaĵoj"
 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 "Eksteraj aŭdvidaĵoj eblas permesi al retejoj kolekti informojn pri vi kaj via aparato. Neniu informo estos sendota aŭ postulota antaŭ vi premos la butonon \"ludi\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferoj pri eksteraj aŭdvidaĵoj"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Malsukcesis akcepti babilejon"
@@ -3090,15 +3151,11 @@ msgstr "Malsukcesis aldoni emoĝian reagon"
 msgid "Failed to change handle. Please try again."
 msgstr "Malsukcesis ŝanĝi identigilon. Bonvolu reprovi."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Malsukcesis krei apan pasvorton. Bonvolu reprovi."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Malsukcesis krei konversacion"
 
@@ -3107,12 +3164,12 @@ msgstr "Malsukcesis krei konversacion"
 msgid "Failed to create starter pack"
 msgstr "Malsukcesis krei startpakon"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Malsukcesis krei la liston. Kontrolu vian retkonekton kaj reprovu."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Malsukcesis forigi babilejon"
@@ -3121,7 +3178,7 @@ msgstr "Malsukcesis forigi babilejon"
 msgid "Failed to delete message"
 msgstr "Malsukcesis forigi mesaĝon"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Malsukcesis forigi afiŝon, bonvolu reprovi"
 
@@ -3129,7 +3186,7 @@ msgstr "Malsukcesis forigi afiŝon, bonvolu reprovi"
 msgid "Failed to delete starter pack"
 msgstr "Malsukcesis forigi startpakon"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Malsukcesis ŝargi konversaciojn"
@@ -3172,7 +3229,7 @@ msgstr "Malsukcesis forigi emoĝian reagon"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Malsukcesis forigi konfirmon"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Malsukcesis konservi viajn interesojn."
 msgid "Failed to send"
 msgstr "Malsukcesis sendi"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "Malsukcesis sendi retmesaĝon, bonvolu reprovi."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Malsukcesis sendi apelacion, bonvole reprovu."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Malsukcesis baskuligi la silentigon de fadeno, bonvolu reprovi"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "La ĝisdatigo de retpoŝtaj 2FA-agordoj malsukcesis"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "Malsukcesis ĝisdatigi retpoŝtadreson, bonvolu reprovi."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Malsukcesis ĝisdatigi fluojn"
@@ -3219,11 +3290,15 @@ msgstr "Malsukcesis ĝisdatigi agordojn"
 msgid "Failed to upload video"
 msgstr "Malsukcesis alŝuti videaĵon"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "Malsukcesis konfirmi retpoŝtadreson, bonvolu reprovi."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "La aŭtentikigo de via identigilo malsukcesis. Bonvolu reprovi."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Fluo"
 
@@ -3242,24 +3317,24 @@ msgstr "Baskuligi fluon"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Prikomentado"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Prikomento sendita!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Fluoj"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Fleksebla"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Sekvi"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Sekvi"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Sekvi {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Sekvi {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Sekvi {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Eksekvu 10 kontojn"
 msgid "Follow 7 accounts"
 msgstr "Eksekvu 7 kontojn"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Sekvi konton"
 
@@ -3391,7 +3462,7 @@ msgstr "Sekvi konton"
 msgid "Follow all"
 msgstr "Sekvi ĉiujn"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Sekvi reciproke"
@@ -3417,7 +3488,7 @@ msgstr "Sekvata de <0>{0}</0> kaj <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Sekvata de <0>{0}</0>, <1>{1}</1>, kaj {2, plural, one {# alia} other {# aliaj}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Sekvantoj de @{0}, kiujn vi konas"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Sekvantoj, kiujn vi konas"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Sekvas"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Sekvas {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Sekvas {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Sekvas {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferoj de la fluo pri sekvatoj"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferoj de la fluo pri sekvatoj"
@@ -3524,7 +3591,7 @@ msgstr "Ofte afiŝas nedeziratan enhavon"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "De <0/>"
@@ -3533,18 +3600,20 @@ msgstr "De <0/>"
 msgid "Gallery"
 msgstr "Bildgalerio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Generi startpakon"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Akiri helpon"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Komenci"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "Enkonduko"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Enkonduko"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Donu vizaĝon al via profilo"
 
@@ -3567,10 +3636,10 @@ msgstr "Evidentaj malobservoj de la leĝo aŭ uzokondiĉoj"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Reen"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Hejmen"
 msgid "Go Home"
 msgstr "Hejmen"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "Iri al la profilo de {firstAuthorName}"
 
@@ -3631,15 +3716,15 @@ msgstr "Iri al uzanta profilo"
 #: src/view/com/composer/labels/LabelsBtn.tsx:201
 #: src/view/com/composer/labels/LabelsBtn.tsx:204
 msgid "Graphic Media"
-msgstr "Krudaj aŭdvidaĵoj"
+msgstr "Maldeca aŭdvidaĵo"
 
 #: src/state/shell/progress-guide.tsx:218
 #: src/state/shell/progress-guide.tsx:228
 msgid "Half way there!"
 msgstr "Duonvoje!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Identigilo"
 
@@ -3665,7 +3750,7 @@ msgstr "Tuŝ-retrokuplado"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Molestado, trolado aŭ netoleremo"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Kradvorto"
 
@@ -3673,19 +3758,24 @@ msgstr "Kradvorto"
 msgid "Hashtag {tag}"
 msgstr "Kradvorto {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Ĉu vi havas kodon? <0>Alklaku ĉi tie.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Ĉu vi havas problemon?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Helpo"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Afiŝu foton aŭ kreu profilbildon por ke homoj sciu, ke vi ne estas roboto."
 
@@ -3698,7 +3788,7 @@ msgstr "Jen via apa pasvorto!"
 msgid "Hidden"
 msgstr "Kaŝita"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Kaŝita laŭ viaj agordoj pri kontrolado."
 
@@ -3715,12 +3805,12 @@ msgstr "Kaŝita listo"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Kaŝi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Kaŝi"
@@ -3729,18 +3819,18 @@ msgstr "Kaŝi"
 msgid "Hide customization options"
 msgstr "Kaŝi tajloradajn opciojn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Kaŝi afiŝon por mi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Kaŝi respondon por ĉiuj"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Kaŝi respondon por mi"
 
@@ -3748,12 +3838,12 @@ msgstr "Kaŝi respondon por mi"
 msgid "Hide this card"
 msgstr "Kaŝi ĉi tiun karton"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Ĉu kaŝi ĉi tiun afiŝon?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Ĉu kaŝi ĉi tiun respondon?"
 
@@ -3771,14 +3861,14 @@ msgstr "Ĉu kaŝi popularajn temojn?"
 msgid "Hide trending videos?"
 msgstr "Ĉu kaŝi popularajn videaĵojn?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Kaŝi la liston de uzantoj"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Kaŝi konfirmajn ŝildojn"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm, ni ne povis ŝargi tiun kontrol-servon."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Momenton! Ni iom post iom donas aliron al la videaĵo, kaj vi ankoraŭ atendas en vico. Rekontrolu baldaŭ!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Hejmo"
 
@@ -3845,25 +3935,20 @@ msgstr "Popularaj"
 msgid "Hot replies first"
 msgstr "La plej popularaj respondoj unue"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Kiel ni malfermu ĉi tiun ligilon?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Mi havas kodon"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Mi havas kodon"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Mi havas konfirman kodon"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Se vi forigos ĉi tiun liston, vi ne povos restaŭri ĝin."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Se vi havas vian propran domajnon, vi povas uzi ĝin kiel vian identigilon. Ĉi tio permesas al vi aŭtentikigi vin mem. <0>Eksciu pli.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "Se vi bezonas ĝisdatigi vian retpoŝtadreson, <0>alklaku ĉi tie</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Se vi forigos ĉi tiun afiŝon, vi ne povos restaŭri ĝin."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Se vi ĝisdatigos vian retpoŝtadreson, retpoŝta 2FA estos malŝaltota."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Se vi volas ŝanĝi vian pasvorton, ni sendos al vi kodon por konfirmi, ke ĉi tiu estas via konto."
@@ -3915,18 +4008,19 @@ msgstr "Kontraŭleĝa kaj urĝa"
 msgid "Image"
 msgstr "Bildo"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Bilda kaŝmemoro viŝita"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Bilda kaŝmemoro viŝita, {0} liberita(j)"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Bildo konservita al via bildgalerio!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "Bildo konservita"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Nevalida 2FA-konfirmkodo."
 msgid "Invalid handle. Please try a different one."
 msgstr "Nevalida nomo. Bonvolu uzi iun alian."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Nevalida aŭ nesubtenita afiŝ-rikordo"
 
@@ -4041,12 +4135,12 @@ msgstr "Ĝi ĝustas"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Vi estas sola ĉi-momente! Aldoni pli da homoj al via startpako serĉante supre."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID de laboro: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Laboroj"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Etikedita de la aŭtoro."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etikedoj"
 
@@ -4100,13 +4194,13 @@ msgstr "Etikedoj sur via enhavo"
 msgid "Language selection"
 msgstr "Lingva elekto"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Lingvaj agordoj"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Lingvoj"
 
@@ -4124,20 +4218,20 @@ msgstr "Plej freŝaj"
 msgid "learn more"
 msgstr "ekscii pli"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Ekscii pli"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Ekscii pli"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Ekscii pli pri Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Ekscii pli pri la kontrolado farita al ĉi tiu enhavo."
 msgid "Learn more about this warning"
 msgstr "Ekscii pli pri ĉi tiu averto"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Ekscii pli pri konfirmado ĉe Bluesky"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Elirante el Bluesky"
 msgid "left to go."
 msgstr "restas."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Lasu min elekti"
 
@@ -4230,7 +4324,7 @@ msgstr "Hela"
 msgid "Like"
 msgstr "Ŝati"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Ŝati ({0, plural, one {# ŝato} other {# ŝatoj}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Ŝatu 10 afiŝojn por trejni la fluon Malkovri"
 msgid "Like this feed"
 msgstr "Ŝati ĉi tiun fluon"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Ŝati ĉi tiun etikedilon"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Ŝatata de"
 
@@ -4269,16 +4363,16 @@ msgstr "Ŝatata de {0, plural, one {# uzanto} other {# uzantoj}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Ŝatata de {likeCount, plural, one {# uzanto} other {# uzantoj}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Ŝatoj"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Ŝatoj de ĉi tiu afiŝo"
 
@@ -4287,11 +4381,11 @@ msgstr "Ŝatoj de ĉi tiu afiŝo"
 msgid "Linear"
 msgstr "Linie"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Listo"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Profilbildo de la listo"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Listo silentigita"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nomo de la listo"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Listo malsilentigita"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listoj"
 
@@ -4358,6 +4452,22 @@ msgstr "Listoj"
 msgid "Lists blocking this user:"
 msgstr "Listoj blokintaj ĉi tiun uzanton:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Ŝargi pli"
@@ -4370,18 +4480,18 @@ msgstr "Ŝargi pliajn proponitajn fluojn"
 msgid "Load new notifications"
 msgstr "Ŝargi novajn sciigojn"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Ŝargi novajn afiŝojn"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Ŝargado..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Protokolo"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Emblemo farita de @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Emblemo farita de <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Ŝajne vi forigis ĉiujn viajn alpinglitajn fluojn. Sed ne maltrankvili
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Fluo de sekvatoj ŝajne mankas al vi. <0>Alklaku por aldoni iun.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "Faru ĝustigojn al retpoŝtaj agordoj por via konto"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Faru ĝin por mi"
 
@@ -4433,7 +4547,7 @@ msgstr "Administri la konservitajn fluojn"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Administri konfirmadajn agordojn"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Marki kiel legita"
 msgid "Marked all as read"
 msgstr "Markis ĉiujn kiel legitaj"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Eble poste"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Aŭdvidaĵoj"
 
@@ -4479,7 +4600,7 @@ msgstr "Mencioj"
 msgid "Menu"
 msgstr "Menuo"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Mesaĝo {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Mesaĝo tro longas"
 msgid "Message options"
 msgstr "Opcioj de mesaĝo"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mesaĝoj"
 
@@ -4532,10 +4653,10 @@ msgstr "Trompa konto"
 msgid "Misleading Post"
 msgstr "Trompa afiŝo"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Kontrolado"
 
@@ -4557,12 +4678,12 @@ msgstr "Kontrol-listo de <0/>"
 msgid "Moderation list by you"
 msgstr "Kontrol-listo farita de vi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Kontrol-listo kreita"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Kontrol-listo ĝisdatigita"
@@ -4571,8 +4692,8 @@ msgstr "Kontrol-listo ĝisdatigita"
 msgid "Moderation lists"
 msgstr "Kontrol-listoj"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Kontrol-listoj"
 
@@ -4580,7 +4701,7 @@ msgstr "Kontrol-listoj"
 msgid "moderation settings"
 msgstr "agordoj pri kontrolado"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Statoj de kontrolado"
 
@@ -4593,7 +4714,7 @@ msgstr "Kontroladaj iloj"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Kontrolanto decidis starigi ĝeneralan averton pri la enhavo."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Pli"
 
@@ -4602,8 +4723,8 @@ msgstr "Pli"
 msgid "More feeds"
 msgstr "Pli da fluoj"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Pli da opcioj"
@@ -4637,10 +4758,10 @@ msgstr "Silentigi"
 msgid "Mute {tag}"
 msgstr "Silentigi kradvorton {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Silentigi konton"
 
@@ -4689,13 +4810,13 @@ msgstr "Silentigi ĉi tiun vorton nur en kradvortoj"
 msgid "Mute this word until you unmute it"
 msgstr "Silentigi ĉi tiun vorton ĝis kiam ĝi estos malsilentigita"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silentigi fadenon"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silentigi vortojn k kradvortojn"
 
@@ -4703,12 +4824,12 @@ msgstr "Silentigi vortojn k kradvortojn"
 msgid "Muted accounts"
 msgstr "Silentigitaj kontoj"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Silentigitaj kontoj"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Kiam vi silentigas konton, ties afiŝoj estos forigitaj el viaj fluo kaj sciigoj. Silentigoj estas tute privataj."
 
@@ -4729,15 +4850,15 @@ msgstr "Silentigo estas privata. Silentigitaj kontoj povas interagi kun vi, sed
 msgid "My Birthday"
 msgstr "Mia naskiĝtago"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Miaj fluoj"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nomo"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Nomo estas deviga"
 
@@ -4772,11 +4893,11 @@ msgstr "Iri al startpako"
 msgid "Navigates to the next screen"
 msgstr "Iras al la sekva ekrano"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Iras al via profilo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Ĉu vi bezonas ŝanĝi ĝin?"
 
@@ -4797,21 +4918,26 @@ msgstr "Ne gravas, kreu identigilon por mi"
 msgid "New"
 msgstr "Nova"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nova"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nova babilejo"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Nova retpoŝtadreso"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Nova funkcio"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nova identigilo"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nova listo"
 
@@ -4828,7 +4954,7 @@ msgstr "Nova listo"
 msgid "New messages"
 msgstr "Novaj mesaĝoj"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nova kontrol-listo"
 
@@ -4840,10 +4966,10 @@ msgstr "Nova pasvorto"
 msgid "New Password"
 msgstr "Nova pasvorto"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nova afiŝo"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nova afiŝo"
@@ -4863,7 +4989,7 @@ msgstr "Nova afiŝo"
 msgid "New user info dialog"
 msgstr "Informa dialogujo pri nova uzanto"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Listo de novaj uzantoj"
 
@@ -4911,6 +5037,10 @@ msgstr "Ankoraŭ ne estas apaj pasvortoj"
 msgid "No DNS Panel"
 msgstr "Ne estas DNS-panelo"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Neniuj elstarigitaj GIF-oj trovitaj. Eble estas problemo pri Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Neniu fluo trovita. Provu serĉi ion alian."
 msgid "No likes yet"
 msgstr "Ankoraŭ ne estas ŝatoj"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Vi ne plu sekvas {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Ankoraŭ ne estas citaĵoj"
 msgid "No reposts yet"
 msgstr "Ankoraŭ ne estas reafiŝoj"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Sen rezulto"
 
@@ -4980,7 +5110,7 @@ msgstr "Sen rezultoj por \"{0}\"."
 msgid "No results found"
 msgstr "Neniu rezulto trovita"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Neniu rezulto trovita por \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Ne-seksuma nudeco"
 msgid "Not followed by anyone you're following"
 msgstr "Sekvata de neniu el viaj sekvatoj"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Netrovita"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Ne nun"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Noto pri kundivido"
 
@@ -5052,7 +5177,7 @@ msgstr "Noto pri kundivido"
 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 "Atentu: Bluesky estas malfermita kaj publika reto. Ĉi tiu agordo nur limigas la videblecon de via enhavo en la apo kaj retejo de Bluesky, eble aliaj apoj ne respektos ĉi tiun agordon. Aliaj apoj kaj retejoj povas daŭre montri vian enhavon al elsalutintaj uzantoj."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Estas nenio ĉi tie"
 
@@ -5060,7 +5185,7 @@ msgstr "Estas nenio ĉi tie"
 msgid "Notification filters"
 msgstr "Filtriloj por sciigoj"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Sciigaj agordoj"
@@ -5077,11 +5202,11 @@ msgstr "Sciigaj sonoj"
 msgid "Notification Sounds"
 msgstr "Sciigaj sonoj"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Sciigoj"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Ho ve! Io misfunkciis."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "Bone"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Bone"
 
@@ -5140,19 +5265,19 @@ msgstr "La plej malnovaj respondoj unue"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "ĉe<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
-msgstr "Restartigi la lernilon"
+msgstr "Restarigi la lernilon"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Al unu aŭ pli da GIF-oj mankas alt-teksto."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Al unu aŭ pli da bildoj mankas alternativa teksto."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Al unu aŭ pli da videaĵoj mankas alternativa teksto."
 
@@ -5168,7 +5293,7 @@ msgstr "Nur {0} povas respondi."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Nur enhavas literojn, ciferojn kaj streketojn"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Nur bildaj dosieroj estas subtenataj"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ups, io misfunkciis!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ups!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ups!"
 msgid "Open"
 msgstr "Malfermi"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Malfermi la profilan ŝparvojan menuon de {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Malfermi la profilbildan kreilon"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Malfermi flankmenuon"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Malfermi emoĝi-elektilon"
 
@@ -5225,7 +5346,7 @@ msgstr "Malfermi la informekranon de la fluo"
 msgid "Open feed options menu"
 msgstr "Malfermi la opciomenuon de la fluo"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Malfermi la tutan emoĝi-liston"
 
@@ -5237,7 +5358,7 @@ msgstr "Malfermi ligilon al {niceUrl}"
 msgid "Open message options"
 msgstr "Malfermi opciojn de mesaĝoj"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Malfermi la paĝon de kontrolada sencimigo"
 
@@ -5249,20 +5370,25 @@ msgstr "Malfermi agordojn de silentigitaj vortoj kaj kradvortoj"
 msgid "Open pack"
 msgstr "Malfermi pakon"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Malfermi menuon de la afiŝo"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Malfermi menuon de startpako"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Malfermi la historiopaĝon"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Malfermi sisteman protokolon"
 
@@ -5282,19 +5408,19 @@ msgstr "Malfermas dialogujon por elekti, kiu povas respondi al ĉi tiu fadeno"
 msgid "Opens additional details for a debug entry"
 msgstr "Malfermas pliajn detalojn por sencimigo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Malfermas dialogujon de alternativa teksto"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Malfermas fotilon de aparato"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Malfermas dialogujon de subtekstoj k alternativa teksto"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Malfermas dialogujon por ŝanĝi la identigilon"
 
@@ -5306,7 +5432,7 @@ msgstr "Malfermas afiŝ-kreilon"
 msgid "Opens device photo gallery"
 msgstr "Malfermas aparatan bildgalerion"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Malfermas emoĝi-elektilon"
 
@@ -5324,7 +5450,7 @@ msgstr "Malfermas procezon de ensalutado al via ekzistanta Bluesky-konto"
 msgid "Opens GIF select dialog"
 msgstr "Malfermas GIF-elektilan dialogujon"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Malfermas la helpocentron en retumilo"
 
@@ -5332,6 +5458,10 @@ msgstr "Malfermas la helpocentron en retumilo"
 msgid "Opens list of invite codes"
 msgstr "Malfermas liston de invitaj kodoj"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Malfermas formularon por restarigi la pasvorton"
@@ -5340,12 +5470,12 @@ msgstr "Malfermas formularon por restarigi la pasvorton"
 msgid "Opens the linked website"
 msgstr "Malfermas la ligitan retejon"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Malfermas ĉi tiun profilon"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Malfermas la videaĵ-elektilon"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA stato: Neniu disponebla"
 msgid "Other"
 msgstr "Alia"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Alia konto"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Paĝo netrovita"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Paŭzigi videaĵon"
 msgid "People"
 msgstr "Homoj"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Homoj sekvataj de @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Homoj sekvantaj @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Alpingli al hejmo"
 msgid "Pin to Home"
 msgstr "Alpingli al hejmo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Alpingli al via profilo"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Alpinglita"
 
@@ -5578,13 +5708,13 @@ msgstr "Bonvolu elekti vian nomon."
 msgid "Please choose your password."
 msgstr "Bonvolu elekti vian pasvorton."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Bonvolu alklaki la ligilon en la retmesaĝo, kiun ni ĵus sendis al vi, por konfirmi vian novan retpoŝtadreson. Ĉi tio estas grava paŝo por permesi al vi daŭre ĝui ĉiujn funkciojn de Bluesky."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
-msgstr "Bonvolu fini la captcha-kontrolon."
-
-#: 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 "Bonvolu konfirmi vian retpoŝtadreson antaŭ ol ŝanĝi ĝin. Ĉi tio estas dumtempa postulo dum ni aldonas ilojn por retpoŝtadresa ĝisdatigo kaj ĝi baldaŭ estos forigita."
+msgstr "Bonvolu plenumi la captcha-kontrolon."
 
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
@@ -5602,10 +5732,28 @@ msgstr "Bonvolu entajpi pasvorton. Ĝi devas havi almenaŭ 8 signojn."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Bonvolu entajpi unikan nomon por ĉi tiu apa pasvorto, aŭ uzu nian hazarde generitan."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Bonvolu entajpi validan kodon."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Bonvolu entajpi validan retpoŝtadreson."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Bonvolu entajpi validan vorton, kradvorton, aŭ frazon por silentigi"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Bonvolu entajpi suben la kodon, kiun ni sendis al <0>{0}</0>."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Bonvolu entajpi la sekurecan kodon, kiun ni sendis al via antaŭa retpoŝtadreso."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Bonvolu entajpi vian retpoŝtadreson."
 msgid "Please enter your invite code."
 msgstr "Bonvolu entajpi vian invitan kodon."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Bonvolu entajpi vian novan retpoŝtadreson."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Bonvolu entajpi vian pasvorton"
@@ -5648,7 +5800,11 @@ msgstr "Bonvolu elekti kaŭzon de ĉi tiu raporto"
 msgid "Please sign in as @{0}"
 msgstr "Bonvolu ensaluti kiel @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Bonvolu konfirmi vian retpoŝtadreson"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Bonvolu konfirmi vian retpoŝtadreson"
 
@@ -5662,7 +5818,7 @@ msgstr "Politiko"
 msgid "Porn"
 msgstr "Pornografio"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Afiŝi"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Afiŝo"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Afiŝi ĉiujn"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Afiŝo de {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Afiŝo de @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Afiŝo forigita"
@@ -5697,7 +5853,7 @@ msgstr "Afiŝo forigita"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Malsukcesis ŝargi afiŝon. Bonvolu kontroli vian retkonekton kaj reprovi."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Afiŝo estis forigita"
 
@@ -5719,7 +5875,7 @@ msgstr "Afiŝo kaŝita de vi"
 msgid "Post interaction settings"
 msgstr "Interagaj agordoj de afiŝo"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Interagaj agordoj de afiŝo"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Afiŝo depinglita"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Afiŝoj"
@@ -5789,7 +5945,7 @@ msgstr "Premu por vidi sekvantojn de ĉi tiu konto kiun vi ankaŭ sekvas"
 msgid "Previous image"
 msgstr "Antaŭa bildo"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Ĉefa lingvo"
 
@@ -5807,26 +5963,26 @@ msgstr "Prioritataj sciigoj"
 msgid "Privacy"
 msgstr "Privateco"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privateco kaj sekureco"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privateco kaj sekureco"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Regularo pri privateco"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Pritraktado de videaĵo..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Pritraktado..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profilo"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profilo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profilo ĝisdatigita"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Publikaj k kundivideblaj listoj, kiuj povas esti uzitaj por funkciigi fluojn."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Publikigi afiŝon"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Publikigi afiŝojn"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Publikigi respondojn"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Publikigi respondon"
 
@@ -5904,11 +6060,11 @@ msgstr "QR-kodo konservita en via bildgalerio!"
 msgid "Quote post"
 msgstr "Citi afiŝon"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "La citafiŝo estis religita"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "La citaĵo estis sukcese malligita"
 
@@ -5927,7 +6083,7 @@ msgstr "Agordoj de citado"
 msgid "Quotes"
 msgstr "Citaĵoj"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citaĵoj de ĉi tiu afiŝo"
 
@@ -5942,8 +6098,8 @@ msgstr "Hazarda (alinome \"Afiŝinta ruleto\")"
 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 "Limo de operacioj transpasita – vi provis ŝanĝi vian identigilon tro multajn fojojn dum mallonga tempo. Bonvolu atendi minuton antaŭ provi denove."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Religi citaĵon"
 
@@ -5958,17 +6114,17 @@ msgstr "Reaktivigi vian konton"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Legi blogan afiŝon"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Legi malpli"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Legi pli"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Legi la blogon de Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Rekonekti"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Malakcepti"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
-msgstr "Malakcepti peton por babili"
+msgstr "Malakcepti babilpeton"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Reŝargi konversaciojn"
@@ -6022,7 +6178,7 @@ msgstr "Reŝargi konversaciojn"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Forigi"
 msgid "Remove {displayName} from starter pack"
 msgstr "Forigi {displayName} el la startpako"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Forigi {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Forigi konton"
 
@@ -6046,13 +6202,13 @@ msgstr "Forigi konton"
 msgid "Remove attachment"
 msgstr "Forigi aldonaĵon"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Forigi profilbildon"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Forigi rubandon"
 
@@ -6079,7 +6235,7 @@ msgstr "Ĉu forigi fluon?"
 msgid "Remove from my feeds"
 msgstr "Forigi el miaj fluoj"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Ĉu forigi el la rapitatingo?"
 
@@ -6097,11 +6253,16 @@ msgstr "Ĉu forigi el viaj fluoj?"
 msgid "Remove image"
 msgstr "Forigi bildon"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Forigi silentigitan vorton el via listo"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Forigi profilon"
 
@@ -6114,7 +6275,7 @@ msgstr "Forigi citaĵon"
 msgid "Remove repost"
 msgstr "Forigi reafiŝon"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Forigi subtekstan dosieron"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Forigi uzanton el la listo"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Forigi konfirmon"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Ĉu forigi vian konfirmon por ĉi tiu konto?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Forigita el viaj fluoj"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Forigas profilon el serĉhistorio"
+msgstr "Konfirmo forigita"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Forigas citatan afiŝon"
 msgid "Replace with Discover"
 msgstr "Anstataŭigi per Malkovri"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Respondoj"
 
@@ -6193,12 +6350,12 @@ msgstr "Respondoj malebligitaj"
 msgid "Replies to this post are disabled."
 msgstr "Respondoj por ĉi tiu afiŝo estis malebligitaj."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Respondi"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Respondi ({0, plural, one {# respondo} other {# respondoj}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Agordoj pri respondado estas elektitaj de la aŭtoro de la fadeno"
 msgid "Reply sorting"
 msgstr "Ordigado de respondoj"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Respondi al <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Respondi al blokita afiŝo"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Respondi al afiŝo"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Respondi al vi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Videbleco de respondoj ĝisdatiĝis"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Respondo estis sukcese kaŝita"
 
@@ -6261,16 +6418,16 @@ msgstr "Respondo estis sukcese kaŝita"
 msgid "Report"
 msgstr "Raporti"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Raporti konton"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Raporti konversacion"
 
@@ -6293,8 +6450,8 @@ msgstr "Raporti liston"
 msgid "Report message"
 msgstr "Raporti mesaĝon"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Raporti afiŝon"
 
@@ -6369,39 +6526,39 @@ msgstr "Reafiŝi aŭ citafiŝi"
 msgid "Reposted By"
 msgstr "Reafiŝita de"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Reafiŝita de {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Reafiŝita de <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Reafiŝita de vi"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Reafiŝoj de ĉi tiu afiŝo"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "Peti ŝanĝon"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
 msgid "Request Code"
-msgstr "Peti pri kodo"
+msgstr "Peti kodon"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:60
 #: src/screens/Settings/AccessibilitySettings.tsx:65
 msgid "Require alt text before posting"
 msgstr "Devigi alternativan tekston antaŭ ol afiŝi"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Devigi retmesaĝan kodon por ensaluti al via konto."
 
@@ -6413,13 +6570,19 @@ msgstr "Necesa por ĉi tiu provizanto"
 msgid "Required in your region"
 msgstr "Devigita en via regiono"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Resendi"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Resendi retmesaĝon"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Resendi retmesaĝon"
@@ -6436,8 +6599,8 @@ msgstr "Restariga kodo"
 msgid "Reset Code"
 msgstr "Restariga kodo"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Restarigi staton de la lernilo"
 
@@ -6458,10 +6621,10 @@ msgstr "Reprovas la lastan agon, kiu eraris"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Reveni al la antaŭa paĝo"
 msgid "Returns to home page"
 msgstr "Revenas al hejmpaĝo"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Revenas al la antaŭa paŝo"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Konservi"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Konservi"
@@ -6534,7 +6699,7 @@ msgstr "Konservi naskiĝtagon"
 msgid "Save changes"
 msgstr "Konservi ŝanĝojn"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Konservi ŝanĝojn"
 
@@ -6564,16 +6729,12 @@ msgstr "Konservi al miaj fluoj"
 msgid "Saved Feeds"
 msgstr "Konservitaj fluoj"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Konservita al via bildgalerio"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Konservita al viaj fluoj"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Konservas ĉiujn ŝanĝojn de via profilo"
 
@@ -6583,8 +6744,8 @@ msgstr "Konservi agordojn de bildstucado"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Diru saluton!"
 
@@ -6602,11 +6763,11 @@ msgstr "Rulumi al la supro"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Serĉi"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Serĉi afiŝojn de @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Serĉi afiŝojn de @{0}"
 msgid "Search by name or interest"
 msgstr "Serĉi per nomo aŭ intereso"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Serĉi fluojn"
 
@@ -6656,8 +6817,8 @@ msgstr "Serĉi GIF-ojn"
 msgid "Search my posts"
 msgstr "Serĉi miajn afiŝojn"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Serĉi afiŝojn"
 
@@ -6679,7 +6840,11 @@ msgstr "Serĉi..."
 msgid "Searches for profiles"
 msgstr "Serĉas profilojn"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Sekureca etapo devigita"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Sekureca etapo devigita"
 
@@ -6699,7 +6864,7 @@ msgstr "Vidi afiŝojn pri #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Vidi afiŝojn pri #{tag} de uzanto"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Vidu laborpostenojn ĉe Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Elekti koloron"
 msgid "Select account"
 msgstr "Elekti konton"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Elektu lingvon de la apo"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Elekti profilbildon"
@@ -6727,10 +6896,22 @@ msgstr "Elekti profilbildon"
 msgid "Select an emoji"
 msgstr "Elekti emoĝion"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Elektu opcion"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Elektu apan lingvon"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Elekti lingvojn de enhavo"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Elektu el ekzistanta konto"
@@ -6747,11 +6928,11 @@ msgstr "Elektu GIF-on \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Elektu por kiom longe silentigi ĉi tiun vorton."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Elekti lingvon..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Elekti lingvojn"
 
@@ -6763,6 +6944,10 @@ msgstr "Elektu kontrol-servon"
 msgid "Select moderator"
 msgstr "Elekti kontrolanton"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Elektu ĉefan lingvon"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Elekti emoĝion {emojiName} kiel profilbildon"
 msgid "Select the moderation service(s) to report to"
 msgstr "Elektu kontrol-servo(j)n, al kiu vi volas raporti"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Elekti videaĵon"
 
@@ -6784,11 +6969,11 @@ msgstr "Elekti videaĵon"
 msgid "Select what content this mute word should apply to."
 msgstr "Elektu, al kia enhavo apliku silentigon de ĉi tiu vorto."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
-msgstr "Elektiu kiun lingvon uzi por la apa fasado."
+msgstr "Elektu kiun lingvon uzi por la apa uzantinterfaco."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Elektu kiujn lingvojn vi volas en viaj abonitaj fluoj. Se neniu elektita, ĉiuj lingvoj estos montrotaj."
 
@@ -6801,7 +6986,7 @@ msgstr "Elektu la daton de via naskiĝo"
 msgid "Select your interests from the options below"
 msgstr "Elektu viajn interesojn el la opcioj sube"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Elektu viajn preferatajn lingvojn por tradukoj en viaj fluoj."
 
@@ -6813,19 +6998,17 @@ msgstr "Elektas opcion {0} el {numItems}"
 msgid "Send a neat website!"
 msgstr "Sendu mojosan retejon!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Sendi konfirmon"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Sendi konfirman retmesaĝon"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Sendi konfirman retmesaĝon"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Sendi retmesaĝon"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Sendi retmesaĝon"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Sendi prikomentadon"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Sendi mesaĝon"
@@ -6863,13 +7046,14 @@ msgstr "Sendi raporton al {0}"
 msgid "Send report to {title}"
 msgstr "Sendi raporton al {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Sendi konfirman retmesaĝon"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Sendi per rekta mesaĝo"
 
@@ -6901,10 +7085,10 @@ msgstr "Agordu vian konton"
 msgid "Sets email for password reset"
 msgstr "Agordas retpoŝtadreson por restarigi pasvorton"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Agordoj"
 
@@ -6926,16 +7110,16 @@ msgstr "Seksume sugesta"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Konigi"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Konigi"
@@ -6948,9 +7132,9 @@ msgstr "Konigu mojosan rakonton!"
 msgid "Share a fun fact!"
 msgstr "Konigu anekdoton!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Diskonigi malgraŭ tio"
 
@@ -6990,7 +7174,7 @@ msgstr "Konigu ĉi tiun startpakon kaj helpu homojn aliĝi vian komunumon ĉe Bl
 msgid "Share your favorite feed!"
 msgstr "Konigu vian plej ŝatatan fluon!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Testanto de komunaj preferoj"
 
@@ -7011,8 +7195,8 @@ msgstr "Montri alternativan tekston"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Montri ĉiuokaze"
 
@@ -7033,8 +7217,8 @@ msgstr "Montru tajloradajn opciojn"
 msgid "Show hidden replies"
 msgstr "Montri kaŝitajn respondojn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Montri malpli da similaj afiŝoj"
 
@@ -7042,14 +7226,14 @@ msgstr "Montri malpli da similaj afiŝoj"
 msgid "Show list anyway"
 msgstr "Montri liston ĉiuokaze"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Montri pli"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Montri pli da similaj afiŝoj"
 
@@ -7079,8 +7263,8 @@ msgstr "Montri respondojn fadene"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Montri respondojn de miaj sekvatoj antaŭ ĉiuj aliaj respondoj"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Montri respondojn por ĉiuj"
 
@@ -7102,11 +7286,11 @@ msgstr "Montri averton"
 msgid "Show warning and filter from feeds"
 msgstr "Montri averton kaj elfiltri el fluoj"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Montri informojn pri kiam ĉi tiu afiŝo estis kreita"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Montras aliajn kontojn al kiuj vi povas ŝanĝi"
 
@@ -7124,8 +7308,8 @@ msgstr "Montras la enhavon"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Montras la enhavon"
 msgid "Sign in"
 msgstr "Ensaluti"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Ensaluti kiel {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Ensalutu aŭ kreu konton"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Ensalutu aŭ kreu vian konton por aliĝi al la konversacio!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Ensaluti al nelistigitan konton"
 
@@ -7158,15 +7342,15 @@ msgstr "Ensaluti al nelistigitan konton"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Ensalutu al Bluesky aŭ kreu novan konton"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Elsaluti"
 
@@ -7174,8 +7358,8 @@ msgstr "Elsaluti"
 msgid "Sign Out"
 msgstr "Elsaluti"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Ĉu elsaluti?"
 
@@ -7206,14 +7390,19 @@ msgstr "Preterpasi ĉi tiun fluon"
 msgid "Smaller"
 msgstr "Malpli granda"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Dormetas la sciigon"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Programado"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Iuj de viaj konfirmoj estas nevalidaj."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Iu reagis per {0} al {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Io ne estis tute ĝusta pri la datumoj, kiujn vi provas raporti. Bonvolu kontaki subtenejon."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Io misfunkciis"
 
@@ -7264,8 +7453,8 @@ msgstr "Io misfunkciis. Bonvolu reprovi."
 msgid "Something wrong? Let us know."
 msgstr "Ĉu io misfunkciis? Sciigu nin."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Pardonu! Via seanco eksvalidiĝis. Bonvolu ensaluti denove."
 
@@ -7304,7 +7493,7 @@ msgstr "Trudaĵo; troaj mencioj aŭ respondoj"
 msgid "Sports"
 msgstr "Sporto"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Komenci novan babilejon"
 
@@ -7322,8 +7511,8 @@ msgstr "Komencu aldoni homojn!"
 msgid "Start chat with {displayName}"
 msgstr "Komenci babili kun {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Startpako"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Startpako nevalidas"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Startpakoj"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Starterpako ebligas al vi konigi viajn plej ŝatatajn fluojn kaj homojn kun viaj amikoj."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Paĝo pri stato"
 
@@ -7363,12 +7552,12 @@ msgstr "Paĝo pri stato"
 msgid "Step {0} of {1}"
 msgstr "Paŝo {0} el {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Konservejo vakigita, nun relanĉu la apon."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Historio de agoj"
 
@@ -7401,11 +7590,11 @@ msgstr "Aboni"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Aboni al @{0} por uzi tiujn etikedojn:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Aboni al etikedilo"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Aboni al ĉi tiu etikedilo"
 
@@ -7413,13 +7602,14 @@ msgstr "Aboni al ĉi tiu etikedilo"
 msgid "Subscribe to this list"
 msgstr "Aboni al ĉi tiu listo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Sukceso!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Sukcese konfirmita"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Sunsubiro"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Subteno"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Ŝanĝi konton"
 
@@ -7462,11 +7652,11 @@ msgstr "Ŝanĝi konton"
 msgid "Switch Account"
 msgstr "Ŝanĝi konton"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Ŝanĝi konton"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Ŝanĝi al {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Ŝanĝi al {0}"
 msgid "System"
 msgstr "Sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Sistema protokolo"
 
@@ -7518,7 +7708,7 @@ msgstr "Teknologio"
 msgid "Tell a joke!"
 msgstr "Diru ŝercon!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Diru nin iom pri vi"
 
@@ -7531,12 +7721,12 @@ msgstr "Diru nin pli"
 msgid "Terms"
 msgstr "Kondiĉoj"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Uzokondiĉoj"
 
@@ -7564,7 +7754,11 @@ msgstr "Tekstokampo"
 msgid "Text input field"
 msgstr "Kampo de teksta enigo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Dankon pro via prikomentado! Ĝi estis sendita al la operatoro de la fluo."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Dankon! Via retpoŝtadreso estis sukcese konfirmita."
 
@@ -7597,12 +7791,12 @@ msgstr "Tiu startpako ne troveblas."
 msgid "That's all, folks!"
 msgstr "Jen ĉio, uloj!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Tio estas ĉio!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Post malbloki, la konto povos interagi kun vi."
 
@@ -7636,6 +7830,10 @@ msgstr "La fluo Malkovri"
 msgid "The Discover feed now knows what you like"
 msgstr "La fluo Malkovri scias, kion plaĉas al vi"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "La retpoŝtadreso kiun vi entajpis, estas la sama kiel via nuna retpoŝtadreso."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Estas pli bone uzi la aplikaĵon. Elŝutu Bluesky nun kaj ni revenos tien, kie vi haltis."
@@ -7669,6 +7867,7 @@ msgstr "La regularo pri privateco translokiĝis al <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "La elektita videaĵo estas pli granda ol 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "La servilo ŝajnas havi problemon. Bonvolu reprovi post kelkaj momentoj."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Estis problemo konektante servilon"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Estis problemo konektante servilon, bonvolu kontroli vian interretan konekton kaj reprovu."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Estis problemo ŝargante sciigojn. Tuŝetu ĉi tie por reprovi."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Estis problemo ŝargante afiŝojn. Tuŝeti ĉi tie por reprovi."
 
@@ -7763,20 +7962,20 @@ msgstr "Estis problemo sendante vian raporton. Bonvolu kontroli vian interretan
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Estis problemo ĝisdatigante viajn fluojn, bonvolu kontroli vian interretan konekton kaj reprovu."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Estis problemo! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Ĉi tiuj agordoj nur aplikas al la fluo de sekvatoj."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Ĉi tiu {screenDescription} estas markita per flago:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Ĉi tiu konto havas kontrolmarkon, ĉar ĝi estis konfirmita de fidataj fontoj."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Ĉi tiu konto havas unu aŭ pli provitajn konfirmojn, sed ĝi ne estas nune konfirmita."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Ĉi tiu konto petis, ke uzantoj ensalutu por vidi ties profilo."
 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 "Ĉi tiu konto estas blokita de unu aŭ pli de viaj kontroladaj listoj. Por malbloki, bonvolu rekte viziti la listojn kaj forigu ĉi tiun uzanton."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Tiu ago povas esti malfarota iam ajn."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Ĉi tiu enhavo ne estas videbla sen Bluesky-konto."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Ĉi tiu konversacio estas kun forigita aŭ malaktivigita konto. Premu por opcioj"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Ĉi tiu retpoŝtadreso jam estas ligita al via konto."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Ĉi tiu funkcio estas en beta. Vi povas legi pli pri deponejaj eksportoj en <0>ĉi tiu blogafiŝo</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Ĉi tiu funkcio ne disponeblas dum uzado de apa pasvorto. Bonvolu ensaluti per via ĉefa pasvorto."
+
 #: 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 "Ĉi tiu funkcio ne disponeblas dum uzado de apa pasvorto. Bonvolu ensaluti per via ĉefa pasvorto."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Ĉi tiu fluo malplenas! Eble vi devas sekvi pli da uzantoj aŭ ŝanĝi viajn lingvajn agordojn."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Ĉi tiu fluo malplenas."
@@ -7899,9 +8106,10 @@ msgstr "Ĉi tiu identigilo estas rezervita. Bonvolu provi alian."
 msgid "This information is not shared with other users."
 msgstr "Ĉi tiuj informoj ne estas montrataj al aliaj uzantoj."
 
-#: 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 "Ĉi tio gravos, se vi iam bezonos ŝanĝi vian retpoŝtadreson aŭ restarigi vian pasvorton."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Ĉi tiu listo malplenas."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Ĉi tiu kontrolservo neatingeblas. Vidu pli da detaloj sube. Se ĉi tiu problemo daŭras, kontaktu nin."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Ĉi tiu afiŝo asertas, ke ĝi estis kreita je <0>{0}</0>, sed ĝi estis unue vidita ĉe Bluesky je <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Ĉi tiu afiŝo asertas, ke ĝi estis kreita je <0>{0}</0>, sed ĝi estis
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Ĉi tiu afiŝo havas nekonatan tipon de fadenado. Via apo eble estas malaktuala."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Ĉi tiu afiŝo estis forigita."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Ĉi tiu afiŝo estas nur videbla al ensalutintaj uzantoj. Ĝi ne estos videbla al ne ensalutintaj homoj."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Ĉi tiu afiŝo estos kaŝita el fluoj kaj fadenoj. Tio ne povas esti malfarita."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "La aŭtoro de ĉi tiu afiŝo malŝaltis citafiŝojn."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Ĉi tiu profilo estas nur videbla al ensalutintaj uzantoj. Ĝi ne estos videbla al ne ensalutintaj homoj."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Ĉi tiu respondo estos ordigota en kaŝitan sekcion ĉe la subo de via fadeno kaj silentigos sciigojn pri sekvontaj respondoj - ambaŭ por vi kaj aliuloj."
 
@@ -7976,6 +8184,10 @@ msgstr "Ĉi tiu servo ne havigis uzokondiĉojn aŭ regularon pri privateco."
 msgid "This should create a domain record at:"
 msgstr "Ĉi tio kreu domajnan rikordon ĉe:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Ĉi tiu uzanto ne havas montratan nomon, kaj tial ne povas esti konfirmita."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Ĉi tiu uzanto havas neniun sekvanton."
@@ -8013,11 +8225,11 @@ msgstr "Ĉi tiu uzanto sekvas neniun."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Ĉi tio forigos \"{0}\" de viaj silentigitaj vortoj. Vi ĉiam povos realdoni ĝin poste."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Ĉi tio forigos @{0} el la listo de rapidatingo."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Ĉi tio forigos vian afiŝon el ĉi tiu citafiŝo por ĉiuj uzantoj kaj anstataŭigos ĝin per lokokupilo."
 
@@ -8044,7 +8256,7 @@ msgstr "Fadene"
 msgid "Threaded mode"
 msgstr "Fadena reĝimo"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Agordoj pri fadenoj"
 
@@ -8056,14 +8268,15 @@ msgstr "Tempo restanta: {0, plural, one {# sekundo} other {# sekundoj}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Por malŝalti la retpoŝtan 2FA-metodon, bonvolu konfirmi vian atingon al la retpoŝtadreso."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "Por malŝalti vian retpoŝtan 2FA-metodon, bonvolu konfirmi vian atingon al <0>{0}</0>"
+
 #: 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 "Por raporti konversacion, bonvolu raporti unu el ĝiaj mesaĝoj per la konversacia ekrano. Ĉi tio ebligas al niaj kontrolantoj kompreni la kuntekston de via problemo."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Por alŝuti videaĵojn al Bluesky, vi unue devas konfirmi vian retpoŝtadreson."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Al kiu vi volus sendi ĉi tiun raporton?"
@@ -8090,16 +8303,16 @@ msgstr "Baskulas la sonon"
 msgid "Top"
 msgstr "Plej popularaj"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Temo"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traduki"
 
@@ -8117,7 +8330,7 @@ msgstr "Popularaj videaĵoj"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Fido aperas per interrilatoj, komunumoj kaj komunaj kuntekstoj, do ni ankaŭ estigis <0>fidataj konfirmantoj</0>: organizoj kiuj povas rekte fari konfirmadon."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Tajpu vian mesaĝon ĉi tie"
 msgid "Type:"
 msgstr "Tipo:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Ne eblas konektiĝi. Bonvolu kontroli vian retkonekton kaj reprovi."
@@ -8166,27 +8380,27 @@ msgstr "Ne eblas forigi"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Malbloki"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Malbloki"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Malbloki konton"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Ĉu malbloki konton?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Ne sekvi"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Ne sekvi {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Ne sekvi konton"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Ĉesas sekvi la uzanton"
 
@@ -8225,15 +8439,15 @@ msgstr "Ĉesas sekvi la uzanton"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Bedaŭrinde, neniu el viaj abonitaj etikediloj subtenas ĉi tiun tipon de raporto."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Nekonata konfirmanto"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Ne plu ŝati"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Ne plu ŝati ({0, plural, one {# ŝato} other {# ŝatoj}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Malsilentigi"
 msgid "Unmute {tag}"
 msgstr "Malsilentigi {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Malsilentigi konton"
 
@@ -8267,8 +8481,8 @@ msgstr "Malsilentigi konversacion"
 msgid "Unmute list"
 msgstr "Malsilentigi liston"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Malsilentigi fadenon"
 
@@ -8294,8 +8508,8 @@ msgstr "Depingli fluon"
 msgid "Unpin from home"
 msgstr "Depingli de la hejmpaĝo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Depingli de la profilo"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} depinglita de hejmo"
 msgid "Unpinned from your feeds"
 msgstr "Depinglita de viaj fadenoj"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Maldormeti retmesaĝan sciigon"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Malaboni"
 
@@ -8320,7 +8539,7 @@ msgstr "Malaboni"
 msgid "Unsubscribe from list"
 msgstr "Malaboni de listo"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Malaboni de ĉi tiu etikedilo"
 
@@ -8328,11 +8547,11 @@ msgstr "Malaboni de ĉi tiu etikedilo"
 msgid "Unsubscribed from list"
 msgstr "Malabonita de listo"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Nesubtenata videaĵa tipo"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Nesubtenata videaĵa tipo: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Ĝisdatigi"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Ĝisdatigi <0>{displayName}</0> en listoj"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Ĝisdatigi retpoŝtadreson"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Ŝanĝi al {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Ĝisdatigi vian retpoŝtadreson"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Ĝisdatigo de citaĵa aldonaĵo malsukcesis"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Ĝisdatigado de responda videbleco malsukcesis"
@@ -8371,7 +8601,7 @@ msgstr "Ĝisdatigado de responda videbleco malsukcesis"
 msgid "Updating..."
 msgstr "Ĝisdatigado..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Alŝuti foton anstataŭe"
 
@@ -8379,22 +8609,22 @@ msgstr "Alŝuti foton anstataŭe"
 msgid "Upload a text file to:"
 msgstr "Alŝuti tekstodosieron al:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Alŝuti el la fotilo"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Alŝuti el la dosieroj"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Alŝuti el la biblioteko"
 
@@ -8407,7 +8637,7 @@ msgstr "Alŝutado de bildoj..."
 msgid "Uploading link thumbnail..."
 msgstr "Alŝutado de ligila miniaturo..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Alŝutado de videaĵo..."
 
@@ -8419,8 +8649,8 @@ msgstr "Uzi apan pasvorton por ensaluti al aliaj Bluesky-klientoj ne donante ple
 msgid "Use default provider"
 msgstr "Uzi defaŭltan provizanton"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Uzi en-apan retumilon"
 
@@ -8429,8 +8659,8 @@ msgstr "Uzi en-apan retumilon"
 msgid "Use in-app browser to open links"
 msgstr "Uzi en-apan retumilon por malfermi ligilojn"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Uzi mian defaŭltan retumilon"
 
@@ -8484,12 +8714,12 @@ msgstr "Uzanta listo de {0}"
 msgid "User list by you"
 msgstr "Listo de uzantoj de vi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Listo de uzantoj kreita"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Listo de uzantoj ĝisdatigita"
@@ -8523,73 +8753,80 @@ msgstr "Uzantoj, kiujn vi sekvas"
 msgid "Value:"
 msgstr "Valoro:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Konfirmado malsukcesis, bonvolu reprovi."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Konfirmadaj agordoj"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Konfirmadaj agordoj"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Konfirmado ĉe Bluesky funkcias alie ol ĉe aliaj platformoj. <0>Eksciu pli ĉi tie.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Devigas konfirmitan retpoŝtadreson"
+msgstr "Konfirmita de:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Konfirmi konton"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Konfirmi kodon"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Kontrolu DNS-rikordon"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Konfirmi retpoŝtadreson"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Konfirmi retmesaĝan kodon"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Dialogujo pri retpoŝtadresa konfirmo"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Konfirmi novan retpoŝtadreson"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Konfirmi nun"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Kontroli tekstodosieron"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Ĉu konfirmi ĉi tiun konton?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Konfirmi vian retpoŝtadreson"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Konfirmi vian retpoŝtadreson"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versio {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Videaĵo"
 msgid "Video failed to process"
 msgstr "Pritraktado de videaĵo fiaskis"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Videaĵo-fluo"
 
@@ -8616,11 +8853,11 @@ msgstr "Videaĵo de {0}: {text}"
 msgid "Video Games"
 msgstr "Videoludoj"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Videaĵo estas paŭzigita"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Videaĵo estas ludata"
 
@@ -8628,11 +8865,11 @@ msgstr "Videaĵo estas ludata"
 msgid "Video not found."
 msgstr "Videaĵo netrovita."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Agordoj pri videaĵoj"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Videaĵo alŝutita"
 
@@ -8640,24 +8877,24 @@ msgstr "Videaĵo alŝutita"
 msgid "Video: {0}"
 msgstr "Videaĵo: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videaĵoj"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Videaĵoj devas esti malpli ol 3 minutojn longaj"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Vidi la profilbildon de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Vidi la profilon de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Vidi la profilon de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Vidi la profilon de {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Vidi la profilon de blokita uzanto"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Vidi protokolan eron"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Vidi detalojn"
 
@@ -8688,7 +8925,7 @@ msgstr "Vidi detalojn"
 msgid "View details for reporting a copyright violation"
 msgstr "Vidi detalojn por raporti kopirajtan malobservon"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Vidi tutan fadenon"
 
@@ -8703,13 +8940,12 @@ msgstr "Vidu informojn pri ĉi tiuj etikedoj"
 msgid "View more"
 msgstr "Vidi pli"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Vidi profilon"
 
@@ -8723,7 +8959,7 @@ msgstr "Vidi la etikedadan servon provizitan de @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Vidi konfirmojn de ĉi tiu uzanto"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Vidi viajn silentigitajn kontojn"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Vidi viajn konfirmojn"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Averti pri enhavo"
 msgid "Warn content and filter from feeds"
 msgstr "Averti pri enhavo kaj elfiltri el fluoj"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Ni ne povis trovi rezultojn por tiu kradvorto."
@@ -8798,7 +9039,7 @@ msgstr "Ni ne povis trovi rezultojn por tiu kradvorto."
 msgid "We couldn't find any results for that topic."
 msgstr "Ni ne povis trovi rezultojn por tiu temo."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Ni ne povis ŝargi ĉi tiun konversacion"
 
@@ -8822,6 +9063,10 @@ msgstr "Ne plu da afiŝoj de viaj sekvantoj. Jen la plej lastaj de <0/>."
 msgid "We recommend selecting at least two interests."
 msgstr "Ni rekomendas al vi elekti almenaŭ du interesojn."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Ni sendis retmesaĝon al <0>{0}</0> enhavatan ligilon. Bonvolu alklaki ĝin por plenumi la procezon de retpoŝtadresa konfirmado."
+
 #: 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 "Ni ne povis determini ĉu vi rajtas alŝuti videaĵojn. Bonvolu provi denove."
@@ -8842,6 +9087,10 @@ msgstr "Ne eblis konetktiĝi. Bonvolu reprovi por kontinui agordadon de via kont
 msgid "We will let you know when your account is ready."
 msgstr "Ni informos vin kiam via konto estos preta."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Ni sendos retmesaĝon al <0>{0}</0> enhavatan ligilon. Bonvolu alklaki ĝin por plenumi la procezon de retpoŝtadresa konfirmado."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Ni uzos ĉi tion por tajlori vian ĝuon."
@@ -8853,7 +9102,7 @@ msgstr "Ni havas retajn problemojn, provu denove"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Ni prezentas novan tavolon de konfirmado ĉe Bluesky — facile videbla kontrolmarko."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Ni bedaŭras, sed ni ne povis ŝargi viajn silentigitajn vortojn nuntemp
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Bedaŭrinde, via serĉo malsukcesis. Bonvolu reprovi post kelkaj minutoj."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Ni bedaŭras! La afiŝo al kiu vi respondas estis forigita."
 
@@ -8880,7 +9129,7 @@ msgstr "Ni bedaŭras! La afiŝo al kiu vi respondas estis forigita."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Ni bedaŭras! Ni ne povas trovi la paĝon, kiun vi serĉis."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Ni bedaŭras! Vi povas aboni nur dudek etikedilojn kaj vi atingis vian limon de dudek."
 
@@ -8902,13 +9151,13 @@ msgstr "Kiel vi volas nomi vian startpakon?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Kio okazas?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Kiam vi tuŝetos markon, vi vidos kiuj organizoj donis konfirmon."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Kiu povas respondi"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Kiu povas konfirmi?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ups!"
@@ -8984,11 +9233,11 @@ msgstr "Kial ĉi tiu uzanto estu reviziita?"
 msgid "Write a message"
 msgstr "Tajpu mesaĝon"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Tajpu afiŝon"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Tajpu vian respondon"
@@ -9002,6 +9251,11 @@ msgstr "Verkistoj"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Malĝusta DID sendita de servilo. Ricevita: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Jes"
@@ -9015,11 +9269,11 @@ msgstr "Jes, malaktivigi"
 msgid "Yes, delete this starter pack"
 msgstr "Jes, forigu ĉi tiun startpakon"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Jes, malligi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Jes, kaŝi"
 
@@ -9037,7 +9291,7 @@ msgstr "Vi"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Vi estas fidata konfirmanto"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Vi kreas konton ĉe"
 msgid "You are in line."
 msgstr "Vi estas en vico."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Vi ne rajtas alŝuti videaĵojn."
@@ -9055,18 +9318,22 @@ msgstr "Vi ne rajtas alŝuti videaĵojn."
 msgid "You are not following anyone."
 msgstr "Vi sekvas neniun."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Vi estas konfirmita"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Vi estas konfirmita. Vi perdos vian konfirman staton, se vi ŝanĝos vian montratan nomon. <0>Eksciu pli.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Vi estas konfirmita. Vi perdos vian konfirman staton, se vi ŝanĝos vian identigilon. <0>Eksciu pli.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Vi silentigis ĉi tiun konton."
 msgid "You have muted this user"
 msgstr "Vi silentigis ĉi tiun uzanton"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Vi ankoraŭ havas neniun konversacion. Komencu iun!"
 
@@ -9179,11 +9446,11 @@ msgstr "Vi ne havas fluojn."
 msgid "You have no lists."
 msgstr "Vi ne havas listojn."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Vi ankoraŭ ne blokis iun ajn kontojn. Por bloki konton, rigardu ĝian profilon kaj elektu \"Bloki konton\" de la menuo ĉe ties konton."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Vi ankoraŭ ne silentigis iun ajn konton. Por silentigi konton, iru al ties profilo kaj elektu \"Silentigi konton\" en la menuo de ties konto."
 
@@ -9191,11 +9458,15 @@ msgstr "Vi ankoraŭ ne silentigis iun ajn konton. Por silentigi konton, iru al t
 msgid "You have reached the end"
 msgstr "Vi atingis la finon"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Vi sukcese konfirmis vian retpoŝtadreson. Vi povas fermi ĉi tiun dialogujon."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Vi dumtempe atingis la limon por videaĵaj alŝutoj. Bonvolu reprovi poste."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Vi ankoraŭ kreis neniun startpakon!"
 
@@ -9224,7 +9495,7 @@ msgstr "Vi eblas aldoni maksimume {STARTER_PACK_MAX_SIZE, plural, one {{STARTER_
 msgid "You may only add up to 3 feeds"
 msgstr "Vi povas aldoni maksimume 3 fluojn"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Vi povas elekti maksimume 4 bildojn"
 
@@ -9232,7 +9503,7 @@ msgstr "Vi povas elekti maksimume 4 bildojn"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Vi devas esti almenaŭ 13-jaraĝa por krei konton."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Vi devas sekvi almenaŭ sep aliajn homojn por generi startpakon."
 
@@ -9248,10 +9519,18 @@ msgstr "Vi devas permesi aliron al via bildgalerio por konservi la bildon."
 msgid "You must select at least one labeler for a report"
 msgstr "Vi devas elekti almenaŭ unu etikedilon por raporti"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Vi konfirmu vian retpoŝtadreson, antaŭ ol vi povos ŝalti retpoŝtan 2FA-on."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Vi antaŭe malaktivigis @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Vi volu nun relanĉi la apon."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Vi reagis per {0}"
@@ -9260,16 +9539,16 @@ msgstr "Vi reagis per {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Vi reagis per {0} al {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Vi elsalutos el ĉiuj viaj kontoj."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Vi ne plu ricevos sciigojn pri ĉi tiu fadeno"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Vi nun ricevos sciigojn pri ĉi tiu fadeno"
 
@@ -9305,7 +9584,7 @@ msgstr "Vi eksekvos ĉi tiujn homojn kaj {0} aliajn"
 msgid "You'll follow these people right away"
 msgstr "Vi sekvos ĉi tiujn homojn tuj"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Vi ricevos retmesaĝon ĉe <0>{0}</0> por konfirmi, ke tiu estas vi."
 
@@ -9339,6 +9618,10 @@ msgstr "Vi trovis kelkajn personojn por sekvi"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Vi atingis la finon de via fluo! Trovu pliajn kontojn por sekvi."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Vi atingis la maksimuman nombron da permesitaj petoj. Bonvolu reprovi poste."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da bajtoj)"
@@ -9347,7 +9630,7 @@ msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da bajtoj)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da videaĵoj)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Vi elĉerpis videaĵojn por spekti. Ĉu eble estas bona tempo fari paŭzon?"
 
@@ -9391,14 +9674,18 @@ msgstr "Via retumilo ne subtenas la videaĵ-formon. Bonvolu provi uzante alian r
 msgid "Your chats have been disabled"
 msgstr "Viaj babilejoj estis malŝaltitaj"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Via elekto estos konservita, sed povos esti ŝanĝita poste en agordoj."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Via elekto estos memorota por estontecaj ligiloj. Vi povas ŝanĝi ĝin iam ajn en agordoj."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Via nuna identigilo, <0>{0}</0>, estos aŭtomate rezervita por vi. Vi povos denove ekuzi ĝin iam ajn de ĉi tiu konto."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Via retpoŝtadreso estis ĝisdatigita, sed ĝi ankoraŭ ne estas konfirmita. Sekve bonvolu konfirmi vian novan retpoŝtadreson."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Via nuna identigilo, <0>{0}</0>, estos aŭtomate rezervita por vi. Vi po
 msgid "Your email appears to be invalid."
 msgstr "Via retpoŝtadreso ŝajnas esti nevalida."
 
-#: 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 "Via retpoŝtadreso estis ĝisdatigita, sed ne konfirmita. Kiel la sekva paŝo bonvolu konfirmi vian novan."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "Via retpoŝtadreso ankoraŭ ne estas konfirmita. Bonvolu konfirmi vian retpoŝtadreson por ĝui ĉiujn funkciojn de Bluesky."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Via retpoŝtadreso ankoraŭ ne estas konfirmita. Tio estas grava elemento de sekureco, kiun ni rekomendas."
 
@@ -9434,7 +9721,7 @@ msgstr "Via tuta identigilo estos <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Via tuta uzantnomo estos <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Via pasvorto estis ŝanĝita sukcese!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Via pasvorto bezonas almenaŭ 8 signojn."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Via afiŝo estis publikigita"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Viaj afiŝoj estis publikigitaj"
 
@@ -9479,7 +9766,7 @@ msgstr "Viaj afiŝoj, ŝatoj, kaj blokigoj estas publikaj. Silentigoj estas priv
 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 "Via profilo, afiŝoj, fluoj kaj listoj ne plu estos videblaj por aliaj uzantoj de Bluesky. Vi povas reaktivigi vian konton iam ajn per ensaluto."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Via respondo estis publikigita"
 
@@ -9497,4 +9784,4 @@ msgstr "Viaj elektitaj interesoj helpas nin havigi al vi enhavon, kiu gravas al
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Viaj konfirmoj"
diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po
index 8a103bef8..3caf50cab 100644
--- a/src/locale/locales/es/messages.po
+++ b/src/locale/locales/es/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: es\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Spanish\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(activo)"
 msgid "(contains embedded content)"
 msgstr "(contiene contenido incrustado)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(sin correo electrónico)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# republicación} other {# republicaciones}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# segundo} other {# segundos}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# elemento sin leer} other {# elementos sin leer}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# elemento sin leer} other {# elementos sin leer}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# mes} other {# meses}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {seguidor} other {seguidores}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {siguiendo} other {siguiendo}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {me gusta} other {me gusta}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {me gusta} other {me gusta}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {publicación} other {publicaciones}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {cita} other {citas}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {republicación} other {republicaciones}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>en <1>etiquetas</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>en <1>texto y etiquetas</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} se han unido esta semana"
@@ -157,7 +160,8 @@ msgstr "{0} reaccionó con {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} reaccionó con {1} a {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatar de {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0} min."
 msgid "{0}s"
 msgstr "{0} s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# elemento sin leer} other {# elementos sin leer}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 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> te siguieron"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "A {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> les gusta tu feed"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "A {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> les gusta tu publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> eliminaron sus verificaciones de tu cuenta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 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> han republicado tu publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 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> se han inscrito a tu paquete de inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> te han verificado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} te siguió"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} también te siguió"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "A {firstAuthorLink} le gusta tu feed personalizado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "A {firstAuthorLink} le gusta tu publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} eliminó su verificación de tu cuenta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} republicó tu publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} se inscribió con tu paquete de inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} te verificó"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} te siguieron"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} les gustó tu feed personalizado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} les gustó tu publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} eliminaron sus verificaciones de tu cuenta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 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 tu publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} se han inscrito con tu paquete de inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} te verificaron"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} te siguió"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} también te siguió"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "A {firstAuthorName} le gusta tu feed personalizado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "A {firstAuthorName} le gusta tu publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} eliminó su verificación de tu cuenta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} republicó tu publicación"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} se inscribió con tu paquete de inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} te verificó"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} siguiendo"
@@ -335,11 +339,23 @@ msgstr "{following} siguiendo"
 msgid "{handle} can't be messaged"
 msgstr "No se puede enviar un mensaje a {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "Se han unido {joinedAllTimeCount, plural, other {# usuarios}}."
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# notificacion no leída} other {# notificaciones no leídas}}"
@@ -364,16 +380,16 @@ msgstr "Desde hace {type} h"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} es un verificador de confianza"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} está verificado"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "Verificaciones de {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "Se ha incluido a <0>{0}, </0><1>{1}, </1>y {2, plural, one {# más} other {# más}} a tu paquete de inicio"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {seguidor} other {seguidores}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {siguiendo} other {siguiendo}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>En pruebas:</0> si activas esta opción, solo te notificaremos de las
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Tú</0> y<1> </1><2>{0} </2>estáis incluidos en tu paquete de inicio"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Nombre de usuario inválido"
 
@@ -449,21 +465,21 @@ msgstr "un mensaje"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Una nueva forma de verificar"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Acerca de"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Aceptar"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Aceptar la solicitud de chat"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Aceptar la solicitud"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accesibilidad"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Ajustes de accesibilidad"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Cuenta"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Cuenta bloqueada"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Cuenta seguida"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Cuenta silenciada"
@@ -517,34 +533,34 @@ msgstr "Cuenta silenciada"
 msgid "Account Muted by List"
 msgstr "Cuenta silenciada por una lista"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Opciones de la cuenta"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Cuenta eliminada del acceso rápido"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Cuenta desbloqueada"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Has dejado de seguir a esta cuenta"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Cuenta no silenciada"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Las cuentas con una marca de verificación ondeada <0><1/></0> pueden verificar a otras. Bluesky se encarga de seleccionar a estas cuentas de confianza."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Añadir {displayName} al paquete de inicio"
 msgid "Add a content warning"
 msgstr "Añadir una advertencia de contenido"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Añadir una cuenta"
 msgid "Add alt text"
 msgstr "Añadir un texto alternativo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Añadir un texto alternativo (opcional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Añadir otra cuenta"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Añadir otra publicación"
 
@@ -627,7 +647,7 @@ msgstr "Añadir palabra silenciada con los ajustes seleccionados"
 msgid "Add muted words and tags"
 msgstr "Añadir palabras silenciadas y etiquetas"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Añadir nueva publicación"
 
@@ -638,7 +658,7 @@ msgstr "Añadir personas"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr ""
+msgstr "Añadir personas a la lista"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
@@ -664,8 +684,8 @@ msgstr "Añade el siguiente registro DNS a tu dominio:"
 msgid "Add this feed to your feeds"
 msgstr "Añade este feed a tus feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Añadir a las listas"
 
@@ -675,7 +695,7 @@ msgstr "Añadir a mis feeds"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "Añadir usuario a la lista"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "Etiquetas de contenido para adultos"
 msgid "Advanced"
 msgstr "Avanzado"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@ejemplo.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Todas"
@@ -732,7 +757,7 @@ msgstr "¡Se han seguido todas las cuentas!"
 msgid "All languages"
 msgstr "Todos los idiomas"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Todos los feeds que has guardado, en un mismo sitio."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Texto alternativo"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "El texto alternativo aparecerá cortado. {MAX_ALT_TEXT, plural, other {Límite: {0} caracteres.}}"
 
 #: 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 "Te hemos enviado un correo electrónico a {0} con un código de confirmación. Introdúcelo a continuación."
 
-#: 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 "Te hemos enviado un código de confirmación a tu dirección de correo electrónico anterior, {0}. Introdúcelo a continuación."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Te hemos enviado un código de confirmación a tu dirección de correo electrónico anterior, {currentEmail}. Introdúcelo a continuación."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Te hemos enviado un correo electrónico con un código de confirmación. Introdúcelo a continuación."
 
@@ -825,7 +849,7 @@ msgstr "Se produjo un error al comprimir el video."
 msgid "An error occurred while fetching the feed."
 msgstr "Error al recuperar el feed."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Se produjo un error al generar tu paquete de inicio. ¿Quieres intentarlo de nuevo?"
 
@@ -842,7 +866,7 @@ msgstr "Se produjo un error mientras cargaba el video. Vuelve a intentarlo."
 msgid "An error occurred while saving the QR code!"
 msgstr "Error al guardar el código QR."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Se produjo un error mientras seleccionabas el video"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Se produjo un error mientras se cargaba el video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Una ilustración que muestra que Bluesky selecciona a verificadores de confianza, los cuales verifican las cuentas de usuarios individuales."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Un problema no presente en estas opciones"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Se produjo un problema iniciando el chat"
 
@@ -875,8 +899,8 @@ msgstr "Se produjo un problema mientras intentaba abrir el chat"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Ocurrió un problema. Inténtalo de nuevo."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Una simulación de un iPhone mostrando la aplicación de Bluesky abierta con el perfil de un usuario verificado con una marca de verificación junto a su nombre para mostrar."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF animado"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "La verificación llega a Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Comportamiento antisocial"
 msgid "Anybody can interact"
 msgstr "Cualquiera puede interactuar"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Icono de la app"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Idioma de la aplicación"
 
@@ -958,7 +982,7 @@ msgstr "El nombre de la contraseña de app debe tener al menos cuatro caracteres
 msgid "App passwords"
 msgstr "Contraseñas de app"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Contraseñas de app"
@@ -994,10 +1018,10 @@ msgstr "Apelar la suspensión"
 msgid "Appeal this decision"
 msgstr "Apelar esta decisión"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Aparencia"
 
@@ -1006,12 +1030,12 @@ msgstr "Aparencia"
 msgid "Apply default recommended feeds"
 msgstr "Aplicar feeds recomendados predeterminados"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archivado desde {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Publicación archivada"
 
@@ -1047,11 +1071,11 @@ msgstr "¿Quieres eliminar {0} de tus feeds?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "¿Quieres eliminar esto de tus feeds?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "¿Quieres descartar este borrador?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "¿Quieres descartar esta publicación?"
 
@@ -1072,6 +1096,11 @@ msgstr "Arte"
 msgid "Artistic or non-erotic nudity."
 msgstr "Desnudez artística o no erótica."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Al menos 3 caracteres"
@@ -1103,7 +1132,7 @@ msgstr "Reproducir videos y GIFs automáticamente"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Atrás"
 msgid "Back to Chats"
 msgstr "Volver a los chats"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Antes de crear una lista, debes verificar tu correo electrónico."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Antes de crear una publicación, debes verificar tu correo electrónico."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Antes de crear un paquete de inicio, debes verificar tu correo electrónico."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Antes de contactar a otro usuario, debes verificar tu correo electrónico."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Cumpleaños"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Bloquear"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bloquear cuenta"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "¿Bloquear cuenta?"
 
@@ -1200,17 +1235,17 @@ msgstr "Bloqueado"
 msgid "Blocked accounts"
 msgstr "Cuentas bloqueadas"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Cuentas bloqueadas"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Si bloqueas a una cuenta no podrán responder en tus hilos, mencionarte ni interactuar contigo de ninguna manera."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Si bloqueas a una cuenta no podrán responder en tus hilos, mencionarte ni interactuar contigo de ninguna manera. No verás su contenido y no podrán ver el tuyo."
 
@@ -1226,11 +1261,11 @@ msgstr "Si bloqueas a un etiquetador aún podrán seguir aplicando etiquetas a t
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "El bloqueo es público. Las cuentas bloqueadas no podrán responder en tus hilos, mencionarte ni interactuar contigo."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Si bloqueas a un etiquetador aún podrán seguir aplicando etiquetas a tu cuenta, pero evitará que respondan en tus hilos, te mencionen o interactúen contigo."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky no puede confirmar la autenticidad de la fecha declarada."
 
@@ -1265,7 +1300,7 @@ msgstr "¡Bluesky es mejor con amigos!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Términos de servicio de Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky elegirá un conjunto de cuentas recomendadas de personas en su red."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky no mostrará tu perfil o posts a usuarios que no hayan iniciado
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky verificará proactivamente cuentas destacadas y auténticas."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Explorar el tema {0}"
 msgid "Browse topic {displayName}"
 msgstr "Explorar el tema {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Negocios"
 
@@ -1374,45 +1409,47 @@ msgstr "Al crear una cuenta, aceptas los <0>Términos de servicio</0>."
 msgid "By you"
 msgstr "Tuyos"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Cámara"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Cancelar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Cancelar la eliminación de la cuenta"
 msgid "Cancel image crop"
 msgstr "Cancelar recorte de imagen"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Cancelar edición de perfil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Cancela apertura del sitio web vinculado"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "No se puede interactuar con un usuario bloqueado"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Subtítulos (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Subtítulos y texto alternativo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Cambiar"
 
@@ -1478,13 +1514,12 @@ msgstr "Cambiar icono de la app"
 msgid "Change app icon to \"{0}\""
 msgstr "Cambiar icono de la app a \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Cambiar correo electrónico"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Cambiar la dirección de correo electrónico"
 
@@ -1497,10 +1532,6 @@ msgstr "Cambiar nombre de usuario"
 msgid "Change moderation service"
 msgstr "Cambiar el servicio de moderación"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Cambiar mi correo electrónico"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Cambiar contraseña"
@@ -1513,11 +1544,11 @@ msgstr "Cambiar el idioma de la publicación a {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Cambiar la razón de la denuncia"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Cambiar correo electrónico"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Cambiar correo electrónico"
 
@@ -1530,15 +1561,15 @@ msgstr "Cambia el icono de la app"
 msgid "Changes hosting provider"
 msgstr "Cambia el proveedor de alojamiento"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Chat eliminado"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chat silenciado"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Bandeja de solicitudes de chat"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Solicitudes de chat"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Ajustes de chat"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chat no silenciado"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Chats"
 
@@ -1599,7 +1630,7 @@ msgstr "Elige el método de verificación del dominio"
 msgid "Choose Feeds"
 msgstr "Elija Feeds"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Elige para mi"
 
@@ -1619,7 +1650,7 @@ msgstr "Elige este color como tu avatar"
 msgid "Choose your account provider"
 msgstr "Selecciona tu proveedor de cuenta"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Elige tu propia cronología: encuentra el contenido que más te gusta gracias a los feeds de la comunidad."
 
@@ -1631,18 +1662,18 @@ msgstr "Elige tu contraseña"
 msgid "Choose your username"
 msgstr "Tu nombre de usuario"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Borrar todos los datos de almacenamiento"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Borrar todos los datos de almacenamiento (reiniciar después de esto)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
-msgstr ""
+msgstr "Limpiar caché de imágenes"
 
 #: src/components/forms/SearchInput.tsx:70
 msgid "Clear search query"
@@ -1652,6 +1683,14 @@ msgstr "Borrar consulta de búsqueda"
 msgid "click here"
 msgstr "clic aquí"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Clic para deshabilitar las citas para esta publicación."
@@ -1676,29 +1715,34 @@ msgstr "Clima"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Tacatá 🐴 tacatá 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Cerrar"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Cerrar diálogo activo"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Cerrar el cajón inferior"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Cerrar ventana"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Cerrar el menú lateral"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Cerrar el selector de emojis"
 
@@ -1751,12 +1795,12 @@ msgstr "Cierra este diálogo"
 msgid "Closes password update alert"
 msgstr "Cierra la alerta de actualización de contraseña"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Cierra la ventana de redacción y descarta el borrador"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Cierra el selector de emojis"
 
@@ -1764,11 +1808,11 @@ msgstr "Cierra el selector de emojis"
 msgid "Closes viewer for header image"
 msgstr "Cierra el espectador para la imagen del encabezado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Colapsa la lista de usuarios"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Colapsa la lista de usuarios para una notificación en particular"
 
@@ -1791,7 +1835,7 @@ msgstr "Comedia"
 msgid "Comics"
 msgstr "Cómics"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Directrices de la comunidad"
@@ -1804,11 +1848,11 @@ msgstr "Completa la incorporación y comienza a usar tu cuenta"
 msgid "Complete the challenge"
 msgstr "Completa el desafío"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Escribir nueva publicación"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Escribir publicaciones de hasta {0, plural, other {# caracteres}}"
 
@@ -1816,7 +1860,7 @@ msgstr "Escribir publicaciones de hasta {0, plural, other {# caracteres}}"
 msgid "Compose reply"
 msgstr "Escribir la respuesta"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Comprimiendo video..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configuración de filtrado de contenido para la categoría: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configurado en <0>ajustes 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:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirmar"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirmar el cambio"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confirmar el idioma del contenido"
@@ -1861,18 +1899,19 @@ msgstr "Confirma tu edad:"
 msgid "Confirm your birthdate"
 msgstr "Confirma tu fecha de nacimiento"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Código de confirmación"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Código de confirmación"
 
@@ -1880,8 +1919,8 @@ msgstr "Código de confirmación"
 msgid "Connecting..."
 msgstr "Conectando..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contactar con el soporte"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Contenido y medios"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Contenido y medios"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Contenido y medios"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtros de contenido"
 msgid "Content from across the network we think you might like."
 msgstr "Contenido de toda la red que podría gustarte."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Idiomas del contenido"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Fondo del menú contextual, haga clic para cerrar el menú."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continuar"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continuar como {0} (actualmente ha iniciado sesión)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Continuar hilo..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Continuar al siguiente paso"
@@ -1973,7 +2012,7 @@ msgstr "Cocinando"
 msgid "Copied"
 msgstr "Copiado"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Versión de compilación copiada al portapapeles"
 
@@ -1981,8 +2020,8 @@ msgstr "Versión de compilación copiada al portapapeles"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copiado al portapapeles"
 
@@ -1991,7 +2030,7 @@ msgstr "Copiado al portapapeles"
 msgid "Copied!"
 msgstr "¡Copiado!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copia la versión de la compilación al portapapeles"
 
@@ -2003,13 +2042,13 @@ msgstr "Copiar"
 msgid "Copy App Password"
 msgstr "Copiar Contraseña de App"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copiar URI at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copiar el DID del autor"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copiar código"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copiar DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copiar Link"
 msgid "Copy link to list"
 msgstr "Copia el enlace a la lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copiar el enlace a la publicación"
 
@@ -2050,13 +2089,13 @@ msgstr "Copiar el enlace a la publicación"
 msgid "Copy message text"
 msgstr "Copiar el texto del mensaje"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copiar URI at:// de la publicación"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copiar el texto del post"
 
@@ -2068,7 +2107,7 @@ msgstr "Copiar código QR"
 msgid "Copy TXT record value"
 msgstr "Copiar valor del registro TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Política de derechos de autor"
@@ -2078,7 +2117,7 @@ msgstr "Política de derechos de autor"
 msgid "Could not leave chat"
 msgstr "No se pudo salir de este chat"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "No se pudo cargar este feed"
 
@@ -2094,7 +2133,7 @@ msgstr "No se pudo silenciar el chat"
 msgid "Could not process your video"
 msgstr "No se pudo procesar tu video"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Crear"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Crear un código QR para paquete de inicio"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Crea un paquete de inicio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Crea un paquete de inicio para mí"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Crea una cuenta"
 msgid "Create an account without using this starter pack"
 msgstr "Crear una cuenta sin usar este paquete de inicio"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Crea un avatar"
 
@@ -2209,13 +2248,13 @@ msgstr "Tema oscuro"
 msgid "Date of birth"
 msgstr "Fecha de nacimiento"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Desactivar cuenta"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Moderación de depuración"
 
@@ -2237,13 +2276,13 @@ msgstr "Iconos por defecto"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Borrar"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Eliminar la cuenta"
 
@@ -2259,19 +2298,19 @@ msgstr "Borrar la contraseña de app"
 msgid "Delete app password?"
 msgstr "¿Borrar la contraseña de app?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Eliminar el chat"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Borrar registro de declaración de chat"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Eliminar la conversación"
 
@@ -2299,9 +2338,9 @@ msgstr "Borrar mensaje para mi"
 msgid "Delete my account"
 msgstr "Eliminar mi cuenta"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Borrar la publicación"
 
@@ -2318,7 +2357,7 @@ msgstr "¿Borrar paquete de inicio?"
 msgid "Delete this list?"
 msgstr "¿Borrar esta lista?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "¿Borrar esta publicación?"
 
@@ -2335,19 +2374,19 @@ msgstr "Cuenta eliminada"
 msgid "Deleted post."
 msgstr "Se borró la publicación."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Descripción"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "La descripción es demasiado larga"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "La descripción es demasiado larga. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Máximo # caracteres.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "La descripción es demasiado larga. {DESCRIPTION_MAX_GRAPHEMES, plural,
 msgid "Descriptive alt text"
 msgstr "Texto descriptivo alternativo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Desvincular cita"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "¿Desvincular cita?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Modo de desarrollador desactivado"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Modo de desarrollador activado"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Opciones para desarrolladores"
 
@@ -2388,6 +2427,15 @@ msgstr "Ajustar quién puede interactuar con esta publicación"
 msgid "Dim"
 msgstr "Tenue"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Desactivar la autenticación de doble factor por correo electrónico"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Deshabilitado"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Descartar"
 
@@ -2420,11 +2468,11 @@ msgstr "Descartar"
 msgid "Discard changes?"
 msgstr "¿Descartar cambios?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "¿Descartar borrador?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "¿Descartar publicación?"
 
@@ -2442,15 +2490,15 @@ msgstr "Descubrir feeds"
 msgid "Discover new custom feeds"
 msgstr "Descubre nuevos feeds personalizados"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
-msgstr "Descubrir Nuevos Feeds"
+msgstr "Descubrir nuevos feeds"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Descartar"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Descartar error"
 
@@ -2460,7 +2508,7 @@ msgstr "Descartar la guía de introducción"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:43
 msgid "Dismiss interests"
-msgstr ""
+msgstr "Descartar intereses"
 
 #: src/components/interstitials/TrendingVideos.tsx:92
 msgid "Dismiss this section"
@@ -2471,9 +2519,9 @@ msgstr "Ocultar esta sección"
 msgid "Display larger alt text badges"
 msgstr "Mostrar insignias de texto alternativo más grandes"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nombre para mostrar"
@@ -2482,11 +2530,11 @@ msgstr "Nombre para mostrar"
 msgid "Display Name"
 msgstr "Nombre para Mostrar"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "El nombre para mostrar es demasiado largo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "El nombre para mostrar es demasiado largo. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Longitud máxima: # caracteres.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "No comienza ni termina con un guion"
 msgid "Domain verified!"
 msgstr "¡Dominio verificado!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Listo{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Toca dos veces o presiona durante un instante el mensaje para añadir una reacción"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Doble toque para cerrar el diálogo"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Pulsa dos veces para indicar que te gusta"
 
@@ -2575,7 +2633,7 @@ msgstr "Duración:"
 msgid "e.g. alice"
 msgstr "p. ej. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "p. ej. Alicia Apellido"
 
@@ -2587,7 +2645,7 @@ msgstr "p. ej. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "p. ej. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "p. ej. Artista, amante de los perros, y lector ávido."
 
@@ -2595,19 +2653,19 @@ msgstr "p. ej. Artista, amante de los perros, y lector ávido."
 msgid "E.g. artistic nudes."
 msgstr "P. ej. desnudez artística."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "p. ej. Grandes usuarios"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "p. ej. Spammers"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "p. ej. Usuarios que siempre aciertan."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "p. ej. Usuarios que constantemente responden con publicidad."
 
@@ -2615,7 +2673,7 @@ msgstr "p. ej. Usuarios que constantemente responden con publicidad."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Cada código funciona una vez. Recibirás más códigos de invitación periódicamente."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Editar"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Editar avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Editar avatar"
 msgid "Edit Feeds"
 msgstr "Editar Feeds"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Editar la imagen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Editar ajustes de interacción"
 
@@ -2657,12 +2715,17 @@ msgstr "Modificar los intereses"
 msgid "Edit list details"
 msgstr "Editar los detalles de la lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Editar lista de moderación"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Editar mis feeds"
 
@@ -2679,15 +2742,15 @@ msgstr "Editar Personas"
 msgid "Edit post interaction settings"
 msgstr "Editar ajustes de interacción de la publicación"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Editar el perfil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Editar Perfil"
 
@@ -2695,7 +2758,7 @@ msgstr "Editar Perfil"
 msgid "Edit starter pack"
 msgstr "Editar paquete de inicio"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Editar lista de usuarios"
 
@@ -2707,11 +2770,11 @@ msgstr "Editar quién puede responder"
 msgid "Edit your display name"
 msgstr "Editar tu nombre para mostrar"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Edita tu descripción de perfil"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Edita tu paquete de inicio"
 
@@ -2724,9 +2787,8 @@ msgstr "Educación"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "La persona que creó esta lista te ha bloqueado, o tú la has bloqueado a ella."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Correo electrónico"
 
@@ -2747,20 +2809,17 @@ msgstr "Dirección de correo electrónico"
 msgid "Email Resent"
 msgstr "Correo electrónico reenviado"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Correo electrónico actualizado"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
 msgstr "Correo electrónico actualizado"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Correo electrónico verificado"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Insertar código HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Incrustar la publicación"
 
@@ -2785,8 +2844,9 @@ msgstr "Incrusta esta publicación en tu sitio web. Simplemente copia el siguien
 msgid "Embedded video player"
 msgstr "Reproductor de video incrustado"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Activar"
 
@@ -2798,9 +2858,9 @@ msgstr "Activar {0} solamente"
 msgid "Enable adult content"
 msgstr "Mostrar contenido para adultos"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Activar la autenticación de doble factor por correo electrónico"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Activado"
 msgid "End of feed"
 msgstr "Fin del feed"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Asegúrate de haber seleccionado un idioma para cada archivo de subtítulos."
 
@@ -2860,14 +2920,15 @@ msgstr "Ingresa una contraseña"
 msgid "Enter a word or tag"
 msgstr "Ingresa una palabra o etiqueta"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Ingresa Código"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Ingresa Código de Confirmación"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Entrar en la pantalla completa"
@@ -2897,11 +2958,7 @@ msgstr "Ingresa tu fecha de nacimiento"
 msgid "Enter your email address"
 msgstr "Ingresa tu dirección de correo electrónico"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Ingresa tu nuevo correo electrónico arriba"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Ingresa tu nueva dirección de correo electrónico a continuación."
 
@@ -2921,7 +2978,7 @@ msgstr "Entra en pantalla completa"
 msgid "Entertainment"
 msgstr "Ocio"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Error"
@@ -2997,15 +3054,15 @@ msgstr "Salir de la vista de imagen"
 msgid "Expand alt text"
 msgstr "Expandir el texto alternativo"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Expandir lista de usuarios"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Expandir o colapsar la publicación completa a la que estás respondiendo"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Amplía o reduce el texto de la publicación"
 
@@ -3031,6 +3088,10 @@ msgstr "Expira {0}"
 msgid "Expires in {0}"
 msgstr "Caduca dentro de {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Medios explícitos o potencialmente perturbadores."
 msgid "Explicit sexual images."
 msgstr "Imágenes sexuales explícitas."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Explorar"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exportar mis datos"
 
@@ -3071,12 +3132,12 @@ msgstr "Medios externos"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Es posible que medios externos permitan que otros sitios recopilen datos sobre ti y tu dispositivo. No se envía o solicita información hasta que presionas el botón de reproducir."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferencias sobre Medios Externos"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Error al aceptar el chat"
@@ -3090,15 +3151,11 @@ msgstr "Error al añadir una reacción de emoji"
 msgid "Failed to change handle. Please try again."
 msgstr "Error al cambiar nombre de usuario. Por favor vuelve a intentarlo."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Error al crear contraseña de app. Vuelve a intentarlo."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Error al crear la conversación"
 
@@ -3107,12 +3164,12 @@ msgstr "Error al crear la conversación"
 msgid "Failed to create starter pack"
 msgstr "Error al crear el paquete de inicio"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Error al crear la lista. Verifica tu conexión a Internet y vuelve a intentarlo."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Error al eliminar el chat"
@@ -3121,7 +3178,7 @@ msgstr "Error al eliminar el chat"
 msgid "Failed to delete message"
 msgstr "Error al eliminar el mensaje"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Error al eliminar la publicación, vuelve a intentarlo"
 
@@ -3129,7 +3186,7 @@ msgstr "Error al eliminar la publicación, vuelve a intentarlo"
 msgid "Failed to delete starter pack"
 msgstr "Error al eliminar el paquete de inicio"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Error al cargar las conversaciones"
@@ -3172,7 +3229,7 @@ msgstr "Error al eliminar una reacción de emoji"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Error al eliminar la verificación"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3189,21 +3246,35 @@ msgstr "Error al guardar los ajustes, inténtalo de nuevo."
 #: src/screens/Settings/SettingsInterests.tsx:133
 msgctxt "toast"
 msgid "Failed to save your interests."
-msgstr ""
+msgstr "Error al guardar tus intereses."
 
 #: src/components/dms/MessageItem.tsx:310
 msgid "Failed to send"
 msgstr "Error al enviar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Error al enviar la apelación. Por favor, inténtalo de nuevo."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Error al cambiar el estado de silencio del hilo, vuelve a intentarlo"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Error al actualizar los feeds"
@@ -3219,11 +3290,15 @@ msgstr "Error al actualizar los ajustes"
 msgid "Failed to upload video"
 msgstr "Error al subir video"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Error al verificar el nombre de usuario. Intenta nuevamente."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feed"
 
@@ -3242,24 +3317,24 @@ msgstr "Alternar Feed"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Comentarios"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "¡Comentarios enviados!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feeds"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexible"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Seguir"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Seguir {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Seguir {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Seguir {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Sigue 10 cuentas"
 msgid "Follow 7 accounts"
 msgstr "Sigue 7 cuentas"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Seguir esta cuenta"
 
@@ -3391,7 +3462,7 @@ msgstr "Seguir esta cuenta"
 msgid "Follow all"
 msgstr "Seguir a todos"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Seguir de vuelta"
@@ -3417,7 +3488,7 @@ msgstr "Seguido por <0>{0}</0> y <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Seguido por <0>{0}</0>, <1>{1}</1>, y {2, plural, one {# más} other {# más}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Seguidores de @{0} que conoces"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Seguidores que conoces"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Siguiendo"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Siguiendo {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Siguiendo {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Siguiendo {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferencias del feed de cuentas que sigues"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferencias del feed de cuentas que sigues"
@@ -3524,7 +3591,7 @@ msgstr "Frecuentemente Publica Contenido Indeseable"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "De <0/>"
@@ -3533,17 +3600,19 @@ msgstr "De <0/>"
 msgid "Gallery"
 msgstr "Galería"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Genera un paquete de inicio"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Obtiene ayuda"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "Comenzar"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "Comenzando"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Ponle cara a tu perfil"
 
@@ -3567,10 +3636,10 @@ msgstr "Violaciones flagrantes de la Ley o de los Términos de servicio"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Volver"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,10 +3674,26 @@ msgstr "Ir al inicio"
 msgid "Go Home"
 msgstr "Ir al inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
-msgid "Go to {firstAuthorName}'s profile"
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
+msgid "Go to {firstAuthorName}'s profile"
+msgstr "Ir al perfil de {firstAuthorName}"
+
 #: src/screens/Messages/components/ChatListItem.tsx:360
 msgid "Go to conversation with {0}"
 msgstr "Ir a la conversación con {0}"
@@ -3638,8 +3723,8 @@ msgstr "Contenido explícito"
 msgid "Half way there!"
 msgstr "¡Ya estas a mitad de camino!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Nombre de usuario"
 
@@ -3665,7 +3750,7 @@ msgstr "Vibración"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Acoso, troleo o intolerancia"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Etiqueta"
 
@@ -3673,19 +3758,24 @@ msgstr "Etiqueta"
 msgid "Hashtag {tag}"
 msgstr "Etiqueta {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "¿Tienes problemas?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Ayuda"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Sube una foto o crea un avatar para que la gente sepa que no eres un bot."
 
@@ -3698,7 +3788,7 @@ msgstr "¡Aquí tienes tu contraseña de app!"
 msgid "Hidden"
 msgstr "Oculto"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Oculto por tus ajustes de moderación."
 
@@ -3715,12 +3805,12 @@ msgstr "Lista oculta"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Ocultar"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Ocultar"
@@ -3729,18 +3819,18 @@ msgstr "Ocultar"
 msgid "Hide customization options"
 msgstr "Ocultar las opciones de personalización"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Ocultar el post para mí"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Ocultar respuesta para todos"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Ocultar la respuesta para mí"
 
@@ -3748,12 +3838,12 @@ msgstr "Ocultar la respuesta para mí"
 msgid "Hide this card"
 msgstr "Ocultar esta tarjeta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "¿Ocultar esta publicación?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "¿Ocultar esta respuesta?"
 
@@ -3771,14 +3861,14 @@ msgstr "¿Quieres ocultar las tendencias?"
 msgid "Hide trending videos?"
 msgstr "¿Quieres ocultar los videos populares?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Ocultar lista de usuarios"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Ocultar las marcas de verificación"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm, no conseguimos cargar ese servicio de moderación."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "¡Espera! Estamos dando acceso a videos gradualmente, y aún estás en la lista de espera. ¡Vuelve a consultar pronto!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Inicio"
 
@@ -3845,25 +3935,20 @@ msgstr "Destacando"
 msgid "Hot replies first"
 msgstr "Respuestas destacadas primero"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "¿Cómo deberíamos abrir este enlace?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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ódigo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Tengo un código"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Tengo un código de confirmación"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Si eliminas esta lista, no podrás recuperarla."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Si tienes tu propio dominio, puedes usarlo como tu nombre de usuario. Este permite auto-verificar tu identidad. <0>obtén más información</0>."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Si eliminas esta publicación, no podrás recuperarla."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Si deseas cambiar tu contraseña, te enviaremos un código para verificar que esta es tu cuenta."
@@ -3915,18 +4008,19 @@ msgstr "Ilegal y Urgente"
 msgid "Image"
 msgstr "Imagen"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr ""
+msgstr "Caché de imágenes limpiado"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr ""
+msgstr "Caché de imágenes limpiado, {0} liberado"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "¡Imagen guardada en tu carrete de fotos!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Código de confirmación de autenticación de doble factor no válido."
 msgid "Invalid handle. Please try a different one."
 msgstr "Nombre de usuario inválido. Por favor intenta uno diferente."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Registro de publicación inválido o no compatible"
 
@@ -4041,12 +4135,12 @@ msgstr "Es correcto"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "¡Solo estás tú por ahora! Agrega más personas a tu paquete de inicio buscando arriba."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Tarea ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Tareas"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Etiquetado por el autor."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etiquetas"
 
@@ -4100,13 +4194,13 @@ msgstr "Etiquetas en tu contenido"
 msgid "Language selection"
 msgstr "Escoger el idioma"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Ajustes de Idiomas"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Idiomas"
 
@@ -4124,20 +4218,20 @@ msgstr "Último"
 msgid "learn more"
 msgstr "Aprender más"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Más información"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Aprender más"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Más información sobre Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Más información sobre la moderación aplicada a este contenido."
 msgid "Learn more about this warning"
 msgstr "Más información sobre esta advertencia"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Más información sobre la verificación en Bluesky (en inglés)"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Salir de Bluesky"
 msgid "left to go."
 msgstr "quedan."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Déjame escoger"
 
@@ -4230,7 +4324,7 @@ msgstr "Claro"
 msgid "Like"
 msgstr "Me gusta"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Like ({0, plural, one {# me gusta} other {# me gusta}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Dale \"me gusta\" a 10 publicaciones para entrenar el feed de Descubrimi
 msgid "Like this feed"
 msgstr "Dar \"me gusta\" a este feed"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Dar \"me gusta\" a este etiquetador"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Le gusta a"
 
@@ -4269,16 +4363,16 @@ msgstr "Le gusta a {0, plural, one {# usuario} other {# usuarios}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Le gusta a {likeCount, plural, one {# usuario} other {# usuarios}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Me gusta"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "\"Me gusta\" en esta publicación"
 
@@ -4287,11 +4381,11 @@ msgstr "\"Me gusta\" en esta publicación"
 msgid "Linear"
 msgstr "Lineal"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar de la lista"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lista silenciada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nombre de la lista"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "La lista ya no está silenciada"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listas"
 
@@ -4358,6 +4452,22 @@ msgstr "Listas"
 msgid "Lists blocking this user:"
 msgstr "Listas bloqueando este usuario:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Cargar más"
@@ -4370,18 +4480,18 @@ msgstr "Cargar más feeds sugeridos"
 msgid "Load new notifications"
 msgstr "Cargar notificaciones nuevas"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Cargar publicaciones nuevas"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Cargando..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Registro"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo de @sawaratsuki.bsky.social</0>"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo de <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Parece que has desanclado todos tus feeds. Pero no te preocupes, ¡puede
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Parece que te falta un feed de cuentas que sigues. <0>Haz clic aquí para añadirlo.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Haz uno para mi"
 
@@ -4433,7 +4547,7 @@ msgstr "Gestiona los feeds guardados"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Gestionar los ajustes de verificación"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Marcar como leído"
 msgid "Marked all as read"
 msgstr "Se ha marcado todo como leído"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "En otro momento"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Multimedia"
 
@@ -4479,7 +4600,7 @@ msgstr "Menciones"
 msgid "Menu"
 msgstr "Menú"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Mensaje {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "El mensaje es muy largo"
 msgid "Message options"
 msgstr "Opciones del mensaje"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mensajes"
 
@@ -4532,10 +4653,10 @@ msgstr "Cuenta engañosa"
 msgid "Misleading Post"
 msgstr "Publicación engañosa"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderación"
 
@@ -4557,12 +4678,12 @@ msgstr "Lista de moderación por {0}"
 msgid "Moderation list by you"
 msgstr "Lista de moderación por ti"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Lista de moderación creada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Lista de moderación actualizada"
@@ -4571,8 +4692,8 @@ msgstr "Lista de moderación actualizada"
 msgid "Moderation lists"
 msgstr "Listas de moderación"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Listas de moderación"
 
@@ -4580,7 +4701,7 @@ msgstr "Listas de moderación"
 msgid "moderation settings"
 msgstr "ajustes de moderación"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Estados de moderación"
 
@@ -4593,7 +4714,7 @@ msgstr "Herramientas de moderación"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "El moderador ha decidido establecer una advertencia general sobre el contenido."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Más"
 
@@ -4602,8 +4723,8 @@ msgstr "Más"
 msgid "More feeds"
 msgstr "Más feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Más opciones"
@@ -4637,10 +4758,10 @@ msgstr "Silenciar"
 msgid "Mute {tag}"
 msgstr "Silenciar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Silenciar esta cuenta"
 
@@ -4689,13 +4810,13 @@ msgstr "Silenciar esta palabra solo en etiquetas"
 msgid "Mute this word until you unmute it"
 msgstr "Silenciar esta palabra hasta que la vuelvas a habilitar."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silenciar el hilo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silenciar palabras y etiquetas"
 
@@ -4703,12 +4824,12 @@ msgstr "Silenciar palabras y etiquetas"
 msgid "Muted accounts"
 msgstr "Cuentas silenciadas"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Cuentas silenciadas"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Al silenciar a una cuenta no verás sus publicaciones en tu feed o notificaciones. Nadie puede ver a quién silencias."
 
@@ -4729,15 +4850,15 @@ msgstr "Nadie puede ver a quién silencias. Las cuentas silenciadas pueden inter
 msgid "My Birthday"
 msgstr "Mi cumpleaños"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Mis feeds"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nombre"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Nombre requerido"
 
@@ -4772,11 +4893,11 @@ msgstr "Ir al paquete de inicio"
 msgid "Navigates to the next screen"
 msgstr "Navega a la siguiente pantalla"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navega a tu perfil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "¿Necesitas cambiarlo?"
 
@@ -4797,21 +4918,26 @@ msgstr "Da igual, crea un nombre de usuario por mí"
 msgid "New"
 msgstr "Nuevo"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nuevo"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nuevo chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Nueva dirección de correo electrónico"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Nueva característica"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nuevo nombre de usuario"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nueva lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Nueva lista"
 msgid "New messages"
 msgstr "Nuevos mensajes"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nueva lista de moderación"
 
@@ -4840,10 +4966,10 @@ msgstr "Nueva contraseña"
 msgid "New Password"
 msgstr "Nueva contraseña"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nueva publicación"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nueva publicación"
@@ -4863,7 +4989,7 @@ msgstr "Nueva publicación"
 msgid "New user info dialog"
 msgstr "Ventana de información para nuevo usuario"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nueva lista de usuarios"
 
@@ -4911,6 +5037,10 @@ msgstr "Aún no hay contraseñas de app"
 msgid "No DNS Panel"
 msgstr "Sin panel de DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "No se encontraron GIF destacados. Es posible que haya un problema con Tenor."
@@ -4924,8 +5054,8 @@ msgstr "No se encontraron feeds. Intenta buscar algo más."
 msgid "No likes yet"
 msgstr "Todavía no tiene \"me gusta\""
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Ya no sigues a {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "No hay citas aún"
 msgid "No reposts yet"
 msgstr "Aún no hay republicaciones"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Sin resultado"
 
@@ -4974,13 +5104,13 @@ msgstr "Sin resultados"
 
 #: src/screens/Search/Explore.tsx:715
 msgid "No results for \"{0}\"."
-msgstr ""
+msgstr "No hay resultados para \"{0}\"."
 
 #: src/components/Lists.tsx:189
 msgid "No results found"
 msgstr "No se encontraron resultados"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "No se han encontrado resultados para \"{query}\""
 
@@ -4992,7 +5122,7 @@ msgstr "No se han encontrado resultados para {query}"
 
 #: src/screens/Search/Explore.tsx:719
 msgid "No results."
-msgstr ""
+msgstr "No hay resultados."
 
 #: src/components/dialogs/GifSelect.tsx:229
 msgid "No search results found for \"{search}\"."
@@ -5032,19 +5162,14 @@ msgstr "Desnudez no sexual"
 msgid "Not followed by anyone you're following"
 msgstr "No lo sigue nadie a quien estés siguiendo"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "No encontrado"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "No en este momento"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nota sobre compartir"
 
@@ -5052,7 +5177,7 @@ msgstr "Nota sobre compartir"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Nota: Bluesky es una red abierta y pública. Esta configuración solo limita la visibilidad de tu contenido en la aplicación y el sitio web de Bluesky. Es posible que otras aplicaciones y sitios web no la respeten y muestren tu contenido a los usuarios que hayan cerrado sesión."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Nada aquí"
 
@@ -5060,7 +5185,7 @@ msgstr "Nada aquí"
 msgid "Notification filters"
 msgstr "Filtros de notificación"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Ajustes de notificaciones"
@@ -5077,11 +5202,11 @@ msgstr "Sonidos de notificación"
 msgid "Notification Sounds"
 msgstr "Sonidos de notificación"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notificaciones"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "¡Oh no! Algo va mal."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "Aceptar"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Está bien"
 
@@ -5140,19 +5265,19 @@ msgstr "Respuestas antiguas primero"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "en<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Reiniciar introducción"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Falta el texto alternativo en uno o más GIF."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Falta el texto alternativo en una o varias imágenes."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Falta el texto alternativo en uno o más videos."
 
@@ -5168,7 +5293,7 @@ msgstr "Solo {0} puede responder."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Solo contiene letras, números y guiones"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Solo se admiten archivos de imagen"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "¡Uy, algo ha salido mal!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "¡Uy!"
 
@@ -5194,11 +5319,7 @@ msgstr "¡Uy!"
 msgid "Open"
 msgstr "Abierto"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Abrir el menú de accesos directos del perfil de {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Abrir el creador de avatares"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Abrir el menú lateral"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Abrir el selector de emojis"
 
@@ -5225,7 +5346,7 @@ msgstr "Abrir la pantalla de información del feed"
 msgid "Open feed options menu"
 msgstr "Abrir el menú de opciones del feed"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Abrir la lista completa de emoji"
 
@@ -5237,7 +5358,7 @@ msgstr "Abrir enlace a {niceUrl}"
 msgid "Open message options"
 msgstr "Abrir opciones de mensaje"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Abrir página de depuración de moderación"
 
@@ -5249,20 +5370,25 @@ msgstr "Abrir ajustes de palabras y etiquetas silenciadas"
 msgid "Open pack"
 msgstr "Abrir"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Abrir menú de opciones de la publicación"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Abrir menú del paquete de inicio"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Abrir pagina de histórico"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Abrir el registro del sistema"
 
@@ -5282,19 +5408,19 @@ msgstr "Abre un diálogo para elegir quién puede responder a este hilo."
 msgid "Opens additional details for a debug entry"
 msgstr "Abre detalles adicionales para una entrada de depuración."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Abre el diálogo de texto alternativo"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Abrir cámara del dispositivo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Abre diálogo de subtítulos y texto alternativo"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Abre el diálogo de cambio del nombre de usuario"
 
@@ -5306,7 +5432,7 @@ msgstr "Abrir la ventana de redacción"
 msgid "Opens device photo gallery"
 msgstr "Abrir galería de fotos del dispositivo"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Abre el selector de emojis"
 
@@ -5324,7 +5450,7 @@ msgstr "Abre el flujo para iniciar sesión en tu cuenta existente de Bluesky"
 msgid "Opens GIF select dialog"
 msgstr "Abre el diálogo de selección de GIF."
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Abre el centro de ayuda en el navegador"
 
@@ -5332,6 +5458,10 @@ msgstr "Abre el centro de ayuda en el navegador"
 msgid "Opens list of invite codes"
 msgstr "Abre la lista de códigos de invitación"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Abre el formulario de restablecimiento de contraseña"
@@ -5340,12 +5470,12 @@ msgstr "Abre el formulario de restablecimiento de contraseña"
 msgid "Opens the linked website"
 msgstr "Abre el sitio web vinculado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Abre este perfil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Abre el selector de video"
 
@@ -5392,7 +5522,7 @@ msgstr "Estado de las actualizaciones: Ninguna disponible"
 msgid "Other"
 msgstr "Otro"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Otra cuenta"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Página no encontrada"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pausar video"
 msgid "People"
 msgstr "Personas"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Personas seguidas por @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Personas siguiendo a @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Anclar en inicio"
 msgid "Pin to Home"
 msgstr "Anclar en inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Anclar en tu perfil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Anclado"
 
@@ -5578,14 +5708,14 @@ msgstr "Por favor, elige tu identificador."
 msgid "Please choose your password."
 msgstr "Por favor, elige tu contraseña."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Por favor, completa la verificación CAPTCHA."
 
-#: 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 "Por favor, confirma tu correo electrónico antes de cambiarlo. Se trata de un requisito temporal mientras se añaden herramientas de actualización de correo electrónico, y pronto se eliminará."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Comprueba que has ingresado tu correo electrónico correctamente."
@@ -5602,10 +5732,28 @@ msgstr "Escribe una contraseña. Debe tener al menos 8 caracteres."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Introduce un nombre único para esta contraseña de app o utiliza el que generamos aleatoriamente."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Por favor, introduce una palabra, etiqueta, o frase válida para silenciar"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Introduce tu correo electrónico."
 msgid "Please enter your invite code."
 msgstr "Introduce tu código de invitación."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Escribe tu contraseña"
@@ -5648,7 +5800,11 @@ msgstr "Selecciona un motivo para esta denuncia"
 msgid "Please sign in as @{0}"
 msgstr "Por favor, ingresa como @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Verifica tu correo electrónico"
 
@@ -5662,7 +5818,7 @@ msgstr "Política"
 msgid "Porn"
 msgstr "Pornografía"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Publicar"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Publicar"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Publicar Todo"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Publicación por {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Publicación por {0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Publicación eliminada"
@@ -5697,7 +5853,7 @@ msgstr "Publicación eliminada"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Error al subir la publicación. Por favor, verifica tu conexión a internet y vuelve a intentarlo."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Publicación eliminada"
 
@@ -5719,7 +5875,7 @@ msgstr "Publicación ocultada por ti"
 msgid "Post interaction settings"
 msgstr "Ajustes de interacción de la publicación"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Ajustes de interacción de la publicación"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Publicación desfijado"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Publicaciones"
@@ -5789,7 +5945,7 @@ msgstr "Presiona para ver los seguidores de esta cuenta que también sigues."
 msgid "Previous image"
 msgstr "Imagen previa"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Idioma principal"
 
@@ -5807,26 +5963,26 @@ msgstr "Notificaciones prioritarias"
 msgid "Privacy"
 msgstr "Privacidad"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privacidad y seguridad"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privacidad y Seguridad"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Política de privacidad"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Procesando video..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Procesando..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "perfil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Perfil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Perfil actualizado"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Listas públicas y compartibles que se pueden usar para impulsar feeds."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Publicar la publicación"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Publicar las publicaciones"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Publicar las respuestas"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Publicar la respuesta"
 
@@ -5904,11 +6060,11 @@ msgstr "¡Código QR guardado en tu galería!"
 msgid "Quote post"
 msgstr "Citar la publicación"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "La cita se vinculado de nuevo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "La cita se ha desvinculado correctamente"
 
@@ -5927,7 +6083,7 @@ msgstr "Configuración de citas"
 msgid "Quotes"
 msgstr "Citas"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citas de esta publicación"
 
@@ -5942,8 +6098,8 @@ msgstr "Orden aleatorio"
 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 "Límite de velocidad excedido - has intentado cambiar tu nombre de usuario demasiadas veces en un periodo breve. Espera un minuto antes de intentarlo nuevamente."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Vincular cita de nuevo"
 
@@ -5958,17 +6114,17 @@ msgstr "Reactivar tu cuenta"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Leer la publicación del blog (en inglés)"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Ver menos"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Ver más"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Leer el blog de Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Reconectar"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Rechazar"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Rechazar la solicitud de chat"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Recargar conversaciones"
@@ -6022,7 +6178,7 @@ msgstr "Recargar conversaciones"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Eliminar"
 msgid "Remove {displayName} from starter pack"
 msgstr "Eliminar a {displayName} del paquete de inicio"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Eliminar {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Eliminar la cuenta"
 
@@ -6046,13 +6202,13 @@ msgstr "Eliminar la cuenta"
 msgid "Remove attachment"
 msgstr "Eliminar adjunto"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Eliminar Avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Eliminar Banner"
 
@@ -6079,7 +6235,7 @@ msgstr "¿Eliminar feed?"
 msgid "Remove from my feeds"
 msgstr "Eliminar de mis feeds"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "¿Eliminar del acceso rápido?"
 
@@ -6097,11 +6253,16 @@ msgstr "¿Eliminar de tus feeds?"
 msgid "Remove image"
 msgstr "Eliminar la imagen"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Eliminar palabra silenciada de tu lista"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Eliminar perfil"
 
@@ -6114,7 +6275,7 @@ msgstr "Eliminar cita"
 msgid "Remove repost"
 msgstr "Eliminar republicación"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Eliminar archivo de subtítulo"
 
@@ -6124,18 +6285,18 @@ msgstr "Eliminar este feed de tus feeds guardados"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr ""
+msgstr "Eliminar al usuario de la lista"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Eliminar la verificación"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "¿Eliminar tu verificación para esta cuenta?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Eliminado de tus feeds"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Borra el perfil del historial de búsqueda"
+msgstr "Verificación eliminada"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Elimina la cita"
 msgid "Replace with Discover"
 msgstr "Reemplaza con Descubrir"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Respuestas"
 
@@ -6193,12 +6350,12 @@ msgstr "Respuestas deshabilitadas"
 msgid "Replies to this post are disabled."
 msgstr "Las respuestas en esta publicación estan deshabilitadas."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Responder"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Responder ({0, plural, one {# respuesta} other {# respuestas}})"
 
@@ -6224,34 +6381,34 @@ msgstr "La configuración de respuestas es elegida por el autor del hilo"
 msgid "Reply sorting"
 msgstr "Orden de las respuestas"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Responder a <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Responder a una publicación bloqueada"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Responder a una publicación"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Responder a ti"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Visibilidad de la respuesta actualizada"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "La respuesta se ha ocultado correctamente"
 
@@ -6261,16 +6418,16 @@ msgstr "La respuesta se ha ocultado correctamente"
 msgid "Report"
 msgstr "Denunciar"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Denunciar la cuenta"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Denunciar conversación"
 
@@ -6293,8 +6450,8 @@ msgstr "Denunciar la lista"
 msgid "Report message"
 msgstr "Denunciar mensaje"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Denunciar la publicación"
 
@@ -6369,26 +6526,26 @@ msgstr "Republicar o citar publicación"
 msgid "Reposted By"
 msgstr "Republicado por"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Republicado por {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Republicado por <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Republicado por ti"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Republicaciones de esta publicación"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "Solicitar cambio"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "Solicitar código"
 msgid "Require alt text before posting"
 msgstr "Requerir texto alternativo antes de publicar"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Requerir un código por correo electrónico antes de iniciar sesión con tu cuenta."
 
@@ -6413,13 +6570,19 @@ msgstr "Requerido para este proveedor"
 msgid "Required in your region"
 msgstr "Requerido en tu región"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Reenviar correo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Reenviar correo"
@@ -6436,8 +6599,8 @@ msgstr "Código de restablecimiento"
 msgid "Reset Code"
 msgstr "Código de restablecimiento"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Restablecer el estado de incorporación"
 
@@ -6458,10 +6621,10 @@ msgstr "Reintenta la última acción, que presentó un error"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Volver a la página anterior"
 msgid "Returns to home page"
 msgstr "Volver a la página de inicio"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Vuelve al paso anterior"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Guardar"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Guardar"
@@ -6534,7 +6699,7 @@ msgstr "Guardar cumpleaños"
 msgid "Save changes"
 msgstr "Guardar cambios"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Guardar cambios"
 
@@ -6564,16 +6729,12 @@ msgstr "Guardar en mis feeds"
 msgid "Saved Feeds"
 msgstr "Feeds guardados"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Guardado en tu galería"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Guardado en tus feeds"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Guarda los cambios en tu perfil"
 
@@ -6583,8 +6744,8 @@ msgstr "Guarda los ajustes de recorte de la imagen"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "¡Di hola!"
 
@@ -6602,11 +6763,11 @@ msgstr "Desplazar hacia arriba"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Buscar"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Buscar en las publicaciones de @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Buscar en las publicaciones de @{0}"
 msgid "Search by name or interest"
 msgstr "Buscar por nombre o interés"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Buscar feeds"
 
@@ -6656,8 +6817,8 @@ msgstr "Buscar GIFs"
 msgid "Search my posts"
 msgstr "Buscar en mis publicaciones"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Buscar en sus publicaciones"
 
@@ -6679,7 +6840,11 @@ msgstr "Buscar..."
 msgid "Searches for profiles"
 msgstr "Busca perfiles"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Se requiere un paso de seguridad"
 
@@ -6699,7 +6864,7 @@ msgstr "Ver las publicaciones sobre #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Ver las publicaciones sobre #{tag} de esta cuenta"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Ver empleos en Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Selecciona un color"
 msgid "Select account"
 msgstr "Seleccionar cuenta"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Selecciona un avatar"
@@ -6727,10 +6896,22 @@ msgstr "Selecciona un avatar"
 msgid "Select an emoji"
 msgstr "Selecciona un emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Seleccionar los idiomas del contenido"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Selecciona de una cuenta existente"
@@ -6747,11 +6928,11 @@ msgstr "Seleccionar GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Selecciona por cuánto tiempo se debería silenciar esta palabra."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Seleccionar idioma..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Seleccionar idiomas"
 
@@ -6763,6 +6944,10 @@ msgstr "Seleccionar servicio de moderación"
 msgid "Select moderator"
 msgstr "Seleccionar moderador"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Seleccionar el emoji {emojiName} como tu avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Seleccionar los servicios de moderación a los que reportar"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Seleccionar video"
 
@@ -6784,11 +6969,11 @@ msgstr "Seleccionar video"
 msgid "Select what content this mute word should apply to."
 msgstr "Seleccionar a qué contenido se debe aplicar esta palabra silenciada."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Selecciona el idioma de la interfaz de usuario de la aplicación."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Elige en qué idiomas deseas que estén los posts de tus feeds. Si ninguno es seleccionado, se mostrarán en todos los idiomas."
 
@@ -6801,7 +6986,7 @@ msgstr "Elige tu fecha de nacimiento"
 msgid "Select your interests from the options below"
 msgstr "Selecciona tus intereses entre las siguientes opciones"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Elige a qué idioma deseas traducir las publicaciones de tu feed."
 
@@ -6813,19 +6998,17 @@ msgstr "Selecciona la opción {0} de {numItems}"
 msgid "Send a neat website!"
 msgstr "¡Envía un sitio web interesante!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Enviar confirmación"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "Enviar la confirmación"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Enviar correo de confirmación"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Enviar correo de confirmación"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Enviar correo"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Enviar correo"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Enviar comentarios"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Enviar mensaje"
@@ -6863,13 +7046,14 @@ msgstr "Enviar reporte a {0}"
 msgid "Send report to {title}"
 msgstr "Enviar denuncia a {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Enviar correo de verificación"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Enviar por mensaje directo"
 
@@ -6901,10 +7085,10 @@ msgstr "Configura tu cuenta"
 msgid "Sets email for password reset"
 msgstr "Establece el correo electrónico para restablecer la contraseña"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Ajustes"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexualmente sugestivo"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Compartir"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Compartir"
@@ -6948,9 +7132,9 @@ msgstr "¡Comparte una historia genial!"
 msgid "Share a fun fact!"
 msgstr "¡Comparte un dato curioso!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Compartir de todas maneras"
 
@@ -6990,7 +7174,7 @@ msgstr "Comparte este paquete de inicio y ayuda a las personas a unirse a tu com
 msgid "Share your favorite feed!"
 msgstr "¡Comparte tu feed favorito!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Probador de Preferencias Compartidas"
 
@@ -7011,8 +7195,8 @@ msgstr "Ver texto alternativo"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Ver de todas maneras"
 
@@ -7033,8 +7217,8 @@ msgstr "Mostrar opciones de personalización"
 msgid "Show hidden replies"
 msgstr "Mostrar respuestas ocultas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Mostrar menos como esto"
 
@@ -7042,14 +7226,14 @@ msgstr "Mostrar menos como esto"
 msgid "Show list anyway"
 msgstr "Mostrar lista de todas maneras"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Ver más"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Mostrar más como esto"
 
@@ -7079,8 +7263,8 @@ msgstr "Mostrar las respuestas como hilos"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Mostrar las respuestas de las personas a quienes sigues antes que el resto de respuestas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Mostrar respuesta para todos"
 
@@ -7102,11 +7286,11 @@ msgstr "Mostrar advertencia"
 msgid "Show warning and filter from feeds"
 msgstr "Mostrar advertencia y filtrar de los feeds"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Muestra información sobre la fecha de creación de esta publicación"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Muestra otras cuentas a las que puedes cambiar"
 
@@ -7124,8 +7308,8 @@ msgstr "Muestra el contenido"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Muestra el contenido"
 msgid "Sign in"
 msgstr "Iniciar sesión"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Iniciar sesión como {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Iniciar sesión o crear una cuenta"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "¡Inicia sesión o crea una cuenta para unirte a la conversación!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Iniciar sesión en una cuenta que no está en la lista"
 
@@ -7158,15 +7342,15 @@ msgstr "Iniciar sesión en una cuenta que no está en la lista"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Inicia sesión en Bluesky o crea una nueva cuenta"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Cerrar sesión"
 
@@ -7174,8 +7358,8 @@ msgstr "Cerrar sesión"
 msgid "Sign Out"
 msgstr "Cerrar sesión"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "¿Cerrar sesión?"
 
@@ -7206,14 +7390,19 @@ msgstr "Saltar este flujo"
 msgid "Smaller"
 msgstr "Más pequeño"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Posponer el recordatorio"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Programación"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Algunas de tus verificaciones no son válidas."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Alguien reaccionó con {0} a {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Hubo un problema con los datos que intentaste denunciar. Por favor, contacta con el soporte."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Se produjo un error"
 
@@ -7264,8 +7453,8 @@ msgstr "Se produjo un error. Inténtalo de nuevo."
 msgid "Something wrong? Let us know."
 msgstr "¿Algo va mal? Avísanos."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Lo sentimos, tu sesión ha expirado. Inicia sesión de nuevo."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; menciones o respuestas excesivas"
 msgid "Sports"
 msgstr "Deportes"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Iniciar un nuevo chat"
 
@@ -7322,8 +7511,8 @@ msgstr "¡Empieza a añadir personas!"
 msgid "Start chat with {displayName}"
 msgstr "Iniciar chat con {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Paquete de inicio"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "El paquete de inicio es inválido"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Paquete de Inicio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Los paquetes de inicio te permiten compartir fácilmente tus feeds y personas favoritas con tus amigos."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Página de estado"
 
@@ -7363,12 +7552,12 @@ msgstr "Página de estado"
 msgid "Step {0} of {1}"
 msgstr "Paso {0} de {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Almacenamiento limpio, necesitas reiniciar la aplicación ahora."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Libro de cuentos"
 
@@ -7401,11 +7590,11 @@ msgstr "Suscribirse"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Suscríbete a @{0} para usar estas etiquetas:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Suscribirse al etiquetador"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Suscribirse a este etiquetador"
 
@@ -7413,13 +7602,14 @@ msgstr "Suscribirse a este etiquetador"
 msgid "Subscribe to this list"
 msgstr "Suscribirse a esta lista"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "¡Éxito!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Verificado correctamente"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Atardecer"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Soporte"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Cambiar a otra cuenta"
 
@@ -7462,11 +7652,11 @@ msgstr "Cambiar a otra cuenta"
 msgid "Switch Account"
 msgstr "Cambiar a otra cuenta"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Cambiar cuentas"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Cambiar a {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Cambiar a {0}"
 msgid "System"
 msgstr "Sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Registro del sistema"
 
@@ -7518,7 +7708,7 @@ msgstr "Tecnología"
 msgid "Tell a joke!"
 msgstr "¡Cuenta un chiste!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Háblanos de ti"
 
@@ -7531,12 +7721,12 @@ msgstr "Cuéntanos un poco más"
 msgid "Terms"
 msgstr "Condiciones"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Términos de servicio"
 
@@ -7564,7 +7754,11 @@ msgstr "Campo de texto"
 msgid "Text input field"
 msgstr "Campo de introducción de texto"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "¡Gracias! Tu correo electrónico ha sido verificado exitosamente."
 
@@ -7597,12 +7791,12 @@ msgstr "No se pudo encontrar ese paquete de inicio."
 msgid "That's all, folks!"
 msgstr "¡Eso es todo, amigos!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "¡Se acabó!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "La cuenta podrá interactuar contigo tras desbloquearla."
 
@@ -7636,6 +7830,10 @@ msgstr "El feed de Descubrir"
 msgid "The Discover feed now knows what you like"
 msgstr "El feed de Descubrir ahora sabe lo que te gusta"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "La dirección de correo electrónico que has introducido es la misma que tu dirección de correo electrónico actual."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "La experiencia es mejor en la aplicación. Descarga Bluesky ahora y continuaremos donde lo dejaste."
@@ -7669,6 +7867,7 @@ msgstr "La Política de Privacidad se ha trasladado a <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "El video seleccionado es mayor de 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "El servidor parece tener problemas. Por favor intenta nuevamente después de unos momentos."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Hubo un problema al contactar con el servidor"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Hubo un problema al contactar con el servidor. Por favor, verifica tu conexión a internet e inténtalo de nuevo."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Hubo un problema al obtener las notificaciones. Toca aquí para intentar de nuevo."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Hubo un problema al obtener las publicaciones. Toca aquí para intentar de nuevo."
 
@@ -7763,20 +7962,20 @@ msgstr "Hubo un problema al enviar tu reporte. Por favor, verifica tu conexión
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Hubo un problema al actualizar tus feeds, por favor verifica tu conexión a internet e inténtalo de nuevo."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Ocurrió un problema {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Estos ajustes solo aplican para el feed Following."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Esta {screenDescription} ha sido marcada:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Esta cuenta tiene una marca de verificación porque ha sido verificada por fuentes de confianza."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Esta cuenta tiene uno o más intentos de verificación, pero no actualmente no está verificada."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Esta cuenta ha solicitado que los usuarios inicien sesión para ver su p
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Esta cuenta está bloqueada por una o más de tus listas de moderación. Para desbloquearla, por favor, visita las listas directamente y elimina a este usuario."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Esta acción se puede deshacer en cualquier momento."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Este contenido no se puede ver sin una cuenta de Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Esta conversación es con una cuenta eliminada o desactivada. Presiona para ver opciones"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Esta función está en beta. Puedes leer más sobre la exportación de repositorios en <0>esta publicación del blog</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 no está disponible cuando se usa una contraseña de app. Inicia sesión con tu contraseña principal."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "¡Este feed está vacío! Es posible que necesites seguir a más usuarios o ajustar la configuración de idioma."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Este feed está vacío."
@@ -7899,9 +8106,10 @@ msgstr "Este nombre de usuario está reservado. Por favor intenta con uno difere
 msgid "This information is not shared with other users."
 msgstr "Esta información no es compartida 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 "Esto es importante por si alguna vez necesitas cambiar tu correo electrónico o restablecer tu contraseña."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Esta lista está vacía"
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Este servicio de moderación no está disponible. Consulta más detalles a continuación. Si el problema persiste, contáctanos."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Esta publicación declara haber sido creada en <0>{0}</0>, pero fue vista por primera vez por Bluesky en <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Esta publicación declara haber sido creada en <0>{0}</0>, pero fue vist
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Esta publicación tiene un tipo de ajustes de respuesta desconocido. Es posible que tu app no esté actualizada."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Esta publicación ha sido eliminada."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Esta publicación solo es visible para las personas que han iniciado sesión. No podrán verla quienes no hayan iniciado sesión."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Esta publicación será ocultada de los feeds y hilos. Esto no se puede deshacer."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "El autor de esta publicación ha deshabilitado las citas."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Este perfil solo es visible para las personas que han iniciado sesión. No podrán verlo quienes no hayan iniciado sesión."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Esta respuesta se colocará en una sección oculta al final de tu hilo. Las notificaciones de respuestas posteriores se silenciarán, tanto para ti como para los demás."
 
@@ -7976,6 +8184,10 @@ msgstr "Este servicio no ha proporcionado términos de servicio ni una política
 msgid "This should create a domain record at:"
 msgstr "Esto debería crear un registro de dominio en:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Este usuario no tiene un nombre para mostrar, por lo tanto no puede ser verificado."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Este usuario no tiene seguidores."
@@ -8013,11 +8225,11 @@ msgstr "Este usuario no sigue a nadie."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Esto eliminará \"{0}\" de tus palabras silenciadas. Siempre puedes añadirla de nuevo más tarde."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Esto eliminará @{0} de la lista de acceso rápido."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Esto eliminará tu publicación de esta cita para todos los usuarios y la reemplazará con un marcador de posición."
 
@@ -8044,7 +8256,7 @@ msgstr "En hilos"
 msgid "Threaded mode"
 msgstr "Modo con hilos"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferencias de hilos"
 
@@ -8056,14 +8268,15 @@ msgstr "Tiempo restante: {0, plural, one {# segundo} other {# segundos}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Para desactivar el método de autenticación de doble factor por correo electrónico, por favor, asegúrate de que puedes acceder a la dirección de correo."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Para denunciar una conversación. Por favor, denuncia uno de sus mensajes a través de la pantalla de la conversación. Esto permite a nuestros moderadores entender el contexto de tu problema."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Para subir videos a Bluesky, primero debes verificar tu correo electrónico."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "¿A quién te gustaría enviar este reporte?"
@@ -8090,16 +8303,16 @@ msgstr "Activa/desactiva el sonido"
 msgid "Top"
 msgstr "Destacados"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Tema"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traducir"
 
@@ -8109,7 +8322,7 @@ msgstr "Tendencias"
 
 #: src/screens/Search/Explore.tsx:608
 msgid "Trending topics"
-msgstr ""
+msgstr "Tendencias"
 
 #: src/components/interstitials/TrendingVideos.tsx:88
 msgid "Trending Videos"
@@ -8117,7 +8330,7 @@ msgstr "Videos populares"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "La confianza se construye a partir de las relaciones, las comunidades y los contextos compartidos. Por ello, también nombramos a <0>verificadores de confianza</0>: organizaciones que pueden verificar cuentas directamente."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Escribe tu mensaje aquí"
 msgid "Type:"
 msgstr "Tipo:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "No es posible conectarse. Comprueba tu conexión a Internet e inténtalo de nuevo."
@@ -8166,27 +8380,27 @@ msgstr "No se puede eliminar"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Desbloquear"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Desbloquear"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Desbloquear la cuenta"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "¿Desbloquear la cuenta?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Dejar de seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Dejar de seguir a {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Dejar de seguir esta cuenta"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Deja de seguir al usuario"
 
@@ -8225,15 +8439,15 @@ msgstr "Deja de seguir al usuario"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Desafortunadamente, los etiquetadores a los que te suscribiste no soportan este tipo de denuncia."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Verificador desconocido"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "No me gusta"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "No me gusta ({0, plural, one {# me gusta} other {# me gusta}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Dejar de silenciar"
 msgid "Unmute {tag}"
 msgstr "Dejar de silenciar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Dejar de silenciar la cuenta"
 
@@ -8267,8 +8481,8 @@ msgstr "Dejar de silenciar la conversación"
 msgid "Unmute list"
 msgstr "Dejar de silenciar la lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Dejar de silenciar el hilo"
 
@@ -8294,8 +8508,8 @@ msgstr "Desfijar el feed"
 msgid "Unpin from home"
 msgstr "Desfijar de inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Desfijar del perfil"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} desfijado de inicio"
 msgid "Unpinned from your feeds"
 msgstr "Desfijado de tus feeds"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Dejar de posponer el recordatorio de correo electrónico"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Darse de baja"
 
@@ -8320,7 +8539,7 @@ msgstr "Darse de baja"
 msgid "Unsubscribe from list"
 msgstr "Darse de baja de la lista"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Darse de baja de este etiquetador"
 
@@ -8328,11 +8547,11 @@ msgstr "Darse de baja de este etiquetador"
 msgid "Unsubscribed from list"
 msgstr "Dado de baja de la lista"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Tipo de video no aceptado"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Tipo de video no aceptado: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Actualizar"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Actualizar <0>{displayName}</0> en listas"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Actualizar a {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Error al actualizar el adjunto de la cita"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Actualizar la visibilidad de la respuesta falló"
@@ -8371,7 +8601,7 @@ msgstr "Actualizar la visibilidad de la respuesta falló"
 msgid "Updating..."
 msgstr "Actualizando..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Sube una foto en su lugar"
 
@@ -8379,22 +8609,22 @@ msgstr "Sube una foto en su lugar"
 msgid "Upload a text file to:"
 msgstr "Carga un archivo de texto en:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Subir desde la cámara"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Subir desde tus archivos"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Subir desde la biblioteca"
 
@@ -8407,7 +8637,7 @@ msgstr "Subiendo imágenes..."
 msgid "Uploading link thumbnail..."
 msgstr "Subiendo miniatura del enlace..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Subiendo video..."
 
@@ -8419,8 +8649,8 @@ msgstr "Usa las contraseñas de app para iniciar sesión en otros clientes Blues
 msgid "Use default provider"
 msgstr "Utilizar el proveedor predeterminado"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Usar el navegador integrado"
 
@@ -8429,8 +8659,8 @@ msgstr "Usar el navegador integrado"
 msgid "Use in-app browser to open links"
 msgstr "Usar el navegador integrado para abrir los enlaces"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Usar mi navegador predeterminado"
 
@@ -8484,12 +8714,12 @@ msgstr "Lista de usuarios por {0}"
 msgid "User list by you"
 msgstr "Lista de usuarios por ti"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Lista de usuarios creada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Lista de usuarios actualizada"
@@ -8523,31 +8753,37 @@ msgstr "Usuarios que sigues"
 msgid "Value:"
 msgstr "Valor:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Error al verificar, inténtalo de nuevo."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Ajustes de verificación"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Ajustes de verificación"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "En Bluesky, las verificaciones no funcionan como en otras plataformas. <0>Más información (en inglés).</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
+msgstr "Verificado por:"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Se requiere un correo electrónico verificado"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "Verificar la cuenta"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "Verificar registro DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Verificar el correo electrónico"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Ventana de verificación de correo electrónico"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verificar el correo electrónico nuevo"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verificar ahora"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verificar archivo de texto"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "¿Verificar esta cuenta?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verifica tu correo electrónico"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifica tu correo electrónico"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versión {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "El video no se pudo procesar"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Feed de videos"
 
@@ -8616,11 +8853,11 @@ msgstr "Video de {0}: {text}"
 msgid "Video Games"
 msgstr "Videojuegos"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video en pausa"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Reproduciendo video"
 
@@ -8628,11 +8865,11 @@ msgstr "Reproduciendo video"
 msgid "Video not found."
 msgstr "Video no encontrado."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Configuración del video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video subido"
 
@@ -8640,24 +8877,24 @@ msgstr "Video subido"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Los videos deben durar menos de 3 minutos"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Ver el avatar de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Ver el perfil de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Ver el perfil de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Ver el perfil de {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Ver el perfil del usuario bloqueado"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Ver entrada de depuración"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Ver detalles"
 
@@ -8688,7 +8925,7 @@ msgstr "Ver detalles"
 msgid "View details for reporting a copyright violation"
 msgstr "Ver más detalles sobre cómo reportar una violación de Derechos de Autor"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Ver hilo completo"
 
@@ -8703,13 +8940,12 @@ msgstr "Ver información sobre estas etiquetas"
 msgid "View more"
 msgstr "Ver más"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Ver perfil"
 
@@ -8723,7 +8959,7 @@ msgstr "Ver el servicio de etiquetado proporcionado por @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Ver las verificaciones de este usuario"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Ver tus cuentas silenciadas"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Ver tus verificaciones"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Advertir contenido"
 msgid "Warn content and filter from feeds"
 msgstr "Advertir contenido y filtrar de los feeds"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "No pudimos encontrar resultados para ese hashtag."
@@ -8798,7 +9039,7 @@ msgstr "No pudimos encontrar resultados para ese hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr "No hemos encontrado resultados para ese tema."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "No pudimos cargar esta conversación"
 
@@ -8822,6 +9063,10 @@ msgstr "Ya no quedan publicaciones de las cuentas que sigues. Aquí está lo úl
 msgid "We recommend selecting at least two interests."
 msgstr "Te recomendamos que elijas al menos dos intereses."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "No pudimos determinar si tienes permiso para cargar videos. Inténtalo de nuevo."
@@ -8842,6 +9087,10 @@ msgstr "No pudimos conectarnos. Inténtalo de nuevo para continuar configurando
 msgid "We will let you know when your account is ready."
 msgstr "Te informaremos cuando tu cuenta esté lista."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Usaremos esta información para personalizar tu experiencia."
@@ -8853,7 +9102,7 @@ msgstr "Estamos teniendo problemas de red, inténtalo de nuevo"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Hemos incluido una nueva capa de verificación en Bluesky: una marca fácil de ver."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Lo sentimos, pero no pudimos cargar tus palabras silenciadas en este mom
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Lo sentimos, pero no se ha podido completar tu búsqueda. Inténtalo de nuevo en unos minutos."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "¡Lo sentimos! Se ha eliminado la publicación a la que estás respondiendo."
 
@@ -8880,7 +9129,7 @@ msgstr "¡Lo sentimos! Se ha eliminado la publicación a la que estás respondie
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "¡Lo sentimos! No encontramos la página que buscabas."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "¡Lo sentimos! Solo puedes suscribirte a veinte etiquetadores, y has alcanzado tu límite de veinte."
 
@@ -8902,13 +9151,13 @@ msgstr "¿Cómo quieres llamar a tu paquete de inicio?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "¿Qué hay de nuevo?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Si tocas en una verificación, verás qué organizaciones la han concedido."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Quién puede responder"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "¿Quién puede verificar?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "¡Vaya!"
@@ -8984,11 +9233,11 @@ msgstr "¿Por qué crees que este usuario debe ser revisado?"
 msgid "Write a message"
 msgstr "Escribe un mensaje"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Escribe una publicación"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Escribe una respuesta"
@@ -9002,6 +9251,11 @@ msgstr "Escritores y escritoras"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "DID equivocado devuelto por el servidor. Se recibió: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Sí"
@@ -9015,11 +9269,11 @@ msgstr "Sí, desactivar"
 msgid "Yes, delete this starter pack"
 msgstr "Sí, eliminar este paquete de inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Sí, separar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Sí, ocultar"
 
@@ -9037,16 +9291,25 @@ msgstr "Tú"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Tú eres un verificador de confianza"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
-msgstr ""
+msgstr "Estás creando una cuenta en"
 
 #: src/screens/SignupQueued.tsx:157
 msgid "You are in line."
 msgstr "Estás en cola."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "No tienes permiso para subir videos."
@@ -9055,22 +9318,26 @@ msgstr "No tienes permiso para subir videos."
 msgid "You are not following anyone."
 msgstr "No estás siguiendo a nadie."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Estás verificado"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Estás verificado. Perderás tu estado de verificación si cambias tu nombre para mostrar. <0>Más información (en inglés).</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Estás verificado. Perderás tu estado de verificación si cambias tu nombre de usuario. <0>Más información (en inglés).</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
-msgstr ""
+msgstr "Puedes modificar tus intereses desde los ajustes de \"Contenido y medios\"."
 
 #: src/view/com/posts/FollowingEmptyState.tsx:63
 #: src/view/com/posts/FollowingEndOfFeed.tsx:64
@@ -9166,7 +9433,7 @@ msgstr "Has silenciado esta cuenta."
 msgid "You have muted this user"
 msgstr "Has silenciado a este usuario"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "No tienes conversaciones. ¡Comienza una!"
 
@@ -9179,11 +9446,11 @@ msgstr "No tienes feeds."
 msgid "You have no lists."
 msgstr "No tienes listas."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Aún no has bloqueado ninguna cuenta. Para bloquear una cuenta, ve a su perfil y selecciona \"Bloquear cuenta\" en el menú de su cuenta."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Aún no has silenciado ninguna cuenta. Para silenciar una cuenta, ve a su perfil y selecciona \"Silenciar cuenta\" en el menú de su cuenta."
 
@@ -9191,11 +9458,15 @@ msgstr "Aún no has silenciado ninguna cuenta. Para silenciar una cuenta, ve a s
 msgid "You have reached the end"
 msgstr "Has llegado al final"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Has alcanzado temporalmente el límite de carga de videos. Inténtalo de nuevo más tarde."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "¡Aún no has creado un paquete de inicio!"
 
@@ -9224,7 +9495,7 @@ msgstr "No puedes añadir más de {STARTER_PACK_MAX_SIZE, plural, other {{STARTE
 msgid "You may only add up to 3 feeds"
 msgstr "Solo puedes añadir hasta 3 feeds"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Solo puedes seleccionar hasta 4 imágenes"
 
@@ -9232,7 +9503,7 @@ msgstr "Solo puedes seleccionar hasta 4 imágenes"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "La edad mínima para crear una cuenta es de 13 años."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Debes seguir al menos a siete personas más para generar un paquete de inicio."
 
@@ -9248,10 +9519,18 @@ msgstr "Debes otorgar acceso a tu biblioteca de fotos para guardar la imagen."
 msgid "You must select at least one labeler for a report"
 msgstr "Debes seleccionar al menos un etiquetador para una denuncia"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Necesitas verificar tu dirección de correo electrónico antes de activar la autenticación de doble factor por correo electrónico."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Anteriormente desactivaste a @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Probablemente quieras reiniciar la aplicación ahora."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Reaccionaste con {0}"
@@ -9260,16 +9539,16 @@ msgstr "Reaccionaste con {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Reaccionaste con {0} a {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Se cerrará la sesión de todas tus cuentas."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Ya no recibirás notificaciones de este hilo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Ahora recibirás notificaciones de este hilo"
 
@@ -9305,7 +9584,7 @@ msgstr "Comenzarás a seguir a estas personas y a {0} más"
 msgid "You'll follow these people right away"
 msgstr "Comenzarás a seguir a estas personas de inmediato"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Recibirás un correo electrónico en <0>{0}</0> para verificar que eres tú."
 
@@ -9339,6 +9618,10 @@ msgstr "Has encontrado algunas personas a las que seguir"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "¡Has llegado al fin de tu feed! Encuentra más cuentas para seguir."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Has alcanzado tu límite diario de carga de videos (demasiados bytes)"
@@ -9347,7 +9630,7 @@ msgstr "Has alcanzado tu límite diario de carga de videos (demasiados bytes)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Has alcanzado tu límite diario de carga de videos (demasiados videos)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Has visto todos los videos que había. ¿Qué te parece si hacemos una pausa?"
 
@@ -9391,14 +9674,18 @@ msgstr "Tu navegador no soporta este formato de video. Por favor, inténtalo con
 msgid "Your chats have been disabled"
 msgstr "Tus chats han sido deshabilitados"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Tu elección será guardada. Puedes cambiar esto en los ajustes luego."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Recordaremos tu preferencia para enlaces futuros. Puedes cambiarla cuando quieras en Ajustes."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Tu nombre de usuario actual, <0>{0}</0>, quedará automáticamente reservado para ti. Puedes volver a él cuando quieras desde esta cuenta."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Se ha actualizado tu correo electrónico, pero todavía no se ha verificado. La siguiente etapa consiste en verificarlo."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Tu nombre de usuario actual, <0>{0}</0>, quedará automáticamente reser
 msgid "Your email appears to be invalid."
 msgstr "Tu correo electrónico parece no ser válido."
 
-#: 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 "Tu correo electrónico ha sido actualizado pero no verificado. Verifica tu nuevo correo electrónico."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Tu correo electrónico aún no ha sido verificado. Por tu seguridad, recomendamos que lo verifiques."
 
@@ -9434,7 +9721,7 @@ msgstr "Tu nombre de usuario completo será <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Tu nombre de usuario completo será <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9445,7 +9732,7 @@ msgstr "Tus intereses"
 #: src/screens/Settings/SettingsInterests.tsx:124
 msgctxt "toast"
 msgid "Your interests have been updated!"
-msgstr ""
+msgstr "Se han actualizado tus intereses."
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:94
 msgid "Your interests help us find what you like!"
@@ -9463,11 +9750,11 @@ msgstr "¡Tu contraseña ha sido cambiada exitosamente!"
 msgid "Your password must be at least 8 characters long."
 msgstr "La contraseña debe tener al menos 8 caracteres."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Publicado"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Publicados"
 
@@ -9479,7 +9766,7 @@ msgstr "Tus publicaciones, a qué le das \"me gusta\" y a quién bloqueas son p
 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 "Tu perfil, publicaciones, feeds y listas dejarán de ser visibles para otros usuarios de Bluesky. Puedes reactivar tu cuenta en cualquier momento iniciando sesión."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Respuesta publicada"
 
@@ -9497,4 +9784,4 @@ msgstr "Los intereses que selecciones nos ayudarán a ofrecerte contenido intere
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Tus verificaciones"
diff --git a/src/locale/locales/eu/messages.po b/src/locale/locales/eu/messages.po
index d051246a1..d62e69eb3 100644
--- a/src/locale/locales/eu/messages.po
+++ b/src/locale/locales/eu/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: eu\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Basque\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(aktiboa)"
 msgid "(contains embedded content)"
 msgstr "(kapsulatutako edukia dauka)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(e-postarik ez)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {berpost #} other {# berpost}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {segundu #} other {# segundu}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {Elementu bat} other {# elementu}} irakurri gabe"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {Elementu bat} other {# elementu}} irakurri gabe"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, other {# hilabete}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {jarraitzaile} other {jarraitzaile}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {jarraitzen} other {jarraitzen}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {gogoko} other {gogoko}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {gogoko} other {gogoko}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {post} other {post}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {aipamen} other {aipamen}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {berpost} other {berpost}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0> <1>etiketetan</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0> <1>testu eta etiketetan</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} aste honetan elkartua"
@@ -157,7 +160,8 @@ msgstr "{0} erreakzioantu du {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} erreakzioantu du {1} {2}-i"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0}-ren abatarra"
 
@@ -189,7 +193,7 @@ msgstr "{0}min"
 msgid "{0}s"
 msgstr "{0}seg"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {Elementu bat} other {# elementu}} irakurri gabe"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {ordu} other {ordu}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minutu} other {minutu}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}</0> jarraitzen dizute"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}</0> zure neurrira egindako feeda gogoko dute"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}</0> zure posta gogoko dute"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}</0> zure kontuaren egiaztapenak kendu dituzte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}</0> zure postari berpost egin diote"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}</0> zure abio multzoan izena eman dute"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}</0> egiaztatu zaituzte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} jarraitzen dizu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} bueltan jarraitzen dizu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} zure neurrira egindako feeda gustoko du"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} zure posta gogoko du"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} zure kontuaren egiaztapenak kendu dituzte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} zure postari berpost egin dio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} zure abio multzoan izena eman du"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink}-k egiaztatu zaitu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} jarraitzen dizute"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure neurrira egindako feeda gogoko dute"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure posta gogoko dute"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure kontuaren egiaztapenak kendu dituzte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure postari berpost egin diote"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure abio multzoan izena eman dute"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} egiaztatu zaituzte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} jarraitzen dizu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} bueltan jarraitzen dizu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} zure neurrira egindako feeda gustoko du"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} zure posta gogoko du"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} zure kontuaren egiaztapenak kendu dituzte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} zure postari berpost egin dio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} zure abio multzoan izena eman du"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName}-k egiaztatu zaitu"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} jarraitzen"
@@ -335,11 +339,23 @@ msgstr "{following} jarraitzen"
 msgid "{handle} can't be messaged"
 msgstr "{handle} ezin zaio mezua bidali"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# erabiltzaile}} elkartu dira!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {Elementu bat} other {# elementu}} irakurri gabe"
@@ -364,16 +380,16 @@ msgstr "Duela {type} ordu"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} egiaztatzaile fidagarria da"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} egiaztatuta dago"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName}-ren egiaztapenak"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>eta {2, plural, one {beste #} other {beste #}} zure abio multzoan daude"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {jarraitzaile} other {jarraitzaile}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {jarraitzen} other {jarraitzen}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Esperimentala:</0> Hobespen hau gaituta dagoenean, bakarrik jarraitze
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Zu</0>eta<1> </1><2>{0} </2>zure abio multzoan zaudete"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Erabiltzaile Baliogabea"
 
@@ -449,21 +465,21 @@ msgstr "mezu bat"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Egiaztatzeko modu berri bat"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Honi buruz"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Onartu"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Onartu txateatzeko eskaera"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Onartu Eskaera"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Erabilerraztasun"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Erabilerraztasun Doikuntzak"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Kontua"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Kontua blokeatuta"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Kontua jarraituta"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Kontua mutututa"
@@ -517,34 +533,34 @@ msgstr "Kontua Mututua"
 msgid "Account Muted by List"
 msgstr "Kontua Mututua Zerrendagatik"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Kontuaren aukerak"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Kontua ezabatua sarrera azkarretik"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Kontua desblokeatuta"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Kontua jarraitzeari utzita"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Kontua desmutututa"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Egiaztapen-marka urdin ondulatua <0><1/></0> duten kontuek beste batzuk egiazta ditzakete. Egiaztatzaile fidagarri hauek Blueskyk hautatzen ditu."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Gehitu {displayName} abio multzora"
 msgid "Add a content warning"
 msgstr "Gehitu eduki abisu bat"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Gehitu kontua"
 msgid "Add alt text"
 msgstr "Gehitu aukerazko testua"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Gehitu aukerazko testua (hautazkoa)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Gehitu beste kontu bat"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Gehitu beste post bat"
 
@@ -627,7 +647,7 @@ msgstr "Gehitu mutututako hitza aukeratutako ezarpenekin"
 msgid "Add muted words and tags"
 msgstr "Gehitu hitz mutuak eta etiketak"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Gehitu post berria"
 
@@ -664,8 +684,8 @@ msgstr "Gehitu honako DNS agiria zure domeinuan:"
 msgid "Add this feed to your feeds"
 msgstr "Gehitu feed hau zure feedetara"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Gehitu zerrendetara"
 
@@ -718,6 +738,11 @@ msgstr "Eduki Heldu etiketak"
 msgid "Advanced"
 msgstr "Aurreratua"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "ane@adibidea.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Guztiak"
@@ -732,7 +757,7 @@ msgstr "Kontu guztiak jarraituak izan dira!"
 msgid "All languages"
 msgstr "Hizkuntza guztiak"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Gorde dituzun feed guztiak, leku bakar batean."
 
@@ -776,10 +801,10 @@ msgstr "AUKERAZKO TESTUA"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Aukerazko testua"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Aukerazko testua moztuko da. {MAX_ALT_TEXT, plural, other {Muga: {0} karaktere.}}"
 
 #: 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 "Mezu elektroniko bat bidali da {0} helbidera. Behean sar dezakezun berrespen-kode bat dakar."
 
-#: 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 "Mezu elektroniko bat bidali da zure aurreko helbidera, {0}. Behean sar dezakezun berrespen-kode bat dakar."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Mezu elektroniko bat bidali da zure aurreko helbidera, {currentEmail}. Behean sar dezakezun berrespen-kode bat dakar."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Mezu elektroniko bat bidali da! Mesedez, sartu behean mezu elektronikoak dakarren berrespen-kodea."
 
@@ -825,7 +849,7 @@ msgstr "Errore bat gertatu da bideoa konprimitzean."
 msgid "An error occurred while fetching the feed."
 msgstr "Errore bat gertatu da feeda eskuratzerakoan."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Errore bat gertatu da zure abio multzoa sortzean. Berriro saiatu nahi duzu?"
 
@@ -842,7 +866,7 @@ msgstr "Errore bat gertatu da bideoa kargatzean. Mesedez, saiatu berriro."
 msgid "An error occurred while saving the QR code!"
 msgstr "Errore bat gertatu da QR kodea gordetzean!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Errore bat gertatu da bideoa aukeratzean"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Errore bat gertatu da bideoa igotzean."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Bluesky-k egiaztatzaile fidagarriak hautatzen dituela erakusten duen ilustrazio bat, eta egiaztatzaile fidagarriek, berriz, erabiltzaile-kontuak egiaztatzen dituztela."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Aukera hauetan sartzen ez den arazo bat"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Arazo bat gertatu da txata hastean"
 
@@ -875,8 +899,8 @@ msgstr "Arazo bat gertatu da txata irekitzen saiatzean"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Arazo bat gertatu da. Mesedez, saiatu berriro."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Bluesky aplikazioa irekita erakusten duen iPhone baten maketa egiaztatutako erabiltzaile baten profilean kontrol-marka urdin batekin bistaratzeko izenaren ondoan."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF animatuak"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Bluesky-n egiaztapena iragartzen"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Gizartearen Aurkako Portaera"
 msgid "Anybody can interact"
 msgstr "Edozeinek elkarreragin dezake"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Aplikazio Ikonoa"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Aplikazio Hizkuntza"
 
@@ -958,7 +982,7 @@ msgstr "Aplikazioaren pasahitzaren izenek 4 karaktere izan behar dituzte gutxien
 msgid "App passwords"
 msgstr "Aplikazio pasahitzak"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Aplikazio Pasahitzak"
@@ -994,10 +1018,10 @@ msgstr "Apelazioa Geldiarazi"
 msgid "Appeal this decision"
 msgstr "Apelatu erabaki hau"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Itxura"
 
@@ -1006,12 +1030,12 @@ msgstr "Itxura"
 msgid "Apply default recommended feeds"
 msgstr "Aplikatu gomendatutako feed lehenetsiak"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "{0}-tik artxibatuta"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Gordetako posta"
 
@@ -1047,11 +1071,11 @@ msgstr "Ziur zaude {0} zure feedetatik ezabatu nahi duzula?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Ziur zaude hau zure feedetatik ezabatu nahi duzula?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Ziur zaude zirriborro hau baztertu nahi duzula?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Ziur zaude post hau baztertu nahi duzula?"
 
@@ -1072,6 +1096,11 @@ msgstr "Artea"
 msgid "Artistic or non-erotic nudity."
 msgstr "Biluztasun artistikoa edo ez erotikoa"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Gutxienez 3 karaktere"
@@ -1103,7 +1132,7 @@ msgstr "Bideo eta GIF erreprodukzio automatikoa"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Atzera"
 msgid "Back to Chats"
 msgstr "Itzuli Txatetara"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Zerrenda bat sortu aurretik, zure posta elektronikoa egiaztatu behar duzu."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Post bat sortu aurretik, zure posta elektronikoa egiaztatu behar duzu."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Post bat sortu edo erantzun aurretik, zure posta elektronikoa egiaztatu behar duzu."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Abio multzo bat sortu aurretik, zure posta elektronikoa egiaztatu behar duzu."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Txateatzeko eskaera hau onartu aurretik, zure posta elektronikoa egiaztatu behar duzu."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
 msgstr "Beste erabiltzaile bati mezua bidali aurretik, zure posta elektronikoa egiaztatu behar duzu."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Urtebetetzea"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blokeatu"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Kontua blokeatu"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Kontua Blokeatu?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blokeatua"
 msgid "Blocked accounts"
 msgstr "Blokeatutako kontuak"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Blokeatutako Kontuak"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blokeatutako kontuek ezin dute zure harietan erantzun, zu aipatu edo zurekin elkarreragin."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Blokeatutako kontuek ezin dute zure harietan erantzun, zu aipatu edo zurekin elkarreragin. Ez duzu haien edukia ikusiko eta zurea ikustea galaraziko zaie."
 
@@ -1226,11 +1261,11 @@ msgstr "Blokeatzeak ez dio etiketatzaile honi eragotziko etiketak zure kontuan a
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blokeatzea publikoa da. Blokeatutako kontuek ezin dute zure harietan erantzun, zu aipatu edo zurekin elkarreragin."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Blokeatzeak ez du eragotziko etiketak zure kontuan aplikatzea, baina kontu honek zure harietan erantzutea edo zurekin elkarreragitea eragotziko du."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog-a"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog-a"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky-k ezin du baieztatu erreklamatutako dataren benetakotasuna."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky hobea da lagunekin!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Sozial Zerbitzu Baldintzak"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky-k zure sareko pertsonen artean gomendatutako kontu multzo bat aukeratuko du."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky-k ez die zure profila eta postak erakutsiko saioa hasita ez dute
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky-k modu proaktiboan egiaztatuko ditu kontu aipagarriak eta benetakoak."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Nabigatu {0} gaia"
 msgid "Browse topic {displayName}"
 msgstr "Nabigatu {displayName} gaia"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Negozio"
 
@@ -1374,45 +1409,47 @@ msgstr "Kontua sortzean <0>Zerbitzu Baldintzak</0> onartzen dituzu."
 msgid "By you"
 msgstr "Zugatik"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Kamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Utzi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Utzi kontua ezabatzea"
 msgid "Cancel image crop"
 msgstr "Utzi irudiaren mozketa"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Utzi profilaren edizioa"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Estekatutako webgunea irekitzea bertan behera uzten du"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Ezin da blokeatutako erabiltzaile batekin elkarreragin"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Epigrafeak (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Epigrafeak eta aukerazko testua"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Aldatu"
 
@@ -1478,13 +1514,12 @@ msgstr "Aldatu aplikazioaren ikonoa"
 msgid "Change app icon to \"{0}\""
 msgstr "Aldatu aplikazioaren ikonoa \"{0}\"-ra"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Aldatu e-posta"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Aldatu aplikazioaren hizkuntza"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Aldatu e-posta helbidea"
 
@@ -1497,10 +1532,6 @@ msgstr "Aldatu Erabiltzailea"
 msgid "Change moderation service"
 msgstr "Aldatu moderazio zerbitzua"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Aldatu nire e-posta"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Aldatu pasahitza"
@@ -1513,11 +1544,11 @@ msgstr "Aldatu postaren hizkuntza {suggestedLanguageName}-ra"
 msgid "Change report reason"
 msgstr "Aldatu salaketa arrazoia"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Aldatu Zure E-posta"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Aldatu zure e-posta helbidea"
 
@@ -1530,15 +1561,15 @@ msgstr "Aplikazioaren ikonoa aldatzen du"
 msgid "Changes hosting provider"
 msgstr "Hostatze-hornitzailea aldatzen du"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Txateatu"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Txata ezabatuta"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Txata mutututa"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Txateatzeko eskaeren sarrera-ontzia"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Txateatzeko eskaerak"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Txataren ezarpenak"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Txata desmutututa"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Txatak"
 
@@ -1599,7 +1630,7 @@ msgstr "Aukeratu domeinua egiaztatzeko metodoa"
 msgid "Choose Feeds"
 msgstr "Aukeratu Feedak"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Aukeratu niretzat"
 
@@ -1619,7 +1650,7 @@ msgstr "Aukeratu kolore hau zure abatar gisa"
 msgid "Choose your account provider"
 msgstr "Aukeratu zure kontu hornitzailea"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Aukeratu zure denbora-lerroa! Komunitateak sortutako feedek maite duzun edukia aurkitzen laguntzen dizu."
 
@@ -1631,16 +1662,16 @@ msgstr "Aukeratu zure pasahitza"
 msgid "Choose your username"
 msgstr "Aukeratu zure erabiltzaile-izena"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Garbitu biltegiratze-datu guztiak"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Garbitu biltegiratze-datu guztiak (berrabiarazi hau egin ondoren)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Garbitu irudien cachea"
 
@@ -1652,6 +1683,14 @@ msgstr "Garbitu bilaketa-kontsulta"
 msgid "click here"
 msgstr "klik hemen"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Egin klik hemen egiaztapen-prozesua berrabiarazteko."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Egin klik hemen zure posta elektronikoa eguneratzeko"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Egin klik post honen aipamen postak desgaitzeko."
@@ -1676,29 +1715,34 @@ msgstr "Giroa"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Klip 🐴 klop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Itxi"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Itxi elkarrizketa-koadro aktiboa"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Itxi beheko tiradera"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Itxi elkarrizketa-koadroa"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Itxi marrazki menua"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Itxi emoji-hautatzailea"
 
@@ -1751,12 +1795,12 @@ msgstr "Itxi elkarrizketa-koadro hau"
 msgid "Closes password update alert"
 msgstr "Pasahitzak eguneratzeko alerta ixten du"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Post-konpositorea ixten du eta post-zirriborroa baztertzen du"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Emoji-hautatzailea ixten du"
 
@@ -1764,11 +1808,11 @@ msgstr "Emoji-hautatzailea ixten du"
 msgid "Closes viewer for header image"
 msgstr "Goiburuko irudiaren ikuslea ixten du"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Tolestu erabiltzaileen zerrenda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Jakinarazpen jakin baterako erabiltzaileen zerrenda tolesten du"
 
@@ -1791,7 +1835,7 @@ msgstr "Komedia"
 msgid "Comics"
 msgstr "Komikiak"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Komunitate-gidalerroak"
@@ -1804,11 +1848,11 @@ msgstr "Osatu sartzea eta hasi zure kontua erabiltzen"
 msgid "Complete the challenge"
 msgstr "Osatu erronka"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Idatzi post berria"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Idatzi {0, plural, other {# karaktere}} gehienezko postak"
 
@@ -1816,7 +1860,7 @@ msgstr "Idatzi {0, plural, other {# karaktere}} gehienezko postak"
 msgid "Compose reply"
 msgstr "Idatzi erantzuna"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Bideoa konprimitzen..."
 
@@ -1828,23 +1872,17 @@ msgstr "Konfiguratu edukia iragazteko ezarpena kategoriarako: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "<0>Moderazio-ezarpenetan</0> konfiguratuta."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Berretsi"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Berretsi aldaketa"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Berretsi edukiaren hizkuntza-ezarpenak"
@@ -1861,18 +1899,19 @@ msgstr "Egiaztatu zure adina:"
 msgid "Confirm your birthdate"
 msgstr "Berretsi zure jaioteguna"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Baieztapen kodea"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Baieztapen Kodea"
 
@@ -1880,8 +1919,8 @@ msgstr "Baieztapen Kodea"
 msgid "Connecting..."
 msgstr "Konektatzen..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Jarri laguntzarekin harremanetan"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Edukiak eta Media"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Edukiak eta media"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Edukiak eta Media"
 
@@ -1911,7 +1950,7 @@ msgstr "Eduki-iragazkiak"
 msgid "Content from across the network we think you might like."
 msgstr "Gure ustez gogoko izan dezakezun sareko edukia."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Edukien Hizkuntzak"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Testuinguru-menuaren atzeko planoa, egin klik menua ixteko."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Jarraitu"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Jarraitu {0} gisa (une honetan saioa hasita)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Jarraitu haria..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Jarraitu hurrengo urratsera"
@@ -1973,7 +2012,7 @@ msgstr "Sukaldatzen"
 msgid "Copied"
 msgstr "Kopiatua"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Konpilazio bertsioa arbelean kopiatu da"
 
@@ -1981,8 +2020,8 @@ msgstr "Konpilazio bertsioa arbelean kopiatu da"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Arbelean kopiatua"
 
@@ -1991,7 +2030,7 @@ msgstr "Arbelean kopiatua"
 msgid "Copied!"
 msgstr "Kopiatuta!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Eraikitze-bertsioa arbelean kopiatzen du"
 
@@ -2003,13 +2042,13 @@ msgstr "Kopiatu"
 msgid "Copy App Password"
 msgstr "Kopiatu Aplikazioaren Pasahitza"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Kopiatu at:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Kopiatu egilearen DID"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kopiatu kodea"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Kopiatu DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Kopiatu Esteka"
 msgid "Copy link to list"
 msgstr "Kopiatu esteka zerrendara"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Kopiatu esteka postera"
 
@@ -2050,13 +2089,13 @@ msgstr "Kopiatu esteka postera"
 msgid "Copy message text"
 msgstr "Kopiatu mezuaren testua"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Kopiatu posta at:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Kopiatu postaren testua"
 
@@ -2068,7 +2107,7 @@ msgstr "Kopiatu QR kodea"
 msgid "Copy TXT record value"
 msgstr "Kopiatu TXT erregistroaren balioa"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Copyright Politika"
@@ -2078,7 +2117,7 @@ msgstr "Copyright Politika"
 msgid "Could not leave chat"
 msgstr "Ezin izan da txata utzi"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Ezin izan da feeda kargatu"
 
@@ -2094,7 +2133,7 @@ msgstr "Ezin izan da txata mututu"
 msgid "Could not process your video"
 msgstr "Ezin izan da zure bideoa prozesatu"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Sortu"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Sortu QR kodea abio multzo baterako"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Sortu abio multzo bat"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Sortu niretzat abio multzo bat"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Sortu kontu bat"
 msgid "Create an account without using this starter pack"
 msgstr "Sortu kontu bat abio multzo hau erabili gabe"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Sortu abatar bat horren ordez"
 
@@ -2209,13 +2248,13 @@ msgstr "Gai iluna"
 msgid "Date of birth"
 msgstr "Jaiotze data"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Desaktibatu kontua"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Arazketa Moderazioa"
 
@@ -2237,13 +2276,13 @@ msgstr "Ikono lehenetsiak"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Ezabatu"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Ezabatu kontua"
 
@@ -2259,19 +2298,19 @@ msgstr "Ezabatu aplikazioaren pasahitza"
 msgid "Delete app password?"
 msgstr "Aplikazioaren pasahitza ezabatu nahi duzu?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Ezabatu txata"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Ezabatu txat-adierazpenaren erregistroa"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Ezabatu elkarrizketa"
 
@@ -2299,9 +2338,9 @@ msgstr "Ezabatu mezua niretzat"
 msgid "Delete my account"
 msgstr "Ezabatu nire kontua"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Ezabatu posta"
 
@@ -2318,7 +2357,7 @@ msgstr "Abio multzoa ezabatu nahi duzu?"
 msgid "Delete this list?"
 msgstr "Zerrenda hau ezabatu nahi duzu?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Post hau ezabatu nahi duzu?"
 
@@ -2335,19 +2374,19 @@ msgstr "Ezabatutako Kontua"
 msgid "Deleted post."
 msgstr "Ezabatutako posta."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Deskribapena"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Deskribapena luzeegia da"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Deskribapena luzeegia da. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Gehienezko karaktere kopurua # da.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "Deskribapena luzeegia da. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Geh
 msgid "Descriptive alt text"
 msgstr "Aukerazko testu deskribatzailea"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Kendu aipamena"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Postaren aipamena kendu?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Garatzaile modua desgaituta"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Garatzaile modua gaituta"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Garatzaile aukerak"
 
@@ -2388,6 +2427,15 @@ msgstr "Elkarrizketa: egokitu mezu honekin nork elkarreragin dezakeen"
 msgid "Dim"
 msgstr "Lausotu"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Desgaitu 2FA"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Desgaitu 2FA posta elektronikoa"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Desgaitu 2FA posta elektronikoa"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Desgaituta"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Baztertu"
 
@@ -2420,11 +2468,11 @@ msgstr "Baztertu"
 msgid "Discard changes?"
 msgstr "Aldaketak baztertu?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Zirriborroa baztertu?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Posta baztertu?"
 
@@ -2442,15 +2490,15 @@ msgstr "Aurkitu Feedak"
 msgid "Discover new custom feeds"
 msgstr "Aurkitu feed pertsonalizatu berriak"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Aurkitu Feed Berriak"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Baztertu"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Baztertu errorea"
 
@@ -2471,9 +2519,9 @@ msgstr "Baztertu atal hau"
 msgid "Display larger alt text badges"
 msgstr "Erakutsi aukerazko testu bereizgarri handiagoak"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Bistaratzeko izena"
@@ -2482,11 +2530,11 @@ msgstr "Bistaratzeko izena"
 msgid "Display Name"
 msgstr "Bistaratzeko Izena"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Bistaratzeko izena luzeegia da"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Bistaratzeko izena luzeegia da. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Gehienezko karaktere kopurua # da.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Ez da marratxo batekin hasten edo amaitzen"
 msgid "Domain verified!"
 msgstr "Domeinua egiaztatu da!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Ez duzu koderik edo berri bat behar duzu? <0>Egin klik hemen.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Ez duzu mezu elektronikorik ikusten? <0>Egin klik hemen berriro bidaltzeko.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Eginda{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Kolpetxo bikoitza edo luze sakatu erreakzio bat gehitzeko"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Sakatu birritan elkarrizketa-koadroa ixteko"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Kolpetxo bikoitza gogoko emateko"
 
@@ -2575,7 +2633,7 @@ msgstr "Iraupena:"
 msgid "e.g. alice"
 msgstr "adib. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "adib. Alice Abizena"
 
@@ -2587,7 +2645,7 @@ msgstr "adib. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "adib. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "adib. Artista, txakur-zalea eta irakurle amorratua."
 
@@ -2595,19 +2653,19 @@ msgstr "adib. Artista, txakur-zalea eta irakurle amorratua."
 msgid "E.g. artistic nudes."
 msgstr "Adib. biluzi artistikoak."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "adib. Kartel Bikainak"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "adib. Spammer-ak"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "adib. Inoiz galdu behar ez diren kartelak."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "adib. Iragarkiekin behin eta berriz erantzuten duten erabiltzaileak."
 
@@ -2615,7 +2673,7 @@ msgstr "adib. Iragarkiekin behin eta berriz erantzuten duten erabiltzaileak."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Kode bakoitzak behin funtzionatzen du. Aldian-aldian gonbidapen-kode gehiago jasoko dituzu."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Editatu"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Editatu abatarra"
 
@@ -2637,14 +2695,14 @@ msgstr "Editatu abatarra"
 msgid "Edit Feeds"
 msgstr "Editatu Feedak"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Editatu irudia"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Editatu interakzio-ezarpenak"
 
@@ -2657,12 +2715,17 @@ msgstr "Editatu interesak"
 msgid "Edit list details"
 msgstr "Editatu zerrendaren xehetasunak"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Editatu Moderazio-Zerrenda"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Editatu Nire Feedak"
 
@@ -2679,15 +2742,15 @@ msgstr "Editatu Jendea"
 msgid "Edit post interaction settings"
 msgstr "Editatu posten interakzio-ezarpenak"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Editatu profila"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Editatu Profila"
 
@@ -2695,7 +2758,7 @@ msgstr "Editatu Profila"
 msgid "Edit starter pack"
 msgstr "Editatu abio multzoa"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Editatu Erabiltzaileen Zerrenda"
 
@@ -2707,11 +2770,11 @@ msgstr "Editatu nork erantzun dezakeen"
 msgid "Edit your display name"
 msgstr "Editatu zure bistaratzeko izena"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Editatu zure profileko deskribapena"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Editatu zure abio multzoa"
 
@@ -2724,9 +2787,8 @@ msgstr "Hezkuntza"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Edo zerrenda honen sortzaileak blokeatu zaitu edo zuk blokeatu duzu sortzailea."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Posta elektronikoa"
 
@@ -2747,20 +2809,17 @@ msgstr "Email helbidea"
 msgid "Email Resent"
 msgstr "Posta elektronikoa Birbidali"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-posta eguneratuta"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "Posta elektronikoa bidalia!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Posta elektronikoa Eguneratuta"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "E-posta eguneratuta!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-posta egiaztatuta"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "Helbide elektronikoaren egiaztapena osatu da!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Txertatu HTML kodea"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Txertatu posta"
 
@@ -2785,8 +2844,9 @@ msgstr "Txertatu post hau zure webgunean. Kopiatu hurrengo kode zatia eta itsats
 msgid "Embedded video player"
 msgstr "Bideo erreproduzitzailea txertatua"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Gaitu"
 
@@ -2798,8 +2858,8 @@ msgstr "Gaitu {0} soilik"
 msgid "Enable adult content"
 msgstr "Gaitu helduentzako edukia"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr "Gaitu 2FA posta elektronikoa"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "Gaituta"
 msgid "End of feed"
 msgstr "Feedaren amaiera"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Ziurtatu azpititulu-fitxategi bakoitzeko hizkuntza bat hautatu duzula."
 
@@ -2860,14 +2920,15 @@ msgstr "Sartu pasahitz bat"
 msgid "Enter a word or tag"
 msgstr "Sartu hitz edo etiketa bat"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr "Sartu kodea"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Sartu Kodea"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Sartu Baieztapen Kodea"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Sartu pantaila osoan"
@@ -2897,11 +2958,7 @@ msgstr "Sartu zure jaiotze data"
 msgid "Enter your email address"
 msgstr "Sartu zure posta elektroniko helbidea"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Sartu zure helbide elektroniko berria goian"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Sartu zure helbide elektroniko berria behean."
 
@@ -2921,7 +2978,7 @@ msgstr "Pantaila osora sartzen da"
 msgid "Entertainment"
 msgstr "Entretenimendua"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Errorea"
@@ -2997,15 +3054,15 @@ msgstr "Irudiaren ikuspegitik irteten da"
 msgid "Expand alt text"
 msgstr "Zabaldu aukerazko testua"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Zabaldu erabiltzaileen zerrenda"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Zabaldu edo tolestu erantzuten ari zaren post osoa"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Postaren testua zabaldu edo tolesten du"
 
@@ -3031,6 +3088,10 @@ msgstr "Iraungitze-data {0}"
 msgid "Expires in {0}"
 msgstr "{0} barru iraungiko da"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Esplizituak edo kezkagarriak izan daitezkeen multimediak."
 msgid "Explicit sexual images."
 msgstr "Sexu-irudi esplizituak."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Arakatu"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Esportatu nire datuak"
 
@@ -3071,12 +3132,12 @@ msgstr "Kanpoko Multimedia"
 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 "Kanpoko multimediak webguneek zuri eta zure gailuari buruzko informazioa biltzeko aukera izan dezake. Ez da informaziorik bidali edo eskatzen \"play\" botoia sakatu arte."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Kanpoko Multimedia Hobespenak"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Ezin izan da txata onartu"
@@ -3090,15 +3151,11 @@ msgstr "Errorea emoji erreakzioa gehitzean"
 msgid "Failed to change handle. Please try again."
 msgstr "Ezin izan da handle-a aldatu. Mesedez, saiatu berriro."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Ezin izan da sortu aplikazioaren pasahitza. Mesedez, saiatu berriro."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Ezin izan da elkarrizketa sortu"
 
@@ -3107,12 +3164,12 @@ msgstr "Ezin izan da elkarrizketa sortu"
 msgid "Failed to create starter pack"
 msgstr "Ezin izan da sortu abio multzoa"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Ezin izan da zerrenda sortu. Egiaztatu Interneteko konexioa eta saiatu berriro."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Ezin izan da txata ezabatu"
@@ -3121,7 +3178,7 @@ msgstr "Ezin izan da txata ezabatu"
 msgid "Failed to delete message"
 msgstr "Ezin izan da mezua ezabatu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Ezin izan da posta ezabatu. Mesedez, saiatu berriro"
 
@@ -3129,7 +3186,7 @@ msgstr "Ezin izan da posta ezabatu. Mesedez, saiatu berriro"
 msgid "Failed to delete starter pack"
 msgstr "Ezin izan da abio multzoa ezabatu"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Ezin izan dira elkarrizketak kargatu"
@@ -3172,7 +3229,7 @@ msgstr "Errorea emoji errakzioa kentzerakoan"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Ezin izan da egiaztapena kendu"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Ezin izan dira zure interesak gorde."
 msgid "Failed to send"
 msgstr "Ezin izan da bidali"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "Ezin izan da posta elektronikoa bidali. Mesedez, saiatu berriro."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Ezin izan da apelazioa bidali. Mesedez, saiatu berriro."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Ezin izan da mututu/ez mututu haria. Mesedez, saiatu berriro"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "Ezin izan dira 2FA posta elektroniko ezarpenak eguneratu"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "Ezin izan da posta elektronikoa eguneratu. Mesedez, saiatu berriro."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Ezin izan dira feedak eguneratu"
@@ -3219,11 +3290,15 @@ msgstr "Ezin izan dira ezarpenak eguneratu"
 msgid "Failed to upload video"
 msgstr "Ezin izan da bideoa kargatu"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "Ezin izan da posta elektronikoa egiaztatu. Mesedez, saiatu berriro."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Ezin izan da handle-a egiaztatu. Mesedez, saiatu berriro."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feeda"
 
@@ -3242,24 +3317,24 @@ msgstr "Feeda aktibatu/desaktibatu"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Feedbacka"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Feedbacka bidalita!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feedak"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Malgua"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Jarraitu"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Jarraitu"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Jarraitu {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Jarraitu {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Jarraitu {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Jarraitu 10 kontu"
 msgid "Follow 7 accounts"
 msgstr "Jarraitu 7 kontu"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Jarraitu kontua"
 
@@ -3391,7 +3462,7 @@ msgstr "Jarraitu kontua"
 msgid "Follow all"
 msgstr "Jarraitu denak"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Jarraitu Bueltan"
@@ -3417,7 +3488,7 @@ msgstr "Jarraitua <0>{0}</0>-gatik eta <1>{1}</1>-gatik"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Jarraitua <0>{0}</0>-gatik, <1>{1}</1>-gatik eta {2, plural, one {#-gatik} other {#-gatik}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Ezagutzen dituzun @{0}-ren jarraitzaileak"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Ezagutzen dituzun jarraitzaileak"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Jarraitzen"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Jarraitzen {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "{handle}-ri jarraitzen"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Jarraitzen {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Jarraitzen dituzun feeden hobespenak"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Jarraitzen dituzun Feeden Hobespenak"
@@ -3524,7 +3591,7 @@ msgstr "Nahi ez den edukia maiz argitaratzen du"
 msgid "From @{sanitizedAuthor}"
 msgstr "@{sanitizedAuthor}-tik"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "<0/>-tik"
@@ -3533,17 +3600,19 @@ msgstr "<0/>-tik"
 msgid "Gallery"
 msgstr "Galeria"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Abio multzo bat sortu"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Laguntza"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "Hasi"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "Hasten"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Eman aurpegia zure profilari"
 
@@ -3567,10 +3636,10 @@ msgstr "Legearen edo zerbitzu-baldintzen urraketa nabarmenak"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Itzuli"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Joan hasierara"
 msgid "Go Home"
 msgstr "Joan Hasierara"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "Joan {firstAuthorName}-ren profilera"
 
@@ -3638,8 +3723,8 @@ msgstr "Multimedia Grafikoa"
 msgid "Half way there!"
 msgstr "Bide erdia!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Handle-a"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptikoak"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Jazarpena, troleoa edo intolerantzia"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Traola"
 
@@ -3673,19 +3758,24 @@ msgstr "Traola"
 msgid "Hashtag {tag}"
 msgstr "{tag} traola"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Baduzu koderik? <0>Egin klik hemen.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Arazoak dituzu?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Laguntza"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Lagundu jendeari jakiten ez zarela bot bat argazki bat kargatuz edo abatar bat sortuz."
 
@@ -3698,7 +3788,7 @@ msgstr "Hemen duzu zure aplikazioaren pasahitza!"
 msgid "Hidden"
 msgstr "Ezkutua"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Ezkutatuta zure moderazio doikuntzagatik."
 
@@ -3715,12 +3805,12 @@ msgstr "Ezkutuko zerrenda"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Ezkutatu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Ezkutatu"
@@ -3729,18 +3819,18 @@ msgstr "Ezkutatu"
 msgid "Hide customization options"
 msgstr "Ezkutatu pertsonalizazio-aukerak"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Ezkutatu posta niretzat"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Ezkutatu erantzuna guztientzako"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Ezkutatu erantzuna niretzat"
 
@@ -3748,12 +3838,12 @@ msgstr "Ezkutatu erantzuna niretzat"
 msgid "Hide this card"
 msgstr "Ezkutatu txartel hau"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Ezkutatu post hau?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Ezkutatu erantzun hau?"
 
@@ -3771,14 +3861,14 @@ msgstr "Joera-gaiak ezkutatu?"
 msgid "Hide trending videos?"
 msgstr "Joera-bideoak ezkutatu?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Ezkutatu erabiltzaile zerrenda"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Ezkutatu egiaztapen-bereizgarriak"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Mmmmm, ezin izan dugu kargatu moderazio-zerbitzu hori."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Eutsi! Pixkanaka bideorako sarbidea ematen ari gara, eta ilaran zain zaude oraindik. Begiratu berriro laster!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Hasiera"
 
@@ -3845,25 +3935,20 @@ msgstr "Pil-pilean"
 msgid "Hot replies first"
 msgstr "Erantzun berrienak lehenik"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Nola ireki behar dugu esteka hau?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Kode bat daukat"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Kode bat daukat"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Baieztapen kode bat daukat"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Zerrenda hau ezabatzen baduzu, ezin izango duzu berreskuratu."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Zure domeinua baduzu, hori erabil dezakezu handle gisa. Honek zure nortasuna egiaztatzeko aukera ematen dizu. <0>Lortu informazio gehiago hemen.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "Zure posta elektronikoa eguneratu behar baduzu, <0>egin klik hemen</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Post hau kentzen baduzu, ezin izango duzu berreskuratu."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Zure helbide elektronikoa eguneratzen baduzu, posta elektronikoaren 2FA desgaitu egingo da."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Pasahitza aldatu nahi baduzu, kode bat bidaliko dizugu zure kontua dela egiaztatzeko."
@@ -3915,18 +4008,19 @@ msgstr "Legez kanpokoa eta Premiazkoa"
 msgid "Image"
 msgstr "Irudia"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Irudien cachea garbituta"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Irudien cachea garbituta, {0} askatuta"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Irudia zure kameraren rollean gorde da!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "2FA baieztapen kode baliogabea."
 msgid "Invalid handle. Please try a different one."
 msgstr "Handle baliogabea. Mesedez, saiatu beste bat."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Post erregistro baliogabea edo onartzen ez duena"
 
@@ -4041,12 +4135,12 @@ msgstr "Zuzena da"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Oraintxe bakarrik zaude! Gehitu jende gehiago zure abio multzoari goiko bilaketan."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Lan ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Lanak"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Egileak etiketatua."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etiketak"
 
@@ -4100,13 +4194,13 @@ msgstr "Etiketak zure edukian"
 msgid "Language selection"
 msgstr "Hizkuntza hautatzea"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Hizkuntza Ezarpenak"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Hizkuntzak"
 
@@ -4124,20 +4218,20 @@ msgstr "Azkena"
 msgid "learn more"
 msgstr "gehiago ikasi"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Ikasi gehiago"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Gehiago Ikasi"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Gehiago ikasi Bluesky-ri buruz"
 
@@ -4158,10 +4252,10 @@ msgstr "Gehiago ikasi eduki honi aplikatutako moderazioari buruz."
 msgid "Learn more about this warning"
 msgstr "Gehiago ikasi abisu honi buruz"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Ikasi gehiago Bluesky-n egiaztapenari buruz"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Bluesky uzten"
 msgid "left to go."
 msgstr "joateko utzi."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Utzidazu aukeratzen"
 
@@ -4230,7 +4324,7 @@ msgstr "Argia"
 msgid "Like"
 msgstr "Gogoko"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Gogoko ({0, plural, one {gogoko #} other {# gogoko}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Aurkitu feeda trebatzeko 10 post gogoko egin"
 msgid "Like this feed"
 msgstr "Feed hau gogoko dut"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Etiketatzaile hau gogoko dut"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Gogoko du"
 
@@ -4269,16 +4363,16 @@ msgstr "Gogoko du {0, plural, one {# erabiltzaileak} other {# erabiltzaileek}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Gogoko du {likeCount, plural, one {# erabiltzaileak} other {# erabiltzaileek}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Gogoko"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Gogoko post honetan"
 
@@ -4287,11 +4381,11 @@ msgstr "Gogoko post honetan"
 msgid "Linear"
 msgstr "Lineala"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Zerrenda"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Zerrenda Abatarra"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Zerrenda mutututa"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Zerrenda Izena"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Zerrenda desmutututa"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Zerrendak"
 
@@ -4358,6 +4452,22 @@ msgstr "Zerrendak"
 msgid "Lists blocking this user:"
 msgstr "Erabiltzaile hau blokeatzen duten zerrendak:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Kargatu gehiago"
@@ -4370,18 +4480,18 @@ msgstr "Kargatu iradokitako feed gehiago"
 msgid "Load new notifications"
 msgstr "Kargatu jakinarazpen berriak"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Kargatu post berriak"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Kargatzen..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Erregistroa"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "@sawaratsuki.bsky.social-ren logotipoa"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "<0>@sawaratsuki.bsky.social</0>-ren logotipoa"
 
@@ -4418,7 +4528,11 @@ msgstr "Badirudi feed guztiak ainguratik kendu dituzula. Baina ez kezkatu, behea
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Badirudi jarraipen feed bat falta zaizula. <0>Egin klik hemen bat gehitzeko.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "Egin doikuntzak zure kontuko posta elektronikoaren ezarpenetan"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Egin bat niretzat"
 
@@ -4433,7 +4547,7 @@ msgstr "Kudeatu gordetako feedak"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Kudeatu egiaztapen-ezarpenak"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Markatu irakurri gisa"
 msgid "Marked all as read"
 msgstr "Denak irakurri gisa markatuta"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Agian beranduago"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Multimedia"
 
@@ -4479,7 +4600,7 @@ msgstr "Aipamenak"
 msgid "Menu"
 msgstr "Menua"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Mezua {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Mezua luzeegia da"
 msgid "Message options"
 msgstr "Mezuaren aukerak"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mezuak"
 
@@ -4532,10 +4653,10 @@ msgstr "Kontu Engainagarria"
 msgid "Misleading Post"
 msgstr "Post engainagarria"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderazioa"
 
@@ -4557,12 +4678,12 @@ msgstr "<0/>-ren moderazio zerrenda"
 msgid "Moderation list by you"
 msgstr "Zure moderazio zerrenda"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Moderazio-zerrenda sortuta"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Moderazio-zerrenda eguneratuta"
@@ -4571,8 +4692,8 @@ msgstr "Moderazio-zerrenda eguneratuta"
 msgid "Moderation lists"
 msgstr "Moderazio zerrendak"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Moderazio Zerrendak"
 
@@ -4580,7 +4701,7 @@ msgstr "Moderazio Zerrendak"
 msgid "moderation settings"
 msgstr "moderazio ezarpenak"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderazio-egoerak"
 
@@ -4593,7 +4714,7 @@ msgstr "Moderazio tresnak"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Moderatzaileak edukiari buruzko abisu orokor bat ezartzea aukeratu du."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Gehiago"
 
@@ -4602,8 +4723,8 @@ msgstr "Gehiago"
 msgid "More feeds"
 msgstr "Feed gehiago"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Aukera gehiago"
@@ -4637,10 +4758,10 @@ msgstr "Mututu"
 msgid "Mute {tag}"
 msgstr "Mututu {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Mututu kontua"
 
@@ -4689,13 +4810,13 @@ msgstr "Mututu hitz hau etiketetan soilik"
 msgid "Mute this word until you unmute it"
 msgstr "Mututu hitz hau zuk mututu gabe utzi arte"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Mututu haria"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Mututu hitzak eta etiketak"
 
@@ -4703,12 +4824,12 @@ msgstr "Mututu hitzak eta etiketak"
 msgid "Muted accounts"
 msgstr "Mutututako kontuak"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Mutututako Kontuak"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Mutututako kontuei postak kendu zaizkie zure feedetatik eta jakinarazpenetatik. Mutututakoak guztiz pribatuak dira."
 
@@ -4729,15 +4850,15 @@ msgstr "Mututzea pribatua da. Mutututako kontuek zurekin elkarreragin dezakete,
 msgid "My Birthday"
 msgstr "Nire Urtebetetzea"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Nire Feedak"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Izena"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Izena derrigorrezkoa da"
 
@@ -4772,11 +4893,11 @@ msgstr "Joan abio multzora"
 msgid "Navigates to the next screen"
 msgstr "Hurrengo pantailara nabigatzen da"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Zure profilera nabigatzen du"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Aldatu behar duzu?"
 
@@ -4797,21 +4918,26 @@ msgstr "Ez dio axola, sortu handle bat niretzako"
 msgid "New"
 msgstr "Berria"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Berria"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Txat berria"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "E-posta helbide berria"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Ezaugarri Berria"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Handle berria"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Zerrenda berria"
 
@@ -4828,7 +4954,7 @@ msgstr "Zerrenda berria"
 msgid "New messages"
 msgstr "Mezu berriak"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Moderazio Zerrenda berria"
 
@@ -4840,10 +4966,10 @@ msgstr "Pasahitz berria"
 msgid "New Password"
 msgstr "Pasahitz Berria"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Post berria"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Post Berria"
@@ -4863,7 +4989,7 @@ msgstr "Post Berria"
 msgid "New user info dialog"
 msgstr "Erabiltzaileen berriaren informazio elkarrizketa-koadroa"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Erabiltzaile Zerrenda berria"
 
@@ -4911,6 +5037,10 @@ msgstr "Oraindik ez dago aplikazioen pasahitzik"
 msgid "No DNS Panel"
 msgstr "DNS Panelik gabe"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Ez da aurkitu GIF aipagarririk. Baliteke Tenor-ekin arazoren bat egotea."
@@ -4924,8 +5054,8 @@ msgstr "Ez da feedik aurkitu. Saiatu beste zerbait bilatzen."
 msgid "No likes yet"
 msgstr "Ez dago gogokorik oraindik"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Jada ez da {0} jarraitzen"
 
@@ -4962,8 +5092,8 @@ msgstr "Oraindik ez dago aipamenik"
 msgid "No reposts yet"
 msgstr "Oraindik ez dago berpostik"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Ez dago emaitzarik"
 
@@ -4980,7 +5110,7 @@ msgstr "Emaitzarik ez honentzat: \"{0}\"."
 msgid "No results found"
 msgstr "Ez da emaitzarik aurkitu"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Ez da emaitzarik aurkitu \"{query}\"-rentzat"
 
@@ -5032,19 +5162,14 @@ msgstr "Biluztasun ez sexuala"
 msgid "Not followed by anyone you're following"
 msgstr "Ez dio jarraitzen zuk jarraitzen diozun inork"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Ez da aurkitu"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Oraintxe ez"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Partekatzeari buruzko oharra"
 
@@ -5052,7 +5177,7 @@ msgstr "Partekatzeari buruzko oharra"
 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 "Oharra: Bluesky sare ireki eta publikoa da. Ezarpen honek zure edukiaren ikusgarritasuna mugatzen du Bluesky aplikazioan eta webgunean, eta baliteke beste aplikazio batzuek ezarpen hau ez errespetatzea. Baliteke zure edukia saioa amaitutako erabiltzaileei erakustea beste aplikazio eta webgune batzuek."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Hemen ezer ez"
 
@@ -5060,7 +5185,7 @@ msgstr "Hemen ezer ez"
 msgid "Notification filters"
 msgstr "Jakinarazpen-iragazkiak"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Jakinarazpen-ezarpenak"
@@ -5077,11 +5202,11 @@ msgstr "Jakinarazpen soinuak"
 msgid "Notification Sounds"
 msgstr "Jakinarazpen Soinuak"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Jakinarazpenak"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Ai ez! Zerbait gaizki joan da."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "Ados"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Ados"
 
@@ -5140,19 +5265,19 @@ msgstr "Erantzun zaharrenak lehenik"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "<0><1/><2><3/></2></0>-n"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Sartzea berrezarri"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "GIF bati edo gehiagori aukerazko testua falta zaio."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Irudi bati edo gehiagori aukerazko testua falta zaio."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Bideo bati edo gehiagori aukerazko testua falta zaio."
 
@@ -5168,7 +5293,7 @@ msgstr "{0}-k bakarrik erantzun dezake."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Letrak, zenbakiak eta marratxoak bakarrik"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Irudi-fitxategiak soilik onartzen dira"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Arazoren bat izan da!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ups!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ups!"
 msgid "Open"
 msgstr "Ireki"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Ireki {name} profilaren laster-menua"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Ireki abatar sortzailea"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Ireki marrazki menua"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Ireki emoji-hautatzailea"
 
@@ -5225,7 +5346,7 @@ msgstr "Ireki feedaren informazio pantaila"
 msgid "Open feed options menu"
 msgstr "Ireki feed aukeren menua"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Ireki emoji zerrenda osoa"
 
@@ -5237,7 +5358,7 @@ msgstr "Ireki esteka {niceUrl}"
 msgid "Open message options"
 msgstr "Ireki mezuen aukerak"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Ireki moderazioaren arazketa orria"
 
@@ -5249,20 +5370,25 @@ msgstr "Ireki mutututako hitzen eta etiketen ezarpenak"
 msgid "Open pack"
 msgstr "Ireki multzoa"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Ireki post aukeren menua"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Ireki abio multzoaren menua"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Ireki ipuin liburuaren orria"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Ireki sistemaren erregistroa"
 
@@ -5282,19 +5408,19 @@ msgstr "Hari honi nork erantzun diezaiokeen aukeratzeko elkarrizketa-koadro bat
 msgid "Opens additional details for a debug entry"
 msgstr "Arazketa-sarrera baten xehetasun gehigarriak irekitzen ditu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Aukerazko testuaren elkarrizketa-koadroa irekitzen du"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Kamera irekitzen du gailuan"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Azpidatzi eta aukerazko testuen elkarrizketa-koadroa irekitzen du"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Handle aldaketa elkarrizketa-koadroa irekitzen du"
 
@@ -5306,7 +5432,7 @@ msgstr "Konpositorea irekitzen du"
 msgid "Opens device photo gallery"
 msgstr "Gailuaren argazki galeria irekitzen du"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Emoji-hautatzailea irekitzen du"
 
@@ -5324,7 +5450,7 @@ msgstr "Fluxua irekitzen du lehendik duzun Bluesky kontuan saioa hasteko"
 msgid "Opens GIF select dialog"
 msgstr "GIF hautatzeko elkarrizketa-koadroa irekitzen du"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Laguntza-zerbitzua arakatzailean irekitzen du"
 
@@ -5332,6 +5458,10 @@ msgstr "Laguntza-zerbitzua arakatzailean irekitzen du"
 msgid "Opens list of invite codes"
 msgstr "Gonbidapen kodeen zerrenda irekitzen du"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Pasahitza berrezartzeko formularioa irekitzen du"
@@ -5340,12 +5470,12 @@ msgstr "Pasahitza berrezartzeko formularioa irekitzen du"
 msgid "Opens the linked website"
 msgstr "Estekatutako webgunea irekitzen du"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Profil hau irekitzen du"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Bideo-hautatzailea irekitzen du"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA egoera: Ez dago bat ere eskuragarri"
 msgid "Other"
 msgstr "Beste bat"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Beste kontu bat"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Orria Ez da Aurkitu"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pausatu bideoa"
 msgid "People"
 msgstr "Jendea"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "@{0}-k jarraitzen duen jendea"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "@{0}-ri jarraitzen dion jendea"
 
@@ -5508,12 +5638,12 @@ msgstr "Ainguratu hasierara"
 msgid "Pin to Home"
 msgstr "Ainguratu Hasierara"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Ainguratu zure profilera"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Ainguratua"
 
@@ -5578,14 +5708,14 @@ msgstr "Mesedez, zure handle-a aukeratu"
 msgid "Please choose your password."
 msgstr "Mesedez, zure pasahitza aukeratu"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Mesedez, egin klik bidali dizugun mezu elektronikoan dagoen estekan zure helbide elektroniko berria egiaztatzeko. Urrats garrantzitsua da hau Bluesky-ren funtzio guztiez gozatzen jarrai dezazun."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Mesedez, bete egiaztapen-captcha."
 
-#: 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 "Mesedez, berretsi zure helbide elektronikoa aldatu aurretik. Aldi baterako eskakizuna da posta elektronikoa eguneratzeko tresnak gehitzen diren bitartean, eta laster kenduko da."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Egiaztatu zure e-posta helbidea zuzen idatzi duzula."
@@ -5602,10 +5732,28 @@ msgstr "Sartu pasahitza. Gutxienez 8 karaktereko luzera izan behar du."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Mesedez, sartu izen esklusibo bat aplikazio honen pasahitzarentzat edo erabili gure ausaz sortutakoa."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Mesedez, sartu baliozko kode bat."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Mesedez, sartu baliozko helbide elektroniko bat."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Mesedez, idatzi baliozko hitz, etiketa edo esaldi bat mututzeko"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Mesedez, sartu behean <0>{0}</0> helbidera bidali dugun kodea."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Mesedez, sartu zure aurreko helbide elektronikora bidali dizugun segurtasun-kodea."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Mesedez, sartu zure helbide elektronikoa."
 msgid "Please enter your invite code."
 msgstr "Mesedez, sartu zure gonbidapen kodea."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Mesedez, sartu zure helbide elektroniko berria."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Mesedez, sartu zure pasahitza"
@@ -5648,7 +5800,11 @@ msgstr "Mesedez, aukeratu arrazoi bat salaketa honetarako"
 msgid "Please sign in as @{0}"
 msgstr "Hasi saioa @{0} gisa"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Mesedez, egiazttu zure helbide elektronikoa"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Mesedez, Egiaztatu Zure Posta Elektronikoa"
 
@@ -5662,7 +5818,7 @@ msgstr "Politika"
 msgid "Porn"
 msgstr "Pornografia"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Posteatu"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Posteatu"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Posteatu Dena"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0}-ren posta"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0}-ren posta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Posta ezabatuta"
@@ -5697,7 +5853,7 @@ msgstr "Posta ezabatuta"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Ezin izan da posta kargatu. Egiaztatu Interneteko konexioa eta saiatu berriro."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Posta ezabatu da"
 
@@ -5719,7 +5875,7 @@ msgstr "Zuk Ezkututako Posta"
 msgid "Post interaction settings"
 msgstr "Postaren elkarrekintza-ezarpenak"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Postaren Interakzio-Ezarpenak"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Postaren aingura kendu da"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Postak"
@@ -5789,7 +5945,7 @@ msgstr "Sakatu zuk ere jarraitzen duzun kontu honen jarraitzaileak ikusteko"
 msgid "Previous image"
 msgstr "Aurreko irudia"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Lehen Hizkuntza"
 
@@ -5807,26 +5963,26 @@ msgstr "Lehentasunezko jakinarazpenak"
 msgid "Privacy"
 msgstr "Pribatutasuna"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Pribatutasuna eta segurtasuna"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Pribatutasuna eta Segurtasuna"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Pribatutasun Politika"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Bideoa prozesatzen..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Prozesatzen..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profila"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profila"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profila eguneratu da"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Feedak gidatzeko erabil daitezkeen zerrenda publikoak eta partekagarriak."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Argitaratu posta"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Argitaratu postak"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Argitaratu erantzunak"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Argitaratu erantzuna"
 
@@ -5904,11 +6060,11 @@ msgstr "QR kodea gorde da zure kameran!"
 msgid "Quote post"
 msgstr "Posta aipatu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Aipatutako posta berriro erantsi da"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Aipatutako posta behar bezala kendu da"
 
@@ -5927,7 +6083,7 @@ msgstr "Aipamen ezarpenak"
 msgid "Quotes"
 msgstr "Aipamenak"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Post honen aipamenak"
 
@@ -5942,8 +6098,8 @@ msgstr "Ausazko (\"Poster-en erruleta\" bezala ezagutua)"
 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 "Saiakera muga gainditu da. Gehiegitan saiatu zara handle-a aldatzen denbora laburrean. Mesedez, itxaron minutu bat berriro saiatu aurretik."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Erantsi berriro aipamena"
 
@@ -5958,17 +6114,17 @@ msgstr "Berriz aktibatu zure kontua"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Irakurri blogeko posta"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Irakurri gutxiago"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Irakurri gehiago"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Irakurri Bluesky bloga"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Berriro konektatu"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Baztertu"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Baztertu txateatzeko eskaera"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Berriz kargatu elkarrizketak"
@@ -6022,7 +6178,7 @@ msgstr "Berriz kargatu elkarrizketak"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Kendu"
 msgid "Remove {displayName} from starter pack"
 msgstr "Kendu {displayName} abio multzotik"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Kendu {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Kendu kontua"
 
@@ -6046,13 +6202,13 @@ msgstr "Kendu kontua"
 msgid "Remove attachment"
 msgstr "Kendu eranskina"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Kendu Abatarra"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Kendu Bannerra"
 
@@ -6079,7 +6235,7 @@ msgstr "Feeda kendu?"
 msgid "Remove from my feeds"
 msgstr "Kendu nire feedetatik"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Sarrera azkarretik kendu?"
 
@@ -6097,11 +6253,16 @@ msgstr "Zure feedetatik kendu?"
 msgid "Remove image"
 msgstr "Kendu irudia"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Kendu hitz mututua zure zerrendatik"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Kendu profila"
 
@@ -6114,7 +6275,7 @@ msgstr "Kendu aipamena"
 msgid "Remove repost"
 msgstr "Kendu berposta"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Kendu azpitituluen fitxategia"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Kendu erabiltzailea zerrendatik"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Kendu egiaztapena"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Zure egiaztapena kendu kontu honi?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Zure feedetatik kenduta"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Bilaketa historiatik profila kentzen du"
+msgstr "Egiaztapena kenduta"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Aipatutako posta kentzen du"
 msgid "Replace with Discover"
 msgstr "Ordeztu Aurkitu-gatik"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Erantzunak"
 
@@ -6193,12 +6350,12 @@ msgstr "Erantzunak desgaituta daude"
 msgid "Replies to this post are disabled."
 msgstr "Mezu honen erantzunak desgaituta daude."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Erantzun"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Erantzuna ({0, plural, one {erantzun #} other {# erantzun}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Erantzun ezarpenak hariaren egileak aukeratzen ditu"
 msgid "Reply sorting"
 msgstr "Erantzunak ordenatzea"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "<0><1/></0>-ri erantzun"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Erantzun blokeatutako post bati"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Post bati erantzun"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Zuri erantzun"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Erantzunen ikusgarritasuna eguneratu da"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Erantzuna behar bezala ezkutatu da"
 
@@ -6261,16 +6418,16 @@ msgstr "Erantzuna behar bezala ezkutatu da"
 msgid "Report"
 msgstr "Salatu"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Salatu kontua"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Salatu elkarrizketa"
 
@@ -6293,8 +6450,8 @@ msgstr "Salatu zerrenda"
 msgid "Report message"
 msgstr "Salatu mezua"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Salatu posta"
 
@@ -6369,27 +6526,27 @@ msgstr "Berpostatu edo aipatu posta"
 msgid "Reposted By"
 msgstr "Nork berpostatua"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0}-k berpostatua"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0>-k berpostatua"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Zuk berpostatua"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Berpostatu post hau"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Eskatu Aldaketa"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "Eskatu aldaketa"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Eskaera Kodea"
 msgid "Require alt text before posting"
 msgstr "Eskatu aukerazko testua argitaratu aurretik"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Eskatu posta-kode bat zure kontuan saioa hasteko."
 
@@ -6413,13 +6570,19 @@ msgstr "Beharrezkoa hornitzaile honetarako"
 msgid "Required in your region"
 msgstr "Beharrezkoa zure eskualdean"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Berbidali"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Berriro bidali mezu elektronikoa"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Berriro bidali Posta Elektronikoa"
@@ -6436,8 +6599,8 @@ msgstr "Berrezarri kodea"
 msgid "Reset Code"
 msgstr "Berrezarri Kodea"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Berrezarri sartze-egoera"
 
@@ -6458,10 +6621,10 @@ msgstr "Azken ekintza berriro saiatzen da, errorea izan duena"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Itzuli aurreko orrialdera"
 msgid "Returns to home page"
 msgstr "Hasierako orrira itzultzen da"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Aurreko urratsera itzultzen da"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Gorde"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Gorde"
@@ -6534,7 +6699,7 @@ msgstr "Gorde jaiotze data"
 msgid "Save changes"
 msgstr "Gorde aldaketak"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Gorde Aldaketak"
 
@@ -6564,16 +6729,12 @@ msgstr "Gorde nire feedetan"
 msgid "Saved Feeds"
 msgstr "Gordetako Feedak"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Zure kameran gordeta"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Zure feedetan gordeta"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Zure profilean edozein aldaketa gordetzen du"
 
@@ -6583,8 +6744,8 @@ msgstr "Irudi mozketa ezarpenak gordetzen ditu"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Esan kaixo!"
 
@@ -6602,11 +6763,11 @@ msgstr "Joan gora"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Bilatu"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Bilatu @{0}-ren postak"
@@ -6615,7 +6776,7 @@ msgstr "Bilatu @{0}-ren postak"
 msgid "Search by name or interest"
 msgstr "Bilatu izenaren edo interesaren arabera"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Bilatu feedak"
 
@@ -6656,8 +6817,8 @@ msgstr "Bilatu GIF-ak"
 msgid "Search my posts"
 msgstr "Bilatu nire postak"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Bilatu postak"
 
@@ -6679,7 +6840,11 @@ msgstr "Bilatu..."
 msgid "Searches for profiles"
 msgstr "Profilak bilatzen ditu"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Segurtasun urratsa behar da"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Segurtasun Urratsa Behar da"
 
@@ -6699,7 +6864,7 @@ msgstr "Ikusi #{tag} postak"
 msgid "See #{tag} posts by user"
 msgstr "Ikusi erabiltzailearen #{tag} postak"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Ikusi Bluesky-n lanpostuak"
 
@@ -6719,6 +6884,10 @@ msgstr "Aukeratu kolore bat"
 msgid "Select account"
 msgstr "Aukeratu kontua"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Aukeratu aplikazioaren hizkuntza bat"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Aukeratu abatar bat"
@@ -6727,10 +6896,22 @@ msgstr "Aukeratu abatar bat"
 msgid "Select an emoji"
 msgstr "Aukeratu emoji bat"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Hautatu aukera bat"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Aukeratu aplikazioaren hizkuntza"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Aukeratu edukien hizkuntzak"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Aukeratu lehendik dagoen kontu batetik"
@@ -6747,11 +6928,11 @@ msgstr "Aukeratu GIF-a \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Aukeratu zenbat denboraz mututu hitz hau."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Aukeratu hizkuntza..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Aukeratu hizkuntzak"
 
@@ -6763,6 +6944,10 @@ msgstr "Aukeratu moderazio zerbitzua"
 msgid "Select moderator"
 msgstr "Aukeratu moderatzailea"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Aukeratu hizkuntza nagusia"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Aukeratu {emojiName} emojia zure abatar gisa"
 msgid "Select the moderation service(s) to report to"
 msgstr "Aukeratu salatzeko moderazio-zerbitzuak"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Aukeratu bideoa"
 
@@ -6784,11 +6969,11 @@ msgstr "Aukeratu bideoa"
 msgid "Select what content this mute word should apply to."
 msgstr "Aukeratu hitz mutu hau zer edukiri aplikatu behar zaion."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Aukeratu zein hizkuntza erabili aplikazioaren interfazerako."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Aukeratu harpidetutako feedak zein hizkuntzatan nahi dituzun. Bat ere ez bada aukeratzen, hizkuntza guztiak erakutsiko dira."
 
@@ -6801,7 +6986,7 @@ msgstr "Aukeratu zure jaioteguna"
 msgid "Select your interests from the options below"
 msgstr "Aukeratu zure interesak beheko aukeretatik"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Aukeratu zure feedean itzulpenak egiteko nahi duzun hizkuntza."
 
@@ -6813,19 +6998,17 @@ msgstr "{0}/{numItems} aukera hautatzen du"
 msgid "Send a neat website!"
 msgstr "Bidali webgune txukun bat!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Bidali Baieztapena"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "Bidali baieztapena"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Bidali baieztapen mezu elektronikoa"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Bidali Baieztapen Mezu Elektronikoa"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Bidali mezu elektronikoa"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Bidali Mezu Elektronikoa"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Bidali iritzia"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Bidali mezua"
@@ -6863,13 +7046,14 @@ msgstr "Bidali salaketa hona {0}"
 msgid "Send report to {title}"
 msgstr "Bidali salaketa {title}-ra"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Bidali egiaztapen-mezu elektronikoa"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Bidali mezu zuzenaren bidez"
 
@@ -6901,10 +7085,10 @@ msgstr "Konfiguratu zure kontua"
 msgid "Sets email for password reset"
 msgstr "Pasahitza berrezartzeko posta elektronikoa ezartzen du"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Ezarpenak"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexu Lizuna"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Partekatu"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Partekatu"
@@ -6948,9 +7132,9 @@ msgstr "Partekatu istorio polit bat!"
 msgid "Share a fun fact!"
 msgstr "Partekatu datu dibertigarri bat!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Partekatu hala ere"
 
@@ -6990,7 +7174,7 @@ msgstr "Partekatu abio multzo hau eta lagundu jendea zure Bluesky komunitatean s
 msgid "Share your favorite feed!"
 msgstr "Partekatu zure feed gogokoena!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Partekatutako Hobespenen Probatzailea"
 
@@ -7011,8 +7195,8 @@ msgstr "Erakutsi aukerazko testua"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Erakutsi hala ere"
 
@@ -7033,8 +7217,8 @@ msgstr "Erakutsi pertsonalizazio-aukerak"
 msgid "Show hidden replies"
 msgstr "Erakutsi erantzun ezkutuak"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Erakutsi honelako gutxiago"
 
@@ -7042,14 +7226,14 @@ msgstr "Erakutsi honelako gutxiago"
 msgid "Show list anyway"
 msgstr "Erakutsi zerrenda hala ere"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Erakutsi gehiago"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Erakutsi horrelako gehiago"
 
@@ -7079,8 +7263,8 @@ msgstr "Erakutsi erantzunak hari gisa"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Erakutsi jarraitzen duzun jendearen erantzunak gainerako erantzunen aurretik"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Erakutsi erantzuna guztientzako"
 
@@ -7102,11 +7286,11 @@ msgstr "Erakutsi abisua"
 msgid "Show warning and filter from feeds"
 msgstr "Erakutsi feedetako abisua eta iragazkia"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Post hau noiz sortu zenari buruzko informazioa erakusten du"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Alda ditzakezun beste kontu batzuk erakusten ditu"
 
@@ -7124,8 +7308,8 @@ msgstr "Edukia erakusten du"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Edukia erakusten du"
 msgid "Sign in"
 msgstr "Hasi saioa"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Hasi saioa {0} gisa"
 
@@ -7150,7 +7334,7 @@ msgstr "Hasi saioa edo sortu kontua"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Hasi saioa edo sortu zure kontua elkarrizketan sartzeko!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Hasi saioa zerrendan ez dagoen kontuan"
 
@@ -7158,15 +7342,15 @@ msgstr "Hasi saioa zerrendan ez dagoen kontuan"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Hasi saioa Bluesky-n edo sortu kontu berri bat"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Amaitu saioa"
 
@@ -7174,8 +7358,8 @@ msgstr "Amaitu saioa"
 msgid "Sign Out"
 msgstr "Amaitu saioa"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Saioa amaitu?"
 
@@ -7206,14 +7390,19 @@ msgstr "Saltatu fluxu hau"
 msgid "Smaller"
 msgstr "Txikiagoa"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Gogorarazpena atzeratzen du"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Software Garatzailea"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Zure egiaztapenetako batzuk baliogabeak dira."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Norbaitek erreakzionatu du {0} {1}-i"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Zerbait ez zegoen ondo salatzen saiatzen ari zaren datuekin. Mesedez, jarri laguntzarekin harremanetan."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Zerbait gaizki joan da"
 
@@ -7264,8 +7453,8 @@ msgstr "Arazoren bat izan da. Mesedez, saiatu berriro."
 msgid "Something wrong? Let us know."
 msgstr "Zerbait gaizki? Jakinaraziguzu."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Barkatu! Zure saioa iraungi da. Mesedez, hasi saioa berriro."
 
@@ -7304,7 +7493,7 @@ msgstr "Spama; gehiegizko aipamen edo erantzunak"
 msgid "Sports"
 msgstr "Kirolak"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Txat berria hasi"
 
@@ -7322,8 +7511,8 @@ msgstr "Hasi jendea gehitzen!"
 msgid "Start chat with {displayName}"
 msgstr "Txat berria hasi {displayName}-rekin"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Abio Multzoa"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Abio multzoa ez da zuzena"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Abio Multzoak"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Abio multzoek zure gogoko feedak eta jendea zure lagunekin erraz partekatzeko aukera ematen dizu."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Egoera Orria"
 
@@ -7363,12 +7552,12 @@ msgstr "Egoera Orria"
 msgid "Step {0} of {1}"
 msgstr "{0}/{1} urratsa"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Biltegia garbitu da, aplikazioa berrabiarazi behar duzu orain."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Ipuin liburua"
 
@@ -7401,11 +7590,11 @@ msgstr "Harpidetu"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Harpidetu @{0}-ra etiketa hauek erabiltzeko:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Harpidetu Etiketatzailera"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Harpidetu etiketatzaile honetara"
 
@@ -7413,13 +7602,14 @@ msgstr "Harpidetu etiketatzaile honetara"
 msgid "Subscribe to this list"
 msgstr "Harpidetu zerrenda honetara"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Arrakasta!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Behar bezala egiaztatu da"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Ilunabarra"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Laguntza"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Aldatu kontua"
 
@@ -7462,11 +7652,11 @@ msgstr "Aldatu kontua"
 msgid "Switch Account"
 msgstr "Kontua Aldatu"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Kontuak aldatu"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Aldatu {0}-ra"
 
@@ -7477,9 +7667,9 @@ msgstr "Aldatu {0}-ra"
 msgid "System"
 msgstr "Sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Sistemaren erregistroa"
 
@@ -7518,7 +7708,7 @@ msgstr "Teknologia"
 msgid "Tell a joke!"
 msgstr "Kontatu txantxa bat!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Kontaiguzu zure buruari buruz pixka bat"
 
@@ -7531,12 +7721,12 @@ msgstr "Kontaiguzu apur bat gehiago"
 msgid "Terms"
 msgstr "Baldintzak"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Zerbitzu-Baldintzak"
 
@@ -7564,7 +7754,11 @@ msgstr "Testu eremua"
 msgid "Text input field"
 msgstr "Testua idazteko eremua"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Eskerrik asko zure iritziagatik! Feedaren operadoreari bidali zaio."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Eskerrik asko! Zure helbide elektronikoa behar bezala egiaztatu da."
 
@@ -7597,12 +7791,12 @@ msgstr "Ezin izan da aurkitu abio multzo hori."
 msgid "That's all, folks!"
 msgstr "Hori da guztia, lagunok!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Hori da dena!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Kontua zurekin elkarreragin ahal izango du desblokeatu ondoren."
 
@@ -7636,6 +7830,10 @@ msgstr "Ezagutu feeda"
 msgid "The Discover feed now knows what you like"
 msgstr "Ezagutu feedak badaki zer gustatzen zaizun"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "Sartu duzun e-posta helbidea oraingo berbera da."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Esperientzia hobea da aplikazioan. Deskargatu Bluesky orain eta utzi zenuen lekuan hartuko dugu berriro."
@@ -7669,6 +7867,7 @@ msgstr "Pribatutasun-politika <0/>-ra eraman da"
 msgid "The selected video is larger than 100 MB."
 msgstr "Aukeratutako bideoa 100 MB baino handiagoa da."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Zerbitzariak arazoak dituela dirudi. Mesedez, saiatu berriro une batzuk barru."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Arazo bat izan da zerbitzariarekin harremanetan jartzeko"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Arazo bat izan da zerbitzariarekin harremanetan jartzeko. Mesedez, egiaztatu Interneteko konexioa eta saiatu berriro."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Arazo bat izan da jakinarazpenak eskuratzean. Sakatu hemen berriro saiatzeko."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Arazo bat izan da postak eskuratzean. Sakatu hemen berriro saiatzeko."
 
@@ -7763,20 +7962,20 @@ msgstr "Arazo bat izan da zure salaketa bidaltzean. Mesedez, egiaztatu zure Inte
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Arazo bat izan da feedak eguneratzean. Egiaztatu Interneteko konexioa eta saiatu berriro."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Arazo bat egon da! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Ezarpen hauek Jarraitzen feedari soilik aplikatzen zaizkio."
 msgid "This {screenDescription} has been flagged:"
 msgstr "{screenDescription} hau markatu da:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Kontu honek egiaztapen-marka bat du, iturri fidagarriek egiaztatu dutelako."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Kontu honek egiaztapen saiakera bat edo gehiago ditu, baina une honetan ez dago egiaztatuta."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Kontu honen profila saioa hasitako erabiltzaileek bakarrik ikus dezakete
 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 "Kontu hau zure moderazio-zerrenda batek edo gehiagok blokeatzen du. Desblokeatzeko, mesedez bisitatu zerrendak zuzenean eta kendu erabiltzaile hau."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Ekintza hau edozein unetan desegin daiteke."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Eduki hau ezin da ikusi Bluesky konturik gabe."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Elkarrizketa ezabatuta edo desaktibatuta dagoen kontu batekin da. Sakatu aukerak ikusteko"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Helbide elektroniko hau zure kontuarekin lotuta dago dagoeneko."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Ezaugarri hau beta-n dago. Biltegien esportazioei buruzko informazio gehiago irakur dezakezu <0>blog-argitalpen honetan</0> ."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Ezaugarri hau ez dago erabilgarri aplikazioaren pasahitza erabiltzen duzun bitartean. Mesedez, hasi saioa zure pasahitz nagusiarekin."
+
 #: 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 "Ezaugarri hau ez dago erabilgarri aplikazioaren pasahitza erabiltzen duzun bitartean. Mesedez, hasi saioa zure pasahitz nagusiarekin."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Feed hau hutsik dago! Baliteke erabiltzaile gehiago jarraitu behar izatea edo hizkuntza-ezarpenak doitzea."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Feed hau hutsik dago."
@@ -7899,9 +8106,10 @@ msgstr "Handle hau erreserbatuta dago. Mesedez, saiatu beste bat."
 msgid "This information is not shared with other users."
 msgstr "Informazio hau ez da beste erabiltzaile batzuekin partekatzen."
 
-#: 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 "Hau garrantzitsua da inoiz zure posta elektronikoa aldatu edo pasahitza berrezarri behar baduzu."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Zerrenda hau hutsik dago."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Moderazio-zerbitzu hau ez dago erabilgarri. Ikus behean xehetasun gehiagorako. Arazo honek jarraitzen badu, jarri gurekin harremanetan."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Post honek <0>{0}</0>-n sortu dela dio, baina Bluesky-k <1>{1}</1>-n ikusi zuen lehen aldiz."
 
@@ -7943,28 +8151,28 @@ msgstr "Post honek <0>{0}</0>-n sortu dela dio, baina Bluesky-k <1>{1}</1>-n iku
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Post honek hari mota ezezagun bat du. Baliteke zure aplikazioa zaharkituta egotea."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Post hau ezabatu da."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Post hau saioa hasitako erabiltzaileek soilik ikus dezakete. Saioa hasita ez dagoen jendearentzat ez da ikusgai egongo."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Post hau feed eta harietatik ezkutatuta egongo da. Hau ezin da desegin."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Post honen egileak aipamenak desgaitu ditu."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Profil hau saioa hasitako erabiltzaileek soilik ikus dezakete. Saioa hasita ez dagoen jendearentzat ez da ikusgai egongo."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Erantzun hau zure hariaren beheko aldean ezkutuko atal batean ordenatuko da eta hurrengo erantzunen jakinarazpenak mututuko ditu, bai zuretzako bai besteentzako."
 
@@ -7976,6 +8184,10 @@ msgstr "Zerbitzu honek ez du zerbitzu-baldintzarik edo pribatutasun-politikarik
 msgid "This should create a domain record at:"
 msgstr "Honek domeinu-erregistro bat sortu beharko luke hemen:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Erabiltzaile honek ez du bistaratzeko izenik, beraz, ezin da egiaztatu."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Erabiltzaile honek ez du jarraitzailerik."
@@ -8013,11 +8225,11 @@ msgstr "Erabiltzaile hau ez du inor jarraitzen."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Honek \"{0}\" ezabatuko du mutututa dauden hitzetatik. Geroago gehi dezakezu beti."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Honek @{0} sarbide azkarreko zerrendatik kenduko du."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Honek zure posta aipatutako post honetatik kenduko du erabiltzaile guztientzat, eta leku-marka batekin ordezkatuko du."
 
@@ -8044,7 +8256,7 @@ msgstr "Harikatua"
 msgid "Threaded mode"
 msgstr "Haridun modua"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Harien Hobespenak"
 
@@ -8056,14 +8268,15 @@ msgstr "Geratzen den denbora: {0, plural, other {# segundu}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Posta elektronikoaren 2FA metodoa desgaitzeko, mesedez egiaztatu helbide elektronikorako sarbidea duzula."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "Zure posta elektronikoaren 2FA metodoa desgaitzeko, mesedez egiaztatu <0>{0}</0>-ra sarbidea duzula"
+
 #: 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 "Elkarrizketa bat salatzeko, mesedez salatu haren mezuetako bat elkarrizketa-pantailaren bidez. Horri esker, gure moderatzaileek zure arazoaren testuingurua ulertu ahal izango dute."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Bideoak Bluesky-ra kargatzeko, lehenik zure posta elektronikoa egiaztatu behar duzu."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Nori bidali nahiko zenioke salaketa hau?"
@@ -8090,16 +8303,16 @@ msgstr "Soinua aktibatu/desaktibatzen du"
 msgid "Top"
 msgstr "Joan gora"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Gaia"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Itzuli"
 
@@ -8117,7 +8330,7 @@ msgstr "Joera Bideoak"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Konfiantza harremanetatik, komunitateetatik eta partekatutako testuinguruetatik sortzen da, beraz, <0>egiaztatzaile fidagarriak</0> ere gaitzen ari gara: egiaztapena zuzenean jaulki dezaketen erakundeak."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Idatzi zure mezua hemen"
 msgid "Type:"
 msgstr "Mota:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Ezin da konektatu. Mesedez, egiaztatu Interneteko konexioa eta saiatu berriro."
@@ -8166,27 +8380,27 @@ msgstr "Ezin da ezabatu"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Desblokeatu"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Desblokeatu"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Desblokeatu kontua"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Kontua Desblokeatu?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Jarraitzen utzi"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0} jarraitzen utzi"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Utzi kontua jarraitzeari"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Erabiltzailea jarraitzeari uzten dio"
 
@@ -8225,15 +8439,15 @@ msgstr "Erabiltzailea jarraitzeari uzten dio"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Zoritxarrez, harpidetutako etiketatzaileetako batek ere ez du onartzen salaketa mota hau."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Egiaztatzaile ezezaguna"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Ez gogoko"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Ez gogoko ({0, plural, one {gogoko #} other {# gogoko}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Mututzea utzi"
 msgid "Unmute {tag}"
 msgstr "{tag} ez mututu"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Desmututu kontua"
 
@@ -8267,8 +8481,8 @@ msgstr "Elkarrizketa ez mututu"
 msgid "Unmute list"
 msgstr "Desmututu zerrenda"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Haria ez mututu"
 
@@ -8294,8 +8508,8 @@ msgstr "Kendu aingura Feedari"
 msgid "Unpin from home"
 msgstr "Aingura kendu hasieratik"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Aingura kendu profiletik"
 
@@ -8311,7 +8525,12 @@ msgstr "{0}-ri aingura kendu Hasieratik"
 msgid "Unpinned from your feeds"
 msgstr "Aingura kendu zure feedetatik"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Utzi e-posta bidezko gogorarazpena atzeratzeari"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Harpidetza kendu"
 
@@ -8320,7 +8539,7 @@ msgstr "Harpidetza kendu"
 msgid "Unsubscribe from list"
 msgstr "Harpidetza kendu zerrendatik"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Harpidetza kendu etiketatzaile honi"
 
@@ -8328,11 +8547,11 @@ msgstr "Harpidetza kendu etiketatzaile honi"
 msgid "Unsubscribed from list"
 msgstr "Zerrendatik harpidetza kenduta"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Onartzen ez den bideo mota"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Onartzen ez den bideo mota: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Eguneratu"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Eguneratu <0>{displayName}</0> Zerrendetan"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Eguneratu posta elektronikoa"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Eguneratu {domain}ra"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Eguneratu zure posta elektronikoa"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Ezin izan da eguneratu aipamenaren eranskina"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Ezin izan da eguneratu erantzunen ikusgaitasuna"
@@ -8371,7 +8601,7 @@ msgstr "Ezin izan da eguneratu erantzunen ikusgaitasuna"
 msgid "Updating..."
 msgstr "Eguneratzen..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Kargatu argazki bat ordez"
 
@@ -8379,22 +8609,22 @@ msgstr "Kargatu argazki bat ordez"
 msgid "Upload a text file to:"
 msgstr "Kargatu testu-fitxategi bat hona:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Kargatu Kameratik"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Kargatu Fitxategietatik"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Kargatu Liburutegitik"
 
@@ -8407,7 +8637,7 @@ msgstr "Irudiak kargatzen..."
 msgid "Uploading link thumbnail..."
 msgstr "Estekaren miniatura kargatzen..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Bideoa kargatzen..."
 
@@ -8419,8 +8649,8 @@ msgstr "Erabili aplikazioen pasahitzak beste Bluesky bezeroetan saioa hasteko, z
 msgid "Use default provider"
 msgstr "Erabili hornitzaile lehenetsia"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Erabili aplikazioko arakatzailea"
 
@@ -8429,8 +8659,8 @@ msgstr "Erabili aplikazioko arakatzailea"
 msgid "Use in-app browser to open links"
 msgstr "Erabili aplikazioko arakatzailea estekak irekitzeko"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Erabili nire arakatzaile lehenetsia"
 
@@ -8484,12 +8714,12 @@ msgstr "{0}-ren erabiltzaile zerrenda"
 msgid "User list by you"
 msgstr "Zure erabiltzaile zerrenda"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Erabiltzaile zerrenda sortua"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Erabiltzaile zerrenda eguneratua"
@@ -8523,73 +8753,80 @@ msgstr "Nik jarraitzen ditudan erabiltzaileak"
 msgid "Value:"
 msgstr "Balioa:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Egiaztapena huts egin du, saiatu berriro."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Egiaztapen-ezarpenak"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Egiaztapen-Ezarpenak"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Bluesky-n egiaztapenek beste plataformetan baino modu desberdinean funtzionatzen dute. <0>Ikasi gehiago hemen.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Egiaztatutako helbide elektronikoa behar da"
+msgstr "Honek egiaztatuta:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Egiaztatu kontua"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Egiaztatu kodea"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Egiaztatu DNS erregistroa"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Egiaztatu e-posta"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Egiaztatu posta elektroniko kodea"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Egiaztatu posta elektronikoko elkarrizketa-koadroa"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Egiaztatu posta elektroniko berria"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Egiaztatu orain"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Egiaztatu testu-fitxategia"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Kontu hau egiaztatu?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Egiaztatu zure posta elektronikoa"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Egiaztatu zure posta elektronikoa"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "{appVersion} bertsioa"
 
@@ -8602,7 +8839,7 @@ msgstr "Bideoa"
 msgid "Video failed to process"
 msgstr "Ezin izan da prozesatu bideoa"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Bideo Feeda"
 
@@ -8616,11 +8853,11 @@ msgstr "{0}-ren bideoa: {text}"
 msgid "Video Games"
 msgstr "Bideo-jokoak"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Bideoa geldirik dago"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Bideoa erreproduzitzen ari da"
 
@@ -8628,11 +8865,11 @@ msgstr "Bideoa erreproduzitzen ari da"
 msgid "Video not found."
 msgstr "Ez da bideoa aurkitu."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Bideo ezarpenak"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Bideoa kargatuta"
 
@@ -8640,24 +8877,24 @@ msgstr "Bideoa kargatuta"
 msgid "Video: {0}"
 msgstr "Bideoa: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Bideoak"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Bideoek 3 minutu baino gutxiago iraun behar dute"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Ikusi {0}-ren abatarra"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Ikusi {0}-ren profila"
 
@@ -8665,7 +8902,7 @@ msgstr "Ikusi {0}-ren profila"
 msgid "View {displayName}'s profile"
 msgstr "Ikusi {displayName}-ren profila"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Ikusi blokeatutako erabiltzailearen profila"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Ikusi arazketa-sarrera"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Ikusi xehetasunak"
 
@@ -8688,7 +8925,7 @@ msgstr "Ikusi xehetasunak"
 msgid "View details for reporting a copyright violation"
 msgstr "Ikusi copyright-urraketa salatzeko xehetasunak"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Ikusi hari osoa"
 
@@ -8703,13 +8940,12 @@ msgstr "Ikusi etiketa hauei buruzko informazioa"
 msgid "View more"
 msgstr "Ikusi gehiago"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Ikusi profila"
 
@@ -8723,7 +8959,7 @@ msgstr "Ikusi @{0}-k eskaintzen duen etiketa-zerbitzua"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Ikusi erabiltzaile honen egiaztapenak"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Ikusi zuk mutututako kontuak"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Ikusi zure egiaztapenak"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Edukia ohartarazi"
 msgid "Warn content and filter from feeds"
 msgstr "Edukia ohartarazi eta iragazi feedetatik"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Ezin izan dugu etiketa horren emaitzarik aurkitu."
@@ -8798,7 +9039,7 @@ msgstr "Ezin izan dugu etiketa horren emaitzarik aurkitu."
 msgid "We couldn't find any results for that topic."
 msgstr "Ezin izan dugu gai horren emaitzarik aurkitu."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Ezin izan dugu kargatu elkarrizketa hau"
 
@@ -8822,6 +9063,10 @@ msgstr "Zure jarraitzaileen postik gabe geratu gara. Hona hemen <0/>-ren azkena.
 msgid "We recommend selecting at least two interests."
 msgstr "Gutxienez bi interes hautatzea gomendatzen dugu."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Esteka bat duen mezu elektroniko bat bidali dugu <0>{0}</0> helbidera. Egin klik gainean helbide elektronikoaren egiaztapen prozesua osatzeko."
+
 #: 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 "Ezin izan dugu zehaztu bideoak kargatzeko baimena duzun ala ez. Mesedez, saiatu berriro."
@@ -8842,6 +9087,10 @@ msgstr "Ezin izan gara konektatu. Mesedez, saiatu berriro zure kontua konfigurat
 msgid "We will let you know when your account is ready."
 msgstr "Zure kontua prest dagoenean jakinaraziko dizugu."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Esteka bat duen mezu elektroniko bat bidaliko dugu <0>{0}</0> helbidera. Egin klik gainean helbide elektronikoaren egiaztapen prozesua osatzeko."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Hau erabiliko dugu zure esperientzia pertsonalizatzeko."
@@ -8853,7 +9102,7 @@ msgstr "Sare arazoak ditugu, saiatu berriro"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Bluesky-n egiaztapen-geruza berri bat sartzen ari gara — erraz ikusteko egiaztapen-marka bat."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Sentitzen dugu, baina momentu honetan ezin izan ditugu kargatu zure mutu
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Sentitzen dugu, baina ezin izan da bilaketa osatu. Mesedez, saiatu berriro minutu batzuk barru."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Sentitzen dugu! Erantzuten ari zaren posta ezabatu da."
 
@@ -8880,7 +9129,7 @@ msgstr "Sentitzen dugu! Erantzuten ari zaren posta ezabatu da."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Sentitzen dugu! Ezin dugu aurkitu bilatzen ari zaren orria."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Sentitzen dugu! Hogei etiketatzailetara baino ezin duzu harpidetu, eta hogeiren mugara iritsi zara."
 
@@ -8902,13 +9151,13 @@ msgstr "Nola deitu nahi diozu zure abio multzoari?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Zer da?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Egiaztapen-marka bat sakatzen duzunean, egiaztapena zein erakundek eman duten ikusiko duzu."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Nork erantzun dezake"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Nork egiaztatu dezake?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Aiba!"
@@ -8984,11 +9233,11 @@ msgstr "Zergatik berrikusi behar da erabiltzaile hau?"
 msgid "Write a message"
 msgstr "Idatzi mezu bat"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Idatzi posta"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Idatzi zure erantzuna"
@@ -9002,6 +9251,11 @@ msgstr "Idazleak"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Zerbitzariak DID ez zuzena erantzun du. Jasotakoa: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Bai"
@@ -9015,11 +9269,11 @@ msgstr "Bai, desaktibatu"
 msgid "Yes, delete this starter pack"
 msgstr "Bai, ezabatu abio multzo hau"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Bai, kendu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Bai, ezkutatu"
 
@@ -9037,7 +9291,7 @@ msgstr "Zu"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Egiaztatzaile fidagarria zara"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Kontua sortzen ari zara hemen"
 msgid "You are in line."
 msgstr "Ilaran zaude."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Ezin dituzu bideoak kargatu."
@@ -9055,18 +9318,22 @@ msgstr "Ezin dituzu bideoak kargatu."
 msgid "You are not following anyone."
 msgstr "Ez zara inor jarraitzen ari."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Egiaztatuta zaude"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Egiaztatuta zaude. Zure egiaztapen-egoera galduko duzu bistaratzeko izena aldatzen baduzu. <0>Ikasi gehiago.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Egiaztatuta zaude. Zure egiaztapen-egoera galduko duzu erabiltzaile izena aldatzen baduzu. <0>Ikasi gehiago.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Kontu hau mututu duzu."
 msgid "You have muted this user"
 msgstr "Erabiltzaile hau mututu duzu"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Ez duzu elkarrizketarik oraindik. Hasi bat!"
 
@@ -9179,11 +9446,11 @@ msgstr "Ez duzu feedik."
 msgid "You have no lists."
 msgstr "Ez duzu zerrendarik."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Oraindik ez duzu konturik blokeatu. Kontu bat blokeatzeko, joan bere profilera eta hautatu \"Blokeatu kontua\" bere kontuko menuan."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Oraindik ez duzu mututu konturik. Kontu bat mututzeko, joan bere profilera eta hautatu \"Mututu kontua\" bere kontuko menuan."
 
@@ -9191,11 +9458,15 @@ msgstr "Oraindik ez duzu mututu konturik. Kontu bat mututzeko, joan bere profile
 msgid "You have reached the end"
 msgstr "Bukaerara iritsi zara"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Zure helbide elektronikoa behar bezala egiaztatu duzu. Leiho hau itxi dezakezu."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Bideoak kargatzeko mugara iritsi zara aldi baterako. Mesedez, saiatu berriro geroago."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Ez duzu oraindik abio multzorik sortu!"
 
@@ -9224,7 +9495,7 @@ msgstr "Gehienez {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE}
 msgid "You may only add up to 3 feeds"
 msgstr "Gehienez 3 feed gehi ditzakezu"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Gehienez 4 irudi hauta ditzakezu"
 
@@ -9232,7 +9503,7 @@ msgstr "Gehienez 4 irudi hauta ditzakezu"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Kontua sortzeko 13 urte edo gehiago izan behar dituzu."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Gutxienez beste zazpi pertsona jarraitu behar dituzu abio multzo bat sortzeko."
 
@@ -9248,10 +9519,18 @@ msgstr "Zure argazki liburutegirako sarbidea eman behar duzu irudia gordetzeko."
 msgid "You must select at least one labeler for a report"
 msgstr "Gutxienez etiketatzaile bat hautatu behar duzu salaketa baterako"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Zure e-posta helbidea egiaztatu behar duzu e-posta bidezko 2FA gaitu aurretik."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Aurretik @{0} desaktibatu zenuen."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Aplikazioa orain berrabiaraztea komeni da."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Erreakzionatu duzu {0}"
@@ -9260,16 +9539,16 @@ msgstr "Erreakzionatu duzu {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Erreakzionatu duzu {0} {1}-i"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Zure kontu guztietatik aterako zara."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Aurrerantzean ez duzu hari honen jakinarazpenik jasoko"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Hari honen jakinarazpenak jasoko dituzu orain"
 
@@ -9305,7 +9584,7 @@ msgstr "Pertsona hauek eta beste {0} jarraituko dituzu"
 msgid "You'll follow these people right away"
 msgstr "Pertsona hauek jarraituko dituzu berehala"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Mezu elektroniko bat jasoko duzu <0>{0}</0> helbidean zu zarela egiaztatzeko."
 
@@ -9339,6 +9618,10 @@ msgstr "Jarraitzeko jendea aurkitu duzu"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Zure feedaren amaierara iritsi zara! Bilatu jarraitzeko kontu gehiago."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Eskaera kopuru maximoa gainditu duzu. Mesedez, saiatu berriro geroago."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (byte gehiegi)"
@@ -9347,7 +9630,7 @@ msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (byte gehiegi)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (bideo gehiegi)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Ikusteko bideorik gabe geratu zara. Agian momentu ona da atsedena hartzeko?"
 
@@ -9391,14 +9674,18 @@ msgstr "Zure arakatzaileak ez du bideo formatua onartzen. Mesedez, saiatu beste
 msgid "Your chats have been disabled"
 msgstr "Zure txatak desaktibatu dira"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Zure aukera gordeko da, baina geroago alda daiteke ezarpenetan."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Zure aukera etorkizuneko esteketarako gogoratuko da. Edozein unetan alda dezakezu ezarpenetan."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Zure oraingo handlea <0>{0}</0> zuretzako automatikoki erreserbatuko da. Edozein momentutan berriro aukeratu dezakezu kontu honetatik."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Zure e-posta helbidea eguneratu da baina oraindik ez dago egiaztatuta. Jarraitzeko, egiaztatu zure e-posta berria."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Zure oraingo handlea <0>{0}</0> zuretzako automatikoki erreserbatuko da.
 msgid "Your email appears to be invalid."
 msgstr "Zure helbide elektronikoa ez dirudi zuzena denik."
 
-#: 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 "Zure helbide elektronikoa eguneratu da baina ez da egiaztatu. Hurrengo urrats gisa, mesedez, egiaztatu zure posta elektroniko berria."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "Zure helbide elektronikoa ez da oraindik egiaztatu. Mesedez, egiaztatu zure helbide elektronikoa Bluesky-ren funtzio guztiez gozatzeko."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Zure helbide elektronikoa ez da oraindik egiaztatu. Gomendatzen dugun segurtasun-urrats garrantzitsua da."
 
@@ -9434,7 +9721,7 @@ msgstr "Zure handle osoa <0>@{0}</0> da"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Zure erabiltzaile-izen osoa <0>@{0}</0> izango da"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Zure pasahitza ondo aldatu da!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Pasahitzak 8 karaktereko luzera izan behar du gutxienez."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Zure posta argitaratu da"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Zure postak argitaratu dira"
 
@@ -9479,7 +9766,7 @@ msgstr "Zure postak, gogokoak eta blokeatuak publikoak dira. Mutututakoak pribat
 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 "Zure profila, postak, feedak eta zerrendak ez dira ikusgai egongo beste Bluesky erabiltzaileentzat. Zure kontua edonoiz aktiba dezakezu saioa hasita."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Zure erantzuna argitaratu da"
 
@@ -9497,4 +9784,4 @@ msgstr "Aukeratutako interesek gogoko duzun edukia zerbitzatzen laguntzen digute
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Zure egiaztapenak"
diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po
index 66bc8cee1..85dfe441e 100644
--- a/src/locale/locales/fi/messages.po
+++ b/src/locale/locales/fi/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: fi\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Finnish\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(aktiivinen)"
 msgid "(contains embedded content)"
 msgstr "(sisältää upotettua sisältöä)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(ei sähköpostiosoitetta)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# uudelleenjulkaisu} other {# uudelleenjulkaisua}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# sekunti} other {# sekuntia}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {seuraaja} other {seuraajaa}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {seurattu} other {seurattua}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {tykkäys} other {tykkäystä}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {tykkäys} other {tykkäystä}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {julkaisu} other {julkaisua}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {lainaus} other {lainausta}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {uudelleenjulkaisu} other {uudelleenjulkaisua}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0><1>tunnisteissa</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0><1>tekstissä ja tunnisteissa</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} liittyi tällä viikolla"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Käyttäjän {0} profiilikuva"
 
@@ -189,7 +193,7 @@ msgstr "{0} min"
 msgid "{0}s"
 msgstr "{0} s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {tunti} other {tuntia}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuutti} other {minuuttia}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}</0> seurasivat sinua"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}</0> tykkäsivät mukautetusta syötteestäsi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}</0> tykkäsivät julkaisustasi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}</0> uudelleenjulkaisivat julkaisusi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}</0> rekisteröityivät aloituspakettisi avulla"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} seurasi sinua"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} seurasi sinua takaisin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} tykkäsi mukautetusta syötteestäsi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} tykkäsi julkaisustasi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} uudelleenjulkaisi julkaisusi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} rekisteröityi aloituspakettisi avulla"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} seurasivat sinua"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} tykkäsivät mukautetusta syötteestäsi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} tykkäsivät julkaisustasi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} uudelleenjulkaisivat julkaisusi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} rekisteröityivät aloituspakettisi avulla"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} seurasi sinua"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} seurasi sinua takaisin"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} tykkäsi mukautetusta syötteestäsi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} tykkäsi julkaisustasi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} uudelleenjulkaisi julkaisusi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} rekisteröityi aloituspakettisi avulla"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} seurattua"
@@ -335,11 +339,23 @@ msgstr "{following} seurattua"
 msgid "{handle} can't be messaged"
 msgstr "Käyttäjälle {handle} ei voi viestiä"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1} </1>ja {2, plural, one {# muu} other {# muuta}} sisältyvät aloituspakettiisi"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {seuraaja} other {seuraajaa}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {seurattu} other {seurattua}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Kokeellinen:</0> Kun tämä asetus on käytössä, saat vain vastaus-
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Sinä</0> ja<1> </1><2>{0} </2>sisällytte aloituspakettiisi"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Virheellinen käyttäjätunnus"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Tietoja"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Saavutettavuus"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Saavutettavuusasetukset"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Tili"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Tili estetty"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Tiliä seurattu"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Tili mykistetty"
@@ -517,33 +533,33 @@ msgstr "Tili mykistetty"
 msgid "Account Muted by List"
 msgstr "Tili mykistetty listan perusteella"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Tilin valinnat"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Tili poistettu pikakäytöstä"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Tilin esto poistettu"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Tilin seuraaminen lopetettu"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Tilin mykistys poistettu"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Lisää {displayName} aloituspakettiin"
 msgid "Add a content warning"
 msgstr "Lisää sisältövaroitus"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Lisää tili"
 msgid "Add alt text"
 msgstr "Lisää tekstivastine"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Lisää tekstivastine (valinnainen)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Lisää toinen tili"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Lisää toinen julkaisu"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "Lisää mykistettyjä sanoja ja tunnisteita"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Lisää uusi julkaisu"
 
@@ -664,8 +684,8 @@ msgstr "Lisää seuraava DNS-tietue verkkotunnukseesi:"
 msgid "Add this feed to your feeds"
 msgstr "Lisää tämä syöte syötteisiisi"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Lisää listoihin"
 
@@ -718,6 +738,11 @@ msgstr "Aikuissisällön merkinnät"
 msgid "Advanced"
 msgstr "Edistyneet"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Kaikki"
@@ -732,7 +757,7 @@ msgstr "Kaikkia tilejä seurattiin!"
 msgid "All languages"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Kaikki tallentamasi syötteet yhdessä paikassa."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Tekstivastine"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Osoitteeseen {0} on lähetetty sähköpostiviesti. Siinä on vahvistuskoodi, jonka voit syöttää alle."
 
-#: 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 "Aiempaan osoitteeseesi {0} on lähetetty sähköpostiviesti. Siinä on vahvistuskoodi, jonka voit syöttää alle."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Sinulle on lähetetty sähköpostiviesti! Syötä siinä oleva vahvistuskoodi alle."
 
@@ -825,7 +849,7 @@ msgstr "Videota pakattaessa tapahtui virhe."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Aloituspakettiasi luotaessa tapahtui virhe. Haluatko yrittää uudelleen?"
 
@@ -842,7 +866,7 @@ msgstr "Videota ladattaesa tapahtui virhe. Yritä uudelleen."
 msgid "An error occurred while saving the QR code!"
 msgstr "QR-koodia tallennettaessa tapahtui virhe!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Videota valittaessa tapahtui virhe"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Ladattaessa videota palveluun tapahtui virhe."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Ongelma, joka ei sisälly näihin vaihtoehtoihin"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Chattia käynnistettäessä ilmeni ongelma"
 
@@ -875,8 +899,8 @@ msgstr "Yritettäessä avata chattia ilmenei ongelma"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Epäsosiaalinen käytös"
 msgid "Anybody can interact"
 msgstr "Kaikki voivat olla vuorovaikutuksessa"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Sovelluskuvake"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Sovelluksen kieli"
 
@@ -958,7 +982,7 @@ msgstr "Sovellussalasanojen nimien on oltava vähintään 4 merkkiä pitkiä"
 msgid "App passwords"
 msgstr "Sovellussalasanat"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Sovellussalasanat"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "Valita tästä päätöksestä"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Ulkoasu"
 
@@ -1006,12 +1030,12 @@ msgstr "Ulkoasu"
 msgid "Apply default recommended feeds"
 msgstr "Käytä oletusarvoisia suositeltuja syötteitä"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arkistoitu ajankohdasta {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Arkistoitu julkaisu"
 
@@ -1047,11 +1071,11 @@ msgstr "Haluatko varmasti poistaa syötteen {0} syötteistäsi?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Haluatko varmasti poistaa tämän syötteistäsi?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Haluatko varmasti hylätä tämän luonnoksen?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Haluatko varmasti hylätä tämän julkaisun?"
 
@@ -1072,6 +1096,11 @@ msgstr "Taide"
 msgid "Artistic or non-erotic nudity."
 msgstr "Taiteellinen tai ei-eroottinen alastomuus."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Vähintään 3 merkkiä"
@@ -1103,7 +1132,7 @@ msgstr "Toista videot ja GIF-animaatiot automaattisesti"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Takaisin"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Ennen listan luomista sinun on vahvistettava sähköpostiosoitteesi."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Ennen julkaisun luomista sinun on vahvistettava sähköpostiosoitteesi."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Ennen aloituspaketin luomista sinun on vahvistettava sähköpostiosoitteesi."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Ennen kuin voit viestiä toisen käyttäjän kanssa sinun on vahvistettava sähköpostiosoitteesi."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Syntymäpäivä"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Estä"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Estä tili"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Estetäänkö tili?"
 
@@ -1200,17 +1235,17 @@ msgstr "Estetty"
 msgid "Blocked accounts"
 msgstr "Estetyt tilit"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Estetyt tilit"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Estetyt tilit eivät voi vastata ketjuihisi, mainita sinua tai olla muuten vuorovaikutuksessa kanssasi."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Estetyt tilit eivät voi vastata ketjuihisi, mainita sinua tai olla muuten vuorovaikutuksessa kanssasi. Et näe niiden sisältöä, eivätkä ne näe sinun sisältöäsi."
 
@@ -1226,11 +1261,11 @@ msgstr "Estäminen ei estä tätä merkitsijää asettamasta merkintöjä tilill
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Estäminen on julkista. Estetyt tilit eivät voi vastata ketjuihisi, mainita sinua tai olla muuten vuorovaikutuksessa kanssasi."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Estäminen ei estä merkintöjen asettamista tilillesi, mutta se estää tätä tiliä vastaamasta ketjuihisi tai olemasta muuten vuorovaikutuksessa kanssasi."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blogi"
 
@@ -1239,7 +1274,7 @@ msgstr "Blogi"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky ei voi vahvistaa väitetyn päivämäärän oikeellisuutta."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky on parempi kavereiden kanssa!"
 msgid "Bluesky Social Terms of Service"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky valitsee joukon suositeltuja tilejä verkostosi käyttäjistä."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Selaa aihetta {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Yritys"
 
@@ -1374,45 +1409,47 @@ msgstr "Luomalla tilin hyväksyt <0>käyttöehdot</0>."
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Kamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Peruuta"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Peruuta tilin poisto"
 msgid "Cancel image crop"
 msgstr "Peruuta kuvan rajaus"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Peruuta profiilin muokkaus"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Peruuttaa linkitetyn verkkosivuston avaamisen"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Estetyn käyttäjän kanssa ei voi olla vuorovaikutuksessa"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Tekstitykset (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Tekstitykset ja tekstivastine"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Vaihda"
 
@@ -1478,13 +1514,12 @@ msgstr "Vaihda sovelluskuvake"
 msgid "Change app icon to \"{0}\""
 msgstr "Vaihda sovelluskuvakkeeksi ”{0}”"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Vaihda sähköpostiosoite"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Vaihda sähköpostiosoite"
 
@@ -1497,10 +1532,6 @@ msgstr "Vaihda käyttäjätunnus"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Vaihda sähköpostiosoitteeni"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Vaihda salasana"
@@ -1513,11 +1544,11 @@ msgstr "Vaihda julkaisun kieleksi {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Vaihda sähköpostiosoitteesi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Vaihda sähköpostiosoitteesi"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chatti"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chatti mykistetty"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Chatin asetukset"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chatti mykistetty"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Valitse verkkotunnuksen vahvistusmenetelmä"
 msgid "Choose Feeds"
 msgstr "Valitse syötteet"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Valitse puolestani"
 
@@ -1619,7 +1650,7 @@ msgstr "Valitse tämä väri profiilikuvaksesi"
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Valitse oma aikajanasi! Yhteisön rakentamat syötteet auttavat löytämään mieleistäsi sisältöä."
 
@@ -1631,16 +1662,16 @@ msgstr "Valitse salasanasi"
 msgid "Choose your username"
 msgstr "Valitse käyttäjätunnuksesi"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Tyhjennä kaikki tallennustilan tiedot"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Tyhjennä kaikki tallennustilan tiedot (käynnistä uudelleen tämän jälkeen)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Tyhjennä hakukysely"
 msgid "click here"
 msgstr "napsauta tästä"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Napsauta poistaaksesi lainausjulkaisut käytöstä tältä julkaisulta."
@@ -1676,29 +1715,34 @@ msgstr "Ilmasto"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Kopoti 🐴 kopoti 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Sulje"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Sulje aktiivinen valintaikkuna"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Sulje alavalikko"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Sulje valintaikkuna"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Sulje emojinvalitsin"
 
@@ -1751,12 +1795,12 @@ msgstr "Sulje tämä valintaikkuna"
 msgid "Closes password update alert"
 msgstr "Sulkee salasanan päivityshälytyksen"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "Sulkee kuvan katseluohjelman"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Pienennä käyttäjäluettelo"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Pienentää tämän ilmoituksen käyttäjäluettelon"
 
@@ -1791,7 +1835,7 @@ msgstr "Komedia"
 msgid "Comics"
 msgstr "Sarjakuvat"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Yhteisöohjeet"
@@ -1804,11 +1848,11 @@ msgstr "Suorita käyttöönotto loppuun ja aloita tilisi käyttö"
 msgid "Complete the challenge"
 msgstr "Suorita haaste loppuun"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Laadi uusi julkaisu"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Laadi vastaus"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Pakataan videota…"
 
@@ -1828,23 +1872,17 @@ msgstr "Määritä sisällönsuodatusasetus luokalle {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Määritetään <0>moderointiasetuksissa</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Vahvista"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Vahvista muutos"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Vahvista sisällön kieliasetukset"
@@ -1861,18 +1899,19 @@ msgstr "Vahvista ikäsi:"
 msgid "Confirm your birthdate"
 msgstr "Vahvista syntymäaikasi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Vahvistuskoodi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Vahvistuskoodi"
 
@@ -1880,8 +1919,8 @@ msgstr "Vahvistuskoodi"
 msgid "Connecting..."
 msgstr "Yhdistetään…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Ota yhteys tukeen"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Sisältö ja media"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Sisältö ja media"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Sisältö ja media"
 
@@ -1911,7 +1950,7 @@ msgstr "Sisällönsuodattimet"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Sisällön kielet"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Kontekstivalikon tausta-alue. Napsauta sulkeaksesi valikon."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Jatka"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Jatka käyttäjänä {0} (nyt kirjautuneena)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Jatka ketjua…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Jatka seuraavaan vaiheeseen"
@@ -1973,7 +2012,7 @@ msgstr "Ruoanlaitto"
 msgid "Copied"
 msgstr "Kopioitu"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Ohjelmiston versio kopioitu leikepöydälle"
 
@@ -1981,8 +2020,8 @@ msgstr "Ohjelmiston versio kopioitu leikepöydälle"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Kopioitu leikepöydälle"
 
@@ -1991,7 +2030,7 @@ msgstr "Kopioitu leikepöydälle"
 msgid "Copied!"
 msgstr "Kopioitu!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "Kopioi"
 msgid "Copy App Password"
 msgstr "Kopioi sovellussalasana"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kopioi koodi"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Kopioi DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Kopioi linkki"
 msgid "Copy link to list"
 msgstr "Kopioi listan linkki"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Kopioi julkaisun linkki"
 
@@ -2050,13 +2089,13 @@ msgstr "Kopioi julkaisun linkki"
 msgid "Copy message text"
 msgstr "Kopioi viestin teksti"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Kopioi julkaisun teksti"
 
@@ -2068,7 +2107,7 @@ msgstr "Kopioi QR-koodi"
 msgid "Copy TXT record value"
 msgstr "Kopioi TXT-tietueen arvo"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Tekijänoikeuskäytäntö"
@@ -2078,7 +2117,7 @@ msgstr "Tekijänoikeuskäytäntö"
 msgid "Could not leave chat"
 msgstr "Chatista ei voitu poistua"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Syötettä ei voitu ladata"
 
@@ -2094,7 +2133,7 @@ msgstr "Chattia ei voitu mykistää"
 msgid "Could not process your video"
 msgstr "Videota ei voitu käsitellä"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Luo"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Luo QR-koodi aloituspaketille"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Luo aloituspaketti"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Luo aloituspaketti minulle"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Luo tili"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Luo sen sijaan profiilikuva"
 
@@ -2209,13 +2248,13 @@ msgstr "Tumma teema"
 msgid "Date of birth"
 msgstr "Syntymäaika"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Poista tili käytöstä"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Avaa moderoinnin vianetsintä"
 
@@ -2237,13 +2276,13 @@ msgstr "Oletuskuvakkeet"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Poista"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Poista tili"
 
@@ -2259,19 +2298,19 @@ msgstr "Poista sovellussalasana"
 msgid "Delete app password?"
 msgstr "Poistetaanko sovellussalasana?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Poista chatin deklaraatiotietue"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr "Poista viesti itseltäni"
 msgid "Delete my account"
 msgstr "Poista tilini"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Poista julkaisu"
 
@@ -2318,7 +2357,7 @@ msgstr "Poistetaanko aloituspaketti?"
 msgid "Delete this list?"
 msgstr "Poistetaanko tämä lista?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Poistetaanko tämä julkaisu?"
 
@@ -2335,19 +2374,19 @@ msgstr "Poistettu tili"
 msgid "Deleted post."
 msgstr "Poistettu julkaisu."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Kuvaus"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Kuvaus on liian pitkä"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Kuvaileva tekstivastine"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Irrota lainaus"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Irrotetaanko lainausjulkaisu?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Kehittäjän valinnat"
 
@@ -2388,6 +2427,15 @@ msgstr "Valintaikkuna: säädä, kuka voi olla vuorovaikutuksessa tämän julkai
 msgid "Dim"
 msgstr "Himmeä"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Poista sähköpostiin perustuva kaksivaiheinen tunnistautuminen käytöstä"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Poissa käytöstä"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Hylkää"
 
@@ -2420,11 +2468,11 @@ msgstr "Hylkää"
 msgid "Discard changes?"
 msgstr "Hylätäänkö muutokset?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Hylätäänkö luonnos?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Hylätäänkö julkaisu?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Löydä uusia mukautettuja syötteitä"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Löydä uusia syötteitä"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Hylkää"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Hylkää virhe"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "Näytä suuremmat tekstivastineen merkit"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Näyttönimi"
@@ -2482,11 +2530,11 @@ msgstr "Näyttönimi"
 msgid "Display Name"
 msgstr "Näyttönimi"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Näyttönimi on liian pitkä"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Ei ala yhdysviivalla eikä lopu sellaiseen"
 msgid "Domain verified!"
 msgstr "Verkkotunnus vahvistettu!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Valmis{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Kaksoisnapauta sulkeaksesi valintaikkunan"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "Kesto:"
 msgid "e.g. alice"
 msgstr "esim. maija"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "esim. Maija Sukunimi"
 
@@ -2587,7 +2645,7 @@ msgstr "esim. Maija Mallikas"
 msgid "e.g. alice.com"
 msgstr "esim. maija.fi"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "esim. Taiteilija, koiraharrastaja ja innokas lukija."
 
@@ -2595,19 +2653,19 @@ msgstr "esim. Taiteilija, koiraharrastaja ja innokas lukija."
 msgid "E.g. artistic nudes."
 msgstr "Esim. taiteelliset alastonkuvat."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "esim. Loistavat kirjoittajat"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "esim. Roskapostittajat"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "esim. Julkaisijat, jotka osuvat maaliin aina."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "esim. Käyttäjät, jotka vastaavat toistuvasti mainoksilla."
 
@@ -2615,7 +2673,7 @@ msgstr "esim. Käyttäjät, jotka vastaavat toistuvasti mainoksilla."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Jokainen koodi toimii kerran. Saat lisää kutsukoodeja määräajoin."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Muokkaa"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Muokkaa profiilikuvaa"
 
@@ -2637,14 +2695,14 @@ msgstr "Muokkaa profiilikuvaa"
 msgid "Edit Feeds"
 msgstr "Muokkaa syötteitä"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Muokkaa kuvaa"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Muokkaa vuorovaikutusasetuksia"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Muokkaa listan tietoja"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Muokkaa moderointilistaa"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Muokkaa syötteitäni"
 
@@ -2679,15 +2742,15 @@ msgstr "Muokkaa käyttäjiä"
 msgid "Edit post interaction settings"
 msgstr "Muokkaa julkaisun vuorovaikutusasetuksia"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Muokkaa profiilia"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Muokkaa profiilia"
 
@@ -2695,7 +2758,7 @@ msgstr "Muokkaa profiilia"
 msgid "Edit starter pack"
 msgstr "Muokkaa aloituspakettia"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Muokkaa käyttäjälistaa"
 
@@ -2707,11 +2770,11 @@ msgstr "Muokkaa, kuka voi vastata"
 msgid "Edit your display name"
 msgstr "Muokkaa näyttönimeäsi"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Muokkaa profiilisi kuvausta"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Muokkaa aloituspakettiasi"
 
@@ -2724,9 +2787,8 @@ msgstr "Koulutus"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Joko listan tekijä on estänyt sinut tai sitten sinä olet estänyt listan tekijän."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Sähköpostiosoite"
 
@@ -2747,20 +2809,17 @@ msgstr "Sähköpostiosoite"
 msgid "Email Resent"
 msgstr "Sähköpostiviesti lähetetty uudelleen"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Sähköpostiosoite päivitetty"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Sähköpostiosoite päivitetty"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Sähköpostiosoite vahvistettu"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Upotuksen HTML-koodi"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Upota julkaisu"
 
@@ -2785,8 +2844,9 @@ msgstr "Upota tämä julkaisu verkkosivustollesi. Kopioi vain seuraava koodinpä
 msgid "Embedded video player"
 msgstr "Upotettu videosoitin"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Ota käyttöön"
 
@@ -2798,9 +2858,9 @@ msgstr "Ota vain {0} käyttöön"
 msgid "Enable adult content"
 msgstr "Ota aikuissisältö käyttöön"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Ota sähköpostiin perustuva kaksivaiheinen tunnistautuminen käyttöön"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Käytössä"
 msgid "End of feed"
 msgstr "Syötteen loppu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Varmista, että olet valinnut jokaisen tekstitystiedoston kielen."
 
@@ -2860,14 +2920,15 @@ msgstr "Syötä salasana"
 msgid "Enter a word or tag"
 msgstr "Syötä sana tai tunniste"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Syötä koodi"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Syötä vahvistuskoodi"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Siirry koko näytön tilaan"
@@ -2897,11 +2958,7 @@ msgstr "Syötä syntymäaikasi"
 msgid "Enter your email address"
 msgstr "Syötä sähköpostiosoitteesi"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Syötä uusi sähköpostiosoitteesi ylle"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Syötä uusi sähköpostiosoitteesi alle."
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Virhe"
@@ -2997,15 +3054,15 @@ msgstr "Poistuu kuvan katselutilasta"
 msgid "Expand alt text"
 msgstr "Laajenna tekstivastine"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Laajenna käyttäjäluettelo"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Laajenna tai pienennä julkaisu, johon olit vastaamassa"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "Vanhentuu {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Siveetön tai mahdollisesti häiritsevä media."
 msgid "Explicit sexual images."
 msgstr "Siveettömän seksuaaliset kuvat."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Vie tietoni"
 
@@ -3071,12 +3132,12 @@ msgstr "Ulkoinen media"
 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 "Ulkoinen media voi mahdollistaa verkkosivustoille tietojenkeruun sinusta ja laitteestasi. Tietoja ei lähetetä eikä pyydetä, ellet paina ”toista”-painiketta."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Ulkoisten median asetukset"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Käyttäjätunnuksen vaihtaminen epäonnistui. Yritä uudelleen."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Sovellussalasanan luominen epäonnistui. Yritä uudelleen."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Aloituspaketin luominen epäonnistui"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Listan luominen epäonnistui. Tarkista internetyhteytesi ja yritä uudelleen."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Viestin poistaminen epäonnistui"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Julkaisun poistaminen epäonnistui, yritä uudelleen"
 
@@ -3129,7 +3186,7 @@ msgstr "Julkaisun poistaminen epäonnistui, yritä uudelleen"
 msgid "Failed to delete starter pack"
 msgstr "Aloituspaketin poistaminen epäonnistui"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Lähettäminen epäonnistui"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Valituksen lähettäminen epäonnistui. Yritä uudelleen."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Ketjun mykistäminen tai mykistyksen poistaminen epäonnistui, yritä uudelleen"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Syötteiden päivittäminen epäonnistui"
@@ -3219,11 +3290,15 @@ msgstr "Asetusten päivittäminen epäonnistui"
 msgid "Failed to upload video"
 msgstr "Videon lataaminen palveluun epäonnistui"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Käyttäjätunnuksen vahvistaminen epäonnistui. Yritä uudelleen."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Syöte"
 
@@ -3242,24 +3317,24 @@ msgstr "Syötteen vaihtokytkin"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Palaute"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Palaute lähetetty!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Syötteet"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Joustava"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Seuraa"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Seuraa"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Seuraa tiliä {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Seuraa käyttäjää {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Seuraa 10:tä tiliä"
 msgid "Follow 7 accounts"
 msgstr "Seuraa 7:ää tiliä"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Seuraa tiliä"
 
@@ -3391,7 +3462,7 @@ msgstr "Seuraa tiliä"
 msgid "Follow all"
 msgstr "Seuraa kaikkia"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Seuraa takaisin"
@@ -3417,7 +3488,7 @@ msgstr "Seuraajina <0>{0}</0> ja <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Seuraajina <0>{0}</0>, <1>{1}</1> ja {2, plural, one {# muu} other {# muuta}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Tuntemasi käyttäjän @{0} seuraajat"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Tuntemasi seuraajat"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Seuratut"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Seurataan käyttäjää {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Seurataan käyttäjää {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Seuratut-syötteen asetukset"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Seuratut-syötteen asetukset"
@@ -3524,7 +3591,7 @@ msgstr "Julkaisee usein ei-toivottua sisältöä"
 msgid "From @{sanitizedAuthor}"
 msgstr "Käyttäjältä @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Syötteestä <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Syötteestä <0/>"
 msgid "Gallery"
 msgstr "Galleria"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Generoi aloituspaketti"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Näytä ohje"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Aloita tästä"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Aloita tästä"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Anna profiilillesi kasvot"
 
@@ -3567,10 +3636,10 @@ msgstr "Räikeät lain tai käyttöehtojen rikkomukset"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Palaa takaisin"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Palaa kotinäkymään"
 msgid "Go Home"
 msgstr "Palaa kotinäkymään"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Graafinen media"
 msgid "Half way there!"
 msgstr "Puolivälissä!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Käyttäjätunnus"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptiikka"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Häirintä, trollaus tai suvaitsemattomuus"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Aihetunniste"
 
@@ -3673,19 +3758,24 @@ msgstr "Aihetunniste"
 msgid "Hashtag {tag}"
 msgstr "Aihetunniste {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Ongelmia?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Ohje"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Auta ihmisiä tietämään, ettet ole botti, lataamalla palveluun kuva tai luomalla profiilikuva."
 
@@ -3698,7 +3788,7 @@ msgstr "Tässä on sovellussalasanasi!"
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr "Piilotettu lista"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Piilota"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Piilota"
@@ -3729,18 +3819,18 @@ msgstr "Piilota"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Piilota julkaisu minulta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Piilota vastaus kaikilta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Piilota vastaus minulta"
 
@@ -3748,12 +3838,12 @@ msgstr "Piilota vastaus minulta"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Piilotetaanko tämä julkaisu?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Piilotetaanko tämä vastaus?"
 
@@ -3771,7 +3861,7 @@ msgstr "Piilotetaanko trendaavat aiheet?"
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Piilota käyttäjäluettelo"
 
@@ -3817,11 +3907,11 @@ msgstr "Hmm, emme pystyneet lataamaan tätä moderointipalvelua."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Odottakaa! Annamme vähitellen pääsyn videoon, ja olet yhä odotusjonossa. Tarkista tilanne pian uudelleen!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Koti"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Kuumat vastaukset ensin"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Kuinka haluat avata tämän linkin?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Minulla on koodi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Minulla on koodi"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Minulla on vahvistuskoodi"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Jos poistat tämän listan, et voi palauttaa sitä."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Jos sinulla on oma verkkotunnus, voit käyttää sitä käyttäjätunnuksenasi. Näin voit itse vahvistaa henkilöllisyytesi. <0>Lue lisää täältä.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Jos poistat tämän julkaisun, et voi palauttaa sitä."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Jos haluat vaihtaa salasanasi, lähetämme sinulle koodin vahvistaaksemme, että tämä on tilisi."
@@ -3915,18 +4008,19 @@ msgstr "Laiton ja kiireellinen"
 msgid "Image"
 msgstr "Kuva"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Kuva tallennettu galleriaasi!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Virheellinen kaksivaiheisen tunnistautumisen vahvistuskoodi."
 msgid "Invalid handle. Please try a different one."
 msgstr "Virheellinen käyttäjätunnus. Kokeile toista."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Virheellinen tai ei-tuettu julkaisutietue"
 
@@ -4041,12 +4135,12 @@ msgstr "Se on oikein"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Vain sinä olet nyt tässä! Lisää muita käyttäjiä aloituspakettiisi yllä olevalla haulla."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Työpaikan tunnus: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Työpaikat"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Tekijän merkitsemä."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Merkinnät"
 
@@ -4100,13 +4194,13 @@ msgstr "Sisältösi merkinnät"
 msgid "Language selection"
 msgstr "Kielen valinta"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Kieliasetukset"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Kielet"
 
@@ -4124,12 +4218,12 @@ msgstr "Uusimmat"
 msgid "learn more"
 msgstr "lue lisää"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Lue lisää"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Lue lisää Blueskysta"
 
@@ -4158,8 +4252,8 @@ msgstr "Lue lisää tähän sisältöön kohdistuvasta moderoinnista."
 msgid "Learn more about this warning"
 msgstr "Lue lisää tästä varoituksesta"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Poistutaan Blueskysta"
 msgid "left to go."
 msgstr "jäljellä."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Anna minun valita"
 
@@ -4230,7 +4324,7 @@ msgstr "Vaalea"
 msgid "Like"
 msgstr "Tykkää"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Tykkää ({0, plural, one {# tykkäys} other {# tykkäystä}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Tykkää 10 julkaisusta kouluttaaksesi Discover-syötettä"
 msgid "Like this feed"
 msgstr "Tykkää tästä syötteestä"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Tykänneet"
 
@@ -4269,16 +4363,16 @@ msgstr "Tykännyt {0, plural, one {# käyttäjä} other {# käyttäjää}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Tykännyt {likeCount, plural, one {# käyttäjä} other {# käyttäjää}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Tykkäykset"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Tämän julkaisun tykkäykset"
 
@@ -4287,11 +4381,11 @@ msgstr "Tämän julkaisun tykkäykset"
 msgid "Linear"
 msgstr "Lineaarisesti"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Listan kuvake"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lista mykistetty"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Listan nimi"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Listan mykistys poistettu"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listat"
 
@@ -4358,6 +4452,22 @@ msgstr "Listat"
 msgid "Lists blocking this user:"
 msgstr "Listat, jotka estävät tämän käyttäjän:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Lue lisää"
@@ -4370,18 +4480,18 @@ msgstr "Lataa lisää ehdotettuja syötteitä"
 msgid "Load new notifications"
 msgstr "Lataa uusia ilmoituksia"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Lataa uusia julkaisuja"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Ladataan…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Loki"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo käyttäjältä @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo käyttäjältä <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Nähtävästi irrotit kaikki syötteesi. Älä kuitenkaan huoli, sillä
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Nähtävästi sinulta puuttuu seurattujen syöte. <0>Napsauta tästä lisätäksesi sellaisen.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Tee minulle sellainen"
 
@@ -4455,7 +4569,14 @@ msgstr "Merkitse luetuksi"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr ""
 
@@ -4479,7 +4600,7 @@ msgstr "Maininnat"
 msgid "Menu"
 msgstr "Valikko"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Lähetä viesti käyttäjälle {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Viesti on liian pitkä"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Viestit"
 
@@ -4532,10 +4653,10 @@ msgstr "Harhaanjohtava tili"
 msgid "Misleading Post"
 msgstr "Harhaanjohtava julkaisu"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderointi"
 
@@ -4557,12 +4678,12 @@ msgstr "Moderointilista käyttäjältä <0/>"
 msgid "Moderation list by you"
 msgstr "Oma moderointilistasi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Moderointilista luotu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Moderointilista päivitetty"
@@ -4571,8 +4692,8 @@ msgstr "Moderointilista päivitetty"
 msgid "Moderation lists"
 msgstr "Moderointilistat"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Moderointilistat"
 
@@ -4580,7 +4701,7 @@ msgstr "Moderointilistat"
 msgid "moderation settings"
 msgstr "moderointiasetukset"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderointitilat"
 
@@ -4593,7 +4714,7 @@ msgstr "Moderointityökalut"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Moderaattori on valinnut asettaa sisällölle yleisen varoituksen."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Lisää"
 
@@ -4602,8 +4723,8 @@ msgstr "Lisää"
 msgid "More feeds"
 msgstr "Lisää syötteitä"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Lisää valintoja"
@@ -4637,10 +4758,10 @@ msgstr "Mykistä"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Mykistä tili"
 
@@ -4689,13 +4810,13 @@ msgstr "Mykistä tämä sana vain tunnisteissa"
 msgid "Mute this word until you unmute it"
 msgstr "Mykistä tämä sana kunnes poistat sen mykistyksen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Mykistä ketju"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Mykistä sanoja ja tunnisteita"
 
@@ -4703,12 +4824,12 @@ msgstr "Mykistä sanoja ja tunnisteita"
 msgid "Muted accounts"
 msgstr "Mykistetyt tilit"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Mykistetyt tilit"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Mykistettyjen tilien julkaisut poistetaan syötteestäsi ja ilmoituksistasi. Mykistykset ovat täysin yksityisiä."
 
@@ -4729,15 +4850,15 @@ msgstr "Mykistäminen on yksityistä. Mykistetyt tilit voivat edelleen olla vuor
 msgid "My Birthday"
 msgstr "Syntymäpäiväni"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Syötteeni"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nimi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Nimi on pakollinen"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Siirtyy seuraavalle näytölle"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Siirtyy profiiliisi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Tarvitseeko sinun vaihtaa se?"
 
@@ -4797,18 +4918,23 @@ msgstr "Ei se mitään, luo minulle käyttäjätunnus"
 msgid "New"
 msgstr "Uusi"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Uusi"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Uusi chatti"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Uusi käyttäjätunnus"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Uusi lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Uusi lista"
 msgid "New messages"
 msgstr "Uusia viestejä"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Uusi moderointilista"
 
@@ -4840,10 +4966,10 @@ msgstr "Uusi salasana"
 msgid "New Password"
 msgstr "Uusi salasana"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Uusi julkaisu"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Uusi julkaisu"
@@ -4863,7 +4989,7 @@ msgstr "Uusi julkaisu"
 msgid "New user info dialog"
 msgstr "Käyttäjän uusien tietojen valintaikkuna"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Uusi käyttäjälista"
 
@@ -4911,6 +5037,10 @@ msgstr "Ei vielä sovellussalasanoja"
 msgid "No DNS Panel"
 msgstr "Ei DNS-paneelia"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Esillä olevia GIF-kuvia ei löydy. Tenorissa saattaa olla ongelma."
@@ -4924,8 +5054,8 @@ msgstr "Syötteitä ei löydy. Kokeile hakea jotain muuta."
 msgid "No likes yet"
 msgstr "Ei vielä tykkäyksiä"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Et enää seuraa käyttäjää {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Ei vielä lainauksia"
 msgid "No reposts yet"
 msgstr "Ei vielä uudelleenjulkaisuja"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Ei tulosta"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Tuloksia ei löytynyt"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Ei tuloksia haulle ”{query}”"
 
@@ -5032,19 +5162,14 @@ msgstr "Ei-seksuaalinen alastomuus"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Ei löydy"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Ei juuri nyt"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Huomio jakamisesta"
 
@@ -5052,7 +5177,7 @@ msgstr "Huomio jakamisesta"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Huomio: Bluesky on avoin ja julkinen verkosto. Tämä asetus rajoittaa vain sisältösi näkyvyyttä Bluesky-sovelluksessa ja -verkkosivustolla, eivätkä muut sovellukset välttämättä noudata tätä asetusta. Sisältösi voi silti näkyä kirjautumattomille käyttäjille muissa sovelluksissa ja muilla sivustoilla."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Täällä ei mitään"
 
@@ -5060,7 +5185,7 @@ msgstr "Täällä ei mitään"
 msgid "Notification filters"
 msgstr "Ilmoitusten suodattimet"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Ilmoitusasetukset"
@@ -5077,11 +5202,11 @@ msgstr "Ilmoitusasäänet"
 msgid "Notification Sounds"
 msgstr "Ilmoitusasäänet"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Ilmoitukset"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Voi ei! Jokin meni vikaan."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr ""
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Selvä"
 
@@ -5140,19 +5265,19 @@ msgstr "Vanhimmat vastaukset ensin"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "palvelussa<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Käyttöönoton nollaus"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Ainakin yhdeltä GIF-animaatiolta puuttuu tekstivastine."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Ainakin yhdeltä kuvalta puuttuu tekstivastine."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Ainakin yhdeltä videolta puuttuu tekstivastine."
 
@@ -5168,7 +5293,7 @@ msgstr "Vain {0} voi vastata."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Sisältää vain kirjaimia, numeroita ja yhdysviivoja"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Vain kuvatiedostoja tuetaan"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Hups, jokin meni vikaan!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Hups!"
 
@@ -5194,11 +5319,7 @@ msgstr "Hups!"
 msgid "Open"
 msgstr "Avoin"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Avaa käyttäjän {name} profiilin pikavalikko"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Avaa profiilikuvan luontityökalu"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Avaa alavalikko"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Avaa emojinvalitsin"
 
@@ -5225,7 +5346,7 @@ msgstr "Avaa syötteen tietonäkymä"
 msgid "Open feed options menu"
 msgstr "Avaa syötteen valinnat"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Avaa linkki {niceUrl}"
 msgid "Open message options"
 msgstr "Avaa viestin valinnat"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Avaa moderoinnin vianetsintäsivu"
 
@@ -5249,20 +5370,25 @@ msgstr "Avaa mykistettyjen sanojen ja tunnisteiden asetukset"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Avaa julkaisun valinnat"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Avaa aloituspaketin valikko"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Avaa storybook-sivu"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Avaa järjestelmäloki"
 
@@ -5282,19 +5408,19 @@ msgstr "Avaa valintaikkunan sen valitsemiseksi, kuka voi vastata tähän ketjuun
 msgid "Opens additional details for a debug entry"
 msgstr "Avaa vienetsintäkirjauksen lisätiedot"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Avaa laitteen kameran"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "Avaa editorin"
 msgid "Opens device photo gallery"
 msgstr "Avaa laitteen kuvagallerian"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr "Avaa vaiheet olemassa olevaan Bluesky-tiliisi kirjautumiseksi"
 msgid "Opens GIF select dialog"
 msgstr "Avaa GIF-valintaikkunan"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "Avaa kutsukoodien luettelon"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Avaa salasanan palautuslomakkeen"
@@ -5340,12 +5470,12 @@ msgstr "Avaa salasanan palautuslomakkeen"
 msgid "Opens the linked website"
 msgstr "Avaa linkitetyn verkkosivun"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Avaa tämän profiilin"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Avaa videonvalitsimen"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Jokin muu"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Toinen tili"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Sivua ei löydy"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pysäytä video"
 msgid "People"
 msgstr "Käyttäjät"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Käyttäjät, joita @{0} seuraa"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Käyttäjät, jotka seuraavat tiliä @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Kiinnitä kotinäkymään"
 msgid "Pin to Home"
 msgstr "Kiinnitä kotinäkymään"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Kiinnitä profiiliisi"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Kiinnitetty"
 
@@ -5578,14 +5708,14 @@ msgstr "Valitse käyttäjätunnuksesi."
 msgid "Please choose your password."
 msgstr "Valitse salasanasi."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Täydennä vahvistus-captcha, ole hyvä."
 
-#: 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 "Vahvista sähköpostiosoitteesi ennen sen vaihtamista. Tämä on väliaikainen vaatimus siksi ajaksi kun sähköpostiosoitteen päivitystyökaluja lisätään, ja se poistetaan pian."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Anna tälle sovellussalasanalle uniikki nimi tai käytä satunnaisesti luotua."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Syötä mykistettäväksi kelpaava sana, tunniste tai fraasi"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Syötä sähköpostiosoitteesi."
 msgid "Please enter your invite code."
 msgstr "Syötä kutsukoodisi."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Kirjaudu sisään käyttäjänä @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Vahvista sähköpostiosoitteesi"
 
@@ -5662,7 +5818,7 @@ msgstr "Politiikka"
 msgid "Porn"
 msgstr "Porno"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Julkaise"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Julkaise"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Julkaise kaikki"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Julkaissut {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Julkaissut @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Julkaisu poistettu"
@@ -5697,7 +5853,7 @@ msgstr "Julkaisu poistettu"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Julkaisun lataaminen palveluun epäonnistui. Tarkista internetyhteytesi ja yritä uudelleen."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr "Piilottamasi julkaisu"
 msgid "Post interaction settings"
 msgstr "Julkaisun vuorovaikutusasetukset"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Julkaisu irrotettu"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Julkaisut"
@@ -5789,7 +5945,7 @@ msgstr "Paina näyttääksesi tämän tilin seuraajat, joita seuraat myös itse"
 msgid "Previous image"
 msgstr "Edellinen kuva"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Ensisijainen kieli"
 
@@ -5807,26 +5963,26 @@ msgstr "Etusijan ilmoitukset"
 msgid "Privacy"
 msgstr "Yksityisyys"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Yksityisyys ja turvallisuus"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Yksityisyys ja turvallisuus"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Tietosuojakäytäntö"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Käsitellään videota…"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Käsitellään…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profiili"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profiili"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profiili päivitetty"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Julkisia, jaettavia listoja, joita voidaan käyttää syötteiden ohjaamiseen."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "QR-koodi tallennettu kuvagalleriaasi!"
 msgid "Quote post"
 msgstr "Lainaa julkaisua"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Lainausjulkaisu liitettiin uudelleen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Lainausjulkaisu irrotettiin onnistuneesti"
 
@@ -5927,7 +6083,7 @@ msgstr "Lainausasetukset"
 msgid "Quotes"
 msgstr "Lainaukset"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Tämän julkaisun lainaukset"
 
@@ -5942,8 +6098,8 @@ msgstr "Satunnainen (niin sanottu ”lähettäjän ruletti”)"
 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 "Nopeusraja ylitettiin – olet yrittänyt vaihtaa käyttäjätunnustasi liian monta kertaa lyhyessä ajassa. Odota hetki ennen kuin yrität uudelleen."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Liitä lainaus uudelleen"
 
@@ -5960,15 +6116,15 @@ msgstr "Palauta tilisi käyttöön"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Lue Blueskyn blogia"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Yhdistä uudelleen"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Lataa keskustelut uudelleen"
@@ -6022,7 +6178,7 @@ msgstr "Lataa keskustelut uudelleen"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Poista"
 msgid "Remove {displayName} from starter pack"
 msgstr "Poista {displayName} aloituspaketista"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Poista tili"
 
@@ -6046,13 +6202,13 @@ msgstr "Poista tili"
 msgid "Remove attachment"
 msgstr "Poista liite"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Poista profiilikuva"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Poista banneri"
 
@@ -6079,7 +6235,7 @@ msgstr "Poistetaanko syöte?"
 msgid "Remove from my feeds"
 msgstr "Poista syötteistäni"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Poistetaanko pikakäytöstä?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "Poista kuva"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Poista mykistyssana listastasi"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Poista profiili"
 
@@ -6114,7 +6275,7 @@ msgstr "Poista lainaus"
 msgid "Remove repost"
 msgstr "Poista uudelleenjulkaisu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Poista tekstitystiedosto"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Poistettu syötteistäsi"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Poistaa lainausjulkaisun"
@@ -6181,7 +6338,7 @@ msgstr "Poistaa lainausjulkaisun"
 msgid "Replace with Discover"
 msgstr "Korvaa syötteellä Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Vastaukset"
 
@@ -6193,12 +6350,12 @@ msgstr "Vastaaminen poissa käytöstä"
 msgid "Replies to this post are disabled."
 msgstr "Tähän julkaisuun vastaaminen on poissa käytöstä."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Vastaa"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Vastaa ({0, plural, one {# vastaus} other {# vastausta}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Vastausasetukset ovat ketjun aloittajan valitsemat"
 msgid "Reply sorting"
 msgstr "Vastausten järjestely"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Vastaa käyttäjälle <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Vastaa estettyyn julkaisuun"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Vastaa julkaisuun"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Vastaa sinulle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Vastauksen näkyvyys päivitetty"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Vastaus piilotettiin onnistuneesti"
 
@@ -6261,16 +6418,16 @@ msgstr "Vastaus piilotettiin onnistuneesti"
 msgid "Report"
 msgstr "Ilmianna"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Ilmianna tili"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Ilmianna keskustelu"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Ilmianna viesti"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Ilmianna julkaisu"
 
@@ -6369,27 +6526,27 @@ msgstr "Uudelleenjulkaise tai lainaa julkaisua"
 msgid "Reposted By"
 msgstr "Uudelleenjulkaisseet"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} uudelleenjulkaisi"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0> uudelleenjulkaisi"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Uudelleenjulkaisit"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Tämän julkaisun uudelleenjulkaisut"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Pyydä muutosta"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Pyydä koodia"
 msgid "Require alt text before posting"
 msgstr "Edellytä tekstivastinetta ennen julkaisua"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Edellytä sähköpostikoodia tilillesi kirjautumiseen."
 
@@ -6413,13 +6570,19 @@ msgstr "Vaaditaan tälle palveluntarjoajalle"
 msgid "Required in your region"
 msgstr "Pakollinen alueellasi"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Lähetä sähköpostiviesti uudelleen"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Lähetä sähköpostiviesti uudelleen"
@@ -6436,8 +6599,8 @@ msgstr "Palautuskoodi"
 msgid "Reset Code"
 msgstr "Palautuskoodi"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Nollaa käyttöönoton tila"
 
@@ -6458,10 +6621,10 @@ msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Palaa edelliselle sivulle"
 msgid "Returns to home page"
 msgstr "Palaa kotinäkymään"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Tallenna"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Tallenna"
@@ -6534,7 +6699,7 @@ msgstr "Tallenna syntymäpäivä"
 msgid "Save changes"
 msgstr "Tallenna muutokset"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Tallenna muutokset"
 
@@ -6564,16 +6729,12 @@ msgstr "Tallenna syötteisiini"
 msgid "Saved Feeds"
 msgstr "Tallennetut syötteet"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Tallennettu kuvagalleriaasi"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Tallennettu syötteisiisi"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Tallentaa profiilisi muutokset"
 
@@ -6583,8 +6744,8 @@ msgstr "Tallentaa kuvan rajausasetukset"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Tervehdi!"
 
@@ -6602,11 +6763,11 @@ msgstr "Vieritä alkuun"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Haku"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr "Hae nimellä tai kiinnostuksen kohteella"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Hae syötteitä"
 
@@ -6656,8 +6817,8 @@ msgstr "Hae GIF-animaatioita"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Turvatarkistus vaaditaan"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Katso Blueskyn työpaikat"
 
@@ -6719,6 +6884,10 @@ msgstr "Valitse väri"
 msgid "Select account"
 msgstr "Valitse tili"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Valitse profiilikuva"
@@ -6727,10 +6896,22 @@ msgstr "Valitse profiilikuva"
 msgid "Select an emoji"
 msgstr "Valitse emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Valitse sisällön kielet"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Valitse olemassa olevalta tililtä"
@@ -6747,11 +6928,11 @@ msgstr "Valitse GIF ”{0}”"
 msgid "Select how long to mute this word for."
 msgstr "Valitse, kuinka pitkään tämä sana mykistetään."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Valitse kieli…"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Valitse kielet"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Valitse moderaattori"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Valitse emoji {emojiName} profiikuvaksesi"
 msgid "Select the moderation service(s) to report to"
 msgstr "Valitse moderointipalvelu(t), joille ilmiantaa"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Valitse video"
 
@@ -6784,11 +6969,11 @@ msgstr "Valitse video"
 msgid "Select what content this mute word should apply to."
 msgstr "Valitse, mitä sisältöä tämä mykistyssana koskee."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Valitse, mitä kieliä haluat tilaamiesi syötteiden sisältävän. Jos et valitse mitään, kaikki kielet näytetään."
 
@@ -6801,7 +6986,7 @@ msgstr "Aseta syntymäaikasi"
 msgid "Select your interests from the options below"
 msgstr "Valitse kiinnostuksen kohteesi alla olevista vaihtoehdoista"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Valitse käännösten kieli syötteessäsi."
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "Lähetä siisti verkkosivusto!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Lähetä vahvistus"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Lähetä vahvistussähköpostiviesti"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Lähetä vahvistussähköpostiviesti"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Lähetä sähköpostiviesti"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Lähetä sähköpostiviesti"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Lähetä palautetta"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Lähetä viesti"
@@ -6863,13 +7046,14 @@ msgstr "Lähetä raportti palveluun {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Lähetä vahvistussähköpostiviesti"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Lähetä yksityisviestillä"
 
@@ -6901,10 +7085,10 @@ msgstr "Määritä tilisi"
 msgid "Sets email for password reset"
 msgstr "Asettaa sähköpostiosoitteen salasanan palautusta varten"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Asetukset"
 
@@ -6926,16 +7110,16 @@ msgstr "Seksuaalisesti vihjaileva"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Jaa"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Jaa"
@@ -6948,9 +7132,9 @@ msgstr "Jaa siisti tarina!"
 msgid "Share a fun fact!"
 msgstr "Jaa hauska fakta!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Jaa kuitenkin"
 
@@ -6990,7 +7174,7 @@ msgstr "Jaa tämä aloituspaketti ja auta muita liittymään yhteisöösi Bluesk
 msgid "Share your favorite feed!"
 msgstr "Jaa suosikkisyötteesi!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Jaettujen asetusten testeri"
 
@@ -7011,8 +7195,8 @@ msgstr "Näytä tekstivastine"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Näytä silti"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Näytä piilotetut vastaukset"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Näytä vähemmän tällaista"
 
@@ -7042,14 +7226,14 @@ msgstr "Näytä vähemmän tällaista"
 msgid "Show list anyway"
 msgstr "Näytä lista silti"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Näytä lisää"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Näytä enemmän tällaista"
 
@@ -7079,8 +7263,8 @@ msgstr "Näytä vastaukset ketjuna"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Näytä seuraamiesi käyttäjien vastaukset ennen muita vastauksia"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Näytä vastaus kaikille"
 
@@ -7102,11 +7286,11 @@ msgstr "Näytä varoitus"
 msgid "Show warning and filter from feeds"
 msgstr "Näytä varoitus ja suodata syötteistä"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "Kirjaudu sisään"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Kirjaudu sisään käyttäjänä {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Kirjaudu sisään tai luo tili osallistuaksesi keskusteluun!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Kirjaudu tiliin, joka ei ole luettelossa"
 
@@ -7158,15 +7342,15 @@ msgstr "Kirjaudu tiliin, joka ei ole luettelossa"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Kirjaudu Blueskyhin tai luo uusi tili"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Kirjaudu ulos"
 
@@ -7174,8 +7358,8 @@ msgstr "Kirjaudu ulos"
 msgid "Sign Out"
 msgstr "Kirjaudu ulos"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Kirjaudutaanko ulos?"
 
@@ -7206,12 +7390,17 @@ msgstr "Ohita nämä vaiheet"
 msgid "Smaller"
 msgstr "Pienempi"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Ohjelmistokehitys"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Jokin meni vikaan"
 
@@ -7264,8 +7453,8 @@ msgstr "Jokin meni vikaan. Yritä uudelleen."
 msgid "Something wrong? Let us know."
 msgstr "Onko jokin vialla? Kerro meille."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Pahoittelut! Istuntosi on vanhentunut. Kirjaudu sisään uudelleen."
 
@@ -7304,7 +7493,7 @@ msgstr "Roskaposti; liialliset maininnat tai vastaukset"
 msgid "Sports"
 msgstr "Urheilu"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Aloita uusi chatti"
 
@@ -7322,8 +7511,8 @@ msgstr "Ala lisätä käyttäjiä!"
 msgid "Start chat with {displayName}"
 msgstr "Aloita chatti käyttäjän {displayName} kanssa"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Aloituspaketti"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Aloituspaketti on virheellinen"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Aloituspaketit"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Aloituspakettien avulla voit jakaa helposti suosikkisyötteesi ja -käyttäjäsi kavareillesi."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Tilasivu"
 
@@ -7363,12 +7552,12 @@ msgstr "Tilasivu"
 msgid "Step {0} of {1}"
 msgstr "Vaihe {0}/{1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Tallennustila tyhjennetty. Sinun on nyt käynnistettävä sovellus uudelleen."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr ""
 
@@ -7401,11 +7590,11 @@ msgstr "Tilaa"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Tilaa @{0} käyttääksesi näitä merkintöjä:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Tilaa merkitsijä"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Tilaa tämä merkitsijä"
 
@@ -7413,11 +7602,12 @@ msgstr "Tilaa tämä merkitsijä"
 msgid "Subscribe to this list"
 msgstr "Tilaa tämä lista"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Onnistui!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Tuki"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Vaihda tiliä"
 
@@ -7462,11 +7652,11 @@ msgstr "Vaihda tiliä"
 msgid "Switch Account"
 msgstr "Vaihda tiliä"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "Järjestelmä"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Järjestelmäloki"
 
@@ -7518,7 +7708,7 @@ msgstr "Teknologia"
 msgid "Tell a joke!"
 msgstr "Kerro vitsi!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Kerro hieman itsestäsi"
 
@@ -7531,12 +7721,12 @@ msgstr "Kerro hieman lisää"
 msgid "Terms"
 msgstr "Ehdot"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Käyttöehdot"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "Tekstikenttä"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Kiitos! Sähköpostiosoitteesi on vahvistettu onnistuneesti!"
 
@@ -7597,12 +7791,12 @@ msgstr "Tätä aloituspakettia ei löydy."
 msgid "That's all, folks!"
 msgstr "Siinä kaikki, ihmiset!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Tili voi olla vuorovaikutuksessa kanssasi, kun poistat eston."
 
@@ -7636,6 +7830,10 @@ msgstr "Discover-syöte"
 msgid "The Discover feed now knows what you like"
 msgstr "Discover-syöte tietää nyt, mistä pidät"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Kokemus on parempi sovelluksessa. Lataa Bluesky nyt, niin jatkamme siitä, mihin jäit."
@@ -7667,8 +7865,9 @@ msgstr "Tietosuojakäytäntö on siirretty kohtaan <0/>"
 
 #: src/view/com/composer/state/video.ts:395
 msgid "The selected video is larger than 100 MB."
-msgstr ""
+msgstr "Valittu video on suurempi kuin 100 Mt."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Palvelin näyttää kärsivän ongelmista. Yritä hetken kuluttua uudelleen."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Yhteydenotossa palvelimeen ilmeni ongelma"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Yhteydenotossa palvelimeen ilmeni ongelma. Tarkista internetyhteytesi ja yritä uudelleen."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Ilmoitusten hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Julkaisujen hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen."
 
@@ -7763,20 +7962,20 @@ msgstr "Raportin lähettämisessä ilmeni ongelma. Tarkista internetyhteytesi."
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Syötteidesi päivityksessä ilmeni ongelma. Tarkista internetyhteytesi ja yritä uudelleen."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Ilmeni ongelma! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Nämä asetukset vaikuttavat vain Seuratut-syötteeseen."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Tämä {screenDescription} on liputettu:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Tämä tili on pyytänyt, että käyttäjät kirjautuvat sisään nähd
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Tämä tili on estetty ainakin yhden moderointilistasi perusteella. Poistaaksesi eston käy suoraan listoissa ja poista tämä käyttäjä."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Tämä sisältö ei ole nähtävissä ilman Bluesky-tiliä."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Tämä ominaisuus on beetavaiheessa. Voit lukea lisää arkistojen viennistä <0>tästä blogijulkaisusta</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Tämä ominaisuus ei ole saatavilla sovellussalasanaa käytettäessä. Kirjaudu sisään pääsalasanallasi."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Tämä syöte on tyhjä! Sinun on ehkä seurattava useampia käyttäjiä tai säädettävä kieliasetuksiasi."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Tämä syöte on tyhjä."
@@ -7899,9 +8106,10 @@ msgstr "Tämä käyttäjätunnus on varattu. Kokeile toista."
 msgid "This information is not shared with other users."
 msgstr "Tätä tietoa ei jaeta muiden käyttäjien kanssa."
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
-msgstr "Tämä on tärkeää, jos sinun on koskaan vaihdettava sähköpostiosoitteesi tai palautettava salasanasi."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Tämä lista on tyhjä."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Tämä moderointipalvelu ei ole saatavilla. Katso lisätietoja alta. Jos ongelma jatkuu, ota yhteys meihin."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Tämä julkaisu väittää olevansa luotu <0>{0}</0>, mutta ensi kerran se on nähty Blueskyssa <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Tämä julkaisu väittää olevansa luotu <0>{0}</0>, mutta ensi kerran
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Tämä julkaisu on poistettu."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Tämä julkaisu on näkyvissä vain kirjautuneille käyttäjille. Sitä ei näytetä kirjautumattomille henkilöille."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Tämä julkaisu piilotetaan syötteistä ja ketjuista. Tätä ei voi kumota."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Tämän julkaisun tekijä on poistanut lainausjulkaisut käytöstä."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Tämä profiili näkyy vain kirjautuneille käyttäjille. Se ei näy kirjautumattomille henkilöille."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Tämä vastaus sijoitetaan piilotettuun osaan ketjusi loppuun, ja ilmoitukset myöhemmistä vastauksista – niin omista kuin muidenkin – mykistetään."
 
@@ -7976,6 +8184,10 @@ msgstr "Tämä palvelu ei ole toimittanut käyttöehtoja tai tietosuojakäytänt
 msgid "This should create a domain record at:"
 msgstr "Tämän pitäisi luoda tietue verkkotunnukseen"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Tällä käyttäjällä ei ole yhtään seuraajaa."
@@ -8013,11 +8225,11 @@ msgstr "Tämä käyttäjä ei seuraa ketään."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Tämä poistaa sanan ”{0}” mykistyksistäsi. Voit lisätä sen takaisin myöhemmin."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Tämä poistaa tilin @{0} pikakäyttöluettelosta."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Tämä poistaa julkaisusi tästä lainausjulkaisusta kaikilta käyttäjiltä ja korvaa sen paikkamerkillä."
 
@@ -8044,7 +8256,7 @@ msgstr "Ketjuna"
 msgid "Threaded mode"
 msgstr "Ketjunäkymä"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Ketjujen asetukset"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Jotta voit poistaa sähköpostiin perustuvan kaksivaiheisen tunnistautumisen käytöstä, vahvista pääsysi sähköpostiosoitteeseen."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Jos haluat ilmiantaa keskustelun, ilmianna jokin sen viesteistä keskustelunäytön kautta. Tämä auttaa moderaattoreitamme ymmärtämään ongelmasi kontekstin."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Jotta voit ladata videoita Blueskyhin, sinun on vahvistettava sähköpostiosoitteesi."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Kenelle haluaisit lähettää tämän raportin?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "Suosituimmat"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Aihe"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Käännä"
 
@@ -8144,6 +8357,7 @@ msgstr "Kirjoita viestisi tähän"
 msgid "Type:"
 msgstr "Tyyppi:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Yhteyden muodostaminen ei onnistu. Tarkista internetyhteytesi ja yritä uudelleen."
@@ -8166,27 +8380,27 @@ msgstr "Poistaminen ei onnistu"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Poista esto"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Poista esto"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Poista tilin esto"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Poistetaanko tilin esto?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Älä seuraa"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Lopeta käyttäjän {0} seuraaminen"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Lopeta tilin seuraaminen"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "Älä tykkää"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Älä tykkää ({0, plural, one {# tykkäys} other {# tykkäystä}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Poista mykistys"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Poista tilin mykistys"
 
@@ -8267,8 +8481,8 @@ msgstr "Poista keskustelun mykistys"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Poista ketjun mykistys"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Irrota kotinäkymästä"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Irrota profiilista"
 
@@ -8311,7 +8525,12 @@ msgstr "Irrotettu {0} kotinäkymästä"
 msgid "Unpinned from your feeds"
 msgstr "Irrotettu syötteistäsi"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Peruuta tilaus"
 
@@ -8320,7 +8539,7 @@ msgstr "Peruuta tilaus"
 msgid "Unsubscribe from list"
 msgstr "Peruuta listan tilaus"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Peruuta merkitsijän tilaus"
 
@@ -8328,11 +8547,11 @@ msgstr "Peruuta merkitsijän tilaus"
 msgid "Unsubscribed from list"
 msgstr "Listan tilaus peruutettu"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Ei-tuettu videotyyppi"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Ei-tuettu videotyyppi: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Päivitä <0>{displayName}</0> listoissa"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Päivitä verkkotunnukseen {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Lainauksen liitoksen päivittäminen epäonnistui"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Vastauksen näkyvyyden päivittäminen epäonnistui"
@@ -8371,7 +8601,7 @@ msgstr "Vastauksen näkyvyyden päivittäminen epäonnistui"
 msgid "Updating..."
 msgstr "Päivitetään…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Lataa palveluun sen sijaan kuva"
 
@@ -8379,22 +8609,22 @@ msgstr "Lataa palveluun sen sijaan kuva"
 msgid "Upload a text file to:"
 msgstr "Lataa tekstitiedosto osoitteeseen"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Lataa kamerasta"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Lataa tiedostoista"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Lataa kirjastosta"
 
@@ -8407,7 +8637,7 @@ msgstr "Ladataan kuvia palveluun…"
 msgid "Uploading link thumbnail..."
 msgstr "Ladataan linkin pikkukuvaa palveluun…"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Ladataan videota palveluun…"
 
@@ -8419,8 +8649,8 @@ msgstr "Käytä sovellussalasanoja kirjautuaksesi muihin Bluesky-sovelluksiin an
 msgid "Use default provider"
 msgstr "Käytä oletustoimittajaa"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Käytä sovelluksen sisäistä selainta"
 
@@ -8429,8 +8659,8 @@ msgstr "Käytä sovelluksen sisäistä selainta"
 msgid "Use in-app browser to open links"
 msgstr "Avaa linkit sovelluksen sisäisellä selaimella"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Käytä oletusselaintani"
 
@@ -8484,12 +8714,12 @@ msgstr "Käyttäjälista käyttäjältä {0}"
 msgid "User list by you"
 msgstr "Oma käyttäjälistasi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Käyttäjälista luotu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Käyttäjälista päivitetty"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "Arvo:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Vaaditaan vahvistettu sähköpostiosoite"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Vahvista DNS-tietue"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Vahvista sähköpostiosoite -valintaikkuna"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Vahvista uusi sähköpostiosoite"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Vahvista nyt"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Vahvista tekstitiedosto"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Vahvista sähköpostiosoitteesi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Vahvista sähköpostiosoitteesi"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versio {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr ""
 msgid "Video failed to process"
 msgstr "Videon käsitteleminen epäonnistui"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "Videopelit"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "Videota ei löydy."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Videon asetukset"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video ladattu palveluun"
 
@@ -8640,24 +8877,24 @@ msgstr "Video ladattu palveluun"
 msgid "Video: {0}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videot"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Näytä käyttäjän {0} profiilikuva"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Näytä käyttäjän {0} profiili"
 
@@ -8665,7 +8902,7 @@ msgstr "Näytä käyttäjän {0} profiili"
 msgid "View {displayName}'s profile"
 msgstr "Näytä käyttäjän {displayName} profiili"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Näytä estetyn käyttäjän profiili"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Näytä vianetsintäkirjaus"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Näytä lisätietoja"
 
@@ -8688,7 +8925,7 @@ msgstr "Näytä lisätietoja"
 msgid "View details for reporting a copyright violation"
 msgstr "Näytä lisätietoja tekijänoikeusrikkomuksen ilmiantamisesta"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Näytä koko ketju"
 
@@ -8703,13 +8940,12 @@ msgstr "Näytä tietoja näistä merkinnöistä"
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Näytä profiili"
 
@@ -8790,6 +9026,11 @@ msgstr "Varoita sisällöstä"
 msgid "Warn content and filter from feeds"
 msgstr "Varoita sisällöstä ja suodata syötteistä"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Emme löytäneet tuloksia tälle aihetunnisteelle."
@@ -8798,7 +9039,7 @@ msgstr "Emme löytäneet tuloksia tälle aihetunnisteelle."
 msgid "We couldn't find any results for that topic."
 msgstr "Emme löytäneet tuloksia tästä aiheesta."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Emme voineet ladata tätä keskustelua"
 
@@ -8822,6 +9063,10 @@ msgstr "Seurattusi julkaisut loppuivat tähän. Tässä ovat uusimmat syötteest
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Emme onnistuneet määrittämään, saatko ladata palveluun videoita. Yritä uudelleen."
@@ -8842,6 +9087,10 @@ msgstr "Yhteyden muodostaminen ei onnistunut. Yritä uudelleen jatkaaksesi tilis
 msgid "We will let you know when your account is ready."
 msgstr "Ilmoitamme, kun tilisi on valmis."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Käytämme tätä mukauttaaksemme kokemustasi."
@@ -8871,7 +9120,7 @@ msgstr "Pahoittelut, mutta emme tällä kertaa onnistuneet lataamaan mykistettyj
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Pahoittelut, mutta hakuasi ei voitu suorittaa loppuun. Yritä uudelleen muutaman minuutin kuluttua."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Pahoittelut! Julkaisu, johon olet vastaamassa, on poistettu."
 
@@ -8880,7 +9129,7 @@ msgstr "Pahoittelut! Julkaisu, johon olet vastaamassa, on poistettu."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Pahoittelut! Emme löydä etsimääsi sivua."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Pahoittelut! Voit tilata vain kaksikymmentä merkitsijää, ja olet saavuttanut kahdenkymmenen rajasi."
 
@@ -8902,7 +9151,7 @@ msgstr "Millä nimellä haluat kutsua aloituspakettiasi?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Mitä kuuluu?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Hupsista!"
@@ -8984,11 +9233,11 @@ msgstr "Miksi tämä käyttäjä tulisi arvioida?"
 msgid "Write a message"
 msgstr "Kirjoita viesti"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Kirjoita julkaisu"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Kirjoita vastauksesi"
@@ -9002,6 +9251,11 @@ msgstr "Kirjoittajat"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Palvelin palautti väärän DID:n. Vastaanotettiin {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Kyllä"
@@ -9015,11 +9269,11 @@ msgstr "Kyllä, poista käytöstä"
 msgid "Yes, delete this starter pack"
 msgstr "Kyllä, poista tämä aloituspaketti"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Kyllä, irrota"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Kyllä, piilota"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Olet jonossa."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Sinun ei ole mahdollista ladata videoita palveluun."
@@ -9055,12 +9318,16 @@ msgstr "Sinun ei ole mahdollista ladata videoita palveluun."
 msgid "You are not following anyone."
 msgstr "Et seuraa ketään."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Olet mykistänyt tämän tilin."
 msgid "You have muted this user"
 msgstr "Olet mykistänyt tämän käyttäjän"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Sinulla ei ole vielä keskusteluja. Aloita sellainen!"
 
@@ -9179,11 +9446,11 @@ msgstr "Sinulla ei ole syötteitä."
 msgid "You have no lists."
 msgstr "Sinulla ei ole listoja."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Et ole estänyt vielä yhtään tiliä. Estääksesi tilin siirry hänen profiiliinsa ja valitse valikosta ”Estä tili”."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Et ole mykistänyt vielä yhtään tiliä. Mykistääksesi tilin siirry hänen profiiliinsa ja valitse valikosta ”Mykistä tili”."
 
@@ -9191,11 +9458,15 @@ msgstr "Et ole mykistänyt vielä yhtään tiliä. Mykistääksesi tilin siirry
 msgid "You have reached the end"
 msgstr "Olet päässyt loppuun"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Olet väliaikaisesti saavuttanut videolatausten rajoituksen. Yritä myöhemmin uudelleen."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Et ole luonut vielä aloituspakettia!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Voit lisätä enintään 3 syötettä"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Voit valita enintään 4 kuvaa"
 
@@ -9232,7 +9503,7 @@ msgstr "Voit valita enintään 4 kuvaa"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Sinun on seurattava ainakin seitsemää muuta käyttäjää, jotta voit luoda aloituspaketin."
 
@@ -9248,10 +9519,18 @@ msgstr "Sinun on myönnettävä pääsy kuvagalleriaasi tallentaaksesi kuvan."
 msgid "You must select at least one labeler for a report"
 msgstr "Sinun on valittava raporttia varten ainakin yksi merkitsijä"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Poistit aiemmin käytöstä tilin @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Sinut kirjataan ulos kaikista tileistäsi."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Et saa enää ilmoituksia tästä ketjusta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Saat nyt ilmoituksia tästä ketjusta"
 
@@ -9305,7 +9584,7 @@ msgstr "Alat seurata näitä käyttäjiä ja {0} muuta"
 msgid "You'll follow these people right away"
 msgstr "Alat seurata näitä käyttäjiä välittömästi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Saat sähköpostia osoitteeseen <0>{0}</0>, jotta voit vahvistaa henkilöllisyytesi."
 
@@ -9339,6 +9618,10 @@ msgstr "Olet löytänyt käyttäjiä seurattavaksi"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Olet päässyt syötteesi loppuun! Etsi lisää tilejä seurattavaksi."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian monta tavua)"
@@ -9347,7 +9630,7 @@ msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian mont
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian monta videota)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "Selaimesi ei tue tätä videotiedostomuotoa. Kokeile eri selainta."
 msgid "Your chats have been disabled"
 msgstr "Chattisi on poistettu käytöstä"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Valintasi tallennetaan, mutta sen voi muuttaa myöhemmin asetuksista."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Nykyinen käyttäjätunnuksesi <0>{0}</0> pysyy automaattisesti sinulle varattuna. Voit vaihtaa siihen takaisin tältä tililtä milloin tahansa."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Nykyinen käyttäjätunnuksesi <0>{0}</0> pysyy automaattisesti sinulle
 msgid "Your email appears to be invalid."
 msgstr "Sähköpostiosoitteesi on nähtävästi virheellinen."
 
-#: 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 "Sähköpostiosoitteesi on päivitetty, mutta sitä ei ole vielä vahvistettu. Seuraavana vaiheena vahvista uusi sähköpostiosoitteesi."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Sähköpostiosoitettasi ei ole vielä vahvistettu. Tämä on tärkeä turvatoimi, jota suosittelemme."
 
@@ -9434,7 +9721,7 @@ msgstr "Koko tuleva käyttäjätunnuksesi on <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Koko tuleva käyttäjätunnuksesi on <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Salasanasi on vaihdettu onnistuneesti!"
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Julkaisusi on julkaistu"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Julkaisusi on julkaistu"
 
@@ -9479,7 +9766,7 @@ msgstr "Julkaisusi, tykkäyksesi ja estosi ovat julkisia. Mykistykset ovat yksit
 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 "Profiilisi, julkaisusi, syötteesi ja listasi eivät enää näy muille Blueskyn käyttäjille. Voit palauttaa tilisi käyttöön milloin tahansa kirjautumalla sisään."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Vastauksesi on julkaistu"
 
diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po
index 79c63db48..24c93179b 100644
--- a/src/locale/locales/fr/messages.po
+++ b/src/locale/locales/fr/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: fr\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: French\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
@@ -27,8 +27,7 @@ msgstr "(en cours)"
 msgid "(contains embedded content)"
 msgstr "(contient du contenu intégré)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(pas d’e-mail)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# repost} other {# reposts}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# seconde} other {# secondes}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# élément non lu} other {# éléments non lus}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# élément non lu} other {# éléments non lus}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# mois} other {# mois}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {abonné·e} other {abonné·e·s}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {abonnement} other {abonnements}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {a aimé} other {ont aimé}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {a aimé} other {ont aimé}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {post} other {posts}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citation} other {citations}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {repost} other {reposts}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>dans <1>les mots-clés</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>dans <1>le texte et les mots-clés</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} personnes se sont inscrites cette semaine"
@@ -157,7 +160,8 @@ msgstr "{0} a réagi avec {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} a réagi avec {1} à {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatar de {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0} min"
 msgid "{0}s"
 msgstr "{0} s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# élément non lu} other {# éléments non lus}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {heure} other {heures}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}</0> vous ont suivi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}</0> ont aimé votre fil d’actu personnalisé"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}</0> ont aimé votre post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}}</0> ont retiré leurs vérifications de votre compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}</0> ont republié votre post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}</0> se sont inscrits avec votre kit de démarrage"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}}</0> ont vérifié votre compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} vous a suivi·e"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} vous a suivi·e en retour"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} a aimé votre fil d’actu personnalisé"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} a aimé votre post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} a retiré sa vérification de votre compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} a republié votre post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} s’est inscrit·e avec votre kit de démarrage"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} a vérifié votre compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} vous ont suivi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimé votre fil d’actu personnalisé"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimé votre post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} ont retiré leurs vérifications de votre compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont republié votre post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} se sont inscrits avec votre kit de démarrage"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} ont vérifié votre compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} a suivi votre compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} a suivi votre compte en retour"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} a aimé votre fil d’actu personnalisé"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} a aimé votre post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} a retiré sa vérification de votre compte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} a republié votre post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorLink} s’est inscrit·e avec votre kit de démarrage"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} a vérifié votre compte"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} abonnements"
@@ -335,11 +339,23 @@ msgstr "{following} abonnements"
 msgid "{handle} can't be messaged"
 msgstr "{handle} ne peut être contacté par message"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# personnes se sont}} inscrites !"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# élément non lu} other {# éléments non lus}}"
@@ -364,16 +380,16 @@ msgstr "il y a {type} h"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} est un vérificateur de confiance"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} est vérifié"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "Vérifications de {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1} </1>et {2, plural, one {# autre} other {# autres}} sont inclus dans votre kit de démarrage"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {abonné·e} other {abonné·e·s}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {abonnement} other {abonnements}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Expérimental :</0> lorsque cette préférence est activée, vous ne
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Vous</0> et<1> </1><2>{0} </2>faites partie de votre kit de démarrage"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Pseudo invalide"
 
@@ -449,21 +465,21 @@ msgstr "un message"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Une nouvelle forme de vérification"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "À propos"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Accepter"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Accepter la demande de discussion"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Accepter la demande"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accessibilité"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Paramètres d’accessibilité"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Compte"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Compte bloqué"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Compte suivi"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Compte masqué"
@@ -517,34 +533,34 @@ msgstr "Compte masqué"
 msgid "Account Muted by List"
 msgstr "Compte masqué par liste"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Options de compte"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Compte supprimé de l’accès rapide"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Compte débloqué"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Compte désabonné"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Compte réaffiché"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Les comptes avec une coche bleue émaillée <0><1/></0> peuvent en vérifier d’autres. Ces vérificateurs de confiance sont sélectionnés par Bluesky."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Ajouter {displayName} au kit de démarrage"
 msgid "Add a content warning"
 msgstr "Ajouter un avertissement sur le contenu"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Ajouter un compte"
 msgid "Add alt text"
 msgstr "Ajouter un texte alt"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Ajouter un texte alt (facultatif)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Ajouter un autre compte"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Ajouter un autre post"
 
@@ -627,7 +647,7 @@ msgstr "Ajouter un mot à cacher avec les paramètres choisis"
 msgid "Add muted words and tags"
 msgstr "Ajouter des mots et des mots-clés masqués"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Ajouter un post"
 
@@ -664,8 +684,8 @@ msgstr "Ajoutez l’enregistrement DNS suivant à votre domaine :"
 msgid "Add this feed to your feeds"
 msgstr "Ajouter ce fil à vos fils d’actu"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Ajouter à des listes"
 
@@ -718,6 +738,11 @@ msgstr "Étiquettes de contenu adulte"
 msgid "Advanced"
 msgstr "Avancé"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Toutes"
@@ -732,7 +757,7 @@ msgstr "Tous les comptes ont été suivis !"
 msgid "All languages"
 msgstr "Toutes les langues"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Tous les fils d’actu que vous avez enregistrés, au même endroit."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Texte alt"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Le texte alt sera tronqué. Limite : {MAX_ALT_TEXT, plural, one {{0} caractère.}other {{0} caractères.}}"
 
 #: 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 "Un e-mail a été envoyé à {0}. Il comprend un code de confirmation que vous pouvez saisir ici."
 
-#: 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 "Un e-mail a été envoyé à votre ancienne adresse, {0}. Il comprend un code de confirmation que vous pouvez saisir ici."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Un e-mail a été envoyé à votre adresse précédente, {currentEmail}. Il comprend un code de confirmation que vous pouvez saisir ici."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Un e-mail a été envoyé ! Entrez ci-dessous le code de confirmation présent dans l’e-mail."
 
@@ -825,7 +849,7 @@ msgstr "Une erreur s’est produite lors de la compression de la vidéo."
 msgid "An error occurred while fetching the feed."
 msgstr "Une erreur s’est produite lors de la récupération du fil d’actu."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Une erreur s’est produite lors de la génération de votre kit de démarrage. Vous voulez réessayer ?"
 
@@ -842,7 +866,7 @@ msgstr "Une erreur s’est produite lors du chargement de la vidéo. Veuillez r
 msgid "An error occurred while saving the QR code!"
 msgstr "Une erreur s’est produite lors de l’enregistrement du code QR !"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Une erreur s’est produite lors de la sélection de la vidéo"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Une erreur s’est produite lors de l’envoi de la vidéo."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Une illustration montrant que Bluesky sélectionne des vérificateurs de confiance, qui à leur tour vérifient des comptes d’utilisateur·ices individuels."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Un problème qui ne fait pas partie de ces options"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Un problème est survenu au démarrage de la discussion"
 
@@ -875,8 +899,8 @@ msgstr "Un problème est survenu lors de l’ouverture de la discussion"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Un problème est survenu, veuillez réessayer."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Une maquette d’un iPhone qui montre l’app de Bluesky ouverte sur un profil d’un compte vérifié avec une coche bleue après leur nom d’affichage."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF animé"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "La vérification arrive sur Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Comportement antisocial"
 msgid "Anybody can interact"
 msgstr "Tout le monde peut interagir"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Icône de l’application"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Langue de l’application"
 
@@ -958,7 +982,7 @@ msgstr "Les noms de mots de passe d’application doivent comporter au moins 4 c
 msgid "App passwords"
 msgstr "Mots de passe d’application"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Mots de passe d’application"
@@ -994,10 +1018,10 @@ msgstr "Faire appel de la suspension"
 msgid "Appeal this decision"
 msgstr "Faire appel de cette décision"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Affichage"
 
@@ -1006,12 +1030,12 @@ msgstr "Affichage"
 msgid "Apply default recommended feeds"
 msgstr "Utiliser les fils d’actu recommandés par défaut"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archive datée du {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Post archivé"
 
@@ -1047,11 +1071,11 @@ msgstr "Êtes-vous sûr de vouloir supprimer {0} de vos fils d’actu ?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Êtes-vous sûr de vouloir supprimer cela de vos fils d’actu ?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Êtes-vous sûr de vouloir abandonner ce brouillon ?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Êtes-vous sûr de vouloir abandonner ce post ?"
 
@@ -1072,6 +1096,11 @@ msgstr "Art"
 msgid "Artistic or non-erotic nudity."
 msgstr "Nudité artistique ou non érotique."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Au moins 3 caractères"
@@ -1103,7 +1132,7 @@ msgstr "Lire automatiquement les vidéos et les GIFs"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Retour"
 msgid "Back to Chats"
 msgstr "Retour aux discussions"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Veuillez vérifier votre e-mail avant de créer une liste."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Veuillez vérifier votre e-mail avant de créer un post."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Veuillez vérifier votre e-mail avant de créer un post ou de répondre."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Veuillez vérifier votre e-mail avant de créer un kit de démarrage."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Veuillez vérifier votre e-mail avant d’accepter cette demande de discussion."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
 msgstr "Veuillez vérifier votre e-mail avant d’envoyer des messages à d’autres personnes."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Date de naissance"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Bloquer"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bloquer le compte"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Bloquer ce compte ?"
 
@@ -1200,17 +1235,17 @@ msgstr "Bloqué"
 msgid "Blocked accounts"
 msgstr "Comptes bloqués"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Comptes bloqués"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous mentionner ou interagir avec vous."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous mentionner ou interagir avec vous. Vous ne verrez pas leur contenu et ils ne pourront pas voir le vôtre."
 
@@ -1226,11 +1261,11 @@ msgstr "Le blocage n’empêche pas cet étiqueteur de placer des étiquettes su
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Le blocage est public. Les comptes bloqués ne peuvent pas répondre à vos discussions, vous mentionner ou interagir avec vous."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Le blocage n’empêchera pas les étiquettes d’être appliquées à votre compte, mais il empêchera ce compte de répondre à vos discussions ou d’interagir avec vous."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky ne peut pas confirmer l’authenticité de la date déclarée."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky est meilleur entre ami·e·s !"
 msgid "Bluesky Social Terms of Service"
 msgstr "Conditions générales de Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky choisira un ensemble de comptes recommandés parmi les personnes de votre réseau."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky n’affichera pas votre profil et vos posts à des personnes non
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky va vérifier de manière proactive les comptes connus et authentiques."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Parcourir le sujet {0}"
 msgid "Browse topic {displayName}"
 msgstr "Parcourir le sujet {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Affaires"
 
@@ -1374,45 +1409,47 @@ msgstr "En créant un compte, vous acceptez les <0>Conditions d’utilisation</0
 msgid "By you"
 msgstr "Par vous"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Caméra"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Annuler"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Annuler la suppression de compte"
 msgid "Cancel image crop"
 msgstr "Annuler le recadrage de l’image"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Annuler les modifications du profil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Annule l’ouverture du site web lié"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Impossible d’interagir avec un compte bloqué"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Sous-titres (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Sous-titres et texte alt"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Modifier"
 
@@ -1478,13 +1514,12 @@ msgstr "Changer l’icône de l’application"
 msgid "Change app icon to \"{0}\""
 msgstr "Changer l’icône de l’application pour « {0} »"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Modifier votre adresse e-mail"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Changer la langue de l’appli."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Modifier votre adresse e-mail"
 
@@ -1497,10 +1532,6 @@ msgstr "Modifier le pseudo"
 msgid "Change moderation service"
 msgstr "Changer de service de modération"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Modifier mon e-mail"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Modifier le mot de passe"
@@ -1513,11 +1544,11 @@ msgstr "Modifier la langue du post en {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Changer la raison du signalement"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Modifier votre e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Modifier votre adresse e-mail"
 
@@ -1530,15 +1561,15 @@ msgstr "Change l’icône de l’application"
 msgid "Changes hosting provider"
 msgstr "Change l’hébergeur"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Discussions"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Conversation supprimée"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Discussion masquée"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Demandes de discussion en attente"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Demandes de discussion"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Paramètres de discussion"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Discussion réaffichée"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Discussions"
 
@@ -1599,7 +1630,7 @@ msgstr "Sélectionnez une méthode de vérification de domaine"
 msgid "Choose Feeds"
 msgstr "Choisissez des fils d’actu"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Choisir pour moi"
 
@@ -1619,7 +1650,7 @@ msgstr "Choisir cette couleur comme avatar"
 msgid "Choose your account provider"
 msgstr "Choisir votre hébergeur"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Construisez votre propre page d’accueil ! Abonnez-vous à des fils d’actu de la communauté pour y retrouver ce que vous aimez."
 
@@ -1631,16 +1662,16 @@ msgstr "Choisissez votre mot de passe"
 msgid "Choose your username"
 msgstr "Votre pseudo"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Effacer toutes les données de stockage"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Effacer toutes les données de stockage (redémarrer ensuite)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Purger le cache des images"
 
@@ -1652,6 +1683,14 @@ msgstr "Effacer la recherche"
 msgid "click here"
 msgstr "cliquez ici"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Cliquez ici pour redémarrer le processus de vérification."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Cliquez ici pour mettre à jour votre adresse e-mail"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Cliquez pour désactiver les citations de ce post."
@@ -1676,29 +1715,34 @@ msgstr "Climat"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Cataclop 🐴 cataclop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Fermer"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Fermer le dialogue actif"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Fermer le tiroir du bas"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Fermer le dialogue"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Ferme le menu latéral"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Fermer le sélecteur d’emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Fermer ce dialogue"
 msgid "Closes password update alert"
 msgstr "Ferme la notification de mise à jour du mot de passe"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Ferme la fenêtre de rédaction et abandonne le brouillon de post"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Ferme le sélecteur d’émoji"
 
@@ -1764,11 +1808,11 @@ msgstr "Ferme le sélecteur d’émoji"
 msgid "Closes viewer for header image"
 msgstr "Ferme la visionneuse pour l’image d’en-tête"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Fermer la liste des comptes"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Réduit la liste des comptes pour une notification donnée"
 
@@ -1791,7 +1835,7 @@ msgstr "Comédie"
 msgid "Comics"
 msgstr "Bandes dessinées"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Directives communautaires"
@@ -1804,11 +1848,11 @@ msgstr "Terminez le didacticiel et commencez à utiliser votre compte"
 msgid "Complete the challenge"
 msgstr "Compléter le défi"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Écrire un nouveau post"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Permet d’écrire des posts de {0, plural, other {# caractères}} maximum"
 
@@ -1816,7 +1860,7 @@ msgstr "Permet d’écrire des posts de {0, plural, other {# caractères}} maxim
 msgid "Compose reply"
 msgstr "Rédiger une réponse"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Compression de la vidéo en cours…"
 
@@ -1828,23 +1872,17 @@ msgstr "Configure les paramètres de filtrage de contenu pour la catégorie : {
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configuré dans <0>les paramètres de modération</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirmer"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirmer le changement"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confirmer les paramètres de langue"
@@ -1861,18 +1899,19 @@ msgstr "Confirmez votre âge :"
 msgid "Confirm your birthdate"
 msgstr "Confirme votre date de naissance"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Code de confirmation"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Code de confirmation"
 
@@ -1880,8 +1919,8 @@ msgstr "Code de confirmation"
 msgid "Connecting..."
 msgstr "Connexion…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contacter le support"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Contenu et médias"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Contenu et médias"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Contenu et médias"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtres de contenu"
 msgid "Content from across the network we think you might like."
 msgstr "Du contenu provenant des quatre coins du réseau que nous pensons que vous pourriez aimer."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Langues du contenu"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Menu contextuel en arrière-plan, cliquez pour fermer le menu."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continuer"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continuer comme {0} (actuellement connecté)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Poursuivre le fil de discussion…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Passer à l’étape suivante"
@@ -1973,7 +2012,7 @@ msgstr "Cuisine"
 msgid "Copied"
 msgstr "Copié"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Version de build copiée dans le presse-papier"
 
@@ -1981,8 +2020,8 @@ msgstr "Version de build copiée dans le presse-papier"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copié dans le presse-papier"
 
@@ -1991,7 +2030,7 @@ msgstr "Copié dans le presse-papier"
 msgid "Copied!"
 msgstr "Copié !"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copie la version de build vers le presse-papier"
 
@@ -2003,13 +2042,13 @@ msgstr "Copier"
 msgid "Copy App Password"
 msgstr "Copier le mot de passe d’application"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copier l’URI at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copier le DID de l’auteur·ice"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copier ce code"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copier le DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copier le lien"
 msgid "Copy link to list"
 msgstr "Copier le lien vers la liste"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copier le lien vers le post"
 
@@ -2050,13 +2089,13 @@ msgstr "Copier le lien vers le post"
 msgid "Copy message text"
 msgstr "Copier le texte du message"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copier l’URI at:// du post"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copier le texte du post"
 
@@ -2068,7 +2107,7 @@ msgstr "Copier le code QR"
 msgid "Copy TXT record value"
 msgstr "Copier la valeur du registre TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Politique sur les droits d’auteur"
@@ -2078,7 +2117,7 @@ msgstr "Politique sur les droits d’auteur"
 msgid "Could not leave chat"
 msgstr "Impossible de partir de la discussion"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Impossible de charger le fil d’actu"
 
@@ -2094,7 +2133,7 @@ msgstr "Impossible de masquer la discussion"
 msgid "Could not process your video"
 msgstr "Impossible de traiter votre vidéo"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Créer"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Créer un code QR pour un kit de démarrage"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Créer un kit de démarrage"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Créer un kit de démarrage pour moi"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Créer un compte"
 msgid "Create an account without using this starter pack"
 msgstr "Créer un compte sans utiliser ce kit de démarrage"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Créer plutôt un avatar"
 
@@ -2209,13 +2248,13 @@ msgstr "Thème sombre"
 msgid "Date of birth"
 msgstr "Date de naissance"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Désactiver le compte"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Déboguer la modération"
 
@@ -2237,13 +2276,13 @@ msgstr "Icônes par défaut"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Supprimer"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Supprimer le compte"
 
@@ -2259,19 +2298,19 @@ msgstr "Supprimer le mot de passe de l’appli"
 msgid "Delete app password?"
 msgstr "Supprimer le mot de passe de l’appli ?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Supprimer la conversation"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Supprimer la déclaration d’ouverture aux discussions"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Supprimer la conversation"
 
@@ -2299,9 +2338,9 @@ msgstr "Supprimer le message pour moi"
 msgid "Delete my account"
 msgstr "Supprimer mon compte"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Supprimer le post"
 
@@ -2318,7 +2357,7 @@ msgstr "Supprimer le kit de démarrage ?"
 msgid "Delete this list?"
 msgstr "Supprimer cette liste ?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Supprimer ce post ?"
 
@@ -2335,19 +2374,19 @@ msgstr "Compte supprimé"
 msgid "Deleted post."
 msgstr "Post supprimé."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Description"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Description trop longue"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Description trop longue. La taille maximum est de {DESCRIPTION_MAX_GRAPHEMES, plural, one {# caractère.} other {# caractères.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "Description trop longue. La taille maximum est de {DESCRIPTION_MAX_GRAPH
 msgid "Descriptive alt text"
 msgstr "Texte alt descriptif"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Détacher la citation"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Détacher la citation ?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Mode développement désactivé"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Mode développement activé"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Options pour développeurs"
 
@@ -2388,6 +2427,15 @@ msgstr "Une boîte de dialogue : réglez qui peut interagir avec ce post"
 msgid "Dim"
 msgstr "Atténué"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Désactiver le 2FA"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Désactiver le 2FA par e-mail"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Désactiver le 2FA par e-mail"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Désactivé"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Abandonner"
 
@@ -2420,11 +2468,11 @@ msgstr "Abandonner"
 msgid "Discard changes?"
 msgstr "Abandonner les changements ?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Abandonner le brouillon ?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Abandonner ce post ?"
 
@@ -2442,15 +2490,15 @@ msgstr "Découvrir des fils d’actu"
 msgid "Discover new custom feeds"
 msgstr "Découvrir des fils d’actu personnalisés"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Découvrir de nouveaux fils d’actu"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Ignorer"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Ignorer l’erreur"
 
@@ -2471,9 +2519,9 @@ msgstr "Ignorer cette section"
 msgid "Display larger alt text badges"
 msgstr "Afficher des badges de texte alt plus grands"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nom d’affichage"
@@ -2482,11 +2530,11 @@ msgstr "Nom d’affichage"
 msgid "Display Name"
 msgstr "Nom d’affichage"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Nom d’affichage trop long"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Nom d’affichage trop long. La taille maximum est de {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {# caractère.} other {# caractères.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Ne commence pas ou ne se termine pas par un trait d’union"
 msgid "Domain verified!"
 msgstr "Domaine vérifié !"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Vous n’avez pas de code ou en voulez un nouveau ? <0>Cliquez ici.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Pas d’e-mail à l’horizon ? <0>Cliquez ici pour le renvoyer.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Terminé{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Tapez deux fois ou appuyez longtemps sur le message pour ajouter une réaction"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Tapez deux fois pour fermer cette boîte de dialogue"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Tapez deux fois pour aimer"
 
@@ -2575,7 +2633,7 @@ msgstr "Durée :"
 msgid "e.g. alice"
 msgstr "ex. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "ex. Alice Nomdefamille"
 
@@ -2587,7 +2645,7 @@ msgstr "ex. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "ex. alice.fr"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "ex. Artiste, amie des chiens et lectrice passionnée."
 
@@ -2595,19 +2653,19 @@ msgstr "ex. Artiste, amie des chiens et lectrice passionnée."
 msgid "E.g. artistic nudes."
 msgstr "Nudité artistique par exemple."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "ex. Les meilleurs comptes"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "ex. Spammeurs"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "ex. Ces comptes qui ne ratent jamais leur coup."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "ex. Les comptes qui répondent toujours avec des pubs."
 
@@ -2615,7 +2673,7 @@ msgstr "ex. Les comptes qui répondent toujours avec des pubs."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Chaque code ne fonctionne qu’une seule fois. Vous recevrez régulièrement d’autres codes d’invitation."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Modifier"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Modifier l’avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Modifier l’avatar"
 msgid "Edit Feeds"
 msgstr "Modifier les fils d’actu"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Modifier l’image"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Modifier les paramètres d’interaction"
 
@@ -2657,12 +2715,17 @@ msgstr "Modifier les centres d’intérêt"
 msgid "Edit list details"
 msgstr "Modifier les infos de la liste"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Modifier la liste de modération"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Modifier mes fils d’actu"
 
@@ -2679,15 +2742,15 @@ msgstr "Modifier les personnes"
 msgid "Edit post interaction settings"
 msgstr "Modifier les paramètres d’interaction du post"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Modifier le profil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Modifier le profil"
 
@@ -2695,7 +2758,7 @@ msgstr "Modifier le profil"
 msgid "Edit starter pack"
 msgstr "Modifier le kit de démarrage"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Modifier la liste de comptes"
 
@@ -2707,11 +2770,11 @@ msgstr "Modifier qui peut répondre"
 msgid "Edit your display name"
 msgstr "Modifier votre nom d’affichage"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Modifier la description de votre profil"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Modifier votre kit de démarrage"
 
@@ -2724,9 +2787,8 @@ msgstr "Éducation"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Soit l’auteur·ice de cette liste vous a bloqué soit vous en avez bloqué l’auteur·ice."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-mail"
 
@@ -2747,20 +2809,17 @@ msgstr "Adresse e-mail"
 msgid "Email Resent"
 msgstr "E-mail renvoyé"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Adresse e-mail mise à jour"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "E-mail envoyé !"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Adresse e-mail mise à jour"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Adresse e-mail mise à jour !"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Adresse e-mail vérifiée"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "Vérification de l’e-mail terminée !"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Code HTML à intégrer"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Intégrer le post"
 
@@ -2785,8 +2844,9 @@ msgstr "Intégrez ce post à votre site web. Il suffit de copier l’extrait sui
 msgid "Embedded video player"
 msgstr "Lecteur vidéo intégré"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Activer"
 
@@ -2798,9 +2858,9 @@ msgstr "Activer {0} uniquement"
 msgid "Enable adult content"
 msgstr "Activer le contenu pour adultes"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Activer auth. à deux facteurs par e-mail"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr "Activer le 2FA par e-mail"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Activé"
 msgid "End of feed"
 msgstr "Fin du fil d’actu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Assurez-vous d’avoir sélectionné une langue pour chaque fichier de sous-titres."
 
@@ -2860,13 +2920,14 @@ msgstr "Saisir un mot de passe"
 msgid "Enter a word or tag"
 msgstr "Saisir un mot ou un mot-clé"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "Entrer le code"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Entrer un code de confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "Entrer le code"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "Saisissez votre date de naissance"
 msgid "Enter your email address"
 msgstr "Entrez votre e-mail"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Entrez votre nouvel e-mail ci-dessus"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Entrez votre nouvelle e-mail ci-dessous."
 
@@ -2921,7 +2978,7 @@ msgstr "Passe en mode plein écran"
 msgid "Entertainment"
 msgstr "Divertissement"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Erreur"
@@ -2997,15 +3054,15 @@ msgstr "Sort de la vue de l’image"
 msgid "Expand alt text"
 msgstr "Développer le texte alt"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Développer la liste des comptes"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Développe ou réduit le post complet auquel vous répondez"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Développe ou réduit le texte du post"
 
@@ -3031,6 +3088,10 @@ msgstr "Expire {0}"
 msgid "Expires in {0}"
 msgstr "Expire dans {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Médias explicites ou potentiellement dérangeants."
 msgid "Explicit sexual images."
 msgstr "Images sexuelles explicites."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Explorer"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exporter mes données"
 
@@ -3071,12 +3132,12 @@ msgstr "Média externe"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Les médias externes peuvent permettre à des sites web de collecter des informations sur vous et votre appareil. Aucune information n’est envoyée ou demandée tant que vous n’appuyez pas sur le bouton de lecture."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Préférences sur les médias externes"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Échec de l’acceptation de la conversation"
@@ -3090,15 +3151,11 @@ msgstr "Échec de l’ajout de la réaction émoji"
 msgid "Failed to change handle. Please try again."
 msgstr "Le changement de pseudo a échoué. Veuillez réessayer."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "La création du mot de passe d’application a échoué. Veuillez réessayer."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Échec de la création de la conversation"
 
@@ -3107,12 +3164,12 @@ msgstr "Échec de la création de la conversation"
 msgid "Failed to create starter pack"
 msgstr "Échec de la création du kit de démarrage"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Échec de la création de la liste. Vérifiez votre connexion Internet et réessayez."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Échec de la suppression de la conversation"
@@ -3121,7 +3178,7 @@ msgstr "Échec de la suppression de la conversation"
 msgid "Failed to delete message"
 msgstr "Échec de la suppression du message"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Échec de la suppression du post, veuillez réessayer"
 
@@ -3129,7 +3186,7 @@ msgstr "Échec de la suppression du post, veuillez réessayer"
 msgid "Failed to delete starter pack"
 msgstr "Échec de la suppression du kit de démarrage"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Échec du chargement des conversations"
@@ -3172,7 +3229,7 @@ msgstr "Échec du retrait de la réaction émoji"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Échec du retrait de la vérification"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Échec de l’enregistrement de vos centres d’intérêt."
 msgid "Failed to send"
 msgstr "Échec de l’envoi"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "Échec de l’envoi de l’e-mail, veuillez réessayer."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Échec de l’envoi de l’appel, veuillez réessayer."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Échec de l’activation ou désactivation du masquage du fil de discussion, veuillez réessayer"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "Échec de la mise à jour des paramètres du 2FA par e-mail"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "Échec de la mise à jour de l’e-mail, veuillez réessayer."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Échec de la mise à jour des fils d’actu"
@@ -3219,11 +3290,15 @@ msgstr "Échec de la mise à jour des paramètres"
 msgid "Failed to upload video"
 msgstr "Échec de l’envoi de la vidéo"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "Échec de la vérification de l’e-mail, veuillez réessayer."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "La vérification du pseudo a échoué. Veuillez réessayer."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Fil d’actu"
 
@@ -3242,24 +3317,24 @@ msgstr "Ajouter/enlever le fil d’actu"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Commentaires"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Commentaire envoyé !"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Fils d’actu"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexible"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Suivre"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Suivre"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Suivre {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Suivre {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Suivre {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Suivre 10 comptes"
 msgid "Follow 7 accounts"
 msgstr "Suivre 7 comptes"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Suivre le compte"
 
@@ -3391,7 +3462,7 @@ msgstr "Suivre le compte"
 msgid "Follow all"
 msgstr "Suivre tous"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Suivre en retour"
@@ -3417,7 +3488,7 @@ msgstr "Suivi par <0>{0}</0> et <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Suivi par <0>{0}</0>, <1>{1}</1> et {2, plural, one {# autre} other {# autres}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Abonné·e·s de @{0} que vous connaissez"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Abonné·e·s que vous connaissez"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Suivi"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Suit {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Suit {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Suit {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Préférences du fil des abonnements"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Préférences du fil des abonnements"
@@ -3524,7 +3591,7 @@ msgstr "Publication fréquente de contenu indésirable"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Tiré de <0/>"
@@ -3533,17 +3600,19 @@ msgstr "Tiré de <0/>"
 msgid "Gallery"
 msgstr "Galerie"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Générer un kit de démarrage"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Obtenir de l’aide"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "C’est parti"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "Pour commencer"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Donner à votre profil un visage"
 
@@ -3567,10 +3636,10 @@ msgstr "Violations flagrantes de la loi ou des conditions d’utilisation"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Retour"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Accéder à l’accueil"
 msgid "Go Home"
 msgstr "Accéder à l’accueil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "Voir le profil de {firstAuthorName}"
 
@@ -3638,8 +3723,8 @@ msgstr "Médias crus"
 msgid "Half way there!"
 msgstr "On y est presque !"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Pseudo"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptiques"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Harcèlement, trolling ou intolérance"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Mot-clé"
 
@@ -3673,19 +3758,24 @@ msgstr "Mot-clé"
 msgid "Hashtag {tag}"
 msgstr "Mot-clé : {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Vous avez un code ? <0>Cliquez ici.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Un souci ?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Aide"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Aidez les gens à savoir que vous n’êtes pas un bot en envoyant une image ou en créant un avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Voici votre mot de passe d’application !"
 msgid "Hidden"
 msgstr "Masqué"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Masqué par vos paramètres de modération."
 
@@ -3715,12 +3805,12 @@ msgstr "Liste cachée"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Cacher"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Cacher"
@@ -3729,18 +3819,18 @@ msgstr "Cacher"
 msgid "Hide customization options"
 msgstr "Masquer les paramètres de personnalisation"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Cacher ce post pour moi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Cacher cette réponse pour tout le monde"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Cacher cette réponse pour moi"
 
@@ -3748,12 +3838,12 @@ msgstr "Cacher cette réponse pour moi"
 msgid "Hide this card"
 msgstr "Cacher cette carte"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Cacher ce post ?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Cacher cette réponse ?"
 
@@ -3771,14 +3861,14 @@ msgstr "Cacher les tendances ?"
 msgid "Hide trending videos?"
 msgstr "Cacher les vidéos tendances ?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Cacher la liste des comptes"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Masquer les badges de vérification"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3787,19 +3877,19 @@ msgstr "Cache ce contenu"
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:117
 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue."
-msgstr "Hmm, un problème s’est produit avec le serveur de fils d’actu. Veuillez informer la personne propriétaire du fil d’actu de ce problème."
+msgstr "Hmm, un problème s’est produit avec le serveur de fils d’actu. Veuillez informer le fournisseur du fil d’actu de ce problème."
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:105
 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue."
-msgstr "Hmm, le serveur du fils d’actu semble être mal configuré. Veuillez informer la personne propriétaire du fil d’actu de ce problème."
+msgstr "Hmm, le serveur de fils d’actu semble être mal configuré. Veuillez informer le fournisseur du fil d’actu de ce problème."
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:111
 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue."
-msgstr "Hmm, le serveur de fils d’actu semble être hors ligne. Veuillez informer la personne propriétaire du fil d’actu de ce problème."
+msgstr "Hmm, le serveur de fils d’actu semble être hors ligne. Veuillez informer le fournisseur du fil d’actu de ce problème."
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:108
 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue."
-msgstr "Hmm, le serveur de fils d’actu ne répond pas. Veuillez informer la personne propriétaire du fil d’actu de ce problème."
+msgstr "Hmm, le serveur de fils d’actu ne répond pas. Veuillez informer le fournisseur du fil d’actu de ce problème."
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:102
 msgid "Hmm, we're having trouble finding this feed. It may have been deleted."
@@ -3817,11 +3907,11 @@ msgstr "Hmm, nous n’avons pas pu charger ce service de modération."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Attendez ! Nous donnons progressivement accès à la vidéo et vous faites toujours la queue. Revenez bientôt !"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Accueil"
 
@@ -3845,25 +3935,20 @@ msgstr "Populaire"
 msgid "Hot replies first"
 msgstr "Réponses actives en premier"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Comment ouvrir ce lien ?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "J’ai un code"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "J’ai un code"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "J’ai un code de confirmation"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Si vous supprimez cette liste, vous ne pourrez pas la récupérer."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Si vous possédez votre propre domaine, vous pouvez l’utiliser comme pseudo. Cela vous permet d’auto-vérifier votre identité. <0>En savoir plus</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "Si vous avez besoin de mettre à jour votre adresse e-mail, <0>cliquez ici</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Si vous supprimez ce post, vous ne pourrez pas le récupérer."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Si vous mettez à jour votre adresse e-mail, la 2FA par e-mail sera désactivée."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Si vous souhaitez modifier votre mot de passe, nous vous enverrons un code pour vérifier qu’il s’agit bien de votre compte."
@@ -3915,18 +4008,19 @@ msgstr "Illégal et urgent"
 msgid "Image"
 msgstr "Image"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Cache des images purgé"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Cache des images purgé, {0} libérés"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Image enregistrée dans votre photothèque !"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "Image enregistrée"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Code de confirmation 2FA invalide."
 msgid "Invalid handle. Please try a different one."
 msgstr "Votre pseudo est invalide. Veuillez utiliser un pseudo différent."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Enregistrement de post invalide ou non pris en charge"
 
@@ -4041,12 +4135,12 @@ msgstr "C’est correct"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Il n’y a que vous pour l’instant ! Ajoutez d’autres personnes à votre kit de démarrage en effectuant une recherche ci-dessus."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID de job : {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Emplois"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Étiqueté par l’auteur·ice."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Étiquettes"
 
@@ -4100,13 +4194,13 @@ msgstr "Étiquettes sur votre contenu"
 msgid "Language selection"
 msgstr "Sélection de la langue"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Paramètres linguistiques"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Langues"
 
@@ -4124,20 +4218,20 @@ msgstr "Dernier"
 msgid "learn more"
 msgstr "en savoir plus"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "En savoir plus"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "En savoir plus"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "En savoir plus sur Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "En savoir plus sur la modération appliquée à ce contenu."
 msgid "Learn more about this warning"
 msgstr "En savoir plus sur cet avertissement"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "En savoir plus sur la vérification sur Bluesky (en anglais)"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4196,13 +4290,13 @@ msgstr "Si vous ne cochez rien, toutes les langues s’afficheront."
 
 #: src/view/com/modals/LinkWarning.tsx:65
 msgid "Leaving Bluesky"
-msgstr "Quitter Bluesky"
+msgstr "Vous quittez Bluesky"
 
 #: src/screens/SignupQueued.tsx:155
 msgid "left to go."
 msgstr "devant vous dans la file."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Laissez-moi choisir"
 
@@ -4230,7 +4324,7 @@ msgstr "Clair"
 msgid "Like"
 msgstr "Aimer"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Aimer ({0, plural, one {# ont aimé} other {# ont aimé}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Aimez 10 posts afin de former le fil d’actu « Discover »"
 msgid "Like this feed"
 msgstr "Aimer ce fil d’actu"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Aimer cet étiqueteur"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Aimé par"
 
@@ -4269,16 +4363,16 @@ msgstr "Aimé par {0, plural, one {# compte} other {# comptes}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Aimé par {likeCount, plural, one {# compte} other {# comptes}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Posts aimés"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Mentions « J’aime » sur ce post"
 
@@ -4287,11 +4381,11 @@ msgstr "Mentions « J’aime » sur ce post"
 msgid "Linear"
 msgstr "Linéaire"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Liste"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Liste des avatars"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Liste masquée"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nom de liste"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Liste réaffichée"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listes"
 
@@ -4358,6 +4452,22 @@ msgstr "Listes"
 msgid "Lists blocking this user:"
 msgstr "Listes qui bloquent ce compte :"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Charger plus"
@@ -4370,18 +4480,18 @@ msgstr "Charger d’autres fils d’actu suggérés"
 msgid "Load new notifications"
 msgstr "Charger les nouvelles notifications"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Charger les nouveaux posts"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Chargement…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Journaux"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo par @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo par <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "On dirait que vous avez désépinglé tous vos fils d’actu. Mais pas d
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "On dirait que vous n’avez plus de fil des abonnements. <0>Cliquez ici pour en rajouter un.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "Ajuster les paramètres d’e-mail pour votre compte"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "En faire un pour moi"
 
@@ -4433,7 +4547,7 @@ msgstr "Gérer vos fils d’actu enregistrés"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Gérer les paramètres de vérification"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Marqué comme lu"
 msgid "Marked all as read"
 msgstr "Tout marqué comme lus"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Peut-être plus tard"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Média"
 
@@ -4479,7 +4600,7 @@ msgstr "Mentions"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Envoyer un message à {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Le message est trop long"
 msgid "Message options"
 msgstr "Options de message"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Messages"
 
@@ -4532,10 +4653,10 @@ msgstr "Compte trompeur"
 msgid "Misleading Post"
 msgstr "Post trompeur"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Modération"
 
@@ -4557,12 +4678,12 @@ msgstr "Liste de modération par <0/>"
 msgid "Moderation list by you"
 msgstr "Liste de modération par vous"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Liste de modération créée"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Liste de modération mise à jour"
@@ -4571,8 +4692,8 @@ msgstr "Liste de modération mise à jour"
 msgid "Moderation lists"
 msgstr "Listes de modération"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Listes de modération"
 
@@ -4580,7 +4701,7 @@ msgstr "Listes de modération"
 msgid "moderation settings"
 msgstr "paramètres de modération"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "États de modération"
 
@@ -4593,7 +4714,7 @@ msgstr "Outils de modération"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "La modération a choisi d’ajouter un avertissement général sur le contenu."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Plus"
 
@@ -4602,8 +4723,8 @@ msgstr "Plus"
 msgid "More feeds"
 msgstr "Plus de fils d’actu"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Plus d’options"
@@ -4637,10 +4758,10 @@ msgstr "Désactiver le son"
 msgid "Mute {tag}"
 msgstr "Masquer {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Masquer le compte"
 
@@ -4689,13 +4810,13 @@ msgstr "Masquer ce mot dans les mots-clés uniquement"
 msgid "Mute this word until you unmute it"
 msgstr "Masquer ce mot jusqu’à ce que vous le réaffichiez"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Masquer ce fil de discussion"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Masquer les mots et les mots-clés"
 
@@ -4703,12 +4824,12 @@ msgstr "Masquer les mots et les mots-clés"
 msgid "Muted accounts"
 msgstr "Comptes masqués"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Comptes masqués"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Les comptes masqués voient leurs posts supprimés de votre fil d’actu et de vos notifications. Cette option est totalement privée."
 
@@ -4729,15 +4850,15 @@ msgstr "Ce que vous masquez reste privé. Les comptes masqués peuvent interagir
 msgid "My Birthday"
 msgstr "Ma date de naissance"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Mes fils d’actu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nom"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Le nom est requis"
 
@@ -4772,11 +4893,11 @@ msgstr "Accéder au kit de démarrage"
 msgid "Navigates to the next screen"
 msgstr "Navigue vers le prochain écran"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navigue vers votre profil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Besoin de la changer ?"
 
@@ -4797,21 +4918,26 @@ msgstr "Peu importe, créez un pseudo pour moi"
 msgid "New"
 msgstr "Nouveau"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nouveau"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nouvelle discussion"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Nouvelle adresse e-mail"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Nouvelle fonctionnalité"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nouveau pseudo"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nouvelle liste"
 
@@ -4828,7 +4954,7 @@ msgstr "Nouvelle liste"
 msgid "New messages"
 msgstr "Nouveaux messages"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nouvelle liste de modération"
 
@@ -4840,10 +4966,10 @@ msgstr "Nouveau mot de passe"
 msgid "New Password"
 msgstr "Nouveau mot de passe"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nouveau post"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nouveau post"
@@ -4863,7 +4989,7 @@ msgstr "Nouveau post"
 msgid "New user info dialog"
 msgstr "Dialogue d’information sur un nouveau compte"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nouvelle liste de comptes"
 
@@ -4911,6 +5037,10 @@ msgstr "Aucun mot de passe d’application"
 msgid "No DNS Panel"
 msgstr "Pas de panneau DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Aucun GIFs vedettes à afficher. Il y a peut-être un souci chez Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Aucun fil d’actu n’a été trouvé. Essayez de chercher autre chose.
 msgid "No likes yet"
 msgstr "Pas encore de mentions « j’aime »"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Ne suit plus {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Pas encore de citations"
 msgid "No reposts yet"
 msgstr "Pas encore de reposts"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Aucun résultat"
 
@@ -4974,13 +5104,13 @@ msgstr "Aucun résultat"
 
 #: src/screens/Search/Explore.tsx:715
 msgid "No results for \"{0}\"."
-msgstr "Aucun résultat pour « {0} »."
+msgstr "Aucun résultat pour « {0} »."
 
 #: src/components/Lists.tsx:189
 msgid "No results found"
 msgstr "Aucun résultat trouvé"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Aucun résultat trouvé pour « {query} »"
 
@@ -5032,19 +5162,14 @@ msgstr "Nudité non sexuelle"
 msgid "Not followed by anyone you're following"
 msgstr "Pas suivi par quiconque que vous suivez"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Introuvable"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Pas maintenant"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Note sur le partage"
 
@@ -5052,7 +5177,7 @@ msgstr "Note sur le partage"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Remarque : Bluesky est un réseau ouvert et public. Ce paramètre limite uniquement la visibilité de votre contenu sur l’application et le site Web de Bluesky, et d’autres applications peuvent ne pas respecter ce paramètre. Votre contenu peut toujours être montré aux personnes non connectées par d’autres applications et sites Web."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Rien ici"
 
@@ -5060,7 +5185,7 @@ msgstr "Rien ici"
 msgid "Notification filters"
 msgstr "Filtres de notification"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Paramètres de notification"
@@ -5077,11 +5202,11 @@ msgstr "Sons de notification"
 msgid "Notification Sounds"
 msgstr "Sons de notification"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notifications"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Oh non ! Il y a eu un problème."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "OK"
 
@@ -5140,19 +5265,19 @@ msgstr "Plus anciennes réponses en premier"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "sur<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Réinitialiser le didacticiel"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Un ou plusieurs GIFs n’ont pas de texte alt."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Une ou plusieurs images n’ont pas de texte alt."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Une ou plusieurs vidéos n’ont pas de texte alt."
 
@@ -5168,7 +5293,7 @@ msgstr "Seul {0} peut répondre."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Ne contient que des lettres, des chiffres et des traits d’union"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Seuls les fichiers d’images sont pris en charge"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Oups, quelque chose n’a pas marché !"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Oups !"
 
@@ -5194,11 +5319,7 @@ msgstr "Oups !"
 msgid "Open"
 msgstr "Ouvert"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Ouvre le menu de raccourci du profil de {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Ouvre le créateur d’avatar"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Ouvre le menu latéral"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Ouvrir le sélecteur d’emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Ouvrir l’écran des infos sur le fil d’actu"
 msgid "Open feed options menu"
 msgstr "Ouvrir le menu des options de fil d’actu"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Ouvrir la liste complète des emojis"
 
@@ -5237,7 +5358,7 @@ msgstr "Ouvrir le lien vers {niceUrl}"
 msgid "Open message options"
 msgstr "Ouvrir les options de message"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Ouvrir la page de débogage de modération"
 
@@ -5249,20 +5370,25 @@ msgstr "Ouvrir les paramètres des mots masqués et mots-clés"
 msgid "Open pack"
 msgstr "Ouvrir le kit"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Ouvrir le menu d’options du post"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Ouvrir le menu du kit de démarrage"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Ouvrir la page Storybook"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Ouvrir le journal du système"
 
@@ -5282,19 +5408,19 @@ msgstr "Ouvre une boîte de dialogue permettant de choisir qui peut répondre à
 msgid "Opens additional details for a debug entry"
 msgstr "Ouvre des détails supplémentaires pour une entrée de débug"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Ouvre la boîte de dialogue sur le texte alt"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Ouvre l’appareil photo de l’appareil"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Ouvre la boîte de dialogue sur les sous-titres et le texte alt"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Ouvre la boîte de dialogue de changement de pseudo"
 
@@ -5306,7 +5432,7 @@ msgstr "Ouvre la fenêtre de rédaction"
 msgid "Opens device photo gallery"
 msgstr "Ouvre la galerie de photos de l’appareil"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Ouvre le sélecteur d’emoji"
 
@@ -5324,7 +5450,7 @@ msgstr "Ouvre le parcours pour vous connecter à votre compte Bluesky existant"
 msgid "Opens GIF select dialog"
 msgstr "Ouvre la sélection de GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Ouvre le site d’aide dans un navigateur"
 
@@ -5332,6 +5458,10 @@ msgstr "Ouvre le site d’aide dans un navigateur"
 msgid "Opens list of invite codes"
 msgstr "Ouvre la liste des codes d’invitation"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Ouvre le formulaire de réinitialisation du mot de passe"
@@ -5340,12 +5470,12 @@ msgstr "Ouvre le formulaire de réinitialisation du mot de passe"
 msgid "Opens the linked website"
 msgstr "Ouvre le site web lié"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Ouvre ce profil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Ouvre le sélecteur de vidéos"
 
@@ -5392,7 +5522,7 @@ msgstr "État des MàJs : Aucune disponible"
 msgid "Other"
 msgstr "Autre"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Autre compte"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Page introuvable"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Mettre en pause la vidéo"
 msgid "People"
 msgstr "Personnes"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Personnes suivies par @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Personnes qui suivent @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Ajouter à l’accueil"
 msgid "Pin to Home"
 msgstr "Ajouter à l’accueil"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Épingler à votre profil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Épinglé"
 
@@ -5578,14 +5708,14 @@ msgstr "Veuillez choisir votre pseudo."
 msgid "Please choose your password."
 msgstr "Veuillez choisir votre mot de passe."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Veuillez cliquer sur le lien dans l’e-mail que nous venons de vous envoyer pour vérifier votre nouvelle adresse. C’est une étape importante permettant de continuer à profiter de toutes les fonctionnalités de Bluesky."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Veuillez compléter le captcha de vérification."
 
-#: 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 "Veuillez confirmer votre e-mail avant de le modifier. Ceci est temporairement requis pendant que des outils de mise à jour d’e-mail sont ajoutés, cette étape ne sera bientôt plus nécessaire."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Veuillez vérifier scrupuleusement que vous avez écrit votre adresse e-mail correctement."
@@ -5602,10 +5732,28 @@ msgstr "Veuillez saisir un mot de passe. Il doit comporter au moins 8 caractère
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Veuillez saisir un nom unique pour ce mot de passe d’application ou utiliser un nom généré de manière aléatoire."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Veuillez saisir un code valide."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Veuillez saisir une adresse e-mail valide."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Veuillez entrer un mot, un mot-clé ou une phrase valide à masquer"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Veuillez saisir le code que nous avons envoyé à <0>{0}</0> ci-dessous."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Veuillez saisir le code de sécurité que nous avons envoyé à votre précédente adresse e-mail."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Veuillez entrer votre e-mail."
 msgid "Please enter your invite code."
 msgstr "Veuillez saisir votre code d’invitation."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Veuillez saisir votre nouvelle adresse e-mail."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Veuillez entrer votre mot de passe"
@@ -5648,7 +5800,11 @@ msgstr "Veuillez sélectionner une raison pour ce signalement"
 msgid "Please sign in as @{0}"
 msgstr "Identifiez-vous en tant que @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Veuillez vérifier votre e-mail"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Veuillez vérifier votre e-mail"
 
@@ -5662,7 +5818,7 @@ msgstr "Politique"
 msgid "Porn"
 msgstr "Porno"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Poster"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Post"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Tout poster"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Post de {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Post de @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Post supprimé"
@@ -5697,7 +5853,7 @@ msgstr "Post supprimé"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Échec de l’envoi du post. Vérifiez votre connexion Internet et réessayez."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Post supprimé"
 
@@ -5719,7 +5875,7 @@ msgstr "Post caché par vous"
 msgid "Post interaction settings"
 msgstr "Paramètres d’interaction du post"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Paramètres d’interaction du post"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Post désépinglé"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Posts"
@@ -5789,7 +5945,7 @@ msgstr "Appuyer pour voir les personnes qui suivent ce compte et que vous suivez
 msgid "Previous image"
 msgstr "Image précédente"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Langue principale"
 
@@ -5807,26 +5963,26 @@ msgstr "Notifications prioritaires"
 msgid "Privacy"
 msgstr "Vie privée"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Confidentialité et sécurité"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Confidentialité et sécurité"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Charte de confidentialité"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Traitement de la vidéo en cours…"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Traitement…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profil mis à jour"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Listes publiques et partageables de comptes qui peuvent alimenter les fils d’actu."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Publier le post"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Publier les posts"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Publier les réponses"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Publier la réponse"
 
@@ -5904,11 +6060,11 @@ msgstr "Code QR enregistré dans votre photothèque !"
 msgid "Quote post"
 msgstr "Citer le post"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "La citation a été ré-attachée"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "La citation a été détachée avec succès"
 
@@ -5927,7 +6083,7 @@ msgstr "Paramètres des citations"
 msgid "Quotes"
 msgstr "Citations"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citations de ce post"
 
@@ -5942,8 +6098,8 @@ msgstr "Aléatoire"
 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 "Limite de changements dépassée – vous avez essayé de changer votre pseudo trop souvent dans une courte période. Veuillez attendre avant de réessayer."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Réattacher la citation"
 
@@ -5958,17 +6114,17 @@ msgstr "Réactiver votre compte"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Lire le post de blog (en anglais)"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Lire moins"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Lire plus"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Lire le blog de Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Se reconnecter"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Décliner"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Décliner la demande de discussion"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Rafraîchir les conversations"
@@ -6022,7 +6178,7 @@ msgstr "Rafraîchir les conversations"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Supprimer"
 msgid "Remove {displayName} from starter pack"
 msgstr "Supprimer {displayName} du kit de démarrage"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Supprimer {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Supprimer compte"
 
@@ -6046,13 +6202,13 @@ msgstr "Supprimer compte"
 msgid "Remove attachment"
 msgstr "Supprimer la pièce jointe"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Supprimer l’avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Supprimer l’image d’en-tête"
 
@@ -6079,7 +6235,7 @@ msgstr "Supprimer le fil d’actu ?"
 msgid "Remove from my feeds"
 msgstr "Supprimer de mes fils d’actu"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Supprimer de l’accès rapide ?"
 
@@ -6097,11 +6253,16 @@ msgstr "Supprimer de vos fils d’actu ?"
 msgid "Remove image"
 msgstr "Supprimer l’image"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Supprimer le mot masqué de votre liste"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Supprimer le profil"
 
@@ -6114,7 +6275,7 @@ msgstr "Supprimer la citation"
 msgid "Remove repost"
 msgstr "Supprimer le repost"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Supprimer le fichier de sous-titres"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Supprimer le compte de la liste"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Retirer la vérification"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Retirer votre vérification de ce compte ?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Supprimé de vos fils d’actu"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Supprime le profil de l’historique de recherche"
+msgstr "Vérification retirée"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Supprime le post cité"
 msgid "Replace with Discover"
 msgstr "Remplacer par Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Réponses"
 
@@ -6193,12 +6350,12 @@ msgstr "Les réponses sont désactivées"
 msgid "Replies to this post are disabled."
 msgstr "Les réponses à ce post sont désactivées."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Répondre"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Répondre ({0, plural, one {# réponse} other {# réponses}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Les paramètres de réponse sont choisis par l’auteur·ice du fil de d
 msgid "Reply sorting"
 msgstr "Ordre des réponses"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Réponse à <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Réponse à un post bloqué"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Réponse à un post"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Réponse à vous"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Visibilité de la réponse mise à jour"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "La réponse a été cachée avec succès"
 
@@ -6261,16 +6418,16 @@ msgstr "La réponse a été cachée avec succès"
 msgid "Report"
 msgstr "Signaler"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Signaler le compte"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Signaler la conversation"
 
@@ -6293,8 +6450,8 @@ msgstr "Signaler la liste"
 msgid "Report message"
 msgstr "Signaler le message"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Signaler le post"
 
@@ -6369,27 +6526,27 @@ msgstr "Republier ou citer"
 msgid "Reposted By"
 msgstr "Republié par"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Republié par {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Republié par <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Republié par vous"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Reposts de ce post"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Demande de modification"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "Demander la modification"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Demander un code"
 msgid "Require alt text before posting"
 msgstr "Nécessiter un texte alt avant de publier"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Nécessiter un code par e-mail pour se connecter au compte."
 
@@ -6413,13 +6570,19 @@ msgstr "Obligatoire pour cet hébergeur"
 msgid "Required in your region"
 msgstr "Nécessaire dans votre région"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Renvoyer"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Renvoyer l’e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Renvoyer l’e-mail"
@@ -6436,8 +6599,8 @@ msgstr "Réinitialiser le code"
 msgid "Reset Code"
 msgstr "Code de réinitialisation"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Réinitialisation du didacticiel"
 
@@ -6458,10 +6621,10 @@ msgstr "Réessaye la dernière action, qui a échoué"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Retourne à la page précédente"
 msgid "Returns to home page"
 msgstr "Retour à la page d’accueil"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Retourne à l’étape précédente"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Enregistrer"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Enregistrer"
@@ -6534,7 +6699,7 @@ msgstr "Enregistrer la date de naissance"
 msgid "Save changes"
 msgstr "Enregistrer les modifications"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Enregistrer"
 
@@ -6564,16 +6729,12 @@ msgstr "Enregistrer dans mes fils d’actu"
 msgid "Saved Feeds"
 msgstr "Fils d’actu enregistrés"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Enregistré dans votre photothèque"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Enregistré à mes fils d’actu"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Enregistre les changements sur votre profil"
 
@@ -6583,8 +6744,8 @@ msgstr "Enregistre les paramètres de recadrage de l’image"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Dites bonjour !"
 
@@ -6602,11 +6763,11 @@ msgstr "Remonter en haut"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Recherche"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Rechercher dans les posts de @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Rechercher dans les posts de @{0}"
 msgid "Search by name or interest"
 msgstr "Rechercher par nom ou intérêt"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Rechercher des fils d’actu"
 
@@ -6656,8 +6817,8 @@ msgstr "Rechercher des GIFs"
 msgid "Search my posts"
 msgstr "Rechercher dans mes posts"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Rechercher dans ses posts"
 
@@ -6679,7 +6840,11 @@ msgstr "Rechercher…"
 msgid "Searches for profiles"
 msgstr "Recherche parmi les profils"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Étape de sécurité requise"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Étape de sécurité requise"
 
@@ -6699,7 +6864,7 @@ msgstr "Voir les posts #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Voir les posts #{tag} de ce compte"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Voir les offres d’emploi chez Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Sélectionner une couleur"
 msgid "Select account"
 msgstr "Sélectionner un compte"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Sélectionner une langue pour l’appli."
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Sélectionner un avatar"
@@ -6727,10 +6896,22 @@ msgstr "Sélectionner un avatar"
 msgid "Select an emoji"
 msgstr "Sélectionner un emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Sélectionner une option"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Sélectionner la langue de l’appli."
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Sélectionner les langues de contenu"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Sélectionner un compte existant"
@@ -6747,11 +6928,11 @@ msgstr "Sélectionner le GIF « {0} »"
 msgid "Select how long to mute this word for."
 msgstr "Sélectionnez la durée pendant laquelle vous souhaitez masquer ce mot."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Sélectionner la langue…"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Sélectionner les langues"
 
@@ -6763,6 +6944,10 @@ msgstr "Sélectionner un service de modération"
 msgid "Select moderator"
 msgstr "Sélectionner une modération"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Sélectionner la langue principale"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Sélectionner l’emoji {emojiName} comme avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Sélectionnez le(s) service(s) de modération destinataires du signalement"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Sélectionner une vidéo"
 
@@ -6784,11 +6969,11 @@ msgstr "Sélectionner une vidéo"
 msgid "Select what content this mute word should apply to."
 msgstr "Sélectionnez le contenu pour lequel ce mot masqué doit s’appliquer."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Choisissez la langue à utiliser pour l’interface de l’application."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Sélectionnez les langues que vous souhaitez voir figurer dans les fils d’actu que vous suivez. Si aucune langue n’est sélectionnée, toutes les langues seront affichées."
 
@@ -6801,7 +6986,7 @@ msgstr "Sélectionnez votre date de naissance"
 msgid "Select your interests from the options below"
 msgstr "Sélectionnez vos centres d’intérêt parmi les options ci-dessous"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Sélectionnez votre langue préférée pour traduire votre fils d’actu."
 
@@ -6813,19 +6998,17 @@ msgstr "Sélectionne l’option {0} sur {numItems}"
 msgid "Send a neat website!"
 msgstr "Envoyez un site chouette !"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Envoyer la confirmation"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Envoyer l’e-mail de confirmation"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Envoyer un e-mail de confirmation"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Envoyer e-mail"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Envoyer l’e-mail"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Envoyer des commentaires"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Envoyer le message"
@@ -6863,13 +7046,14 @@ msgstr "Envoyer le signalement à {0}"
 msgid "Send report to {title}"
 msgstr "Envoyer le signalement à {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Envoyer l’e-mail de vérification"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Envoyer par message privé"
 
@@ -6901,10 +7085,10 @@ msgstr "Créez votre compte"
 msgid "Sets email for password reset"
 msgstr "Définit l’e-mail pour la réinitialisation du mot de passe"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Paramètres"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexuellement suggestif"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Partager"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Partager"
@@ -6948,9 +7132,9 @@ msgstr "Partagez une histoire sympa !"
 msgid "Share a fun fact!"
 msgstr "Partagez une anecdote insolite !"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Partager quand même"
 
@@ -6990,7 +7174,7 @@ msgstr "Partagez ce kit de démarrage et aidez les gens à rejoindre votre commu
 msgid "Share your favorite feed!"
 msgstr "Partagez votre fil d’actu favori !"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Testeur de préférences partagées"
 
@@ -7011,8 +7195,8 @@ msgstr "Voir le texte alt"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Afficher quand même"
 
@@ -7033,8 +7217,8 @@ msgstr "Afficher les paramètres de personnalisation"
 msgid "Show hidden replies"
 msgstr "Afficher les réponses cachées"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "En montrer moins comme ça"
 
@@ -7042,14 +7226,14 @@ msgstr "En montrer moins comme ça"
 msgid "Show list anyway"
 msgstr "Afficher quand même la liste"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Voir plus"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "En montrer plus comme ça"
 
@@ -7079,8 +7263,8 @@ msgstr "Afficher les réponses comme des fils"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Afficher les réponses des comptes que vous suivez avant les autres réponses"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Afficher la réponse pour tout le monde"
 
@@ -7102,11 +7286,11 @@ msgstr "Afficher l’avertissement"
 msgid "Show warning and filter from feeds"
 msgstr "Afficher l’avertissement et filtrer des fils d’actu"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Affiche plus d’informations sur la date de création de ce post"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Affiche les autres comptes vers lesquels vous pouvez basculer"
 
@@ -7124,8 +7308,8 @@ msgstr "Affiche le contenu"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Affiche le contenu"
 msgid "Sign in"
 msgstr "Connexion"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Se connecter en tant que {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Se connecter ou créer un compte"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Connectez-vous ou créez votre compte pour participer à la conversation !"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Se connecter à un compte qui n’est pas listé"
 
@@ -7158,15 +7342,15 @@ msgstr "Se connecter à un compte qui n’est pas listé"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Connectez-vous à Bluesky ou créez un nouveau compte"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Déconnexion"
 
@@ -7174,8 +7358,8 @@ msgstr "Déconnexion"
 msgid "Sign Out"
 msgstr "Se déconnecter"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Se déconnecter ?"
 
@@ -7206,14 +7390,19 @@ msgstr "Passer cette étape"
 msgid "Smaller"
 msgstr "Plus petite"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Repousse le rappel"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Développement de logiciels"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Certaines de vos vérifications ne sont pas valides."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Quelqu’un a réagi à {1} avec {0}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Il y a un souci avec les données que vous essayez de signaler. Veuillez contacter le support."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Quelque chose n’a pas marché"
 
@@ -7264,8 +7453,8 @@ msgstr "Quelque chose n’a pas marché. Veuillez réessayer."
 msgid "Something wrong? Let us know."
 msgstr "Un problème ? Dites-nous tout."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Désolé ! Votre session a expiré. Essayez de vous reconnecter."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam ; mentions ou réponses excessives"
 msgid "Sports"
 msgstr "Sports"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Démarrer une nouvelle discussion"
 
@@ -7322,8 +7511,8 @@ msgstr "Commencez à ajouter des personnes !"
 msgid "Start chat with {displayName}"
 msgstr "Démarrer une discussion avec {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Kit de démarrage"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Le kit de démarrage n’est pas valide"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Kits de démarrage"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Les kits de démarrage vous permettent de partager facilement vos fils d’actu et vos personnes préférées avec vos ami·e·s."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "État du service"
 
@@ -7363,12 +7552,12 @@ msgstr "État du service"
 msgid "Step {0} of {1}"
 msgstr "Étape {0} sur {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Stockage effacé, vous devez redémarrer l’application maintenant."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Historique"
 
@@ -7401,11 +7590,11 @@ msgstr "S’abonner"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Abonnez-vous à @{0} pour utiliser ces étiquettes :"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "S’abonner à l’étiqueteur"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "S’abonner à cet étiqueteur"
 
@@ -7413,13 +7602,14 @@ msgstr "S’abonner à cet étiqueteur"
 msgid "Subscribe to this list"
 msgstr "S’abonner à cette liste"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Succès !"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Vérification réussie"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Coucher du soleil"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Soutien"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Changer de compte"
 
@@ -7462,11 +7652,11 @@ msgstr "Changer de compte"
 msgid "Switch Account"
 msgstr "Changer de compte"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Changer de compte"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Basculer vers {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Basculer vers {0}"
 msgid "System"
 msgstr "Système"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Journal système"
 
@@ -7518,7 +7708,7 @@ msgstr "Technologie"
 msgid "Tell a joke!"
 msgstr "Racontez une blague !"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Dites-nous en un peu à propos de vous"
 
@@ -7531,12 +7721,12 @@ msgstr "Dites-nous en un peu plus"
 msgid "Terms"
 msgstr "Conditions générales"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Conditions d’utilisation"
 
@@ -7564,7 +7754,11 @@ msgstr "Champ de texte"
 msgid "Text input field"
 msgstr "Champ de saisie de texte"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Merci pour votre retour ! Il sera envoyé au fournisseur du fil d’actu."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Merci ! Votre adresse e-mail a été vérifiée avec succès."
 
@@ -7597,12 +7791,12 @@ msgstr "Ce kit de démarrage n’a pas pu être trouvé."
 msgid "That's all, folks!"
 msgstr "Et voilà, c’est tout !"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "C’est tout !"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Ce compte pourra interagir avec vous après le déblocage."
 
@@ -7636,6 +7830,10 @@ msgstr "Le fil d’actu « Discover »"
 msgid "The Discover feed now knows what you like"
 msgstr "Le fil d’actu « Discover » sait désormais ce que vous aimez"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "L’adresse e-mail que vous avez entrée est la même que votre adresse e-mail courante."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "L’expérience est meilleure dans l’application. Téléchargez Bluesky maintenant et nous reprendrons là où vous en étiez."
@@ -7669,6 +7867,7 @@ msgstr "Notre politique de confidentialité a été déplacée vers <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "La vidéo sélectionnée a une taille supérieure à 100 Mo."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Le serveur semble rencontrer des problèmes. Veuillez réessayer ultérieurement."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Il y a eu un problème de connexion au serveur"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Il y a eu un problème de connexion au serveur, vérifiez votre connexion Internet et réessayez."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Il y a eu un problème lors de la récupération des notifications. Appuyez ici pour réessayer."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Il y a eu un problème lors de la récupération des posts. Appuyez ici pour réessayer."
 
@@ -7763,20 +7962,20 @@ msgstr "Il y a eu un problème lors de l’envoi de votre signalement. Vérifiez
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Il y a eu un problème lors de la mise-à-jour de vos fils d’actu. Vérifiez votre connexion internet et réessayez."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Il y a eu un problème ! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Ces paramètres s’appliquent seulement pour votre fil d’abonnements.
 msgid "This {screenDescription} has been flagged:"
 msgstr "Ce {screenDescription} a été signalé :"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Ce compte a une coche car il a été vérifié par des sources de confiance."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Ce compte a une ou plusieurs tentatives de vérifications, mais n’est pas actuellement vérifié."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Ce compte a demandé aux personnes de se connecter pour voir son profil.
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Ce compte est bloqué par un ou plusieurs de vos listes de modération. Pour le débloquer, visitez vos listes directement et retirez-en ce compte."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Cette action peut être annulée à tout moment."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Ce contenu n’est pas visible sans un compte Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Cette conversation se fait avec un compte supprimé ou désactivé. Appuyer pour plus d’options"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Cette adresse e-mail est déjà associée à votre compte."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Cette fonctionnalité est en version bêta. Vous pouvez en savoir plus sur les exportations de dépôts dans <0>ce blogpost</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Cette fonctionnalité n’est pas disponible lorsque vous utilisez un mot de passe d’application. Veuillez vous connecter avec le mot de passe de votre compte."
+
 #: 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 "Cette fonctionnalité n’est pas disponible lorsque vous utilisez un mot de passe d’application. Veuillez vous connecter avec le mot de passe de votre compte."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Ce fil d’actu est vide ! Vous devriez peut-être suivre plus de comptes ou ajuster vos paramètres de langue."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Ce fil d’actu est vide."
@@ -7899,9 +8106,10 @@ msgstr "Ce pseudo est réservé. Veuillez utiliser un pseudo différent."
 msgid "This information is not shared with other users."
 msgstr "Ces informations ne sont pas partagées avec d’autres personnes."
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
-msgstr "Ceci est important au cas où vous auriez besoin de changer d’e-mail ou de réinitialiser votre mot de passe."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Cette liste est vide."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Ce service de modération n’est pas disponible. Voir ci-dessous pour plus de détails. Si le problème persiste, contactez-nous."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Ce post déclare avoir été créé le <0>{0}</0>, mais a été vu pour la première fois par Bluesky le <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Ce post déclare avoir été créé le <0>{0}</0>, mais a été vu pour
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Ce post a un type inconnu de restriction de fil. Votre appli. n’est peut-être pas à jour."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Ce post a été supprimé."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Ce post n’est visible que pour les personnes connectées. Il ne sera pas visible pour les personnes qui ne sont pas connectées."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Ce post sera masqué des fils d’actu et des fils de discussion. C’est irréversible."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "L’auteur·ice de ce post a désactivé les citations."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Ce profil n’est visible que pour les personnes connectées. Il ne sera pas visible pour les personnes qui ne sont pas connectées."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Cette réponse sera classée dans une section cachée au bas de votre fil de discussion et masquera les notifications pour les réponses suivantes – à la fois pour vous-même et pour les autres."
 
@@ -7976,6 +8184,10 @@ msgstr "Ce service n’a pas fourni de conditions d’utilisation ni de politiqu
 msgid "This should create a domain record at:"
 msgstr "Cela devrait créer un enregistrement de domaine à :"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Ce compte n’a pas de nom d’affichage, et ne peut donc pas être vérifié."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Ce compte n’a pas d’abonné·e·s."
@@ -8013,11 +8225,11 @@ msgstr "Ce compte ne suit personne."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Cela supprimera « {0} » de vos mots masqués. Vous pourrez toujours le réintégrer plus tard."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Cela supprimera @{0} de la liste d’accès rapide."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Cela retirera votre post de cette citation pour tout le monde, et le remplacera par un espace vide."
 
@@ -8044,7 +8256,7 @@ msgstr "Sous forme de fils"
 msgid "Threaded mode"
 msgstr "Mode sous forme de fils"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Préférences des fils de discussion"
 
@@ -8056,14 +8268,15 @@ msgstr "Temps restant : {0, plural, one {# seconde} other {# secondes}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Pour désactiver le 2FA par e-mail, vérifiez votre accès à votre adresse e-mail."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "Pour désactiver le 2FA par e-mail, veuillez prouver que vous avez accès à <0>{0}</0>"
+
 #: 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 "Pour signaler une conversation, signalez plutôt un de ses messages via l’écran de conversation. Cela permettra à la modération de comprendre le contexte du problème."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Pour envoyer des vidéos sur Bluesky, vous devez d’abord vérifier votre e-mail."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "À qui souhaitez-vous envoyer ce signalement ?"
@@ -8090,16 +8303,16 @@ msgstr "Rétablit/désactive le son"
 msgid "Top"
 msgstr "Meilleur"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Sujet"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traduire"
 
@@ -8117,7 +8330,7 @@ msgstr "Vidéos tendances"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "La confiance émerge de relations, de communautés et d’un contexte partagé, donc nous désignons également des <0>vérificateurs de confiance</0> : des organisations qui peuvent vérifier des comptes directement."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Écrivez votre message ici"
 msgid "Type:"
 msgstr "Type :"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Connexion échouée. Veuillez vérifier votre connexion Internet et réessayer."
@@ -8166,27 +8380,27 @@ msgstr "Impossible de supprimer"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Débloquer"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Débloquer"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Débloquer le compte"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Débloquer le compte ?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Se désabonner"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Se désabonner de {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Se désabonner du compte"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Se désabonne du compte"
 
@@ -8225,15 +8439,15 @@ msgstr "Se désabonne du compte"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Malheureusement, aucun des étiqueteurs auxquels vous êtes abonnés ne supporte ce type de signalement."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Vérificateur inconnu"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Retirer la mention « J’aime »"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Retirer la mention « J’aime » ({0, plural, one {# ont aimé} other {# ont aimé}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Réafficher"
 msgid "Unmute {tag}"
 msgstr "Réafficher {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Réafficher ce compte"
 
@@ -8267,8 +8481,8 @@ msgstr "Réafficher la conversation"
 msgid "Unmute list"
 msgstr "Réafficher la liste"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Réafficher ce fil de discussion"
 
@@ -8294,8 +8508,8 @@ msgstr "Désépingler le fil d’actu"
 msgid "Unpin from home"
 msgstr "Désépingler de l’accueil"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Désépingler du profil"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} retiré de la page d’accueil"
 msgid "Unpinned from your feeds"
 msgstr "Désépinglé de vos fils d’actu"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Dérepousse le rappel d’e-mail"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Se désabonner"
 
@@ -8320,7 +8539,7 @@ msgstr "Se désabonner"
 msgid "Unsubscribe from list"
 msgstr "Se désabonner de la liste"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Se désabonner de cet étiqueteur"
 
@@ -8328,11 +8547,11 @@ msgstr "Se désabonner de cet étiqueteur"
 msgid "Unsubscribed from list"
 msgstr "Désabonné de la liste"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Type de vidéo non pris en charge"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Type de vidéo non pris en charge : {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Mettre à jour"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Mise à jour de <0>{displayName}</0> dans les listes"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Mettre à jour l’e-mail"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Mettre à jour pour {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Mettre à jour votre e-mail"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "La mise à jour de l’attachement de la citation a échoué"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "La mise à jour de la visibilité de la réponse a échoué"
@@ -8371,7 +8601,7 @@ msgstr "La mise à jour de la visibilité de la réponse a échoué"
 msgid "Updating..."
 msgstr "Mise à jour…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Envoyer plutôt une photo"
 
@@ -8379,22 +8609,22 @@ msgstr "Envoyer plutôt une photo"
 msgid "Upload a text file to:"
 msgstr "Envoyer un fichier texte vers :"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Envoyer à partir de l’appareil photo"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Envoyer à partir de fichiers"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Envoyer à partir de la photothèque"
 
@@ -8407,7 +8637,7 @@ msgstr "Envoi des images en cours…"
 msgid "Uploading link thumbnail..."
 msgstr "Envoi de la miniature du lien en cours…"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Envoi de la vidéo en cours…"
 
@@ -8419,8 +8649,8 @@ msgstr "Utilisez des mots de passe d’application pour vous connecter à d’au
 msgid "Use default provider"
 msgstr "Utiliser le fournisseur par défaut"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Utiliser le navigateur interne à l’appli"
 
@@ -8429,8 +8659,8 @@ msgstr "Utiliser le navigateur interne à l’appli"
 msgid "Use in-app browser to open links"
 msgstr "Utiliser le navigateur interne à l’appli pour ouvrir les liens"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Utiliser mon navigateur par défaut"
 
@@ -8484,12 +8714,12 @@ msgstr "Liste de compte de {0}"
 msgid "User list by you"
 msgstr "Liste de compte par vous"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Liste de compte créée"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Liste de compte mise à jour"
@@ -8523,73 +8753,80 @@ msgstr "Comptes que vous suivez"
 msgid "Value:"
 msgstr "Valeur :"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "La vérification a échoué, veuillez réessayer."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Paramètres de vérification"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Paramètres de vérification"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Les vérifications sur Bluesky fonctionnent différemment que sur d’autres plateformes. <0>En savoir plus (en anglais).</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Vérification de l’adresse e-mail requise"
+msgstr "Vérifié par :"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Vérifier le compte"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Vérifier le code"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Vérifier l’enregistrement DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Vérifier l’e-mail"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Vérifier le code d’e-mail"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Boîte de dialogue de vérification de l’adresse e-mail"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Confirmer le nouvel e-mail"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Vérifier maintenant"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Vérifier le fichier texte"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Vérifier le compte ?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Vérifier votre e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Vérifiez votre e-mail"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Version {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Vidéo"
 msgid "Video failed to process"
 msgstr "Le traitement de la vidéo a échoué"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Fil de vidéos"
 
@@ -8616,11 +8853,11 @@ msgstr "Vidéo de {0} : {text}"
 msgid "Video Games"
 msgstr "Jeux vidéo"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Vidéo en pause"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Vidéo en cours de lecture"
 
@@ -8628,11 +8865,11 @@ msgstr "Vidéo en cours de lecture"
 msgid "Video not found."
 msgstr "Vidéo non trouvée."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Paramètres vidéo"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Vidéo envoyée"
 
@@ -8640,24 +8877,24 @@ msgstr "Vidéo envoyée"
 msgid "Video: {0}"
 msgstr "Vidéo : {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Vidéos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Les vidéos doivent faire moins de 3 minutes"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Voir l’avatar de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Voir le profil de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Voir le profil de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Voir le profil de {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Voir le profil du compte bloqué"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Afficher l’entrée de débogage"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Voir les détails"
 
@@ -8688,7 +8925,7 @@ msgstr "Voir les détails"
 msgid "View details for reporting a copyright violation"
 msgstr "Voir les détails pour signaler une violation du droit d’auteur"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Voir le fil de discussion entier"
 
@@ -8703,13 +8940,12 @@ msgstr "Voir les informations sur ces étiquettes"
 msgid "View more"
 msgstr "Voir plus"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Voir le profil"
 
@@ -8723,7 +8959,7 @@ msgstr "Voir le service d’étiquetage fourni par @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Voir les vérifications de ce compte"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Consulter vos comptes masqués"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Voir vos vérifications"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Avertir du contenu"
 msgid "Warn content and filter from feeds"
 msgstr "Avertir du contenu et filtrer des fils d’actu"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Nous n’avons trouvé aucun résultat pour ce mot-clé."
@@ -8798,7 +9039,7 @@ msgstr "Nous n’avons trouvé aucun résultat pour ce mot-clé."
 msgid "We couldn't find any results for that topic."
 msgstr "Nous n’avons trouvé aucun résultat pour ce sujet."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Nous ne pouvons pas charger cette conversation"
 
@@ -8822,6 +9063,10 @@ msgstr "Nous n’avons plus de posts provenant des comptes que vous suivez. Voic
 msgid "We recommend selecting at least two interests."
 msgstr "Nous vous recommandons de sélectionner au moins deux centres d’intérêt."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Nous avons envoyé un e-mail à <0>{0}</0> contenant un lien. Veuillez cliquer dessus pour terminer le processus de vérification par e-mail."
+
 #: 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 "Nous n’avons pas pu déterminer si vous étiez autorisé à envoyer des vidéos. Veuillez réessayer."
@@ -8842,6 +9087,10 @@ msgstr "Nous n’avons pas pu nous connecter. Veuillez réessayer pour continuer
 msgid "We will let you know when your account is ready."
 msgstr "Nous vous informerons lorsque votre compte sera prêt."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Nous enverrons un e-mail à <0>{0}</0> contenant un lien. Vous devrez cliquer dessus pour terminer le processus de vérification par e-mail."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Nous utiliserons ces informations pour personnaliser votre expérience."
@@ -8853,7 +9102,7 @@ msgstr "Nous avons des soucis de réseau, réessayez"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Nous introduisons un nouveau niveau de vérification sur Bluesky — une coche facile à voir."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Nous sommes désolés, mais nous n’avons pas pu charger vos mots masqu
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Nous sommes désolés, mais votre recherche a été annulée. Veuillez réessayer dans quelques minutes."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Nous sommes désolés ! Le post auquel vous répondez a été supprimé."
 
@@ -8880,7 +9129,7 @@ msgstr "Nous sommes désolés ! Le post auquel vous répondez a été supprimé
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Nous sommes désolés ! La page que vous recherchez est introuvable."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Nous sommes désolés ! Vous ne pouvez vous abonner qu’à vingt étiqueteurs, et vous avez atteint votre limite de vingt."
 
@@ -8902,13 +9151,13 @@ msgstr "Quel est le nom de votre kit de démarrage ?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Quoi de neuf ?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Quand vous tapez sur une coche, vous verrez quelles organisations ont accordé la vérification."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Qui peut répondre ?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Qui peut vérifier ?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Oups !"
@@ -8984,11 +9233,11 @@ msgstr "Pourquoi ce compte doit-il être examiné ?"
 msgid "Write a message"
 msgstr "Écrire un message"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Rédiger un post"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Rédigez votre réponse"
@@ -9002,6 +9251,11 @@ msgstr "Écrivain·e·s"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "L’identifiant DID retourné du serveur est incorrect. Réponse : {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Oui"
@@ -9015,11 +9269,11 @@ msgstr "Oui, désactiver"
 msgid "Yes, delete this starter pack"
 msgstr "Oui, supprimer ce kit de démarrage"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Oui, détacher"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Oui, cacher"
 
@@ -9037,7 +9291,7 @@ msgstr "Vous"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Vous êtes un vérificateur de confiance"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Vous créez un compte sur"
 msgid "You are in line."
 msgstr "Vous êtes dans la file d’attente."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Vous n’êtes pas autorisé à envoyer des vidéos."
@@ -9055,18 +9318,22 @@ msgstr "Vous n’êtes pas autorisé à envoyer des vidéos."
 msgid "You are not following anyone."
 msgstr "Vous ne suivez personne."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Votre compte est vérifié"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Votre compte est vérifié. Il perdra son statut de vérification si vous changez votre nom d’affichage. <0>En savoir plus (en anglais).</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Votre compte est vérifié. Il perdra son statut de vérification si vous changez votre pseudo. <0>En savoir plus (en anglais).</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Vous avez masqué ce compte."
 msgid "You have muted this user"
 msgstr "Vous avez masqué ce compte"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Vous n’avez pas encore de conversations. Démarrez en une !"
 
@@ -9179,11 +9446,11 @@ msgstr "Vous n’avez aucun fil d’actu."
 msgid "You have no lists."
 msgstr "Vous n’avez aucune liste."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Vous n’avez pas encore bloqué de comptes. Pour bloquer un compte, allez sur son profil et sélectionnez « Bloquer le compte » dans le menu de son compte."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Vous n’avez encore masqué aucun compte. Pour masquer un compte, allez sur son profil et sélectionnez « Masquer le compte » dans le menu de son compte."
 
@@ -9191,11 +9458,15 @@ msgstr "Vous n’avez encore masqué aucun compte. Pour masquer un compte, allez
 msgid "You have reached the end"
 msgstr "Vous avez atteint la fin"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Vous avez vérifié votre adresse e-mail avec succès. Vous pouvez fermer cette fenêtre."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Vous avez temporairement atteint la limite d’envoi de vidéos. Veuillez réessayer plus tard."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Vous n’avez pas encore créé de kit de démarrage !"
 
@@ -9224,7 +9495,7 @@ msgstr "Vous ne pouvez ajouter que {STARTER_PACK_MAX_SIZE, plural, one {{STARTER
 msgid "You may only add up to 3 feeds"
 msgstr "Vous ne pouvez ajouter que 3 fils d’actu au maximum"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Vous ne pouvez sélectionner qu’un total de 4 images."
 
@@ -9232,7 +9503,7 @@ msgstr "Vous ne pouvez sélectionner qu’un total de 4 images."
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Vous devez avoir 13 ans ou plus pour créer un compte."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Vous devez suivre au moins sept autres personnes pour générer un kit de démarrage."
 
@@ -9248,10 +9519,18 @@ msgstr "Vous devez autoriser l’accès à votre photothèque pour enregistrer l
 msgid "You must select at least one labeler for a report"
 msgstr "Vous devez sélectionner au moins un étiqueteur pour un signalement"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Vous devez vérifier votre adresse e-mail avant de pouvoir utiliser la 2FA par e-mail."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Vous avez précédemment désactivé @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Vous voulez sans doute redémarrer l’appli. maintenant."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Vous avez réagi avec {0}"
@@ -9260,16 +9539,16 @@ msgstr "Vous avez réagi avec {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Vous avez réagi à {1} avec {0}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Vous serez déconnecté·e de tous vos comptes."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Vous ne recevrez plus de notifications pour ce fil de discussion"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Vous recevrez désormais des notifications pour ce fil de discussion"
 
@@ -9305,7 +9584,7 @@ msgstr "Vous suivrez ces personnes et {0} autres"
 msgid "You'll follow these people right away"
 msgstr "Vous suivrez ces personnes immédiatement"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Vous recevrez un e-mail à <0>{0}</0> pour vérifier que c’est vous."
 
@@ -9339,6 +9618,10 @@ msgstr "Vous avez trouvé des personnes à suivre"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Vous avez atteint la fin de votre fil d’actu ! Trouvez d’autres comptes à suivre."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Vous avez atteint le nombre maximum de requêtes autorisées. Veuillez réessayer plus tard."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop d’octets)"
@@ -9347,7 +9630,7 @@ msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop d
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop de vidéos)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Vous êtes venus à bout de vidéos à regarder. Peut-être est-ce un bon moment pour prendre une pause ?"
 
@@ -9391,14 +9674,18 @@ msgstr "Votre navigateur ne prend pas en charge le format vidéo. Essayez plutô
 msgid "Your chats have been disabled"
 msgstr "Vos discussions ont été désactivées"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Votre choix sera enregistré, mais vous pourrez le modifier ultérieurement dans les paramètres."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Votre choix sera mémorisé pour les futurs liens. Vous pouvez changer ça à tout moment dans vos paramètres."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Votre pseudo actuel <0>{0}</0> sera automatiquement conservé et vous sera réservé. Vous pourrez y revenir à tout moment depuis ce compte."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Votre adresse e-mail a été mis à jour, mais n’a pas été vérifié. L’étape suivante consiste à vérifier votre nouvelle adresse e-mail."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Votre pseudo actuel <0>{0}</0> sera automatiquement conservé et vous se
 msgid "Your email appears to be invalid."
 msgstr "Votre e-mail semble être invalide."
 
-#: 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 "Votre e-mail a été mis à jour, mais n’a pas été vérifié. L’étape suivante consiste à vérifier votre nouvel e-mail."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "Votre adresse e-mail n’a pas encore été vérifiée. Veuillez vérifier votre adresse e-mail pour profiter de toutes les fonctionnalités de Bluesky."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Votre e-mail n’a pas encore été vérifié. Il s’agit d’une mesure de sécurité importante que nous recommandons."
 
@@ -9434,7 +9721,7 @@ msgstr "Votre pseudo complet sera <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Votre pseudo complet sera <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Votre mot de passe a été modifié avec succès !"
 msgid "Your password must be at least 8 characters long."
 msgstr "Votre mot de passe doit comporter au moins 8 caractères."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Votre post a été publié"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Vos posts ont été publiés"
 
@@ -9479,7 +9766,7 @@ msgstr "Vos posts, vos mentions « j’aime » et vos blocages sont publics. L
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "Votre profil, vos posts, vos fils d’actu et vos listes ne seront plus visibles par d’autres personnes sur Bluesky. Vous pouvez réactiver votre compte à tout moment en vous connectant."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Votre réponse a été publiée"
 
@@ -9497,4 +9784,4 @@ msgstr "Votre sélection de centres d’intérêt nous aide à vous proposer des
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Vos vérifications"
diff --git a/src/locale/locales/fy/messages.po b/src/locale/locales/fy/messages.po
index b84459e24..616013ac9 100644
--- a/src/locale/locales/fy/messages.po
+++ b/src/locale/locales/fy/messages.po
@@ -8,6 +8,9780 @@ msgstr ""
 "Language: fy\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-17 20:00\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Frisian\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Crowdin-Project: 49a8cb746fbc2ae5707392ee41ddec4c\n"
+"X-Crowdin-Project-ID: 1\n"
+"X-Crowdin-Language: fy\n"
+"X-Crowdin-File: /main/src/locale/locales/en/messages.po\n"
+"X-Crowdin-File-ID: 11\n"
+
+#: src/components/ProgressGuide/FollowDialog.tsx:516
+#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:127
+msgid "(active)"
+msgstr "(aktyf)"
+
+#: src/screens/Messages/components/ChatListItem.tsx:160
+msgid "(contains embedded content)"
+msgstr "(befettet ynsletten ynhâld)"
+
+#: src/screens/Settings/AccountSettings.tsx:68
+msgid "(no email)"
+msgstr "(gjin e-mailadres)"
+
+#: src/lib/hooks/useTimeAgo.ts:169
+msgid "{0, plural, one {# day} other {# days}}"
+msgstr "{0, plural, one {# dei} other {# dagen}}"
+
+#: src/screens/Profile/ProfileFollowers.tsx:40
+msgid "{0, plural, one {# follower} other {# followers}}"
+msgstr "{0, plural, one {# folger} other {# folgers}}"
+
+#: src/screens/Profile/ProfileFollows.tsx:40
+msgid "{0, plural, one {# following} other {# following}}"
+msgstr "{0, plural, one {# folgjend} other {# folgjend}}"
+
+#: src/lib/hooks/useTimeAgo.ts:159
+msgid "{0, plural, one {# hour} other {# hours}}"
+msgstr "{0, plural, one {# oere} other {# oeren}}"
+
+#: src/components/moderation/LabelsOnMe.tsx:53
+msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account"
+msgstr "{0, plural, one {# label is} other {# labels binne}} op dizze account pleatst"
+
+#: src/components/moderation/LabelsOnMe.tsx:62
+msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content"
+msgstr "{0, plural, one {# label is} other {# labels binne}} op dizze ynhâld pleatst"
+
+#: src/screens/Post/PostLikedBy.tsx:41
+msgid "{0, plural, one {# like} other {# likes}}"
+msgstr "{0, plural, one {# mei-ik-wol-oer} other {# mei-ik-wol-oers}}"
+
+#: src/lib/hooks/useTimeAgo.ts:149
+msgid "{0, plural, one {# minute} other {# minutes}}"
+msgstr "{0, plural, one {# minút} other {# minuten}}"
+
+#: src/lib/hooks/useTimeAgo.ts:180
+msgid "{0, plural, one {# month} other {# months}}"
+msgstr "{0, plural, one {# moanne} other {# moannen}}"
+
+#: src/screens/Post/PostQuotes.tsx:41
+msgid "{0, plural, one {# quote} other {# quotes}}"
+msgstr "{0, plural, one {# sitaat} other {# sitaten}}"
+
+#: src/screens/Post/PostRepostedBy.tsx:41
+msgid "{0, plural, one {# repost} other {# reposts}}"
+msgstr "{0, plural, one {# opnij pleatsing} other {# opnij pleatsingen}}"
+
+#: src/lib/hooks/useTimeAgo.ts:139
+msgid "{0, plural, one {# second} other {# seconds}}"
+msgstr "{0, plural, one {# sekonde} other {# sekonden}}"
+
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
+msgid "{0, plural, one {# unread item} other {# unread items}}"
+msgstr "{0, plural, one {# net-lêzen item} other {# net-lêzen items}}"
+
+#. How many months have passed, displayed in a narrow form
+#: src/lib/hooks/useTimeAgo.ts:182
+msgid "{0, plural, one {#mo} other {#mo}}"
+msgstr "{0, plural, one {#mo} other {#mo}}"
+
+#: src/components/ProfileHoverCard/index.web.tsx:436
+#: src/screens/Profile/Header/Metrics.tsx:22
+msgid "{0, plural, one {follower} other {followers}}"
+msgstr "{0, plural, one {folger} other {folgers}}"
+
+#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/screens/Profile/Header/Metrics.tsx:26
+msgid "{0, plural, one {following} other {following}}"
+msgstr "{0, plural, one {folgjend} other {folgjend}}"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:483
+msgid "{0, plural, one {like} other {likes}}"
+msgstr "{0, plural, one {mei-ik-wol-oer} other {mei-ik-wol-oers}}"
+
+#: src/screens/Profile/Header/Metrics.tsx:58
+msgid "{0, plural, one {post} other {posts}}"
+msgstr "{0, plural, one {berjocht} other {berjochten}}"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:467
+msgid "{0, plural, one {quote} other {quotes}}"
+msgstr "{0, plural, one {sitaat} other {sitaten}}"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:449
+msgid "{0, plural, one {repost} other {reposts}}"
+msgstr "{0, plural, one {opnij pleatsing} other {opnij pleatsingen}}"
+
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:78
+msgid "{0, plural, other {{1} posts}}"
+msgstr "{0, plural, one {}other {{1} berjocht}}"
+
+#. Number of users (always at least 25) who have joined Bluesky using a specific starter pack
+#: src/screens/StarterPack/StarterPackScreen.tsx:485
+msgid "{0, plural, other {# people have}} used this starter pack!"
+msgstr "{0, plural, one {}other {# minsken hawwe}} dit startpakket brûkt!"
+
+#. Pattern: {wordValue} in tags
+#: src/components/dialogs/MutedWords.tsx:475
+msgid "{0} <0>in <1>tags</1></0>"
+msgstr "{0} <0>in <1>tags</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>in <1>tekst en tags</1></0>"
+
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
+msgid "{0} joined this week"
+msgstr "{0} dizze wike lid wurden"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:201
+msgid "{0} of {1}"
+msgstr "{0} fan {1}"
+
+#. Accessibility label describing how many characters the user has entered out of a 50-character limit in a text input field
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:55
+msgid "{0} out of 50"
+msgstr "{0} fan 50"
+
+#: src/components/dms/MessageItem.tsx:143
+msgid "{0} reacted {1}"
+msgstr "{0} reagearre {1}"
+
+#: src/screens/Messages/components/ChatListItem.tsx:231
+msgid "{0} reacted {1} to {2}"
+msgstr "{0} reagearre {1} op {2}"
+
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
+msgid "{0}'s avatar"
+msgstr "Avatar fan {0}"
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:74
+msgid "{0}'s favorite feeds and people - join me!"
+msgstr "Favorite feeds en persoanen fan {0} - doch mei!"
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:46
+msgid "{0}'s starter pack"
+msgstr "Startpakket fan {0}"
+
+#. How many days have passed, displayed in a narrow form
+#: src/lib/hooks/useTimeAgo.ts:171
+msgid "{0}d"
+msgstr "{0}d"
+
+#. How many hours have passed, displayed in a narrow form
+#: src/lib/hooks/useTimeAgo.ts:161
+msgid "{0}h"
+msgstr "{0}o"
+
+#. How many minutes have passed, displayed in a narrow form
+#: src/lib/hooks/useTimeAgo.ts:151
+msgid "{0}m"
+msgstr "{0}m"
+
+#. How many seconds have passed, displayed in a narrow form
+#: src/lib/hooks/useTimeAgo.ts:141
+msgid "{0}s"
+msgstr "{0}s"
+
+#: src/view/shell/desktop/LeftNav.tsx:401
+msgid "{count, plural, one {# unread item} other {# unread items}}"
+msgstr "{count, plural, one {# net-lêzen item} other {# net-lêzen items}}"
+
+#: src/lib/generate-starterpack.ts:111
+#: src/screens/StarterPack/Wizard/index.tsx:178
+msgid "{displayName}'s Starter Pack"
+msgstr "Startpakket fan {displayName}"
+
+#: src/screens/SignupQueued.tsx:216
+msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}"
+msgstr "{estimatedTimeHrs, plural, one {oere} other {oeren}}"
+
+#: src/screens/SignupQueued.tsx:222
+msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
+msgstr "{estimatedTimeMins, plural, one {minút} other {minuten}}"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
+msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}</0> hawwe dy folge"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
+msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}</0> meie wol oer dyn personalisearre feed"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
+msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}</0> meie wol oer dyn berjocht"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
+msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}</0> hawwe harren ferifikaasjes fan dyn account fuortsmiten"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
+msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}</0> hawwe dyn berjocht opnij pleatst"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
+msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}</0> hawwe harren registrearre mei dyn startpakket"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
+msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}</0> hawwe dy ferifiearre"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
+msgid "{firstAuthorLink} followed you"
+msgstr "{firstAuthorLink} folge dy"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
+msgid "{firstAuthorLink} followed you back"
+msgstr "{firstAuthorLink} folge dy werom"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
+msgid "{firstAuthorLink} liked your custom feed"
+msgstr "{firstAuthorLink} mei wol oer dyn personalisearre feed"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
+msgid "{firstAuthorLink} liked your post"
+msgstr "{firstAuthorLink} mei wol oer dyn bericht"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
+msgid "{firstAuthorLink} removed their verification from your account"
+msgstr "{firstAuthorLink} hat de ferifiearring fan dyn account fuortsmiten"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
+msgid "{firstAuthorLink} reposted your post"
+msgstr "{firstAuthorLink} hat dyn berjocht opnij pleatst"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
+msgid "{firstAuthorLink} signed up with your starter pack"
+msgstr "{firstAuthorLink} registrearre harren mei dyn startpakket"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
+msgid "{firstAuthorLink} verified you"
+msgstr "{firstAuthorLink} hat dy ferifiearre"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
+msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dy folge"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
+msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn personalisearre feed"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
+msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn berjocht"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
+msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe harren ferifikaasjes fan dyn account fuortsmiten"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
+msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dyn berjocht opnij pleatst"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
+msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe harren registrearre mei dyn startpakket"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
+msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dy ferifiearre"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
+msgid "{firstAuthorName} followed you"
+msgstr "{firstAuthorName} folge dy"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
+msgid "{firstAuthorName} followed you back"
+msgstr "{firstAuthorName} folge dy werom"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
+msgid "{firstAuthorName} liked your custom feed"
+msgstr "{firstAuthorName} mei wol oer dyn personalisearre feed"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
+msgid "{firstAuthorName} liked your post"
+msgstr "{firstAuthorName} mei wol oer dyn berjocht"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
+msgid "{firstAuthorName} removed their verification from your account"
+msgstr "{firstAuthorName} hat de ferifiearring fan dyn account fuortsmiten"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
+msgid "{firstAuthorName} reposted your post"
+msgstr "{firstAuthorName} hat dyn berjocht opnij pleatst"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
+msgid "{firstAuthorName} signed up with your starter pack"
+msgstr "{firstAuthorName} registrearre harren mei dyn startpakket"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
+msgid "{firstAuthorName} verified you"
+msgstr "{firstAuthorName} hat dy ferifiearre"
+
+#: src/components/ProfileHoverCard/index.web.tsx:564
+#: src/screens/Profile/Header/Metrics.tsx:49
+msgid "{following} following"
+msgstr "{following} folgjend"
+
+#: src/components/dialogs/SearchablePeopleList.tsx:412
+msgid "{handle} can't be messaged"
+msgstr "{handle} kin gjin priveeberjocht ûntfange"
+
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
+#. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
+#: src/components/StarterPack/StarterPackCard.tsx:101
+msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
+msgstr "{joinedAllTimeCount, plural, one {}other {# bûkers binne}} derby kaam!"
+
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
+msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
+msgstr "{notificationCount, plural, one {# net-lêzen item} other {# net-lêzen items}}"
+
+#: src/components/NewskieDialog.tsx:116
+msgid "{profileName} joined Bluesky {0} ago"
+msgstr "{profileName} bist {0} lyn lid wurden fan Bluesky"
+
+#: src/components/NewskieDialog.tsx:111
+msgid "{profileName} joined Bluesky using a starter pack {0} ago"
+msgstr "{profileName} bist {0} lyn lid wurden fan Bluesky mei in startpakket"
+
+#. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor"
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:107
+msgid "{rank}."
+msgstr "{rank}."
+
+#. trending topic time spent trending. should be as short as possible to fit in a pill
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:202
+msgid "{type}h ago"
+msgstr "{type}o lyn"
+
+#: src/components/verification/VerifierDialog.tsx:60
+msgid "{userName} is a trusted verifier"
+msgstr "{userName} is in fertroude ferifiearder"
+
+#: src/components/verification/VerificationsDialog.tsx:67
+msgid "{userName} is verified"
+msgstr "{userName} is ferifiearre"
+
+#. Possessive, meaning "the verifications of {userName}"
+#: src/components/verification/VerificationsDialog.tsx:69
+msgid "{userName}'s verifications"
+msgstr "Ferifikaasjes fan {userName}"
+
+#. Indicates the number of additional profiles are in the Starter Pack e.g. +12
+#: src/screens/Search/components/StarterPackCard.tsx:249
+msgid "+{computedTotal}"
+msgstr "+{computedTotal}"
+
+#: src/screens/StarterPack/Wizard/index.tsx:449
+msgctxt "profiles"
+msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
+msgstr "<0>{0}, </0><1>{1}, </1>en {2, plural, one {# oare} other {# oaren}} binne ynbegrepen yn dyn startpakket"
+
+#: src/screens/StarterPack/Wizard/index.tsx:502
+msgctxt "feeds"
+msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
+msgstr "<0>{0}, </0><1>{1}, </1>en {2, plural, one {# oare} other {# oaren}} binne ynbegrepen yn dyn startpakket"
+
+#: src/view/shell/Drawer.tsx:116
+msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
+msgstr "<0>{0}</0> {1, plural, one {folger} other {folgers}}"
+
+#: src/view/shell/Drawer.tsx:127
+msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
+msgstr "<0>{0}</0> {1, plural, one {folgjend} other {folgjend}}"
+
+#: src/screens/StarterPack/Wizard/index.tsx:490
+msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack"
+msgstr "<0>{0}</0> en<1> </1><2>{1} </2>binne ynbegrepen yn dyn startpakket"
+
+#: src/screens/StarterPack/Wizard/index.tsx:483
+msgid "<0>{0}</0> is included in your starter pack"
+msgstr "<0>{0}</0> is ynbegrepen yn dyn startpakket"
+
+#: src/components/WhoCanReply.tsx:296
+msgid "<0>{0}</0> members"
+msgstr "<0>{0}</0> leden"
+
+#: src/components/dms/DateDivider.tsx:69
+msgid "<0>{date}</0> at {time}"
+msgstr "<0>{date}</0> om {time}"
+
+#: src/screens/Settings/NotificationSettings.tsx:85
+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 "<0>Eksperiminteel:</0> do ûntfangst allinnich antwurd- en sitaatmeldingen fan brûkers dy’t jo folgje wannear’t dizze foarkar ynskeakele is. Wy sille hjir mear bestjoeringseleminten oan tafoegje yn de rin fan de tiid."
+
+#: src/screens/StarterPack/Wizard/index.tsx:440
+msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
+msgstr "<0>Do</0> en<1> </1><2>{0} </2>binne ynbegrepen yn dyn startpakket"
+
+#: src/screens/Profile/Header/Handle.tsx:53
+msgid "⚠Invalid Handle"
+msgstr "⚠Unjildige handle"
+
+#: src/components/dialogs/MutedWords.tsx:193
+msgid "24 hours"
+msgstr "24 oeren"
+
+#: src/screens/Login/LoginForm.tsx:268
+msgid "2FA Confirmation"
+msgstr "2FA-befêstiging"
+
+#: src/components/dialogs/MutedWords.tsx:232
+msgid "30 days"
+msgstr "30 dagen"
+
+#: src/components/dialogs/MutedWords.tsx:217
+msgid "7 days"
+msgstr "7 dagen"
+
+#. If last message does not contain text, fall back to "{user} reacted to {a message}"
+#: src/screens/Messages/components/ChatListItem.tsx:210
+msgid "a message"
+msgstr "in berjocht"
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
+msgid "A new form of verification"
+msgstr "In nij ferifikaasjeformulier"
+
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
+msgid "About"
+msgstr "Oer"
+
+#. Accept a chat request
+#: src/screens/Messages/components/RequestButtons.tsx:259
+msgid "Accept"
+msgstr "Akseptearje"
+
+#: src/screens/Messages/components/RequestButtons.tsx:249
+msgid "Accept chat request"
+msgstr "Chatfersyk akseptearje"
+
+#. Accept a chat request
+#: src/screens/Messages/components/RequestListItem.tsx:42
+msgid "Accept Request"
+msgstr "Fersyk akseptearje"
+
+#: src/screens/Settings/AccessibilitySettings.tsx:46
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
+msgid "Accessibility"
+msgstr "Tagonklikheid"
+
+#: src/Navigation.tsx:355
+msgid "Accessibility Settings"
+msgstr "Tagonklikheidsynstellingen"
+
+#: src/Navigation.tsx:371
+#: src/screens/Login/LoginForm.tsx:194
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
+msgid "Account"
+msgstr "Account"
+
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
+msgctxt "toast"
+msgid "Account blocked"
+msgstr "Account blokkearre"
+
+#: src/view/com/profile/ProfileMenu.tsx:167
+msgctxt "toast"
+msgid "Account followed"
+msgstr "Account folge"
+
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
+msgctxt "toast"
+msgid "Account muted"
+msgstr "Account negearre"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:103
+#: src/lib/moderation/useModerationCauseDescription.ts:98
+msgid "Account Muted"
+msgstr "Account negearre"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:89
+msgid "Account Muted by List"
+msgstr "Account negearre troch list"
+
+#: src/screens/Settings/Settings.tsx:505
+msgid "Account options"
+msgstr "Accountopsjes"
+
+#: src/screens/Settings/Settings.tsx:541
+msgid "Account removed from quick access"
+msgstr "Account út flugge tagong fuortsmiten"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
+msgctxt "toast"
+msgid "Account unblocked"
+msgstr "Account deblokkearre"
+
+#: src/view/com/profile/ProfileMenu.tsx:179
+msgctxt "toast"
+msgid "Account unfollowed"
+msgstr "Account ûntfolge"
+
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
+msgctxt "toast"
+msgid "Account unmuted"
+msgstr "Account negearre opheven"
+
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Accounts mei in skulpe blau finkje <0><1/></0> kinne oaren ferifiearje. Dizze fertroude ferifiearders binne troch Bluesky selektearre."
+
+#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
+#: src/components/dialogs/MutedWords.tsx:328
+#: src/view/com/modals/UserAddRemoveLists.tsx:235
+msgid "Add"
+msgstr "Tafoegje"
+
+#: src/screens/StarterPack/Wizard/index.tsx:551
+msgid "Add {0} more to continue"
+msgstr "Foegje noch {0} ta om troch te gean"
+
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:59
+msgid "Add {displayName} to starter pack"
+msgstr "{displayName} tafoegje oan it startpakket"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:107
+#: src/view/com/composer/labels/LabelsBtn.tsx:112
+msgid "Add a content warning"
+msgstr "In ynhâldswarskôging tafoegje"
+
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:924
+#: src/view/screens/ProfileList.tsx:942
+msgid "Add a user to this list"
+msgstr "In brûker oan dizze list tafoegje"
+
+#: src/components/dialogs/SwitchAccount.tsx:55
+#: src/screens/Deactivated.tsx:192
+msgid "Add account"
+msgstr "Account tafoegje"
+
+#: src/view/com/composer/GifAltText.tsx:76
+#: src/view/com/composer/GifAltText.tsx:144
+#: src/view/com/composer/GifAltText.tsx:210
+#: 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 "Alt-tekst tafoegje"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+msgid "Add alt text (optional)"
+msgstr "Alt-tekst tafoegje (opsjoneel)"
+
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
+msgid "Add another account"
+msgstr "Noch in account tafoegje"
+
+#: src/view/com/composer/Composer.tsx:731
+msgid "Add another post"
+msgstr "Noch in berjocht tafoegje"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:102
+msgid "Add app password"
+msgstr "App-wachtwurd tafoegje"
+
+#: src/screens/Settings/AppPasswords.tsx:75
+#: src/screens/Settings/AppPasswords.tsx:83
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:111
+msgid "Add App Password"
+msgstr "App-wachtwurd tafoegje"
+
+#: src/components/dms/EmojiReactionPicker.web.tsx:35
+msgid "Add emoji reaction"
+msgstr "Emoji-reaksje tafoegje"
+
+#: src/components/moderation/ReportDialog/index.tsx:392
+#: src/components/moderation/ReportDialog/index.tsx:396
+msgid "Add more details (optional)"
+msgstr "Mear details tafoegje (opsjoneel)"
+
+#: src/components/dialogs/MutedWords.tsx:321
+msgid "Add mute word with chosen settings"
+msgstr "Dôvwurd tafoegje mei keazen ynstellingen"
+
+#: src/components/dialogs/MutedWords.tsx:112
+msgid "Add muted words and tags"
+msgstr "Negearre wurden en tags tafoegje"
+
+#: src/view/com/composer/Composer.tsx:1287
+msgid "Add new post"
+msgstr "Nij berjocht tafoegje"
+
+#: src/view/screens/ProfileList.tsx:932
+#: src/view/screens/ProfileList.tsx:950
+msgid "Add people"
+msgstr "Minsken tafoegje"
+
+#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
+msgid "Add people to list"
+msgstr "Minsken oan list tafoegje"
+
+#: src/components/dms/EmojiPopup.android.tsx:55
+msgid "Add Reaction"
+msgstr "Reaksje tafoegje"
+
+#: src/screens/Home/NoFeedsPinned.tsx:99
+msgid "Add recommended feeds"
+msgstr "Oanrekommandearre feeds tafoegje"
+
+#: src/screens/StarterPack/Wizard/index.tsx:471
+msgid "Add some feeds to your starter pack!"
+msgstr "Foegje wat feeds ta oan dyn startpakket!"
+
+#: src/screens/Feeds/NoFollowingFeed.tsx:41
+msgid "Add the default feed of only people you follow"
+msgstr "Standertfeed fan allinnich de persoanen dy’tsto folgest tafoegje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:406
+msgid "Add the following DNS record to your domain:"
+msgstr "Foegje it folgjende DNS-record ta oan dyn domein:"
+
+#: src/components/FeedCard.tsx:305
+msgid "Add this feed to your feeds"
+msgstr "Dizze feed oan dyn feeds tafoegje"
+
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
+msgid "Add to lists"
+msgstr "Tafoegje oan listen"
+
+#: src/view/com/feeds/FeedSourceCard.tsx:269
+msgid "Add to my feeds"
+msgstr "Tafoegje oan myn feeds"
+
+#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
+msgid "Add user to list"
+msgstr "Brûker oan list tafoegje"
+
+#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
+#: src/view/com/modals/UserAddRemoveLists.tsx:162
+msgid "Added to list"
+msgstr "Tafoege oan list"
+
+#: src/view/com/feeds/FeedSourceCard.tsx:125
+msgid "Added to my feeds"
+msgstr "Tafoege oan myn feeds"
+
+#: src/components/moderation/ReportDialog/index.tsx:410
+msgid "Additional details (limit 300 characters)"
+msgstr "Oanfoljende details (maksimaal 300 tekens)"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:159
+msgid "Adult"
+msgstr "Folwoeksene"
+
+#: src/components/moderation/ContentHider.tsx:113
+#: src/lib/moderation/useGlobalLabelStrings.ts:34
+#: src/lib/moderation/useModerationCauseDescription.ts:148
+#: src/view/com/composer/labels/LabelsBtn.tsx:127
+msgid "Adult Content"
+msgstr "Ynhâld foar folwoeksenen"
+
+#: src/screens/Moderation/index.tsx:374
+msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>."
+msgstr "Ynhâld foar folwoeksenen kin allinnich ynskeakele wurde fia it ynternet op <0>bsky.app</0>."
+
+#: src/components/moderation/LabelPreference.tsx:242
+msgid "Adult content is disabled."
+msgstr "Ynhâld foar folwoeksenen is útskeakele."
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:138
+#: src/view/com/composer/labels/LabelsBtn.tsx:196
+msgid "Adult Content labels"
+msgstr "Labels foar ynhâld foar folwoeksenen"
+
+#: src/screens/Moderation/index.tsx:418
+msgid "Advanced"
+msgstr "Avansearre"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
+#: src/view/screens/Notifications.tsx:86
+msgid "All"
+msgstr "Allen"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:381
+msgid "All accounts have been followed!"
+msgstr "Do hast alle accounts folge!"
+
+#: src/screens/Search/components/SearchLanguageDropdown.tsx:64
+#: src/screens/Search/components/SearchLanguageDropdown.tsx:99
+#: src/screens/Search/components/SearchLanguageDropdown.tsx:101
+msgid "All languages"
+msgstr "Alle talen"
+
+#: src/view/screens/Feeds.tsx:705
+msgid "All the feeds you've saved, right in one place."
+msgstr "Alle feeds dy’tsto bewarre hast, byinoar op ien plak."
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:146
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:153
+msgid "Allow access to your direct messages"
+msgstr "Jou tagong ta dyn priveeberjochten"
+
+#: src/screens/Messages/Settings.tsx:70
+#: src/screens/Messages/Settings.tsx:73
+msgid "Allow new messages from"
+msgstr "Nije priveeberjochten akseptearje fan"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:344
+msgid "Allow quote posts"
+msgstr "Sitaatberjochten tastean"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:389
+msgid "Allow replies from:"
+msgstr "Antwurden tastean fan:"
+
+#: src/screens/Settings/AppPasswords.tsx:200
+msgid "Allows access to direct messages"
+msgstr "Stiet tagong ta priveeberjochten ta"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:171
+#: src/view/com/modals/ChangePassword.tsx:182
+msgid "Already have a code?"
+msgstr "Hasto al in koade?"
+
+#: src/screens/Login/ChooseAccountForm.tsx:43
+msgid "Already signed in as @{0}"
+msgstr "Al oanmeld as @{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:56
+#: src/view/com/composer/GifAltText.tsx:154
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
+msgid "Alt text"
+msgstr "Alt-tekst"
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:191
+msgid "Alt Text"
+msgstr "Alt-tekst"
+
+#: 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 "Alt-tekst beskriuwt ôfbyldingen foar bline en fisueel beheinde brûkers en biedt elkenien kontekst."
+
+#: src/view/com/composer/GifAltText.tsx:179
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:139
+msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} characters.}}"
+msgstr "Alt-tekst sil ôfkoart wurde. {MAX_ALT_TEXT, plural, one {}other {Limyt: {0} karakters.}}"
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:93
+msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below."
+msgstr "Der is in e-mailberjocht ferstjoerd nei {0}. Dizze befettet in befêstigingskoade dy’tsto hjirûnder ynfiere kinst."
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Der is in e-mailberjocht ferstjoerd nei dyn foarige e-mailadres, {currentEmail}. Dizze befettet in befêstigingskoade dy’tsto hjirûnder ynfiere kinst."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
+msgid "An email has been sent! Please enter the confirmation code included in the email below."
+msgstr "Der is in e-mailberjocht ferstjoerd! Fier hjirûnder de befêstigingskoade yn dy’t yn it e-mailberjocht opnommen is."
+
+#: src/components/dialogs/GifSelect.tsx:265
+msgid "An error has occurred"
+msgstr "Der is in flater bard"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:420
+msgid "An error occurred"
+msgstr "Der is in flater bard"
+
+#: src/view/com/composer/state/video.ts:398
+msgid "An error occurred while compressing the video."
+msgstr "Der is in flater bard wylst it komprimearjen fan de fideo."
+
+#: src/state/queries/explore-feed-previews.tsx:184
+msgid "An error occurred while fetching the feed."
+msgstr "Der is in flater bard by it opheljen fan de feed."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+msgid "An error occurred while generating your starter pack. Want to try again?"
+msgstr "Der is in flater bard by it generearjen fan dyn startpakket. Wolsto it opnij probearje?"
+
+#: src/view/com/util/post-embeds/VideoEmbed.tsx:160
+msgid "An error occurred while loading the video. Please try again later."
+msgstr "Der is in flater bard wylst it laden fan de fideo. Probearje it letter opnij."
+
+#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:198
+msgid "An error occurred while loading the video. Please try again."
+msgstr "Der is in flater bard wylst it laden fan de fideo. Probearje it nochris."
+
+#: src/components/StarterPack/QrCodeDialog.tsx:72
+#: src/components/StarterPack/ShareDialog.tsx:79
+msgid "An error occurred while saving the QR code!"
+msgstr "Der is in flater bard by it bewarjen fan de QR-koade!"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
+msgid "An error occurred while selecting the video"
+msgstr "Der is in flater bard by it selektearjen fan de fideo"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:347
+#: src/screens/StarterPack/StarterPackScreen.tsx:369
+msgid "An error occurred while trying to follow all"
+msgstr "Der is in flater bard wylst it besykjen om elkenien te folgjen"
+
+#: src/view/com/composer/state/video.ts:435
+msgid "An error occurred while uploading the video."
+msgstr "Der is in flater bard by it opladen fan de fideo."
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
+#: src/components/verification/VerifierDialog.tsx:86
+msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
+msgstr "In yllustraasj, dy’t toant dat Bluesky fertroude ferifiearders selektearret en dizze wer inkelde brûkersaccounts ferifiearje."
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
+#: src/lib/moderation/useReportOptions.ts:28
+msgid "An issue not included in these options"
+msgstr "In probleem net fermeld yn dizze opsjes"
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
+msgid "An issue occurred starting the chat"
+msgstr "Der is in flater bard by it starten fan de chat"
+
+#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47
+msgid "An issue occurred while trying to open the chat"
+msgstr "Der is in flater bard by it iepenjen fan de chat"
+
+#: src/components/hooks/useFollowMethods.ts:35
+#: src/components/hooks/useFollowMethods.ts:50
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
+#: src/view/com/profile/FollowButton.tsx:38
+#: src/view/com/profile/FollowButton.tsx:48
+msgid "An issue occurred, please try again."
+msgstr "Der is in flater bard. Probearje it opnij."
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
+msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
+msgstr "In mock-up fan in iPhone dy’t de Bluesky-app iepenet nei it profyl fan in ferifiearre brûker mei in blau finkje njonken harren werjeftenamme."
+
+#: src/screens/Onboarding/StepInterests/index.tsx:185
+msgid "an unknown error occurred"
+msgstr "der is in ûnbekende flater bard"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:134
+#: src/lib/moderation/useModerationCauseDescription.ts:144
+msgid "an unknown labeler"
+msgstr "in ûnbekende labeler"
+
+#: src/components/WhoCanReply.tsx:317
+msgid "and"
+msgstr "en"
+
+#: src/screens/Onboarding/index.tsx:29
+#: src/screens/Onboarding/state.ts:94
+msgid "Animals"
+msgstr "Bisten"
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:149
+msgid "Animated GIF"
+msgstr "Animearre GIF"
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
+msgid "Announcing verification on Bluesky"
+msgstr "Oankundiging fan ferifikaasje op Bluesky"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
+#: src/lib/moderation/useReportOptions.ts:33
+msgid "Anti-Social Behavior"
+msgstr "Asosjaal gedrach"
+
+#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48
+msgid "Anybody can interact"
+msgstr "Elkenien kin reagearje"
+
+#: src/Navigation.tsx:411
+#: src/screens/Settings/AppIconSettings/index.tsx:67
+#: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
+#: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
+msgid "App Icon"
+msgstr "App-piktogram"
+
+#: src/screens/Settings/LanguageSettings.tsx:87
+msgid "App Language"
+msgstr "App-taal"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:122
+msgid "App Password"
+msgstr "App-wachtwurd"
+
+#: src/screens/Settings/AppPasswords.tsx:147
+msgctxt "toast"
+msgid "App password deleted"
+msgstr "App-wachtwurd fuortsmiten"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:84
+msgid "App password name must be unique"
+msgstr "App-wachtwurdnamme moat unyk wêze"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:62
+msgid "App password names can only contain letters, numbers, spaces, dashes, and underscores"
+msgstr "App-wachtwurdnammen meie allinnich letters, sifers, spaasjes, streekjes en underscores befetsje"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:80
+msgid "App password names must be at least 4 characters long"
+msgstr "App-wachtwurdnammen moatte minimaal 4 tekens lang wêze"
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:63
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:66
+msgid "App passwords"
+msgstr "App-wachtwurden"
+
+#: src/Navigation.tsx:323
+#: src/screens/Settings/AppPasswords.tsx:51
+msgid "App Passwords"
+msgstr "App-wachtwurden"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:150
+#: src/components/moderation/LabelsOnMeDialog.tsx:153
+msgid "Appeal"
+msgstr "Beswier meitsje"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:268
+msgid "Appeal \"{0}\" label"
+msgstr "Beswier tsjin ‘{0}’-label meitsje"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:258
+#: src/screens/Messages/components/ChatDisabled.tsx:91
+msgctxt "toast"
+msgid "Appeal submitted"
+msgstr "Beswier yntsjinne"
+
+#: src/screens/Takendown.tsx:111
+#: src/screens/Takendown.tsx:144
+msgid "Appeal suspension"
+msgstr "Beswier tsjin skorsing meitsje"
+
+#: src/screens/Takendown.tsx:114
+msgid "Appeal Suspension"
+msgstr "Beswier tsjin skorsing meitsje"
+
+#: 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 "Beswier tsjin dizze beslissing meitsje"
+
+#: src/Navigation.tsx:363
+#: src/screens/Settings/AppearanceSettings.tsx:85
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
+msgid "Appearance"
+msgstr "Werjefte"
+
+#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47
+#: src/screens/Home/NoFeedsPinned.tsx:93
+msgid "Apply default recommended feeds"
+msgstr "Standert oanrekommandearre feeds brûke"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:890
+msgid "Archived from {0}"
+msgstr "Argivearre fan {0}"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
+msgid "Archived post"
+msgstr "Argivearre berjocht"
+
+#: src/screens/Settings/AppPasswords.tsx:209
+msgid "Are you sure you want to delete the app password \"{0}\"?"
+msgstr "Bisto wis datsto it app-wachtwurd ‘{0}’ fuorsmite wolst?"
+
+#: src/components/dms/MessageContextMenu.tsx:185
+msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant."
+msgstr "Bisto wis datsto dit priveeberjocht fuortsmite wolst? It priveeberjocht wurdt foar dy fuortsmiten, mar net foar de oare dielnimmer."
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:641
+msgid "Are you sure you want to delete this starter pack?"
+msgstr "Bisto wis datsto dit startpakket fuortsmite wolst?"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:86
+msgid "Are you sure you want to discard your changes?"
+msgstr "Bisto wis datsto dyn wizigingen ûngedien meitsje wolst?"
+
+#: src/components/dms/LeaveConvoPrompt.tsx:46
+msgid "Are you sure you want to leave this conversation?"
+msgstr "Bisto wis datsto dit petear ferlitte wolst?"
+
+#: src/components/dms/LeaveConvoPrompt.tsx:45
+msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant."
+msgstr "Bisto wis datsto dit petear ferlitte wolst? Dyn priveeberjochten wurde foar dy fuortsmiten, mar net foar de oare dielnimmer."
+
+#: src/view/com/feeds/FeedSourceCard.tsx:319
+msgid "Are you sure you want to remove {0} from your feeds?"
+msgstr "Bisto wis datsto {0} út dyn feeds fuortsmite wolst?"
+
+#: src/components/FeedCard.tsx:340
+msgid "Are you sure you want to remove this from your feeds?"
+msgstr "Bisto wis datsto dit út dyn feeds fuortsmite wolst?"
+
+#: src/view/com/composer/Composer.tsx:682
+msgid "Are you sure you'd like to discard this draft?"
+msgstr "Bisto wis datsto dit konsept fuortsmite wolst?"
+
+#: src/view/com/composer/Composer.tsx:861
+msgid "Are you sure you'd like to discard this post?"
+msgstr "Bisto wis datsto dit berjocht fuortsmite wolst?"
+
+#: src/components/dialogs/MutedWords.tsx:433
+msgid "Are you sure?"
+msgstr "Bisto wis?"
+
+#: src/view/com/composer/select-language/SuggestedLanguage.tsx:69
+msgid "Are you writing in <0>{suggestedLanguageName}</0>?"
+msgstr "Skriuwsto yn it <0>{suggestedLanguageName}</0>?"
+
+#: src/screens/Onboarding/index.tsx:23
+#: src/screens/Onboarding/state.ts:95
+msgid "Art"
+msgstr "Keunst"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:171
+msgid "Artistic or non-erotic nudity."
+msgstr "Artistike of net-erotyske neakenbylden."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
+#: src/screens/Signup/StepHandle.tsx:194
+msgid "At least 3 characters"
+msgstr "Op syn minst 3 tekens"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:40
+msgctxt "Name of app icon variant"
+msgid "Aurora"
+msgstr "Aurora"
+
+#: src/screens/Settings/AccessibilitySettings.tsx:105
+msgid "Autoplay options have moved to the <0>Content and Media settings</0>."
+msgstr "De opsjes foar automatysk ôfspyljen binne ferpleatst nei de <0>Ynstellingen foar ynhâld en media</0>."
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:116
+#: src/screens/Settings/ContentAndMediaSettings.tsx:122
+msgid "Autoplay videos and GIFs"
+msgstr "Fideo’s en GIF’s automatysk ôfspylje"
+
+#: src/components/dms/MessagesListHeader.tsx:84
+#: src/components/moderation/LabelsOnMeDialog.tsx:315
+#: src/components/moderation/LabelsOnMeDialog.tsx:316
+#: 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:310
+#: src/screens/Login/LoginForm.tsx:316
+#: src/screens/Login/SetNewPasswordForm.tsx:164
+#: src/screens/Login/SetNewPasswordForm.tsx:170
+#: src/screens/Messages/components/ChatDisabled.tsx:133
+#: src/screens/Messages/components/ChatDisabled.tsx:134
+#: src/screens/Profile/Header/Shell.tsx:150
+#: src/screens/Signup/BackNextButtons.tsx:41
+#: src/screens/StarterPack/Wizard/index.tsx:286
+msgid "Back"
+msgstr "Tebek"
+
+#: src/screens/Messages/Inbox.tsx:238
+msgid "Back to Chats"
+msgstr "Werom nei chats"
+
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
+msgid "Before creating a list, you must first verify your email."
+msgstr "Do moatst earst dyn e-mailadres befêstigje eardatsto in list makkest."
+
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Do moatst earst dyn e-mailadres befêstigje eardatsto in berjocht makkest of antwurdest."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
+msgid "Before creating a starter pack, you must first verify your email."
+msgstr "Do moatst earst dyn e-mailadres befêstigje eardatsto in startpakket makkest."
+
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Do moatst earst dyn e-mailadres befêstigje eardatsto in petearfersyk akseptearje kinst."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr "Do moatst earst dyn e-mailadres befêstigje eardatsto in oare brûker in priveeberjocht stjoere kinst."
+
+#: src/components/dialogs/BirthDateSettings.tsx:103
+#: src/screens/Settings/AccountSettings.tsx:120
+msgid "Birthday"
+msgstr "Jierdei"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
+msgid "Block"
+msgstr "Blokkearje"
+
+#: src/components/dms/ConvoMenu.tsx:247
+#: src/components/dms/ConvoMenu.tsx:250
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
+msgid "Block account"
+msgstr "Account blokkearje"
+
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
+msgid "Block Account?"
+msgstr "Account blokkearje?"
+
+#: src/view/screens/ProfileList.tsx:669
+msgid "Block accounts"
+msgstr "Accounts blokkearje"
+
+#: src/components/dms/ReportDialog.tsx:317
+msgid "Block and Delete"
+msgstr "Blokkearje en fuortsmite"
+
+#: src/components/dms/ReportDialog.tsx:352
+msgid "Block and/or delete this conversation"
+msgstr "Dit petear blokkearje en/of fuortsmite"
+
+#: src/view/screens/ProfileList.tsx:789
+msgid "Block list"
+msgstr "Blokkearlist"
+
+#: src/screens/Messages/components/ChatStatusInfo.tsx:46
+msgid "Block or report"
+msgstr "Blokkearje of rapportearje"
+
+#: src/view/screens/ProfileList.tsx:784
+msgid "Block these accounts?"
+msgstr "Dizze accounts blokkearje?"
+
+#: src/components/dms/ReportDialog.tsx:356
+#: src/components/dms/ReportDialog.tsx:359
+msgid "Block user"
+msgstr "Brûker blokkearje"
+
+#: src/components/dms/ReportDialog.tsx:323
+msgid "Block User"
+msgstr "Brûker blokkearje"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:84
+msgid "Blocked"
+msgstr "Blokkearre"
+
+#: src/screens/Moderation/index.tsx:273
+msgid "Blocked accounts"
+msgstr "Blokkearre accounts"
+
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
+msgid "Blocked Accounts"
+msgstr "Blokkearre accounts"
+
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
+msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
+msgstr "Blokkearre accounts kinne net reagearje op dyn petearen, dy net fermelde en net op in oare manier mei dy kommunisearje."
+
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
+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 "Blokkearre accounts kinne net reagearje op dyn petearen, dy net fermelde en net op in oare manier mei dy kommunisearje. Do sjochst harren tekst net en sy dy fan dy ek net."
+
+#: src/view/com/post-thread/PostThread.tsx:468
+msgid "Blocked post."
+msgstr "Blokkearre berjocht."
+
+#: src/screens/Profile/Sections/Labels.tsx:170
+msgid "Blocking does not prevent this labeler from placing labels on your account."
+msgstr "Blokkearjen wjerhâld dizze labeler der net fan om labels op dyn account te pleatsen."
+
+#: src/view/screens/ProfileList.tsx:786
+msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
+msgstr "Blokkearjen is iepenbier. Blokkearre accounts kinne net reagearje op dyn petearen, dy net fermelde en net op in oare manier mei dy kommunisearje."
+
+#: src/view/com/profile/ProfileMenu.tsx:455
+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 "Blokkearjen sil dizze labels net fan dyn account ôfhelje, mar it soarget der wol foar dat dizze brûker net mear op dyn petearen reagearje kin of op oare wize mei dy yn kommunisearje kin."
+
+#: src/view/com/auth/SplashScreen.web.tsx:175
+msgid "Blog"
+msgstr "Blog"
+
+#: src/view/com/auth/server-input/index.tsx:136
+#: src/view/com/auth/server-input/index.tsx:137
+msgid "Bluesky"
+msgstr "Bluesky"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:915
+msgid "Bluesky cannot confirm the authenticity of the claimed date."
+msgstr "Bluesky kin de wierheid fan dizze datum net befêstigje."
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:129
+msgctxt "Name of app icon variant"
+msgid "Bluesky Classic™"
+msgstr "Bluesky Classic™"
+
+#: src/view/com/auth/server-input/index.tsx:212
+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 is in iepen netwurk dêr’tsto sels dyn hostingprovider útsykje kinst. Asto in ûntwikkeler bist, kinsto dyn eigen server hoste."
+
+#: src/view/com/auth/server-input/index.tsx:149
+msgid "Bluesky is an open network where you can choose your own provider. If you're new here, we recommend sticking with the default Bluesky Social option."
+msgstr "Bluesky is in iepen netwurk dêr’tsto sels dyn hostingprovider útsykje kinst. Asto hjir noch mar krekt bist, riede wy dy oan de standert opsje ‘Bluesky Social’ oan te hâlden."
+
+#: src/components/ProgressGuide/List.tsx:53
+#: src/components/ProgressGuide/List.tsx:70
+msgid "Bluesky is better with friends!"
+msgstr "Bluesky is noch nofliker mei freonen!"
+
+#: src/screens/Takendown.tsx:217
+msgid "Bluesky Social Terms of Service"
+msgstr "Tsjinstbetingsten fan Bluesky Social"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
+msgid "Bluesky will choose a set of recommended accounts from people in your network."
+msgstr "Bluesky sil in oantal oanrekommandearre brûkers kieze út de minsken yn dyn netwurk."
+
+#: src/screens/Settings/components/PwiOptOut.tsx:99
+msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private."
+msgstr "Bluesky sil dyn profyl en berjochten net toane oan ôfmelde brûkers. Oare apps sille harren hjir miskien net oan hâlde. It makket dyn account net privee."
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
+msgid "Bluesky will proactively verify notable and authentic accounts."
+msgstr "Bluesky sil pro-aktyf bekende en autentike accounts ferifiearje."
+
+#: src/screens/Settings/AppIconSettings/index.tsx:99
+msgid "Bluesky+"
+msgstr "Bluesky+"
+
+#: src/screens/Settings/AppIconSettings/index.tsx:102
+msgid "Bluesky+ icons"
+msgstr "Bluesky+-piktogrammen"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:53
+msgid "Blur images"
+msgstr "Ofbyldingen ferdizenje"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:51
+msgid "Blur images and filter from feeds"
+msgstr "Ofbyldingen dizich meitsje en út dyn feeds filterje"
+
+#: src/screens/Onboarding/index.tsx:30
+#: src/screens/Onboarding/state.ts:96
+msgid "Books"
+msgstr "Boeken"
+
+#: src/components/FeedInterstitials.tsx:373
+msgid "Browse more accounts on the Explore page"
+msgstr "Blêdzje troch brûkers op de ûntdekkingsside"
+
+#: src/components/FeedInterstitials.tsx:511
+msgid "Browse more feeds on the Explore page"
+msgstr "Blêdzje troch feeds op de ûntdekkingsside"
+
+#: src/components/FeedInterstitials.tsx:353
+#: src/components/FeedInterstitials.tsx:356
+#: src/components/FeedInterstitials.tsx:492
+#: src/components/FeedInterstitials.tsx:495
+msgid "Browse more suggestions"
+msgstr "Blêdzje troch mear suggestjes"
+
+#: src/components/FeedInterstitials.tsx:381
+#: src/components/FeedInterstitials.tsx:520
+msgid "Browse more suggestions on the Explore page"
+msgstr "Blêdzje troch mear suggestjes op de ûntdekkingsside"
+
+#: src/screens/Home/NoFeedsPinned.tsx:103
+#: src/screens/Home/NoFeedsPinned.tsx:109
+msgid "Browse other feeds"
+msgstr "Blêdzje troch oare feeds"
+
+#: src/components/TrendingTopics.tsx:178
+msgid "Browse posts about {displayName}"
+msgstr "Berjochten oer {displayName} besjen."
+
+#: src/components/TrendingTopics.tsx:186
+msgid "Browse posts tagged with {displayName}"
+msgstr "Berjochten labele mei {displayName} besjen"
+
+#: src/components/TrendingTopics.tsx:195
+msgid "Browse starter pack {displayName}"
+msgstr "Startpakket {displayName} besjen"
+
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:89
+msgid "Browse topic {0}"
+msgstr "Underwerp {0} besjen"
+
+#: src/components/TrendingTopics.tsx:232
+msgid "Browse topic {displayName}"
+msgstr "It ûnderwerp {displayName} besjen"
+
+#: src/view/com/auth/SplashScreen.web.tsx:170
+msgid "Business"
+msgstr "Saaklik"
+
+#: src/components/LabelingServiceCard/index.tsx:62
+#: src/components/moderation/ReportDialog/index.tsx:672
+#: src/screens/Search/components/StarterPackCard.tsx:106
+#: src/screens/Search/Explore.tsx:853
+msgid "By {0}"
+msgstr "Troch {0}"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:443
+msgid "By <0>{0}</0>"
+msgstr "Troch <0>{0}</0>"
+
+#: src/screens/Signup/StepInfo/Policies.tsx:81
+msgid "By creating an account you agree to the <0>Privacy Policy</0>."
+msgstr "Mei it oanmeitsjen fan in account giest akkoard mei it <0>Privacybelied</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 "Mei it meitsjen fan in account giest akkoard mei de <0>Tsjinstbetingsten</0> en it <1>Privacybelied</1>."
+
+#: src/screens/Signup/StepInfo/Policies.tsx:68
+msgid "By creating an account you agree to the <0>Terms of Service</0>."
+msgstr "Mei it meitsjen fan in account giest akkoard mei de <0>Tsjinstbetingsten</0>."
+
+#: src/screens/Search/components/StarterPackCard.tsx:105
+msgid "By you"
+msgstr "Troch dy"
+
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
+msgid "Camera"
+msgstr "Kamera"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
+#: src/components/Menu/index.tsx:306
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
+#: src/screens/Deactivated.tsx:158
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
+#: src/screens/Search/Shell.tsx:349
+#: src/screens/Settings/AppIconSettings/index.tsx:44
+#: src/screens/Settings/AppIconSettings/index.tsx:225
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:78
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:85
+#: src/screens/Settings/Settings.tsx:270
+#: src/screens/Takendown.tsx:99
+#: src/screens/Takendown.tsx:102
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
+#: src/view/com/modals/ChangePassword.tsx:279
+#: src/view/com/modals/ChangePassword.tsx:282
+#: src/view/com/modals/CreateOrEditList.tsx:333
+#: src/view/com/modals/CropImage.web.tsx:97
+#: src/view/com/modals/EditProfile.tsx:269
+#: src/view/com/modals/LinkWarning.tsx:105
+#: src/view/com/modals/LinkWarning.tsx:107
+#: src/view/com/util/post-ctrls/RepostButton.tsx:213
+#: src/view/shell/desktop/LeftNav.tsx:213
+msgid "Cancel"
+msgstr "Annulearje"
+
+#: src/view/com/modals/CreateOrEditList.tsx:338
+#: src/view/com/modals/DeleteAccount.tsx:170
+#: src/view/com/modals/DeleteAccount.tsx:278
+msgctxt "action"
+msgid "Cancel"
+msgstr "Annulearje"
+
+#: src/view/com/modals/DeleteAccount.tsx:166
+#: src/view/com/modals/DeleteAccount.tsx:274
+msgid "Cancel account deletion"
+msgstr "Accountfuortsmiten annulearje"
+
+#: src/view/com/modals/CropImage.web.tsx:94
+msgid "Cancel image crop"
+msgstr "Bysnijen ôfbylding annulearje"
+
+#: src/view/com/modals/EditProfile.tsx:264
+msgid "Cancel profile editing"
+msgstr "Profylwiziging annulearje"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:207
+msgid "Cancel quote post"
+msgstr "Sitaatberjocht annulearje"
+
+#: src/screens/Deactivated.tsx:152
+msgid "Cancel reactivation and sign out"
+msgstr "Weraktivearring annulearje en ôfmelde"
+
+#: src/screens/Search/Shell.tsx:341
+msgid "Cancel search"
+msgstr "Sykopdracht annulearje"
+
+#: src/view/com/modals/LinkWarning.tsx:106
+msgid "Cancels opening the linked website"
+msgstr "Annulearret it iepenjen fan de keppele website"
+
+#: src/state/shell/composer/index.tsx:82
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
+msgid "Cannot interact with a blocked user"
+msgstr "Do kinst net yn kontakt komme mei in blokkearre brûker"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
+msgid "Captions (.vtt)"
+msgstr "Undertitels (.vtt)"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+msgid "Captions & alt text"
+msgstr "Undertitels & alt-tekst"
+
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
+msgid "Change"
+msgstr "Wizigje"
+
+#: src/screens/Settings/AppIconSettings/index.tsx:39
+msgid "Change app icon"
+msgstr "App-piktogram wizigje"
+
+#: src/screens/Settings/AppIconSettings/index.tsx:38
+#: src/screens/Settings/AppIconSettings/index.tsx:221
+msgid "Change app icon to \"{0}\""
+msgstr "App-piktogram wizigje nei ‘{0}’"
+
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "App-taal wijzigen"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
+msgid "Change email address"
+msgstr "E-mailadres wizigje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:94
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:98
+msgid "Change Handle"
+msgstr "Handle wizigje"
+
+#: src/components/moderation/ReportDialog/index.tsx:314
+msgid "Change moderation service"
+msgstr "Moderaasjetsjinst wizigje"
+
+#: src/view/com/modals/ChangePassword.tsx:153
+msgid "Change Password"
+msgstr "Myn wachtwurd wizigje"
+
+#: src/view/com/composer/select-language/SuggestedLanguage.tsx:82
+msgid "Change post language to {suggestedLanguageName}"
+msgstr "Berjochttaal wizigje nei {suggestedLanguageName}"
+
+#: src/components/moderation/ReportDialog/index.tsx:236
+msgid "Change report reason"
+msgstr "Rapportearreden wizigje"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
+msgid "Change Your Email"
+msgstr "Dyn e-mailadres wizigje"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
+msgid "Change your email address"
+msgstr "Dyn e-mailadres wizigje"
+
+#: src/screens/Settings/AppIconSettings/index.tsx:216
+msgid "Changes app icon"
+msgstr "App-piktogram wizigje"
+
+#: src/components/forms/HostingProvider.tsx:49
+#: src/components/forms/HostingProvider.tsx:69
+msgid "Changes hosting provider"
+msgstr "Hostingprovider wizigje"
+
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
+msgid "Chat"
+msgstr "Chat"
+
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
+msgctxt "toast"
+msgid "Chat deleted"
+msgstr "Chat fuortsmiten"
+
+#: src/components/dms/ConvoMenu.tsx:176
+msgctxt "toast"
+msgid "Chat muted"
+msgstr "Chat negearre"
+
+#: src/Navigation.tsx:438
+#: src/screens/Messages/components/InboxPreview.tsx:24
+msgid "Chat request inbox"
+msgstr "Chatfersyk Postfek YN"
+
+#: src/screens/Messages/components/InboxPreview.tsx:64
+#: src/screens/Messages/Inbox.tsx:77
+msgid "Chat requests"
+msgstr "Chatfersiken"
+
+#: src/components/dms/ConvoMenu.tsx:75
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
+msgid "Chat settings"
+msgstr "Chatynstellingen"
+
+#: src/screens/Messages/Settings.tsx:62
+msgid "Chat Settings"
+msgstr "Chatynstellingen"
+
+#: src/components/dms/ConvoMenu.tsx:178
+msgctxt "toast"
+msgid "Chat unmuted"
+msgstr "Chat net mear negearre"
+
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
+msgid "Chats"
+msgstr "Chats"
+
+#: src/screens/SignupQueued.tsx:78
+#: src/screens/SignupQueued.tsx:82
+msgid "Check my status"
+msgstr "Myn status kontrolearje"
+
+#: src/screens/Login/LoginForm.tsx:301
+msgid "Check your email for a sign in code and enter it here."
+msgstr "Kontrolearje dyn e-mail foar in oanmeldkoade en fier dy hjir yn."
+
+#: src/view/com/modals/DeleteAccount.tsx:213
+msgid "Check your inbox for an email with the confirmation code to enter below:"
+msgstr "Kontrolearje dyn Postfek YN foar in e-mailberjocht mei de befêstigingskoade om hjirûnder yn te foljen:"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:389
+msgid "Choose domain verification method"
+msgstr "Domeinferifikaasjemetoade kieze"
+
+#: src/screens/StarterPack/Wizard/index.tsx:194
+msgid "Choose Feeds"
+msgstr "Feeds kieze"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
+msgid "Choose for me"
+msgstr "Foar my kieze"
+
+#: src/screens/StarterPack/Wizard/index.tsx:190
+msgid "Choose People"
+msgstr "Persoanen kieze"
+
+#: src/screens/Onboarding/StepFinished.tsx:298
+msgid "Choose the algorithms that power your custom feeds."
+msgstr "De algoritmen kieze dy’t dyn personalisearre feeds oanstjoere."
+
+#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:107
+msgid "Choose this color as your avatar"
+msgstr "Dizze kleur as dyn avatar kieze"
+
+#: src/view/com/auth/server-input/index.tsx:130
+msgid "Choose your account provider"
+msgstr "Dyn accountprovider kieze"
+
+#: src/view/screens/Feeds.tsx:731
+msgid "Choose your own timeline! Feeds built by the community help you find content you love."
+msgstr "Kies dyn eigen tiidline! Feeds makke troch de mienskip helpe dy om ynhâld te finen dêr’tsto wol oer meist."
+
+#: src/screens/Signup/StepInfo/index.tsx:241
+msgid "Choose your password"
+msgstr "Dyn wachtwurd kieze"
+
+#: src/screens/Signup/index.tsx:160
+msgid "Choose your username"
+msgstr "Dyn brûkershandle kieze"
+
+#: src/screens/Settings/Settings.tsx:423
+msgid "Clear all storage data"
+msgstr "Alle bewarre gegevens wiskje"
+
+#: src/screens/Settings/Settings.tsx:425
+msgid "Clear all storage data (restart after this)"
+msgstr "Alle bewarre gegevens wiskje (start de app hjirnei opnij)"
+
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
+msgid "Clear image cache"
+msgstr "Ofbyldingsbuffer wiskje"
+
+#: src/components/forms/SearchInput.tsx:70
+msgid "Clear search query"
+msgstr "Sykopdracht wiskje"
+
+#: src/view/screens/Support.tsx:41
+msgid "click here"
+msgstr "klik hjir"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Klik hjir om it ferifikaasjeproses opnij te starten."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Klik hjir om dyn e-mailadres by te wurkjen"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
+msgid "Click to disable quote posts of this post."
+msgstr "Klik om sitaatberjochten foar dit berjocht te ferbieden."
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:338
+msgid "Click to enable quote posts of this post."
+msgstr "Klik om sitaatberjochten foar dit berjocht ta te stean."
+
+#: src/components/RichTextTag.tsx:54
+msgid "Click to open tag menu for {tag}"
+msgstr "Klik om it labelmenu foar {tag} te iepenjen"
+
+#: src/components/dms/MessageItem.tsx:317
+msgid "Click to retry failed message"
+msgstr "Klik om mislearre priveeberjocht opnij te probearjen"
+
+#: src/screens/Onboarding/index.tsx:32
+msgid "Climate"
+msgstr "Klimaat"
+
+#: src/components/dms/ChatEmptyPill.tsx:39
+msgid "Clip 🐴 clop 🐴"
+msgstr "Klik 🐴 klak 🐴"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
+#: src/components/dialogs/GifSelect.tsx:281
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
+#: src/components/dialogs/SearchablePeopleList.tsx:295
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
+#: src/components/dms/EmojiPopup.android.tsx:58
+#: src/components/dms/ReportDialog.tsx:381
+#: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
+#: src/components/NewskieDialog.tsx:146
+#: src/components/NewskieDialog.tsx:153
+#: src/components/ProgressGuide/FollowDialog.tsx:386
+#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
+#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
+#: src/view/com/modals/ChangePassword.tsx:279
+#: src/view/com/modals/ChangePassword.tsx:282
+#: src/view/com/util/post-embeds/GifEmbed.tsx:197
+msgid "Close"
+msgstr "Slute"
+
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
+msgid "Close active dialog"
+msgstr "Aktive dialoochfinster slute"
+
+#: src/screens/Login/PasswordUpdatedForm.tsx:31
+msgid "Close alert"
+msgstr "Warskôging slute"
+
+#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36
+msgid "Close bottom drawer"
+msgstr "Paniel ûnderoan slute"
+
+#: src/components/dialogs/GifSelect.tsx:275
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
+msgid "Close dialog"
+msgstr "Dialoochfinster slute"
+
+#: src/view/shell/index.web.tsx:85
+msgid "Close drawer menu"
+msgstr "Lademenu slute"
+
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
+msgid "Close emoji picker"
+msgstr "Emoji-kiezer slute"
+
+#: src/components/dialogs/GifSelect.tsx:169
+msgid "Close GIF dialog"
+msgstr "GIF-dialoochfinster slute"
+
+#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:31
+msgid "Close image"
+msgstr "Ofbylding slute"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:109
+msgid "Close image viewer"
+msgstr "Ofbyldingsviewer slute"
+
+#: src/components/ContextMenu/Backdrop.ios.tsx:53
+#: src/components/ContextMenu/Backdrop.ios.tsx:79
+#: src/components/ContextMenu/Backdrop.tsx:45
+msgid "Close menu"
+msgstr "Menu slute"
+
+#: src/components/Menu/index.tsx:300
+msgid "Close this dialog"
+msgstr "Dit dialoochfinster slute"
+
+#: src/screens/Login/PasswordUpdatedForm.tsx:32
+msgid "Closes password update alert"
+msgstr "Slút warskôging foar bywurkjen wachtwurd"
+
+#: src/view/com/composer/Composer.tsx:924
+msgid "Closes post composer and discards post draft"
+msgstr "Slút opstellen berjocht en negearret konsept"
+
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+msgid "Closes the emoji picker"
+msgstr "Slút de emoji-kiezer"
+
+#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:32
+msgid "Closes viewer for header image"
+msgstr "Slút viewer foar headerôfbylding"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
+msgid "Collapse list of users"
+msgstr "Brûkerslist ynklappe"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
+msgid "Collapses list of users for a given notification"
+msgstr "Klapt de brûkerslist foar in bepaalde melding yn"
+
+#: src/components/dialogs/Embed.tsx:154
+#: src/screens/Settings/AppearanceSettings.tsx:93
+msgid "Color mode"
+msgstr "Kleurmodus"
+
+#: src/components/dialogs/Embed.tsx:151
+msgid "Color theme"
+msgstr "Kleuretema"
+
+#: src/screens/Onboarding/index.tsx:38
+#: src/screens/Onboarding/state.ts:97
+msgid "Comedy"
+msgstr "Komeedzje"
+
+#: src/screens/Onboarding/index.tsx:24
+#: src/screens/Onboarding/state.ts:98
+msgid "Comics"
+msgstr "Strips"
+
+#: src/Navigation.tsx:313
+#: src/view/screens/CommunityGuidelines.tsx:34
+msgid "Community Guidelines"
+msgstr "Mienskipsrjochtlinen"
+
+#: src/screens/Onboarding/StepFinished.tsx:311
+msgid "Complete onboarding and start using your account"
+msgstr "Foltôgje de yntroduksje en begjin mei it brûken fan dyn account"
+
+#: src/screens/Signup/index.tsx:162
+msgid "Complete the challenge"
+msgstr "Foltôgje de útdaging"
+
+#: src/view/shell/desktop/LeftNav.tsx:518
+msgid "Compose new post"
+msgstr "Nij berjocht opstelle"
+
+#: src/view/com/composer/Composer.tsx:825
+msgid "Compose posts up to {0, plural, other {# characters}} in length"
+msgstr "Do kinst berjochten opstelle mei in lingte fan maksimaal {0, plural, other {# karakters}}"
+
+#: src/view/com/post-thread/PostThreadComposePrompt.tsx:34
+msgid "Compose reply"
+msgstr "Antwurd opstelle"
+
+#: src/view/com/composer/Composer.tsx:1669
+msgid "Compressing video..."
+msgstr "Fideo komprimearje…"
+
+#: src/components/moderation/LabelPreference.tsx:82
+msgid "Configure content filtering setting for category: {name}"
+msgstr "Konfigurearje ynhâldsfilterynstelling foar kategory: {name}"
+
+#: src/components/moderation/LabelPreference.tsx:244
+msgid "Configured in <0>moderation settings</0>."
+msgstr "Konfigurearre yn <0>moderaasje-ynstellingen</0>."
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
+#: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:188
+msgid "Confirm"
+msgstr "Befêstigje"
+
+#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
+msgid "Confirm content language settings"
+msgstr "Taalynstellingen fan ynhâld befêstigje"
+
+#: src/view/com/modals/DeleteAccount.tsx:264
+msgid "Confirm delete account"
+msgstr "Account fuortsmite befêstigje"
+
+#: src/screens/Moderation/index.tsx:322
+msgid "Confirm your age:"
+msgstr "Befêstigje dyn leeftiid:"
+
+#: src/screens/Moderation/index.tsx:313
+msgid "Confirm your birthdate"
+msgstr "Befêstigje dyn bertedatum"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
+#: src/screens/Login/LoginForm.tsx:274
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:144
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:150
+#: src/view/com/modals/DeleteAccount.tsx:220
+#: src/view/com/modals/DeleteAccount.tsx:226
+msgid "Confirmation code"
+msgstr "Befêstigingskoade"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
+msgid "Confirmation Code"
+msgstr "Befêstigingskoade"
+
+#: src/screens/Login/LoginForm.tsx:337
+msgid "Connecting..."
+msgstr "Ferbine…"
+
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
+msgid "Contact support"
+msgstr "Kontakt opnimme mei stipe"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:51
+msgid "Content & Media"
+msgstr "Ynhâld & media"
+
+#: src/screens/Settings/AccessibilitySettings.tsx:109
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
+msgid "Content and media"
+msgstr "Ynhâld en media"
+
+#: src/Navigation.tsx:387
+msgid "Content and Media"
+msgstr "Ynhâld en media"
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:18
+msgid "Content Blocked"
+msgstr "Ynhâld blokkearre"
+
+#: src/screens/Moderation/index.tsx:306
+msgid "Content filters"
+msgstr "Ynhâldsfilters"
+
+#: src/screens/Search/modules/ExploreRecommendations.tsx:59
+msgid "Content from across the network we think you might like."
+msgstr "Ynhâld fan oer it netwurk wêrfan wy tinke datsto der wol oer meist."
+
+#: src/screens/Settings/LanguageSettings.tsx:153
+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
+msgid "Content Languages"
+msgstr "Ynhâldstalen"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:82
+#: src/lib/moderation/useModerationCauseDescription.ts:82
+msgid "Content Not Available"
+msgstr "Ynhâld net beskikber"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:50
+#: src/components/moderation/ScreenHider.tsx:93
+#: src/lib/moderation/useGlobalLabelStrings.ts:22
+#: src/lib/moderation/useModerationCauseDescription.ts:45
+msgid "Content Warning"
+msgstr "Ynhâldswarskôging"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:60
+msgid "Content warnings"
+msgstr "Ynhâldswarskôgingen"
+
+#: src/components/Menu/index.web.tsx:85
+msgid "Context menu backdrop, click to close the menu."
+msgstr "Kontekstmenu-eftergrûn, klik om it menu te sluten."
+
+#: src/screens/Onboarding/StepInterests/index.tsx:244
+#: src/screens/Onboarding/StepProfile/index.tsx:276
+msgid "Continue"
+msgstr "Trochgean"
+
+#: src/components/AccountList.tsx:128
+msgid "Continue as {0} (currently signed in)"
+msgstr "Trochgean as {0} (op dit stuit oanmeld)"
+
+#: src/view/com/post-thread/PostThreadLoadMore.tsx:60
+msgid "Continue thread..."
+msgstr "Fierder lêze…"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:241
+#: src/screens/Onboarding/StepProfile/index.tsx:273
+#: src/screens/Signup/BackNextButtons.tsx:60
+msgid "Continue to next step"
+msgstr "Trochgean nei folgjende stap"
+
+#: src/components/dms/ReportDialog.tsx:318
+#: src/components/dms/ReportDialog.tsx:321
+msgctxt "toast"
+msgid "Conversation deleted"
+msgstr "Petear fuortsmiten"
+
+#: src/screens/Messages/components/ChatListItem.tsx:196
+msgid "Conversation deleted"
+msgstr "Petear fuortsmiten"
+
+#: src/screens/Onboarding/index.tsx:41
+msgid "Cooking"
+msgstr "Iten siede"
+
+#: src/view/com/modals/InviteCodes.tsx:183
+msgid "Copied"
+msgstr "Kopiearre"
+
+#: src/screens/Settings/AboutSettings.tsx:151
+msgid "Copied build version to clipboard"
+msgstr "Buildferzje nei klamboerd kopiearre"
+
+#: src/components/dms/MessageContextMenu.tsx:56
+#: src/lib/sharing.ts:25
+#: src/lib/sharing.ts:41
+#: src/view/com/modals/InviteCodes.tsx:153
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
+msgid "Copied to clipboard"
+msgstr "Nei klamboerd kopiearre"
+
+#: src/components/dialogs/Embed.tsx:201
+#: src/screens/Settings/components/CopyButton.tsx:66
+msgid "Copied!"
+msgstr "Kopiearre!"
+
+#: src/screens/Settings/AboutSettings.tsx:127
+msgid "Copies build version to clipboard"
+msgstr "Kopiearret buildferzje nei klamboerd"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:181
+msgid "Copy"
+msgstr "Kopiearje"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:196
+msgid "Copy App Password"
+msgstr "App-wachtwurd kopiearje"
+
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
+msgid "Copy at:// URI"
+msgstr "at:// URI kopiearje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
+msgid "Copy author DID"
+msgstr "Auteur-DID kopiearje"
+
+#: src/components/dialogs/Embed.tsx:189
+#: src/components/dialogs/Embed.tsx:206
+msgid "Copy code"
+msgstr "Koade kopiearje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:491
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
+msgid "Copy DID"
+msgstr "DID kopiearje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:424
+msgid "Copy host"
+msgstr "Host kopiearje"
+
+#: src/components/StarterPack/ShareDialog.tsx:123
+msgid "Copy link"
+msgstr "Keppeling kopiearje"
+
+#: src/components/StarterPack/ShareDialog.tsx:130
+msgid "Copy Link"
+msgstr "Keppeling kopiearje"
+
+#: src/view/screens/ProfileList.tsx:513
+msgid "Copy link to list"
+msgstr "Keppeling nei list kopiearje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+msgid "Copy link to post"
+msgstr "Keppeling nei berjocht kopiearje"
+
+#: src/components/dms/MessageContextMenu.tsx:146
+#: src/components/dms/MessageContextMenu.tsx:149
+msgid "Copy message text"
+msgstr "Berjochttekst kopiearje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
+msgid "Copy post at:// URI"
+msgstr "Berjocht at:// URI kopiearje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
+msgid "Copy post text"
+msgstr "Berjochttekst kopiearje"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:175
+msgid "Copy QR code"
+msgstr "QR-koade kopiearje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:445
+msgid "Copy TXT record value"
+msgstr "TXT-recordwearde kopiearje"
+
+#: src/Navigation.tsx:318
+#: src/view/screens/CopyrightPolicy.tsx:31
+msgid "Copyright Policy"
+msgstr "Auteursrjochtbelied"
+
+#: src/components/dms/LeaveConvoPrompt.tsx:35
+#: src/components/dms/ReportDialog.tsx:310
+msgid "Could not leave chat"
+msgstr "Kin chat net ferlitte"
+
+#: src/screens/Profile/ProfileFeed/index.tsx:83
+msgid "Could not load feed"
+msgstr "Kin feed net lade"
+
+#: src/view/screens/ProfileList.tsx:1029
+msgid "Could not load list"
+msgstr "Kin list net lade"
+
+#: src/components/dms/ConvoMenu.tsx:182
+msgid "Could not mute chat"
+msgstr "Kin chat net negearje"
+
+#: src/view/com/composer/videos/VideoPreview.web.tsx:66
+msgid "Could not process your video"
+msgstr "Kin dyn fideo net ferwurkje"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+msgid "Create"
+msgstr "Oanmeitsje"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:159
+msgid "Create a QR code for a starter pack"
+msgstr "Meitsje in QR-koade foar in startpakket"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:178
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
+msgid "Create a starter pack"
+msgstr "Meitsje in startpakket"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
+msgid "Create a starter pack for me"
+msgstr "Meitsje in startpakket foar my"
+
+#: src/view/com/auth/SplashScreen.tsx:55
+#: src/view/com/auth/SplashScreen.web.tsx:117
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
+#: src/view/shell/NavSignupCard.tsx:47
+#: src/view/shell/NavSignupCard.tsx:52
+msgid "Create account"
+msgstr "Registrearje"
+
+#: src/screens/Signup/index.tsx:108
+msgid "Create Account"
+msgstr "Registrearje"
+
+#: src/components/dialogs/Signin.tsx:86
+#: src/components/dialogs/Signin.tsx:88
+msgid "Create an account"
+msgstr "In account oanmeitsje"
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:303
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:310
+msgid "Create an account without using this starter pack"
+msgstr "In account oanmeitsje sûnder gebrûk fan dit startpakket"
+
+#: src/screens/Onboarding/StepProfile/index.tsx:290
+msgid "Create an avatar instead"
+msgstr "Yn stee dêrfan in avatar meitsje"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:185
+msgid "Create another"
+msgstr "Noch ien oanmeitsje"
+
+#: src/view/com/auth/SplashScreen.tsx:47
+#: src/view/com/auth/SplashScreen.web.tsx:109
+msgid "Create new account"
+msgstr "Nij account oanmeitsje"
+
+#: src/components/moderation/ReportDialog/index.tsx:574
+#: src/components/ReportDialog/SelectReportOptionView.tsx:99
+msgid "Create report for {0}"
+msgstr "Melding meitsje foar {0}"
+
+#: src/screens/Settings/AppPasswords.tsx:174
+msgid "Created {0}"
+msgstr "Makke {0}"
+
+#: src/screens/List/ListHiddenScreen.tsx:127
+msgid "Creator has been blocked"
+msgstr "Makker is blokkearre"
+
+#: src/screens/Onboarding/index.tsx:26
+#: src/screens/Onboarding/state.ts:99
+msgid "Culture"
+msgstr "Kultuer"
+
+#: src/view/com/auth/server-input/index.tsx:142
+#: src/view/com/auth/server-input/index.tsx:143
+msgid "Custom"
+msgstr "Oanpast"
+
+#: src/components/dialogs/Embed.tsx:144
+msgid "Customization options"
+msgstr "Oanpassingsopsjes"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:103
+msgid "Customize who can interact with this post."
+msgstr "Pas oan wa’t reagearje kin op dit berjocht."
+
+#: src/screens/Onboarding/Layout.tsx:56
+msgid "Customizes your Bluesky experience"
+msgstr "Past dyn Bluesky-ûnderfining oan"
+
+#: src/components/dialogs/Embed.tsx:167
+#: src/components/dialogs/Embed.tsx:169
+#: src/screens/Settings/AppearanceSettings.tsx:105
+#: src/screens/Settings/AppearanceSettings.tsx:126
+msgid "Dark"
+msgstr "Tsjuster"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:24
+msgctxt "Name of app icon variant"
+msgid "Dark"
+msgstr "Donker"
+
+#: src/view/screens/Debug.tsx:69
+msgid "Dark mode"
+msgstr "Donkere modus"
+
+#: src/screens/Settings/AppearanceSettings.tsx:118
+msgid "Dark theme"
+msgstr "Donker tema"
+
+#: src/screens/Signup/StepInfo/index.tsx:269
+msgid "Date of birth"
+msgstr "Bertedatum"
+
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
+msgid "Deactivate account"
+msgstr "Account deaktivearje"
+
+#: src/screens/Settings/Settings.tsx:397
+msgid "Debug Moderation"
+msgstr "Moderaasje debugge"
+
+#: src/view/screens/Debug.tsx:89
+msgid "Debug panel"
+msgstr "Paniel debugge"
+
+#: src/screens/Settings/AppearanceSettings.tsx:168
+msgid "Default"
+msgstr "Standert"
+
+#: src/screens/Settings/AppIconSettings/index.tsx:75
+msgid "Default icons"
+msgstr "Standert piktogrammen"
+
+#: src/components/dms/MessageContextMenu.tsx:187
+#: src/screens/Messages/components/ChatStatusInfo.tsx:55
+#: src/screens/Settings/AppPasswords.tsx:212
+#: src/screens/StarterPack/StarterPackScreen.tsx:594
+#: src/screens/StarterPack/StarterPackScreen.tsx:672
+#: src/screens/StarterPack/StarterPackScreen.tsx:744
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
+#: src/view/screens/ProfileList.tsx:768
+msgid "Delete"
+msgstr "Fuortsmite"
+
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
+msgid "Delete account"
+msgstr "Account fuortsmite"
+
+#: src/view/com/modals/DeleteAccount.tsx:101
+msgid "Delete Account <0>\"</0><1>{0}</1><2>\"</2>"
+msgstr "Account <0>\"</0><1>{0}</1><2>\"</2> fuortsmite"
+
+#: src/screens/Settings/AppPasswords.tsx:187
+msgid "Delete app password"
+msgstr "App-wachtwurd fuortsmite"
+
+#: src/screens/Settings/AppPasswords.tsx:207
+msgid "Delete app password?"
+msgstr "App-wachtwurd fuortsmite?"
+
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
+msgid "Delete chat"
+msgstr "Chat fuortsmite"
+
+#: src/screens/Settings/Settings.tsx:404
+msgid "Delete chat declaration record"
+msgstr "Chatdeklaraasjerecord fuortsmite"
+
+#: src/components/dms/ReportDialog.tsx:362
+#: src/components/dms/ReportDialog.tsx:365
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
+msgid "Delete conversation"
+msgstr "Petear fuortsmite"
+
+#: src/components/dms/ReportDialog.tsx:320
+msgid "Delete Conversation"
+msgstr "Petear fuortsmite"
+
+#: src/components/dms/MessageContextMenu.tsx:160
+msgid "Delete for me"
+msgstr "Foar my fuortsmite"
+
+#: src/view/screens/ProfileList.tsx:556
+msgid "Delete list"
+msgstr "List fuortsmite"
+
+#: src/components/dms/MessageContextMenu.tsx:183
+msgid "Delete message"
+msgstr "Berjocht fuortsmite"
+
+#: src/components/dms/MessageContextMenu.tsx:158
+msgid "Delete message for me"
+msgstr "Berjocht foar my fuortsmite"
+
+#: src/view/com/modals/DeleteAccount.tsx:267
+msgid "Delete my account"
+msgstr "Myn account fuortsmite"
+
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
+msgid "Delete post"
+msgstr "Berjocht fuortsmite"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:588
+#: src/screens/StarterPack/StarterPackScreen.tsx:735
+msgid "Delete starter pack"
+msgstr "Startpakket fuortsmite"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:638
+msgid "Delete starter pack?"
+msgstr "Startpakket fuortsmite?"
+
+#: src/view/screens/ProfileList.tsx:763
+msgid "Delete this list?"
+msgstr "Dizze list fuortsmite?"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
+msgid "Delete this post?"
+msgstr "Dit berjocht fuortsmite?"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:94
+msgid "Deleted"
+msgstr "Fuortsmiten"
+
+#: src/components/dms/MessagesListHeader.tsx:160
+#: src/screens/Messages/components/ChatListItem.tsx:128
+msgid "Deleted Account"
+msgstr "Fuortsmiten account"
+
+#: src/view/com/post-thread/PostThread.tsx:454
+msgid "Deleted post."
+msgstr "Fuortsmiten berjocht."
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
+msgid "Description"
+msgstr "Omskriuwing"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
+msgid "Description is too long"
+msgstr "Omskriuwing is te lang"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
+msgstr "Omskriuwing is te lang. {DESCRIPTION_MAX_GRAPHEMES, plural, other {It maksimaal tal karakters is #.}}"
+
+#: src/view/com/composer/GifAltText.tsx:150
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:114
+msgid "Descriptive alt text"
+msgstr "Beskriuwende alt-tekst"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
+msgid "Detach quote"
+msgstr "Sitaat loskeppelje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
+msgid "Detach quote post?"
+msgstr "Sitaat loskeppelje?"
+
+#: src/screens/Settings/AboutSettings.tsx:140
+msgctxt "toast"
+msgid "Developer mode disabled"
+msgstr "Untwikkelersmodus útskeakele"
+
+#: src/screens/Settings/AboutSettings.tsx:134
+msgctxt "toast"
+msgid "Developer mode enabled"
+msgstr "Untwikkelersmodus ynskeakele"
+
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
+msgid "Developer options"
+msgstr "Untwikkelersopsjes"
+
+#: src/components/WhoCanReply.tsx:179
+msgid "Dialog: adjust who can interact with this post"
+msgstr "Dialooch: oanpasse wa’t op dit berjocht reagearje mei"
+
+#: src/screens/Settings/AppearanceSettings.tsx:122
+msgid "Dim"
+msgstr "Dôvje"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "2FA útskeakelje"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "E-mail-2FA útskeakelje"
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
+msgid "Disable Email 2FA"
+msgstr "E-mail-2FA útskeakelje"
+
+#: src/screens/Settings/AccessibilitySettings.tsx:91
+#: src/screens/Settings/AccessibilitySettings.tsx:96
+msgid "Disable haptic feedback"
+msgstr "Fielbere feedback útskeakelje"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:386
+msgid "Disable subtitles"
+msgstr "Undertiteling útskeakelje"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:32
+#: src/lib/moderation/useLabelBehaviorDescription.ts:42
+#: src/lib/moderation/useLabelBehaviorDescription.ts:68
+#: src/screens/Messages/Settings.tsx:139
+#: src/screens/Messages/Settings.tsx:142
+#: src/screens/Moderation/index.tsx:364
+msgid "Disabled"
+msgstr "Utskeakele"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:88
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
+msgid "Discard"
+msgstr "Fuortsmite"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:85
+msgid "Discard changes?"
+msgstr "Wizigingen fuortsmite?"
+
+#: src/view/com/composer/Composer.tsx:681
+msgid "Discard draft?"
+msgstr "Konsept fuortsmite?"
+
+#: src/view/com/composer/Composer.tsx:860
+msgid "Discard post?"
+msgstr "Berjocht fuortsmite?"
+
+#: src/screens/Settings/components/PwiOptOut.tsx:87
+#: src/screens/Settings/components/PwiOptOut.tsx:91
+msgid "Discourage apps from showing my account to logged-out users"
+msgstr "Apps ûntmoedigje om myn account te toanen oan ôfmelde brûkers"
+
+#: src/screens/Search/Explore.tsx:436
+msgid "Discover Feeds"
+msgstr "Feeds ûntdekke"
+
+#: src/view/com/posts/FollowingEmptyState.tsx:70
+#: src/view/com/posts/FollowingEndOfFeed.tsx:71
+msgid "Discover new custom feeds"
+msgstr "Nije personalisearre feeds ûntdekke"
+
+#: src/view/screens/Feeds.tsx:728
+msgid "Discover New Feeds"
+msgstr "Nije feeds ûntdekke"
+
+#: src/components/Dialog/index.tsx:321
+msgid "Dismiss"
+msgstr "Slute"
+
+#: src/view/com/composer/Composer.tsx:1593
+msgid "Dismiss error"
+msgstr "Flater negearje"
+
+#: src/components/ProgressGuide/List.tsx:42
+msgid "Dismiss getting started guide"
+msgstr "Starthantlieding ôfslute"
+
+#: src/screens/Search/modules/ExploreInterestsCard.tsx:43
+msgid "Dismiss interests"
+msgstr "Ynteressen negearje"
+
+#: src/components/interstitials/TrendingVideos.tsx:92
+msgid "Dismiss this section"
+msgstr "Dizze seksje slute"
+
+#: src/screens/Settings/AccessibilitySettings.tsx:71
+#: src/screens/Settings/AccessibilitySettings.tsx:76
+msgid "Display larger alt text badges"
+msgstr "Gruttere alt-tekstbadges toane"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
+#: src/view/com/modals/EditProfile.tsx:194
+msgid "Display name"
+msgstr "Werjeftenamme"
+
+#: src/view/com/modals/EditProfile.tsx:182
+msgid "Display Name"
+msgstr "Werjeftenamme"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
+msgid "Display name is too long"
+msgstr "Werjeftenamme is te lang"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
+msgstr "Werjeftenamme is te lang. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {It maksimaal tal karakters is #.}}"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:392
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:394
+msgid "DNS Panel"
+msgstr "DNS-paniel"
+
+#: src/components/dialogs/MutedWords.tsx:302
+msgid "Do not apply this mute word to users you follow"
+msgstr "Dit negearwurd net brûke foar brûkers dy’tsto folgest"
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:39
+msgid "Does not include nudity."
+msgstr "Befettet gjin neakens."
+
+#: src/screens/Signup/StepHandle.tsx:173
+msgid "Doesn't begin or end with a hyphen"
+msgstr "Begjint en einiget net mei in keppelteken"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:507
+msgid "Domain verified!"
+msgstr "Domein ferifiearre!"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Hasto gjin koade of in nije nedicht? <0>Klik hjir.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Gjin e-mailberjocht ûntfongen? <0>Klik hjir om opnij te ferstjoeren.</0>"
+
+#: src/components/dialogs/BirthDateSettings.tsx:115
+#: src/components/dialogs/BirthDateSettings.tsx:121
+#: src/components/dms/ReportDialog.tsx:314
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
+#: src/view/com/auth/server-input/index.tsx:232
+#: src/view/com/auth/server-input/index.tsx:233
+#: src/view/com/composer/labels/LabelsBtn.tsx:223
+#: src/view/com/composer/labels/LabelsBtn.tsx:230
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
+#: src/view/com/modals/CropImage.web.tsx:112
+#: src/view/com/modals/InviteCodes.tsx:81
+#: src/view/com/modals/InviteCodes.tsx:124
+msgid "Done"
+msgstr "Dien"
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:113
+#: src/view/com/modals/UserAddRemoveLists.tsx:116
+msgctxt "action"
+msgid "Done"
+msgstr "Dien"
+
+#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42
+msgid "Done{extraText}"
+msgstr "Dien {extraText}"
+
+#: src/components/dms/MessageItem.tsx:161
+msgid "Double tap or long press the message to add a reaction"
+msgstr "Tik dûbeld of druk lang op in berjocht, om in reaksje ta te foegjen"
+
+#: src/components/Dialog/index.tsx:322
+msgid "Double tap to close the dialog"
+msgstr "Tik dûbeld om de dialooch te sluten"
+
+#: src/screens/VideoFeed/index.tsx:1057
+msgid "Double tap to like"
+msgstr "Tik dûbeld om der wol oer te meien"
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:321
+msgid "Download Bluesky"
+msgstr "Bluesky downloade"
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:79
+#: src/screens/Settings/components/ExportCarDialog.tsx:84
+msgid "Download CAR file"
+msgstr "CAR-bestân downloade"
+
+#: src/view/com/composer/text-input/TextInput.web.tsx:342
+msgid "Drop to add images"
+msgstr "Falle litte om ôfbyldingen ta te foegjen"
+
+#: src/components/dialogs/MutedWords.tsx:153
+msgid "Duration:"
+msgstr "Doer:"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:230
+msgid "e.g. alice"
+msgstr "byg. alice"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
+msgid "e.g. Alice Lastname"
+msgstr "byg. Alice Efternamme"
+
+#: src/view/com/modals/EditProfile.tsx:187
+msgid "e.g. Alice Roberts"
+msgstr "Bygelyks Alice Roberts"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:376
+msgid "e.g. alice.com"
+msgstr "bygelyks alice.com"
+
+#: src/view/com/modals/EditProfile.tsx:223
+msgid "e.g. Artist, dog-lover, and avid reader."
+msgstr "Bygelyks keunstner, hûneleafhawwer en fûleindich lêzer."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:43
+msgid "E.g. artistic nudes."
+msgstr "Bygelyks artistyk neaken."
+
+#: src/view/com/modals/CreateOrEditList.tsx:261
+msgid "e.g. Great Posters"
+msgstr "Byg. geweldige auteurs"
+
+#: src/view/com/modals/CreateOrEditList.tsx:262
+msgid "e.g. Spammers"
+msgstr "Bygelyks spammers"
+
+#: src/view/com/modals/CreateOrEditList.tsx:290
+msgid "e.g. The posters who never miss."
+msgstr "Byg. de auteurs dy’t nea misse."
+
+#: src/view/com/modals/CreateOrEditList.tsx:291
+msgid "e.g. Users that repeatedly reply with ads."
+msgstr "Bygelyks brûkers dy’t faker mei advertinsjes reagearje."
+
+#: src/view/com/modals/InviteCodes.tsx:97
+msgid "Each code works once. You'll receive more invite codes periodically."
+msgstr "Elke koade wurket ien kear. Do ûntfangst periodyk mear útnûgingskoaden."
+
+#: src/screens/Settings/AccountSettings.tsx:123
+#: src/screens/StarterPack/StarterPackScreen.tsx:583
+#: src/screens/StarterPack/Wizard/index.tsx:534
+#: src/screens/StarterPack/Wizard/index.tsx:541
+msgid "Edit"
+msgstr "Bewurkje"
+
+#: src/view/com/lists/ListMembers.tsx:180
+#: src/view/com/lists/ListMembers.tsx:186
+msgctxt "action"
+msgid "Edit"
+msgstr "Bewurkje"
+
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
+msgid "Edit avatar"
+msgstr "Avatar bewurkje"
+
+#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:111
+msgid "Edit Feeds"
+msgstr "Feeds bewurkje"
+
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
+#: src/view/com/composer/photos/Gallery.tsx:194
+msgid "Edit image"
+msgstr "Ofbylding bewurkje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
+msgid "Edit interaction settings"
+msgstr "Ynteraksje-ynstellingen bewurkje"
+
+#: src/screens/Search/modules/ExploreInterestsCard.tsx:98
+#: src/screens/Search/modules/ExploreInterestsCard.tsx:105
+msgid "Edit interests"
+msgstr "Ynteressen bewurkje"
+
+#: src/view/screens/ProfileList.tsx:544
+msgid "Edit list details"
+msgstr "Listdetails bewurkje"
+
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
+msgid "Edit Moderation List"
+msgstr "Moderaasjelist bewurkje"
+
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
+msgid "Edit My Feeds"
+msgstr "Myn feeds bewurkje"
+
+#: src/view/com/modals/EditProfile.tsx:154
+msgid "Edit my profile"
+msgstr "Myn profyl bewurkje"
+
+#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:109
+msgid "Edit People"
+msgstr "Persoanen bewurkje"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:69
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:239
+msgid "Edit post interaction settings"
+msgstr "Berjochtynteraksje-ynstellingen bewurkje"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
+msgid "Edit profile"
+msgstr "Profyl bewurkje"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
+msgid "Edit Profile"
+msgstr "Profyl bewurkje"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:575
+msgid "Edit starter pack"
+msgstr "Startpakket bewurkje"
+
+#: src/view/com/modals/CreateOrEditList.tsx:223
+msgid "Edit User List"
+msgstr "Brûkerslist bewurkje"
+
+#: src/components/WhoCanReply.tsx:91
+msgid "Edit who can reply"
+msgstr "Wa’t reagearje kin bewurkje"
+
+#: src/view/com/modals/EditProfile.tsx:195
+msgid "Edit your display name"
+msgstr "Dyn werjeftenamme bewurkje"
+
+#: src/view/com/modals/EditProfile.tsx:231
+msgid "Edit your profile description"
+msgstr "Dyn profylbeskriuwing bewurkje"
+
+#: src/Navigation.tsx:468
+msgid "Edit your starter pack"
+msgstr "Dyn startpakket bewurkje"
+
+#: src/screens/Onboarding/index.tsx:31
+#: src/screens/Onboarding/state.ts:101
+msgid "Education"
+msgstr "Underwiis"
+
+#: src/screens/List/ListHiddenScreen.tsx:141
+msgid "Either the creator of this list has blocked you or you have blocked the creator."
+msgstr "De makker fan dizze list hat dy blokkearre, of do hast de makker blokkearre."
+
+#: src/screens/Settings/AccountSettings.tsx:63
+#: src/screens/Signup/StepInfo/index.tsx:193
+msgid "Email"
+msgstr "E-mail"
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:64
+msgctxt "toast"
+msgid "Email 2FA disabled"
+msgstr "E-mail-2FA útskeakele"
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:54
+msgid "Email 2FA enabled"
+msgstr "E-mail-2FA ynskeakele"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:93
+msgid "Email address"
+msgstr "E-mailadres"
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:104
+msgid "Email Resent"
+msgstr "E-mailberjocht opnij ferstjoerd"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "E-mailberjocht ferstjoerd!"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "E-mailadres bywurke!"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "E-mailferifikaasje foltôge!"
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:79
+msgid "Email Verified"
+msgstr "E-mailadres ferifiearre"
+
+#: src/components/dialogs/Embed.tsx:181
+msgid "Embed HTML code"
+msgstr "HTML-koade ynslute"
+
+#: src/components/dialogs/Embed.tsx:104
+#: src/components/dialogs/Embed.tsx:108
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
+msgid "Embed post"
+msgstr "Berjocht ynslute"
+
+#: src/components/dialogs/Embed.tsx:112
+msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website."
+msgstr "Nim dit bericht op yn dyn website. Kopiearje ienfâldichwei it folgjende fragmint en plak it yn de HTML-koade fan dyn website."
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57
+msgid "Embedded video player"
+msgstr "Yntegrearre fideospiler"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
+msgid "Enable"
+msgstr "Ynskeakelje"
+
+#: src/components/dialogs/EmbedConsent.tsx:100
+msgid "Enable {0} only"
+msgstr "Allinnich {0} ynskeakelje"
+
+#: src/screens/Moderation/index.tsx:351
+msgid "Enable adult content"
+msgstr "Ynhâld foar folwoeksenen ynskeakelje"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr "E-mail-2FA ynskeakelje"
+
+#: src/components/dialogs/EmbedConsent.tsx:81
+#: src/components/dialogs/EmbedConsent.tsx:88
+msgid "Enable external media"
+msgstr "Eksterne media ynskeakelje"
+
+#: src/screens/Settings/ExternalMediaPreferences.tsx:49
+msgid "Enable media players for"
+msgstr "Mediaspilers ynskeakelje foar"
+
+#: src/screens/Settings/NotificationSettings.tsx:74
+#: src/screens/Settings/NotificationSettings.tsx:77
+msgid "Enable priority notifications"
+msgstr "Prioriteitsmeldingen ynskeakelje"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:387
+msgid "Enable subtitles"
+msgstr "Undertiteling ynskeakelje"
+
+#: src/components/dialogs/EmbedConsent.tsx:93
+msgid "Enable this source only"
+msgstr "Allinnich dizze boarne ynskeakelje"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:132
+#: src/screens/Settings/ContentAndMediaSettings.tsx:146
+msgid "Enable trending topics"
+msgstr "Populêre ûnderwerpen ynskeakelje"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:167
+msgid "Enable trending videos in your Discover feed"
+msgstr "Populêre fideo’s yn dyn Discover-feed ynskeakelje"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:153
+msgid "Enable trending videos in your Discover feed."
+msgstr "Populêre fideo’s yn dyn Discover-feed ynskeakelje."
+
+#: src/screens/Messages/Settings.tsx:130
+#: src/screens/Messages/Settings.tsx:133
+#: src/screens/Moderation/index.tsx:362
+msgid "Enabled"
+msgstr "Ynskeakele"
+
+#: src/screens/Profile/Sections/Feed.tsx:113
+msgid "End of feed"
+msgstr "Ein fan feed"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
+msgid "Ensure you have selected a language for each subtitle file."
+msgstr "Soargje derfoar datsto foar elk ûndertitelbestân in taal selektearrest."
+
+#: src/screens/Login/SetNewPasswordForm.tsx:143
+msgid "Enter a password"
+msgstr "Fier in wachtwurd yn"
+
+#: src/components/dialogs/MutedWords.tsx:127
+#: src/components/dialogs/MutedWords.tsx:128
+msgid "Enter a word or tag"
+msgstr "Fier in wurd of tag yn"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr "Koade ynfiere"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "Koade ynfiere"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
+msgid "Enter fullscreen"
+msgstr "Folslein skerm iepenje"
+
+#: src/view/com/modals/ChangePassword.tsx:165
+msgid "Enter the code you received to change your password."
+msgstr "Fier de koade yn dy’tsto ûntfongen hast foar it wizigjen fan dyn wachtwurd."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:370
+msgid "Enter the domain you want to use"
+msgstr "Fier it domein yn datsto brûke wolst"
+
+#: 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 "Fier it e-mailadres yn datsto brûkt hast om dyn account oan te meitsjen. Wy stjoere dy in ‘werstelkoade’, sadatsto in nij wachtwurd ynstelle kinst."
+
+#: src/screens/Login/LoginForm.tsx:218
+msgid "Enter the username or email address you used when you created your account"
+msgstr "Fier de brûkersnamme of it e-mailadres yn datso brûkt hast by it oanmeitsjen fan dyn account"
+
+#: src/components/dialogs/BirthDateSettings.tsx:104
+msgid "Enter your birth date"
+msgstr "Fier dyn bertedatum yn"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:99
+#: src/screens/Signup/StepInfo/index.tsx:213
+msgid "Enter your email address"
+msgstr "Fier dyn e-mailadres yn"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
+msgid "Enter your new email address below."
+msgstr "Fier hjirûnder dyn nije e-mailadres yn."
+
+#: src/screens/Login/LoginForm.tsx:243
+msgid "Enter your password"
+msgstr "Fier fyn wachtwurd yn"
+
+#: src/screens/Login/index.tsx:123
+msgid "Enter your username and password"
+msgstr "Fier dyn brûkersnamme en wachtwurd yn"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:135
+msgid "Enters full screen"
+msgstr "Iepenet folslein skerm"
+
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:235
+msgid "Entertainment"
+msgstr "Ferdivedaasje"
+
+#: src/view/com/composer/Composer.tsx:1678
+#: src/view/com/util/error/ErrorScreen.tsx:42
+msgid "Error"
+msgstr "Flater"
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:47
+msgid "Error occurred while saving file"
+msgstr "Der is in flater bard by it bewarjen fan it bestân"
+
+#: src/screens/Signup/StepCaptcha/index.tsx:55
+msgid "Error receiving captcha response."
+msgstr "Flater by ûntfangen fan captcha-antwurd."
+
+#: src/screens/Onboarding/StepInterests/index.tsx:183
+msgid "Error:"
+msgstr "Flater:"
+
+#: src/screens/Search/SearchResults.tsx:131
+msgid "Error: {error}"
+msgstr "Flater: {error}"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:394
+msgid "Everybody"
+msgstr "Elkenien"
+
+#: src/components/WhoCanReply.tsx:71
+msgid "Everybody can reply"
+msgstr "Elkenien kin reagearje"
+
+#: src/components/WhoCanReply.tsx:222
+msgid "Everybody can reply to this post."
+msgstr "Elkenien kin reagearje op dit berjocht."
+
+#: src/screens/Messages/Settings.tsx:83
+#: src/screens/Messages/Settings.tsx:86
+msgid "Everyone"
+msgstr "Elkenien"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73
+#: src/lib/moderation/useReportOptions.ts:73
+msgid "Excessive mentions or replies"
+msgstr "Oermjittich protte fermeldingen of antwurden"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86
+#: src/lib/moderation/useReportOptions.ts:86
+msgid "Excessive or unwanted messages"
+msgstr "Oermjittich of net-winske priveeberjochten"
+
+#: src/components/dialogs/MutedWords.tsx:311
+msgid "Exclude users you follow"
+msgstr "Brûkers útslute dy’tsto folgest"
+
+#: src/components/dialogs/MutedWords.tsx:514
+msgid "Excludes users you follow"
+msgstr "Slút brûkers dy’tsto folgest út"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:404
+msgid "Exit fullscreen"
+msgstr "Folslein skerm slute"
+
+#: src/view/com/modals/DeleteAccount.tsx:275
+msgid "Exits account deletion process"
+msgstr "Ferlit proses fuortsmiten account"
+
+#: src/view/com/modals/CropImage.web.tsx:95
+msgid "Exits image cropping process"
+msgstr "Ferlit proses foar bysnijen fan ôfbyldingen"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:110
+msgid "Exits image view"
+msgstr "Ferlit ôfbyldingswerjefte"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:184
+msgid "Expand alt text"
+msgstr "Alt-tekst útklappe"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
+msgid "Expand list of users"
+msgstr "Brûkerslist útklappe"
+
+#: src/view/com/composer/ComposerReplyTo.tsx:84
+msgid "Expand or collapse the full post you are replying to"
+msgstr "Ut- of ynklappe fan it folsleine berjocht dêr’tsto op reagearrest"
+
+#: src/screens/VideoFeed/index.tsx:951
+msgid "Expands or collapses post text"
+msgstr "Klapt berjochttekst út of yn"
+
+#: src/lib/api/index.ts:406
+msgid "Expected uri to resolve to a record"
+msgstr "Ferwacht waard dat uri omset wurde koe nei in record"
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:123
+#: src/screens/Settings/ThreadPreferences.tsx:137
+msgid "Experimental"
+msgstr "Eksperimenteel"
+
+#: src/components/dialogs/MutedWords.tsx:500
+msgid "Expired"
+msgstr "Ferrûn"
+
+#: src/components/dialogs/MutedWords.tsx:502
+msgid "Expires {0}"
+msgstr "Ferrint {0}"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:199
+#: src/components/moderation/ModerationDetailsDialog.tsx:208
+msgid "Expires in {0}"
+msgstr "Ferrint oer {0}"
+
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:47
+#: src/lib/moderation/useGlobalLabelStrings.ts:51
+msgid "Explicit or potentially disturbing media."
+msgstr "Eksplisite of mooglik oanstjitjaande media."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:35
+msgid "Explicit sexual images."
+msgstr "Eksplisite seksuele ôfbyldingen."
+
+#: src/Navigation.tsx:652
+#: src/screens/Search/Shell.tsx:307
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
+msgid "Explore"
+msgstr "Untdekke"
+
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
+msgid "Export my data"
+msgstr "Myn gegevens eksportearje"
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:62
+msgid "Export My Data"
+msgstr "Myn gegevens eksportearje"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:84
+#: src/screens/Settings/ContentAndMediaSettings.tsx:87
+msgid "External media"
+msgstr "Eksterne media"
+
+#: src/components/dialogs/EmbedConsent.tsx:54
+#: src/components/dialogs/EmbedConsent.tsx:58
+msgid "External Media"
+msgstr "Eksterne media"
+
+#: src/components/dialogs/EmbedConsent.tsx:70
+#: src/screens/Settings/ExternalMediaPreferences.tsx:40
+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 "Eksterne media kinne websites tastean om ynformaasje oer dyn en dyn apparaat te sammeljen. Der wurdt gjin ynformaasje ferstjoerd of frege oantsto op de knop ‘ôfspylje’ drukst."
+
+#: src/Navigation.tsx:347
+#: src/screens/Settings/ExternalMediaPreferences.tsx:31
+msgid "External Media Preferences"
+msgstr "Eksterne mediafoarkarren"
+
+#: src/screens/Messages/components/RequestButtons.tsx:220
+msgctxt "toast"
+msgid "Failed to accept chat"
+msgstr "Chat akseptearje mislearre"
+
+#: src/components/dms/ActionsWrapper.web.tsx:67
+#: src/components/dms/MessageContextMenu.tsx:100
+msgid "Failed to add emoji reaction"
+msgstr "Tafoegjen emoji-reaksje mislearre"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:587
+msgid "Failed to change handle. Please try again."
+msgstr "Kin handle net wizigje. Probearje nochris."
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
+msgid "Failed to create app password. Please try again."
+msgstr "Koe app-wachtwurd net oanmeitsje. Probearje it nochris."
+
+#: src/components/dms/MessageProfileButton.tsx:36
+msgid "Failed to create conversation"
+msgstr "Oanmeitsjen fan petear mislearre"
+
+#: src/screens/StarterPack/Wizard/index.tsx:233
+#: src/screens/StarterPack/Wizard/index.tsx:241
+msgid "Failed to create starter pack"
+msgstr "It oanmeitsjen fan it startpakket is mislearre"
+
+#: src/view/com/modals/CreateOrEditList.tsx:184
+msgid "Failed to create the list. Check your internet connection and try again."
+msgstr "It is net slagge om de list te meitsjen. Kontrolearje dyn ynternetferbining en probearje it opnij."
+
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
+msgctxt "toast"
+msgid "Failed to delete chat"
+msgstr "Fuortsmiten fan chat mislearre"
+
+#: src/components/dms/MessageContextMenu.tsx:80
+msgid "Failed to delete message"
+msgstr "Priveeberjocht kin net fuorsmiten wurde"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
+msgid "Failed to delete post, please try again"
+msgstr "Berjocht fuortsmiten mislearre, probearje it opnij"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:706
+msgid "Failed to delete starter pack"
+msgstr "Fuortsmiten fan it startpakket is mislearre"
+
+#: src/screens/Messages/ChatList.tsx:244
+#: src/screens/Messages/Inbox.tsx:187
+msgid "Failed to load conversations"
+msgstr "Laden van konversaasjes mislearre"
+
+#: src/screens/Search/Explore.tsx:475
+#: src/screens/Search/Explore.tsx:514
+msgid "Failed to load feeds preferences"
+msgstr "Laden fan feedfoarkarren is mislearre"
+
+#: src/components/dialogs/GifSelect.tsx:225
+msgid "Failed to load GIFs"
+msgstr "Laden fan GIF’s is mislearre"
+
+#: src/screens/Messages/components/MessageListError.tsx:23
+msgid "Failed to load past messages"
+msgstr "Laden fan eardere priveeberjochten is mislearre"
+
+#: src/screens/Search/Explore.tsx:468
+#: src/screens/Search/Explore.tsx:507
+msgid "Failed to load suggested feeds"
+msgstr "Laden fan foarstelde feeds is mislearre"
+
+#: src/screens/Search/Explore.tsx:375
+msgid "Failed to load suggested follows"
+msgstr "It is net slagge om in list te laden mei folchsuggestjes"
+
+#: src/screens/Messages/Inbox.tsx:295
+#: src/screens/Messages/Inbox.tsx:318
+msgid "Failed to mark all requests as read"
+msgstr "Alle fersiken as lêzen markearje mislearre"
+
+#: src/state/queries/pinned-post.ts:75
+msgid "Failed to pin post"
+msgstr "Fêstsetten fan berjocht is mislearre"
+
+#: src/components/dms/ActionsWrapper.web.tsx:61
+#: src/components/dms/MessageContextMenu.tsx:94
+msgid "Failed to remove emoji reaction"
+msgstr "Fuortsmiten emoji-reaksje mislearre"
+
+#: src/components/verification/VerificationRemovePrompt.tsx:34
+msgid "Failed to remove verification"
+msgstr "Fuortsmiten fan ferifikaasje mislearre"
+
+#: src/view/com/lightbox/Lightbox.tsx:46
+msgid "Failed to save image: {0}"
+msgstr "It bewarjen fan de ôfbylding is mislearre: {0}"
+
+#: src/state/queries/notifications/settings.ts:39
+msgid "Failed to save notification preferences, please try again"
+msgstr "Bewarjen fan meldingsfoarkarren is mislearre, probearje it opnij"
+
+#: src/screens/ModerationInteractionSettings/index.tsx:108
+msgid "Failed to save settings. Please try again."
+msgstr "Ynstellingen bewarjen mislearre. Probearje it opnij."
+
+#: src/screens/Settings/SettingsInterests.tsx:133
+msgctxt "toast"
+msgid "Failed to save your interests."
+msgstr "Dyn ynteressen bewarje mislearre."
+
+#: src/components/dms/MessageItem.tsx:310
+msgid "Failed to send"
+msgstr "Ferstjoeren mislearre"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "E-mailberjocht ferstjoere mislearre, probearje it opnij."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:254
+#: src/screens/Messages/components/ChatDisabled.tsx:87
+msgid "Failed to submit appeal, please try again."
+msgstr "It yntsjinjen fan beswier is mislearre, probearje it opnij."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
+msgid "Failed to toggle thread mute, please try again"
+msgstr "It wikseljen tusken wol/net-negearje fan it petear is mislearre, probearje it opnij"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "Ynstellingen e-mail-2FA bywurkjen mislearre"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "E-mailadres bywurkjen mislearre, probearje it opnij."
+
+#: src/components/FeedCard.tsx:285
+msgid "Failed to update feeds"
+msgstr "Net slagge om de feeds by te wurkjen"
+
+#: src/screens/Messages/Settings.tsx:34
+msgid "Failed to update settings"
+msgstr "Ynstellingen bywurkje mislearre"
+
+#: 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 "Fideo oplade mislearre"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "E-mailadres ferifiearjen mislearre, probearje it opnij."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:360
+msgid "Failed to verify handle. Please try again."
+msgstr "Kin handle net ferifiearje. Probearje nochris."
+
+#: src/Navigation.tsx:263
+msgid "Feed"
+msgstr "Feed"
+
+#: src/components/FeedCard.tsx:139
+#: src/view/com/feeds/FeedSourceCard.tsx:253
+msgid "Feed by {0}"
+msgstr "Feed troch {0}"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:349
+msgid "Feed menu"
+msgstr "Feedmenu"
+
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:55
+msgid "Feed toggle"
+msgstr "Feed wikselje"
+
+#: src/view/shell/desktop/RightNav.tsx:102
+#: src/view/shell/desktop/RightNav.tsx:103
+#: src/view/shell/Drawer.tsx:343
+msgid "Feedback"
+msgstr "Feedback"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
+msgctxt "toast"
+msgid "Feedback sent!"
+msgstr "Feedback ferstjoerd!"
+
+#: src/Navigation.tsx:448
+#: src/screens/Search/SearchResults.tsx:68
+#: src/screens/StarterPack/StarterPackScreen.tsx:185
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
+#: src/view/screens/SavedFeeds.tsx:96
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
+msgid "Feeds"
+msgstr "Feeds"
+
+#: src/view/screens/SavedFeeds.tsx:198
+msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information."
+msgstr "Feeds binne personalisearre algoritmen dy’t brûkers mei in bytsje programmearkennis bouwe. <0/> foar mear ynformaasje."
+
+#: src/components/FeedCard.tsx:282
+#: src/view/screens/SavedFeeds.tsx:82
+msgctxt "toast"
+msgid "Feeds updated!"
+msgstr "Feeds bywurke!"
+
+#: src/screens/Search/modules/ExploreRecommendations.tsx:65
+msgid "Feeds we think you might like."
+msgstr "Feeds dêr’tsto neffens ús wol oer meist."
+
+#: src/screens/Settings/components/OTAInfo.tsx:58
+msgid "Fetch update"
+msgstr "Update ophelje"
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:43
+msgid "File saved successfully!"
+msgstr "Bestân mei sukses bewarre!"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:66
+msgid "Filter from feeds"
+msgstr "Filterje op feeds"
+
+#: src/screens/Search/components/SearchLanguageDropdown.tsx:97
+msgid "Filter search by language"
+msgstr "Filter sykje op taal"
+
+#: src/screens/Search/components/SearchLanguageDropdown.tsx:70
+msgid "Filter search by language (currently: {currentLanguageLabel})"
+msgstr "Filter sykje op taal (op dit stuit: {currentLanguageLabel})"
+
+#: src/screens/Onboarding/StepFinished.tsx:314
+msgid "Finalizing"
+msgstr "Foltôgje"
+
+#: 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 "Sykje accounts om te folgjen"
+
+#: src/components/ProgressGuide/FollowDialog.tsx:77
+#: src/components/ProgressGuide/FollowDialog.tsx:87
+#: src/components/ProgressGuide/FollowDialog.tsx:374
+msgid "Find people to follow"
+msgstr "Sykje minsken om te folgjen"
+
+#: src/screens/Search/Shell.tsx:476
+msgid "Find posts, users, and feeds on Bluesky"
+msgstr "Sykje berjochten, brûkers en feeds op Bluesky"
+
+#: src/screens/StarterPack/Wizard/index.tsx:195
+msgid "Finish"
+msgstr "Foltôgje"
+
+#: src/screens/Onboarding/index.tsx:35
+msgid "Fitness"
+msgstr "Fitness"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117
+msgctxt "Name of app icon variant"
+msgid "Flat Black"
+msgstr "Plat swart"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:93
+msgctxt "Name of app icon variant"
+msgid "Flat Blue"
+msgstr "Plat blau"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:105
+msgctxt "Name of app icon variant"
+msgid "Flat White"
+msgstr "Plat wyt"
+
+#: src/screens/Onboarding/StepFinished.tsx:294
+msgid "Flexible"
+msgstr "Fleksibel"
+
+#. User is not following this account, click to follow
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
+msgid "Follow"
+msgstr "Folgje"
+
+#: src/view/com/profile/FollowButton.tsx:72
+msgctxt "action"
+msgid "Follow"
+msgstr "Folgje"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
+msgid "Follow {0}"
+msgstr "{0} folgje"
+
+#: src/screens/VideoFeed/index.tsx:816
+msgid "Follow {handle}"
+msgstr "{handle} folgje"
+
+#: src/components/ProgressGuide/List.tsx:52
+#: src/state/shell/progress-guide.tsx:229
+msgid "Follow 10 accounts"
+msgstr "10 accounts folgje"
+
+#: src/components/ProgressGuide/List.tsx:69
+msgid "Follow 7 accounts"
+msgstr "7 accounts folgje"
+
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
+msgid "Follow account"
+msgstr "Account folgje"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:433
+#: src/screens/StarterPack/StarterPackScreen.tsx:441
+msgid "Follow all"
+msgstr "Alle folgje"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
+msgid "Follow Back"
+msgstr "Weromfolgje"
+
+#: src/view/com/profile/FollowButton.tsx:81
+msgctxt "action"
+msgid "Follow Back"
+msgstr "Weromfolgje"
+
+#: src/components/KnownFollowers.tsx:234
+msgid "Followed by <0>{0}</0>"
+msgstr "Folge troch <0>{0}</0>"
+
+#: src/components/KnownFollowers.tsx:220
+msgid "Followed by <0>{0}</0> and {1, plural, one {# other} other {# others}}"
+msgstr "Folge troch <0>{0}</0> en {1, plural, one {# oar} other {# oaren}}"
+
+#: src/components/KnownFollowers.tsx:207
+msgid "Followed by <0>{0}</0> and <1>{1}</1>"
+msgstr "Folge troch <0>{0}</0> en <1>{1}</1>"
+
+#: src/components/KnownFollowers.tsx:189
+msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
+msgstr "Folge troch <0>{0}</0>, <1>{1}</1> en {2, plural, one {# oar} other {# oaren}}"
+
+#: src/Navigation.tsx:217
+msgid "Followers of @{0} that you know"
+msgstr "Folgers fan @{0} dy’tsto kinst"
+
+#: src/screens/Profile/KnownFollowers.tsx:104
+#: src/screens/Profile/KnownFollowers.tsx:121
+msgid "Followers you know"
+msgstr "Folgers dy’tsto kinst"
+
+#. User is following this account, click to unfollow
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
+#: src/view/screens/Feeds.tsx:602
+#: src/view/screens/SavedFeeds.tsx:422
+msgid "Following"
+msgstr "Folgjend"
+
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
+msgid "Following {0}"
+msgstr "Folget {0}"
+
+#: src/screens/VideoFeed/index.tsx:815
+msgid "Following {handle}"
+msgstr "Do folgest {handle}"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:76
+#: src/screens/Settings/ContentAndMediaSettings.tsx:79
+msgid "Following feed preferences"
+msgstr "Folchfeedfoarkarren"
+
+#: src/Navigation.tsx:334
+#: src/screens/Settings/FollowingFeedPreferences.tsx:53
+msgid "Following Feed Preferences"
+msgstr "Folchfeedfoarkarren"
+
+#: src/screens/Profile/Header/Handle.tsx:32
+msgid "Follows you"
+msgstr "Folget dy"
+
+#: src/components/Pills.tsx:175
+msgid "Follows You"
+msgstr "Folget dy"
+
+#: src/screens/Settings/AppearanceSettings.tsx:140
+msgid "Font"
+msgstr "Lettertype"
+
+#: src/screens/Settings/AppearanceSettings.tsx:160
+msgid "Font size"
+msgstr "Lettergrutte"
+
+#: src/screens/Onboarding/index.tsx:40
+#: src/screens/Onboarding/state.ts:102
+msgid "Food"
+msgstr "Iten en drinken"
+
+#: src/view/com/modals/DeleteAccount.tsx:125
+msgid "For security reasons, we'll need to send a confirmation code to your email address."
+msgstr "Om feilichheidsredenen moatte wy in befêstigingskoade nei dyn e-mailadres stjoere."
+
+#: 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 "Om feilichheidsredenen kinsto dit net mear besjen. Do moatst in nij app-wachtwurd generearje asto dit app-wachtwurd kwytrekkest."
+
+#: src/screens/Settings/AppearanceSettings.tsx:142
+msgid "For the best experience, we recommend using the theme font."
+msgstr "Foar de beste ûnderfining riede wy dy oan it temalettertype te brûken."
+
+#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:94
+msgid "For You"
+msgstr "Foar dy"
+
+#: src/components/dialogs/MutedWords.tsx:178
+msgid "Forever"
+msgstr "Foar altyd"
+
+#: src/screens/Login/index.tsx:153
+#: src/screens/Login/index.tsx:168
+msgid "Forgot Password"
+msgstr "Wachtwurd ferjitten"
+
+#: src/screens/Login/LoginForm.tsx:248
+msgid "Forgot password?"
+msgstr "Wachtwurd ferjitten?"
+
+#: src/screens/Login/LoginForm.tsx:259
+msgid "Forgot?"
+msgstr "Ferjitten?"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54
+#: src/lib/moderation/useReportOptions.ts:54
+msgid "Frequently Posts Unwanted Content"
+msgstr "Publisearret faak net-winske ynhâld"
+
+#: src/screens/Hashtag.tsx:120
+msgid "From @{sanitizedAuthor}"
+msgstr "Fan @{sanitizedAuthor}"
+
+#: src/view/com/posts/PostFeedItem.tsx:296
+msgctxt "from-feed"
+msgid "From <0/>"
+msgstr "Fan <0/>"
+
+#: src/view/com/composer/photos/SelectPhotoBtn.tsx:50
+msgid "Gallery"
+msgstr "Galerij"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
+msgid "Generate a starter pack"
+msgstr "In startpakket generearje"
+
+#: src/view/shell/Drawer.tsx:347
+msgid "Get help"
+msgstr "Krij help"
+
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "Oan de slach"
+
+#: src/components/ProgressGuide/List.tsx:35
+msgid "Getting started"
+msgstr "Oan de slach"
+
+#: src/components/MediaPreview.tsx:116
+msgid "GIF"
+msgstr "GIF"
+
+#: src/screens/Onboarding/StepProfile/index.tsx:232
+msgid "Give your profile a face"
+msgstr "Jou dyn profyl in gesicht"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39
+#: src/lib/moderation/useReportOptions.ts:39
+msgid "Glaring violations of law or terms of service"
+msgstr "Dúdlike oertrêdingen fan de wet of tsjinstbetingsten"
+
+#: src/components/Layout/Header/index.tsx:127
+#: src/components/moderation/ScreenHider.tsx:154
+#: src/components/moderation/ScreenHider.tsx:163
+#: src/screens/Messages/Inbox.tsx:228
+#: src/screens/Profile/ProfileFeed/index.tsx:92
+#: src/screens/VideoFeed/components/Header.tsx:163
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
+#: src/view/com/auth/LoggedOut.tsx:72
+#: src/view/screens/NotFound.tsx:57
+#: src/view/screens/ProfileList.tsx:1038
+msgid "Go back"
+msgstr "Tebek"
+
+#: src/components/Error.tsx:78
+#: src/screens/List/ListHiddenScreen.tsx:224
+#: src/screens/Profile/ErrorState.tsx:62
+#: src/screens/Profile/ErrorState.tsx:66
+#: src/screens/Profile/ProfileFeed/index.tsx:97
+#: src/screens/StarterPack/StarterPackScreen.tsx:757
+#: src/view/screens/NotFound.tsx:56
+#: src/view/screens/ProfileList.tsx:1043
+msgid "Go Back"
+msgstr "Tebek"
+
+#: src/components/dms/ReportDialog.tsx:192
+#: src/components/ReportDialog/SelectReportOptionView.tsx:78
+#: src/components/ReportDialog/SubmitView.tsx:110
+#: src/screens/Onboarding/Layout.tsx:99
+#: src/screens/Onboarding/Layout.tsx:188
+#: src/screens/Signup/BackNextButtons.tsx:35
+msgid "Go back to previous step"
+msgstr "Tebek nei de foarige stap"
+
+#: src/view/screens/NotFound.tsx:57
+msgid "Go home"
+msgstr "Nei startside"
+
+#: src/view/screens/NotFound.tsx:56
+msgid "Go Home"
+msgstr "Nei startside"
+
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
+msgid "Go to {firstAuthorName}'s profile"
+msgstr "Gean nei it profyl fan {firstAuthorName}"
+
+#: src/screens/Messages/components/ChatListItem.tsx:360
+msgid "Go to conversation with {0}"
+msgstr "Nei petear mei {0}"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:165
+#: src/view/com/modals/ChangePassword.tsx:179
+msgid "Go to next"
+msgstr "Nei folgjende"
+
+#: src/components/dms/ConvoMenu.tsx:227
+msgid "Go to profile"
+msgstr "Nei profyl"
+
+#: src/components/dms/ConvoMenu.tsx:224
+msgid "Go to user's profile"
+msgstr "Nei brûkersprofyl"
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:46
+#: src/lib/moderation/useGlobalLabelStrings.ts:50
+#: src/view/com/composer/labels/LabelsBtn.tsx:201
+#: src/view/com/composer/labels/LabelsBtn.tsx:204
+msgid "Graphic Media"
+msgstr "Grafyske media"
+
+#: src/state/shell/progress-guide.tsx:218
+#: src/state/shell/progress-guide.tsx:228
+msgid "Half way there!"
+msgstr "Healweis!"
+
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
+msgid "Handle"
+msgstr "Handle"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:591
+msgid "Handle already taken. Please try a different one."
+msgstr "Handle al yn gebrûk. Probearje in oare."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:195
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:344
+msgid "Handle changed!"
+msgstr "Handle wizige!"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:595
+msgid "Handle too long. Please try a shorter one."
+msgstr "Handle te lang. Probearje in koartere."
+
+#: src/screens/Settings/AccessibilitySettings.tsx:87
+msgid "Haptics"
+msgstr "Haptyske feedback"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34
+#: src/lib/moderation/useReportOptions.ts:34
+msgid "Harassment, trolling, or intolerance"
+msgstr "Pesterijen, trolling of yntolerânsje"
+
+#: src/Navigation.tsx:418
+msgid "Hashtag"
+msgstr "Hashtag"
+
+#: src/components/RichTextTag.tsx:51
+msgid "Hashtag {tag}"
+msgstr "Hashtag {tag}"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Hasto in koade? <0>Klik hjir.</0>"
+
+#: src/screens/Signup/index.tsx:195
+msgid "Having trouble?"
+msgstr "Hasto problemen?"
+
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
+#: src/view/shell/desktop/RightNav.tsx:120
+#: src/view/shell/desktop/RightNav.tsx:121
+#: src/view/shell/Drawer.tsx:356
+msgid "Help"
+msgstr "Help"
+
+#: src/screens/Onboarding/StepProfile/index.tsx:235
+msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
+msgstr "Lit minsken witte datsto gjin bot bist troch in foto op te laden of in avatar te meitsjen."
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:187
+msgid "Here is your app password!"
+msgstr "Hjir is dyn app-wachtwurd!"
+
+#: src/components/VideoPostCard.tsx:178
+#: src/components/VideoPostCard.tsx:454
+msgid "Hidden"
+msgstr "Ferstoppe"
+
+#: src/screens/VideoFeed/index.tsx:617
+msgid "Hidden by your moderation settings."
+msgstr "Ferstoppe troch dyn moderaasjeynstellingen."
+
+#: src/components/ListCard.tsx:130
+msgid "Hidden list"
+msgstr "Ferburgen list"
+
+#: src/components/interstitials/Trending.tsx:131
+#: src/components/interstitials/TrendingVideos.tsx:140
+#: src/components/moderation/ContentHider.tsx:200
+#: src/components/moderation/LabelPreference.tsx:135
+#: src/components/moderation/PostHider.tsx:124
+#: 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:811
+#: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
+msgid "Hide"
+msgstr "Ferstopje"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
+msgctxt "action"
+msgid "Hide"
+msgstr "Ferstopje"
+
+#: src/components/dialogs/Embed.tsx:128
+msgid "Hide customization options"
+msgstr "Oanpassingsopsjes ferstoppe"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
+msgid "Hide post for me"
+msgstr "Berjocht foar my ferstopje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
+msgid "Hide reply for everyone"
+msgstr "Reaksje foar elkenien ferstopje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
+msgid "Hide reply for me"
+msgstr "Reaksje foar my ferstopje"
+
+#: src/screens/Search/modules/ExploreInterestsCard.tsx:110
+msgid "Hide this card"
+msgstr "Dizze kaart ferstopje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+msgid "Hide this post?"
+msgstr "Dit berjocht ferstopje?"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
+msgid "Hide this reply?"
+msgstr "Dizze reaksje ferstopje?"
+
+#: src/components/interstitials/Trending.tsx:113
+#: src/view/shell/desktop/SidebarTrendingTopics.tsx:62
+msgid "Hide trending topics"
+msgstr "Populêre ûnderwerpen ferstopje"
+
+#: src/components/interstitials/Trending.tsx:129
+#: src/view/shell/desktop/SidebarTrendingTopics.tsx:108
+msgid "Hide trending topics?"
+msgstr "Populêre ûnderwerpen ferstopje?"
+
+#: src/components/interstitials/TrendingVideos.tsx:138
+msgid "Hide trending videos?"
+msgstr "Populêre fideo’s ferstopje?"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
+msgid "Hide user list"
+msgstr "Brûkerslist ferstopje"
+
+#: src/screens/Moderation/VerificationSettings.tsx:81
+#: src/screens/Moderation/VerificationSettings.tsx:90
+msgid "Hide verification badges"
+msgstr "Ferifikaasjebadges ferstopje"
+
+#: src/components/moderation/ContentHider.tsx:151
+#: src/components/moderation/PostHider.tsx:79
+msgid "Hides the content"
+msgstr "Ferstoppet de ynhâld"
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:117
+msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue."
+msgstr "Hmm, der is in probleem bard by it ferbinen mei de feedserver. Stel de feedeigener op de hichte fan dit probleem."
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:105
+msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue."
+msgstr "Hmm, de feedserver liket ferkeard konfigurearre te wêzen. Stel de feedeigener op de hichte fan dit probleem."
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:111
+msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue."
+msgstr "Hmm, de feedserver liket offlie te wêzen. Stel de feedeigener op de hichte fan dit probleem."
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:108
+msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue."
+msgstr "Hmm, de feedserver hat in ûnjildich antwurd werom jûn. Stel de feedeigener op de hichte fan dit probleem."
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:102
+msgid "Hmm, we're having trouble finding this feed. It may have been deleted."
+msgstr "Hmm, wy hawwe problemen mei it finen fan dizze feed. Dizze is mooglik fuortsmiten."
+
+#: src/screens/Moderation/index.tsx:58
+msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us."
+msgstr "Hmm, it liket derop dat wy problemen hawwe mei it laden fan dizze gegevens. Sjoch hjirûnder foar mear ynformaasje. Nim kontakt mei ús op as dit probleem bliuwt."
+
+#: src/screens/Profile/ErrorState.tsx:31
+msgid "Hmmmm, we couldn't load that moderation service."
+msgstr "Hmm, wy koene dy moderaasjetsjinst net lade."
+
+#: 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 "Wachtsje even! Wy jouwe stadichoan tagong ta fideo en do stiest noch hieltyd yn de rige. Kom fluch werom!"
+
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
+msgid "Home"
+msgstr "Startside"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:417
+msgid "Host:"
+msgstr "Host:"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:83
+#: src/screens/Login/LoginForm.tsx:184
+msgid "Hosting provider"
+msgstr "Hostingprovider"
+
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190
+msgid "Hot"
+msgstr "Populêr"
+
+#: src/screens/Settings/ThreadPreferences.tsx:67
+#: src/screens/Settings/ThreadPreferences.tsx:70
+#: src/view/com/post-thread/PostThread.tsx:655
+#: src/view/com/post-thread/PostThread.tsx:660
+msgid "Hot replies first"
+msgstr "Populêre antwurden earst"
+
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
+msgid "How should we open this link?"
+msgstr "Hoe moatte wy dizze keppeling iepenje?"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:133
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:136
+msgid "I have a code"
+msgstr "Ik haw in koade"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:280
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:286
+msgid "I have my own domain"
+msgstr "Ik haw myn eigen domein"
+
+#: src/components/dms/BlockedByListDialog.tsx:57
+#: src/components/dms/ReportConversationPrompt.tsx:21
+msgid "I understand"
+msgstr "Ik begryp it"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:186
+msgid "If alt text is long, toggles alt text expanded state"
+msgstr "As de alt-tekst lang is wurdt de alt-tekst yn- of útklapt"
+
+#: src/screens/Signup/StepInfo/Policies.tsx:112
+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 "Asto neffens de wetten fan dyn lân noch gjin folwoeksene bist moat dyn âlder of wetlike fâd dizze nammens dy lêze."
+
+#: src/view/screens/ProfileList.tsx:765
+msgid "If you delete this list, you won't be able to recover it."
+msgstr "Asto dizze list fuotsmytst, kinsto dizze net mear werstelle."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:267
+msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
+msgstr "Asto in eigen domein hast, kinsto dat als handle brûke. Sa kinsto dyn identiteit sels ferifiearje. <0>Klik hjir foar mear ynformaasje.</0>"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "Asto dyn e-nailadres bywurkje moatst, <0>klik hjir</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
+msgid "If you remove this post, you won't be able to recover it."
+msgstr "Asto dit berjocht fuortsmytst, kinsto it net mear werstelle."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Asto dyn e-mailadres bywurkest, wurdt e-mail-2FA útskeakele."
+
+#: src/view/com/modals/ChangePassword.tsx:160
+msgid "If you want to change your password, we will send you a code to verify that this is your account."
+msgstr "Asto dyn wachtwoord wizigje wolst stjoere wy dy in koade om te ferifiearjen dat dit dyn account is."
+
+#: src/view/com/auth/server-input/index.tsx:208
+msgid "If you're a developer, you can host your own server."
+msgstr "Asto in ûntwikkeler bist, kinsto dyn eigen server hoste."
+
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92
+msgid "If you're trying to change your handle or email, do so before you deactivate."
+msgstr "Asto dyn handle of e-mailadres probearrest te wizigjen, doch dit dan eardatsto deaktivearrest."
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38
+#: src/lib/moderation/useReportOptions.ts:38
+msgid "Illegal and Urgent"
+msgstr "Yllegaal en driuwend"
+
+#: src/view/com/util/images/Gallery.tsx:71
+msgid "Image"
+msgstr "Ofbylding"
+
+#: src/screens/Settings/AboutSettings.tsx:64
+msgid "Image cache cleared"
+msgstr "Ofbyldingsbuffer wiske"
+
+#. Android-only toast message which includes amount of space freed using localized number formatting
+#: src/screens/Settings/AboutSettings.tsx:50
+msgid "Image cache cleared, freed {0}"
+msgstr "Ofbyldingsbuffer wiske, {0} frijmakke"
+
+#: src/components/StarterPack/ShareDialog.tsx:76
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "Ofbylding bewarre"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
+#: src/lib/moderation/useReportOptions.ts:49
+msgid "Impersonation or false claims about identity or affiliation"
+msgstr "Imitaasje fan identiteit of falske bewearingen oer identiteit of affiliaasje"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68
+#: src/lib/moderation/useReportOptions.ts:68
+msgid "Impersonation, misinformation, or false claims"
+msgstr "Imitaasje fan identiteit, ferkearde ynformaasje of falske bewearingen"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91
+#: src/lib/moderation/useReportOptions.ts:91
+msgid "Inappropriate messages or explicit links"
+msgstr "Unpaslike priveeberjochten of eksplisite keppelingen"
+
+#. Title message shown in chat requests inbox when it's empty
+#: src/screens/Messages/Inbox.tsx:208
+msgid "Inbox zero!"
+msgstr "Postfek YN nul!"
+
+#: src/screens/Login/LoginForm.tsx:164
+msgid "Incorrect username or password"
+msgstr "Unjildige brûkersnamme of wachtwurd"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:131
+msgid "Input code sent to your email for password reset"
+msgstr "Ynfierkoade ferstjoerd nei dyn e-mailadres foar it opnij ynstellen fan dyn wachtwurd"
+
+#: src/view/com/modals/DeleteAccount.tsx:228
+msgid "Input confirmation code for account deletion"
+msgstr "Fier de befêstigingskoade yn foar it fuortsmiten fan de account"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:155
+msgid "Input new password"
+msgstr "Fier nij wachtwurd yn"
+
+#: src/view/com/modals/DeleteAccount.tsx:247
+msgid "Input password for account deletion"
+msgstr "Fier wachtwurd yn foar fuortsmiten account"
+
+#: src/screens/Login/LoginForm.tsx:289
+msgid "Input the code which has been emailed to you"
+msgstr "Fer de koade yn dy’t nei dy e-maild is"
+
+#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49
+msgid "Interaction limited"
+msgstr "Ynteraksje beheind"
+
+#: src/screens/Moderation/index.tsx:213
+msgid "Interaction settings"
+msgstr "Ynteraksjeynstellingen"
+
+#: src/screens/Login/LoginForm.tsx:156
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:70
+msgid "Invalid 2FA confirmation code."
+msgstr "Unjildige 2FA-befêstigingskoade."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:597
+msgid "Invalid handle. Please try a different one."
+msgstr "Unjildige handle. Probearje in oare."
+
+#: src/view/com/post-thread/PostThreadItem.tsx:294
+msgid "Invalid or unsupported post record"
+msgstr "Unjildich of net-stipe berjochtrecord"
+
+#: src/components/moderation/ReportDialog/index.tsx:73
+msgid "Invalid report subject"
+msgstr "Unjildich rapportûnderwerp"
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:91
+msgid "Invalid Verification Code"
+msgstr "Unjildige ferifikaasjekoade"
+
+#: src/view/com/modals/InviteCodes.tsx:94
+msgid "Invite a Friend"
+msgstr "In freon útnûgje"
+
+#: src/screens/Signup/StepInfo/index.tsx:163
+msgid "Invite code"
+msgstr "Utnûgingskoade"
+
+#: src/screens/Signup/state.ts:339
+msgid "Invite code not accepted. Check that you input it correctly and try again."
+msgstr "Utnûgingskoade net akseptearre. Kontrolearje oftsto dizze korrekt ynfierd hast en probearje it opnij."
+
+#: src/view/com/modals/InviteCodes.tsx:171
+msgid "Invite codes: {0} available"
+msgstr "Utnûgingskoaden: {0} beskikber"
+
+#: src/view/com/modals/InviteCodes.tsx:170
+msgid "Invite codes: 1 available"
+msgstr "Utnûgingskoaden: 1 beskikber"
+
+#: src/components/StarterPack/ShareDialog.tsx:96
+msgid "Invite people to this starter pack!"
+msgstr "Nûgje minsken út foar dit startpakket!"
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:34
+msgid "Invite your friends to follow your favorite feeds and people"
+msgstr "Nûgje freonen út om dyn favorite feeds en persoanen te folgjen"
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:31
+msgid "Invites, but personal"
+msgstr "Utnûgingen, mar dan persoanlik"
+
+#: src/screens/Signup/StepInfo/index.tsx:289
+msgid "It's correct"
+msgstr "Dat is korrekt"
+
+#: src/screens/StarterPack/Wizard/index.tsx:435
+msgid "It's just you right now! Add more people to your starter pack by searching above."
+msgstr "Do bist no noch de iennige! Foegje mear persoanen ta oan dyn startpakket troch hjirboppe te sykjen."
+
+#: src/view/com/composer/Composer.tsx:1612
+msgid "Job ID: {0}"
+msgstr "Taak-ID: {0}"
+
+#. Link to a page with job openings at Bluesky
+#: src/view/com/auth/SplashScreen.web.tsx:180
+msgid "Jobs"
+msgstr "Fakatueres"
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:205
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:211
+#: src/screens/StarterPack/StarterPackScreen.tsx:461
+#: src/screens/StarterPack/StarterPackScreen.tsx:472
+msgid "Join Bluesky"
+msgstr "Lid wurde fan Bluesky"
+
+#: src/components/StarterPack/QrCode.tsx:68
+#: src/view/shell/NavSignupCard.tsx:40
+msgid "Join the conversation"
+msgstr "Doh mei oan it petear"
+
+#: src/screens/Onboarding/index.tsx:21
+#: src/screens/Onboarding/state.ts:104
+msgid "Journalism"
+msgstr "Sjoernalistyk"
+
+#: src/components/moderation/ContentHider.tsx:231
+msgid "Labeled by {0}."
+msgstr "Labele troch {0}."
+
+#: src/components/moderation/ContentHider.tsx:229
+msgid "Labeled by the author."
+msgstr "Labele troch de auteur."
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:75
+#: src/view/screens/Profile.tsx:223
+msgid "Labels"
+msgstr "Labels"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:73
+msgid "Labels added"
+msgstr "Labels tafoege"
+
+#: src/screens/Profile/Sections/Labels.tsx:160
+msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network."
+msgstr "Labels binne oantekeningen oer brûkers en ynhâld. Se kinne brûkt wurde om it te ferstopjen, te warskôgjen en it netwurk te kategorisearjen."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:72
+msgid "Labels on your account"
+msgstr "Labels op dyn account"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:74
+msgid "Labels on your content"
+msgstr "Labels op dyn ynhâld"
+
+#: src/view/com/composer/select-language/SelectLangBtn.tsx:107
+msgid "Language selection"
+msgstr "Taalseleksje"
+
+#: src/Navigation.tsx:190
+msgid "Language Settings"
+msgstr "Taalynstellingen"
+
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
+msgid "Languages"
+msgstr "Talen"
+
+#: src/screens/Settings/AppearanceSettings.tsx:172
+msgid "Larger"
+msgstr "Grutter"
+
+#: src/screens/Hashtag.tsx:95
+#: src/screens/Search/SearchResults.tsx:52
+#: src/screens/Topic.tsx:77
+msgid "Latest"
+msgstr "Lêste"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:271
+msgid "learn more"
+msgstr "mear ynfo"
+
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
+#: src/screens/Moderation/VerificationSettings.tsx:47
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:212
+#: src/view/com/modals/EditProfile.tsx:207
+msgid "Learn more"
+msgstr "Mear ynfo"
+
+#: src/components/moderation/ScreenHider.tsx:140
+msgid "Learn More"
+msgstr "Mear ynfo"
+
+#: src/view/com/auth/SplashScreen.web.tsx:168
+msgid "Learn more about Bluesky"
+msgstr "Mear ynfo oer Bluesky"
+
+#: src/view/com/auth/server-input/index.tsx:218
+msgid "Learn more about self hosting your PDS."
+msgstr "Mear ynfo oer it sels hosten fan dyn PDS."
+
+#: src/components/moderation/ContentHider.tsx:149
+msgid "Learn more about the moderation applied to this content"
+msgstr "Mear info oer de moderaasje tapast op dizze ynhâld"
+
+#: src/components/moderation/ContentHider.tsx:215
+msgid "Learn more about the moderation applied to this content."
+msgstr "Mear info oer de moderaasje tapast op dizze ynhâld."
+
+#: src/components/moderation/PostHider.tsx:100
+#: src/components/moderation/ScreenHider.tsx:127
+msgid "Learn more about this warning"
+msgstr "Mear ynfo oer dizze warskôging"
+
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
+msgid "Learn more about verification on Bluesky"
+msgstr "Mear ynfo oer ferifikaasje op Bluesky"
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
+msgid "Learn more about what is public on Bluesky."
+msgstr "Mear ynfo oer wat iepenbier is op Bluesky."
+
+#: src/components/moderation/ContentHider.tsx:239
+#: src/view/com/auth/server-input/index.tsx:220
+msgid "Learn more."
+msgstr "Mear ynfo."
+
+#: src/components/dms/LeaveConvoPrompt.tsx:48
+msgid "Leave"
+msgstr "Ferlitte"
+
+#: src/components/dms/MessagesListBlockedFooter.tsx:74
+#: src/components/dms/MessagesListBlockedFooter.tsx:81
+msgid "Leave chat"
+msgstr "Chat ferlitte"
+
+#: src/components/dms/ConvoMenu.tsx:203
+#: src/components/dms/ConvoMenu.tsx:206
+#: src/components/dms/ConvoMenu.tsx:266
+#: src/components/dms/ConvoMenu.tsx:269
+#: src/components/dms/LeaveConvoPrompt.tsx:42
+msgid "Leave conversation"
+msgstr "Petear ferlitte"
+
+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:84
+msgid "Leave them all unchecked to see any language."
+msgstr "Alle útskeakele litte om elke taal te sjen."
+
+#: src/view/com/modals/LinkWarning.tsx:65
+msgid "Leaving Bluesky"
+msgstr "Bluesky ferlitte"
+
+#: src/screens/SignupQueued.tsx:155
+msgid "left to go."
+msgstr "noch te gean."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
+msgid "Let me choose"
+msgstr "Lit my kieze"
+
+#: src/screens/Login/index.tsx:154
+#: src/screens/Login/index.tsx:169
+msgid "Let's get your password reset!"
+msgstr "Litte wy dyn wachtwurd opnij ynstelle!"
+
+#: src/screens/Onboarding/StepFinished.tsx:314
+msgid "Let's go!"
+msgstr "Los!"
+
+#: src/components/dialogs/Embed.tsx:162
+#: src/components/dialogs/Embed.tsx:164
+#: src/screens/Settings/AppearanceSettings.tsx:101
+msgid "Light"
+msgstr "Ljocht"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:14
+msgctxt "Name of app icon variant"
+msgid "Light"
+msgstr "Ljocht"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:510
+msgid "Like"
+msgstr "Mei ’k wol oer"
+
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
+msgid "Like ({0, plural, one {# like} other {# likes}})"
+msgstr "Mei ’k wol oer ({0, plural, one {# mei-’k-wol-oer} other {# mei-’k-wol-oers}})"
+
+#: src/components/ProgressGuide/List.tsx:63
+msgid "Like 10 posts"
+msgstr "Mei wol oer 10 berjochten"
+
+#: src/state/shell/progress-guide.tsx:214
+#: src/state/shell/progress-guide.tsx:219
+msgid "Like 10 posts to train the Discover feed"
+msgstr "Mei wol oer 10 berjochten om de Untdekken-feed te trainen"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:497
+msgid "Like this feed"
+msgstr "Mei wol oer dizze feed"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
+msgid "Like this labeler"
+msgstr "Mei wol oer dizze labeler"
+
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
+msgid "Liked by"
+msgstr "Mei hjir wol oer"
+
+#: src/screens/Post/PostLikedBy.tsx:38
+#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29
+#: src/view/screens/ProfileFeedLikedBy.tsx:30
+msgid "Liked By"
+msgstr "Mei ’k wol oer troch"
+
+#: src/components/FeedCard.tsx:218
+#: src/view/com/feeds/FeedSourceCard.tsx:303
+msgid "Liked by {0, plural, one {# user} other {# users}}"
+msgstr "Mei ’k wol oer troch {0, plural, one {# brûker} other {# brûkers}}"
+
+#: src/components/LabelingServiceCard/index.tsx:96
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:485
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
+msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
+msgstr "Mei ’k wol oer troch {likeCount, plural, one {# brûker} other {# brûkers}}"
+
+#: src/view/screens/Profile.tsx:229
+msgid "Likes"
+msgstr "Mei-’k-wol-oers"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:227
+msgid "Likes on this post"
+msgstr "Mei-’k-wol-oers op dit berjocht"
+
+#: src/view/com/post-thread/PostThread.tsx:629
+#: src/view/com/post-thread/PostThread.tsx:634
+msgid "Linear"
+msgstr "Lineêr"
+
+#: src/Navigation.tsx:223
+msgid "List"
+msgstr "List"
+
+#: src/view/com/modals/CreateOrEditList.tsx:239
+msgid "List Avatar"
+msgstr "Avatarlist"
+
+#: src/view/screens/ProfileList.tsx:438
+msgctxt "toast"
+msgid "List blocked"
+msgstr "List blokkearre"
+
+#: src/components/ListCard.tsx:150
+#: src/view/com/feeds/FeedSourceCard.tsx:255
+msgid "List by {0}"
+msgstr "List troch {0}"
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:156
+msgid "List by <0/>"
+msgstr "List troch <0/>"
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:154
+msgid "List by you"
+msgstr "List fan dy"
+
+#: src/view/screens/ProfileList.tsx:485
+msgctxt "toast"
+msgid "List deleted"
+msgstr "List fuortsmiten"
+
+#: src/screens/List/ListHiddenScreen.tsx:129
+msgid "List has been hidden"
+msgstr "List is ferstoppe"
+
+#: src/view/screens/ProfileList.tsx:176
+msgid "List Hidden"
+msgstr "List ferstoppe"
+
+#: src/view/screens/ProfileList.tsx:402
+msgctxt "toast"
+msgid "List muted"
+msgstr "List negearre"
+
+#: src/view/com/modals/CreateOrEditList.tsx:253
+msgid "List Name"
+msgstr "Listnamme"
+
+#: src/view/screens/ProfileList.tsx:456
+msgctxt "toast"
+msgid "List unblocked"
+msgstr "List net-blokkearre"
+
+#: src/view/screens/ProfileList.tsx:420
+msgctxt "toast"
+msgid "List unmuted"
+msgstr "List net-negearre"
+
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
+msgid "Lists"
+msgstr "Listen"
+
+#: src/components/dms/BlockedByListDialog.tsx:39
+msgid "Lists blocking this user:"
+msgstr "Listen dy’t dizze brûker blokkearje:"
+
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
+#: src/screens/Search/Explore.tsx:87
+msgid "Load more"
+msgstr "Mear lade"
+
+#: src/screens/Search/Explore.tsx:496
+msgid "Load more suggested feeds"
+msgstr "Mear foarstelde feeds lade"
+
+#: src/view/screens/Notifications.tsx:270
+msgid "Load new notifications"
+msgstr "Nije meldingen lade"
+
+#: src/screens/Profile/ProfileFeed/index.tsx:224
+#: src/screens/Profile/Sections/Feed.tsx:98
+#: src/view/com/feeds/FeedPage.tsx:155
+#: src/view/screens/ProfileList.tsx:878
+msgid "Load new posts"
+msgstr "Nije berjochten lade"
+
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+msgid "Loading..."
+msgstr "Lade…"
+
+#: src/Navigation.tsx:293
+msgid "Log"
+msgstr "Lochboek"
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:78
+msgid "Logged-out visibility"
+msgstr "Sichtberheid ôfmelden"
+
+#: src/view/shell/desktop/RightNav.tsx:130
+msgid "Logo by @sawaratsuki.bsky.social"
+msgstr "Logo troch @sawaratsuki.bsky.social"
+
+#: src/view/shell/desktop/RightNav.tsx:127
+#: src/view/shell/Drawer.tsx:658
+msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
+msgstr "Logo troch <0>@sawaratsuki.bsky.social</0>"
+
+#: src/components/RichTextTag.tsx:53
+msgid "Long press to open tag menu for #{tag}"
+msgstr "Yndrukt hâlde om tagmenu te iepenjen foar #{tag}"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:120
+msgid "Looks like XXXXX-XXXXX"
+msgstr "Liket op XXXXX-XXXXX"
+
+#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:39
+msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below."
+msgstr "It liket derop datsto gjin feeds bewarre hast! Brûk ús oanrekommandaasjes of blêdzje hjirûnder fierder."
+
+#: src/screens/Home/NoFeedsPinned.tsx:83
+msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄"
+msgstr "It liket derop datsto al dyn feeds losmakke hast. Mar meitsje dy gjin soargen, do kinst der hjirûnder in pear tafoegje 😄"
+
+#: src/screens/Feeds/NoFollowingFeed.tsx:37
+msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
+msgstr "It liket derop datsto in feed mist dy’tsto folgest.<0>Klik hjir om der ien ta te foegjen.</0>"
+
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "E-mailynstellingen foar dyn account oanpasse"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
+msgid "Make one for me"
+msgstr "Meitsje ien foar my"
+
+#: src/view/com/modals/LinkWarning.tsx:79
+msgid "Make sure this is where you intend to go!"
+msgstr "Wês wis dat dit is wêr’tsto hinne wolst!"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:60
+#: src/screens/Settings/ContentAndMediaSettings.tsx:63
+msgid "Manage saved feeds"
+msgstr "Bewarre feeds beheare"
+
+#: src/screens/Moderation/index.tsx:283
+msgid "Manage verification settings"
+msgstr "Ferifikaasjeynstellingen beheare"
+
+#: src/components/dialogs/MutedWords.tsx:108
+msgid "Manage your muted words and tags"
+msgstr "Dyn negearre wurden en tags beheare"
+
+#: src/screens/Messages/Inbox.tsx:305
+#: src/screens/Messages/Inbox.tsx:324
+#: src/screens/Messages/Inbox.tsx:331
+msgid "Mark all as read"
+msgstr "Alles as lêzen markearje"
+
+#: src/components/dms/ConvoMenu.tsx:215
+#: src/components/dms/ConvoMenu.tsx:218
+msgid "Mark as read"
+msgstr "As lêzen markearje"
+
+#: src/screens/Messages/Inbox.tsx:292
+#: src/screens/Messages/Inbox.tsx:315
+msgid "Marked all as read"
+msgstr "Alles as lêzen markearre"
+
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Miskien letter"
+
+#: src/view/screens/Profile.tsx:227
+msgid "Media"
+msgstr "Media"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:210
+msgid "Media that may be disturbing or inappropriate for some audiences."
+msgstr "Media dy’t foar bepaalde doelgroepen oanstjitjouwend of ûngepast wêze kinne."
+
+#: src/components/WhoCanReply.tsx:263
+msgid "mentioned users"
+msgstr "fermelde brûkers"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:423
+msgid "Mentioned users"
+msgstr "Fermelde brûkers"
+
+#: src/view/screens/Notifications.tsx:99
+msgid "Mentions"
+msgstr "Fermeldingen"
+
+#: src/components/Menu/index.tsx:105
+msgid "Menu"
+msgstr "Menu"
+
+#: src/components/dms/MessageProfileButton.tsx:96
+msgid "Message {0}"
+msgstr "Berjocht nei {0}"
+
+#: src/components/dms/MessageContextMenu.tsx:78
+msgctxt "toast"
+msgid "Message deleted"
+msgstr "Berjocht fuortsmiten"
+
+#: src/screens/Messages/components/ChatListItem.tsx:197
+msgid "Message deleted"
+msgstr "Berjocht fuortsmiten"
+
+#: src/components/dms/MessageContextMenu.tsx:126
+msgid "Message from @{0}: {1}"
+msgstr "Berjocht fan @{0}: {1}"
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:201
+msgid "Message from server: {0}"
+msgstr "Berjocht fan server: {0}"
+
+#: src/screens/Messages/components/MessageInput.tsx:152
+msgid "Message input field"
+msgstr "Ynfierfjild priveeberjocht"
+
+#: src/screens/Messages/components/MessageInput.tsx:79
+#: src/screens/Messages/components/MessageInput.web.tsx:60
+msgid "Message is too long"
+msgstr "Berjocht is te lang"
+
+#: src/components/dms/MessageContextMenu.tsx:124
+msgid "Message options"
+msgstr "Berjochtopsjes"
+
+#: src/Navigation.tsx:662
+msgid "Messages"
+msgstr "Berjochten"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:81
+msgctxt "Name of app icon variant"
+msgid "Midnight"
+msgstr "Middernacht"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47
+#: src/lib/moderation/useReportOptions.ts:47
+msgid "Misleading Account"
+msgstr "Misliedende account"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67
+#: src/lib/moderation/useReportOptions.ts:67
+msgid "Misleading Post"
+msgstr "Misliedend berjocht"
+
+#: src/Navigation.tsx:149
+#: src/screens/Moderation/index.tsx:93
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
+msgid "Moderation"
+msgstr "Moderaasje"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:138
+msgid "Moderation details"
+msgstr "Moderaasjedetails"
+
+#: src/components/ListCard.tsx:149
+#: src/view/com/modals/UserAddRemoveLists.tsx:222
+msgid "Moderation list by {0}"
+msgstr "Moderaasjelist troch {0}"
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:169
+msgid "Moderation list by <0/>"
+msgstr "Moderaasjelist troch <0/>"
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:220
+#: src/view/com/profile/ProfileSubpageHeader.tsx:167
+msgid "Moderation list by you"
+msgstr "Moderaasjelist troch dy"
+
+#: src/view/com/modals/CreateOrEditList.tsx:175
+msgctxt "toast"
+msgid "Moderation list created"
+msgstr "Moderaasjelist oanmakke"
+
+#: src/view/com/modals/CreateOrEditList.tsx:161
+msgctxt "toast"
+msgid "Moderation list updated"
+msgstr "Moderaasjelist bywurke"
+
+#: src/screens/Moderation/index.tsx:243
+msgid "Moderation lists"
+msgstr "Moderaasjelisten"
+
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
+msgid "Moderation Lists"
+msgstr "Moderaasjelisten"
+
+#: src/components/moderation/LabelPreference.tsx:247
+msgid "moderation settings"
+msgstr "moderaasjeynstellingen"
+
+#: src/Navigation.tsx:283
+msgid "Moderation states"
+msgstr "Moderaasjetastannen"
+
+#: src/screens/Moderation/index.tsx:197
+msgid "Moderation tools"
+msgstr "Moderaasje-ark"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:52
+#: src/lib/moderation/useModerationCauseDescription.ts:47
+msgid "Moderator has chosen to set a general warning on the content."
+msgstr "De moderator hat derfoar keazen om in algemiene warskôging yn te stellen foar de ynhâld."
+
+#: src/view/com/post-thread/PostThreadItem.tsx:670
+msgid "More"
+msgstr "Mear"
+
+#: src/view/shell/desktop/Feeds.tsx:102
+#: src/view/shell/desktop/Feeds.tsx:105
+msgid "More feeds"
+msgstr "Mear feeds"
+
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
+#: src/view/screens/ProfileList.tsx:750
+msgid "More options"
+msgstr "Mear opsjes"
+
+#: src/screens/Settings/ThreadPreferences.tsx:94
+msgid "Most-liked first"
+msgstr "Meast mei-’k-wol-oers earst"
+
+#: src/screens/Settings/ThreadPreferences.tsx:91
+#: src/view/com/post-thread/PostThread.tsx:685
+#: src/view/com/post-thread/PostThread.tsx:690
+msgid "Most-liked replies first"
+msgstr "Meast mei’k-wol-oers antwurden earst"
+
+#: src/screens/Onboarding/state.ts:105
+msgid "Movies"
+msgstr "Films"
+
+#: src/screens/Onboarding/state.ts:106
+msgid "Music"
+msgstr "Muzyk"
+
+#: 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 "Negearje"
+
+#: src/components/RichTextTag.tsx:140
+#: src/components/RichTextTag.tsx:153
+msgid "Mute {tag}"
+msgstr "{tag} negearje"
+
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
+msgid "Mute account"
+msgstr "Account negearje"
+
+#: src/view/screens/ProfileList.tsx:657
+msgid "Mute accounts"
+msgstr "Accounts negearje"
+
+#: src/components/dms/ConvoMenu.tsx:232
+#: src/components/dms/ConvoMenu.tsx:238
+msgid "Mute conversation"
+msgstr "Petear negearje"
+
+#: src/components/dialogs/MutedWords.tsx:253
+msgid "Mute in:"
+msgstr "Negearje yn:"
+
+#: src/view/screens/ProfileList.tsx:779
+msgid "Mute list"
+msgstr "List negearje"
+
+#: src/view/screens/ProfileList.tsx:774
+msgid "Mute these accounts?"
+msgstr "Dizze accounts negearje?"
+
+#: src/components/dialogs/MutedWords.tsx:185
+msgid "Mute this word for 24 hours"
+msgstr "Dit wurd foar 24 oeren negearje"
+
+#: src/components/dialogs/MutedWords.tsx:224
+msgid "Mute this word for 30 days"
+msgstr "Dit wurd foar 30 dagen negearje"
+
+#: src/components/dialogs/MutedWords.tsx:209
+msgid "Mute this word for 7 days"
+msgstr "Dit wurd foar 7 dagen negearje"
+
+#: src/components/dialogs/MutedWords.tsx:258
+msgid "Mute this word in post text and tags"
+msgstr "Dit wurd yn berjochttekst en tags negearje"
+
+#: src/components/dialogs/MutedWords.tsx:274
+msgid "Mute this word in tags only"
+msgstr "Dit wurd allinnich yn tags negearje"
+
+#: src/components/dialogs/MutedWords.tsx:170
+msgid "Mute this word until you unmute it"
+msgstr "Dit wurd negearje oantsto it negearjen annulearrest"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
+msgid "Mute thread"
+msgstr "Petear negearje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
+msgid "Mute words & tags"
+msgstr "Wurden en tags negearje"
+
+#: src/screens/Moderation/index.tsx:258
+msgid "Muted accounts"
+msgstr "Negearre accounts"
+
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
+msgid "Muted Accounts"
+msgstr "Negearre accounts"
+
+#: src/view/screens/ModerationMutedAccounts.tsx:204
+msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
+msgstr "Fan negearre accounts wurde de berjochten fuortsmiten út dyn feed en út dyn meldingen. Negearre accounts binne folslein privee."
+
+#: src/lib/moderation/useModerationCauseDescription.ts:92
+msgid "Muted by \"{0}\""
+msgstr "Negearre troch ‘{0}’"
+
+#: src/screens/Moderation/index.tsx:228
+msgid "Muted words & tags"
+msgstr "Negearre wurden en tags"
+
+#: src/view/screens/ProfileList.tsx:776
+msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them."
+msgstr "Negearjen is privee. Negearre accounts kinne mei dy kommunisearje, mar do sjochst harren berjochten net en ûntfangst gjin meldingen fan harren."
+
+#: src/components/dialogs/BirthDateSettings.tsx:35
+#: src/components/dialogs/BirthDateSettings.tsx:38
+msgid "My Birthday"
+msgstr "Myn bertedei"
+
+#: src/view/screens/Feeds.tsx:702
+msgid "My Feeds"
+msgstr "Myn feeds"
+
+#: src/view/com/modals/CreateOrEditList.tsx:268
+msgid "Name"
+msgstr "Namme"
+
+#: src/view/com/modals/CreateOrEditList.tsx:133
+msgid "Name is required"
+msgstr "Namme is fereaske"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114
+#: 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 "Namme of omskriuwing skeint mienskipsnoarmen"
+
+#: src/screens/Onboarding/index.tsx:22
+#: src/screens/Onboarding/state.ts:107
+msgid "Nature"
+msgstr "Natuer"
+
+#: src/components/StarterPack/StarterPackCard.tsx:130
+#: src/components/StarterPack/StarterPackCard.tsx:161
+msgid "Navigate to {0}"
+msgstr "Navigearje nei {0}"
+
+#: src/components/StarterPack/StarterPackCard.tsx:131
+msgid "Navigate to starter pack"
+msgstr "Navigearje nei startpakket"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:166
+#: src/screens/Login/LoginForm.tsx:344
+#: src/view/com/modals/ChangePassword.tsx:180
+msgid "Navigates to the next screen"
+msgstr "Navigearje nei folgjende skerm"
+
+#: src/view/shell/Drawer.tsx:77
+msgid "Navigates to your profile"
+msgstr "Navigearret nei dyn profyl"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
+msgid "Need to change it?"
+msgstr "Moatsto it wizigje?"
+
+#: src/components/moderation/ReportDialog/index.tsx:280
+#: src/components/ReportDialog/SelectReportOptionView.tsx:128
+msgid "Need to report a copyright violation?"
+msgstr "Wolsto in ynbreuk op it auteursrjocht melde?"
+
+#: src/screens/Onboarding/StepFinished.tsx:282
+msgid "Never lose access to your followers or data."
+msgstr "Ferlies nea tagong ta dyn folgers of gegevens."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:567
+msgid "Nevermind, create a handle for me"
+msgstr "Makket net út, meitsje in handle foar my oan"
+
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:195
+msgid "New"
+msgstr "Nij"
+
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
+msgctxt "action"
+msgid "New"
+msgstr "Nij"
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
+msgid "New chat"
+msgstr "Nije chat"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Nij e-mailadres"
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
+msgid "New Feature"
+msgstr "Nije funksje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:221
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:229
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:375
+msgid "New handle"
+msgstr "Nije handle"
+
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
+msgid "New list"
+msgstr "Nije list"
+
+#: src/components/dms/NewMessagesPill.tsx:92
+msgid "New messages"
+msgstr "Nije berjochten"
+
+#: src/view/com/modals/CreateOrEditList.tsx:230
+msgid "New Moderation List"
+msgstr "Nije moderaasjelist"
+
+#: src/view/com/modals/ChangePassword.tsx:224
+msgid "New password"
+msgstr "Nij wachtwurd"
+
+#: src/view/com/modals/ChangePassword.tsx:229
+msgid "New Password"
+msgstr "Nij wachtwurd"
+
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
+#: src/view/screens/Notifications.tsx:165
+#: src/view/screens/Profile.tsx:510
+#: src/view/screens/ProfileList.tsx:250
+#: src/view/screens/ProfileList.tsx:288
+msgid "New post"
+msgstr "Nij berjocht"
+
+#: src/view/com/feeds/FeedPage.tsx:166
+msgctxt "action"
+msgid "New post"
+msgstr "Nij berjocht"
+
+#: src/view/shell/desktop/LeftNav.tsx:526
+msgctxt "action"
+msgid "New Post"
+msgstr "Nij berjocht"
+
+#: src/components/NewskieDialog.tsx:83
+msgid "New user info dialog"
+msgstr "Nije-brûker-ynformaasjedialooch"
+
+#: src/view/com/modals/CreateOrEditList.tsx:225
+msgid "New User List"
+msgstr "Nije brûkerslist"
+
+#: src/screens/Settings/ThreadPreferences.tsx:83
+#: src/screens/Settings/ThreadPreferences.tsx:86
+#: src/view/com/post-thread/PostThread.tsx:675
+#: src/view/com/post-thread/PostThread.tsx:680
+msgid "Newest replies first"
+msgstr "Nijste antwurden earst"
+
+#: src/screens/Onboarding/index.tsx:20
+#: src/screens/Onboarding/state.ts:108
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:237
+msgid "News"
+msgstr "Nijs"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:137
+#: src/screens/Login/ForgotPasswordForm.tsx:143
+#: src/screens/Login/LoginForm.tsx:343
+#: src/screens/Login/LoginForm.tsx:350
+#: src/screens/Login/SetNewPasswordForm.tsx:178
+#: src/screens/Login/SetNewPasswordForm.tsx:184
+#: 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:187
+#: src/screens/StarterPack/Wizard/index.tsx:191
+#: src/screens/StarterPack/Wizard/index.tsx:341
+#: src/screens/StarterPack/Wizard/index.tsx:348
+#: src/view/com/modals/ChangePassword.tsx:265
+#: src/view/com/modals/ChangePassword.tsx:267
+msgid "Next"
+msgstr "Folgjende"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:169
+msgid "Next image"
+msgstr "Folgjende ôfbylding"
+
+#: src/screens/Settings/AppPasswords.tsx:108
+msgid "No app passwords yet"
+msgstr "Noch gjin app-wachtwurden"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:397
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:399
+msgid "No DNS Panel"
+msgstr "Gjin DNS-paniel"
+
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
+#: src/components/dialogs/GifSelect.tsx:231
+msgid "No featured GIFs found. There may be an issue with Tenor."
+msgstr "Gjin oanrekommandearre GIF’s fûn. Der is mooglik in probleem mei Tenor."
+
+#: src/screens/StarterPack/Wizard/StepFeeds.tsx:119
+msgid "No feeds found. Try searching for something else."
+msgstr "Gjin feeds fûn. Probearje nei wat oars te sykjen."
+
+#: src/components/LikedByList.tsx:84
+#: src/view/com/post-thread/PostLikedBy.tsx:84
+msgid "No likes yet"
+msgstr "Noch gjin mei-’k-wol-oers"
+
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
+msgid "No longer following {0}"
+msgstr "Do folgest {0} net mear"
+
+#: src/screens/Signup/StepHandle.tsx:184
+msgid "No longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}"
+msgstr "Net langer as {MAX_SERVICE_HANDLE_LENGTH, plural, other {# karakters}}"
+
+#: src/screens/Messages/components/ChatListItem.tsx:139
+msgid "No messages yet"
+msgstr "Noch gjin berjochten"
+
+#: src/view/com/notifications/NotificationFeed.tsx:116
+msgid "No notifications yet!"
+msgstr "Noch gjin meldingen!"
+
+#: src/screens/Messages/Settings.tsx:101
+#: src/screens/Messages/Settings.tsx:104
+msgid "No one"
+msgstr "Net ien"
+
+#: src/components/WhoCanReply.tsx:246
+msgid "No one but the author can quote this post."
+msgstr "Allinnich de auteur mei dit berjocht sitearje."
+
+#: src/screens/Profile/Sections/Feed.tsx:66
+msgid "No posts yet."
+msgstr "Noch gjin berjochten."
+
+#: src/view/com/post-thread/PostQuotes.tsx:105
+msgid "No quotes yet"
+msgstr "Noch gjin sitaten"
+
+#: src/view/com/post-thread/PostRepostedBy.tsx:90
+msgid "No reposts yet"
+msgstr "Noch gjin opnij-pleatsingen"
+
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
+msgid "No result"
+msgstr "Gjin resultaat"
+
+#: src/components/dialogs/SearchablePeopleList.tsx:223
+#: src/components/ProgressGuide/FollowDialog.tsx:212
+msgid "No results"
+msgstr "Gjin resultaten"
+
+#: src/screens/Search/Explore.tsx:715
+msgid "No results for \"{0}\"."
+msgstr "Gjin resultaten foar ‘{0}’."
+
+#: src/components/Lists.tsx:189
+msgid "No results found"
+msgstr "Gjin resultaten fûn"
+
+#: src/view/screens/Feeds.tsx:473
+msgid "No results found for \"{query}\""
+msgstr "Gjin resultaten fûn foar ‘{query}’"
+
+#: src/screens/Search/SearchResults.tsx:248
+#: src/screens/Search/SearchResults.tsx:284
+#: src/screens/Search/SearchResults.tsx:329
+msgid "No results found for {query}"
+msgstr "Gjin resultaten fûn foar {query}"
+
+#: src/screens/Search/Explore.tsx:719
+msgid "No results."
+msgstr "Gjin resultaten."
+
+#: src/components/dialogs/GifSelect.tsx:229
+msgid "No search results found for \"{search}\"."
+msgstr "Gjin resultaten fûn foar ‘{search}’."
+
+#: src/components/dialogs/EmbedConsent.tsx:104
+#: src/components/dialogs/EmbedConsent.tsx:111
+msgid "No thanks"
+msgstr "Nee, tank"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405
+msgid "Nobody"
+msgstr "Gjinien"
+
+#: src/components/LikedByList.tsx:86
+#: src/view/com/post-thread/PostLikedBy.tsx:86
+msgid "Nobody has liked this yet. Maybe you should be the first!"
+msgstr "Gjinien mei hjir wol oer. Miskien moatsto de earste wêze!"
+
+#: src/view/com/post-thread/PostQuotes.tsx:107
+msgid "Nobody has quoted this yet. Maybe you should be the first!"
+msgstr "Gjinien hat dit sitearre. Miskien moatsto de earste wêze!"
+
+#: src/view/com/post-thread/PostRepostedBy.tsx:92
+msgid "Nobody has reposted this yet. Maybe you should be the first!"
+msgstr "Gjinien hat dit opnij pleatst. Miskien moatsto de earste wêze!"
+
+#: src/screens/StarterPack/Wizard/StepProfiles.tsx:104
+msgid "Nobody was found. Try searching for someone else."
+msgstr "Gjinien fûn, Probearje in oar te sykjen."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:42
+msgid "Non-sexual Nudity"
+msgstr "Net-seksuele neakens"
+
+#: src/components/KnownFollowers.tsx:255
+msgid "Not followed by anyone you're following"
+msgstr "Net folge troch ien dy’tsto folgest"
+
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
+msgid "Not Found"
+msgstr "Net fûn"
+
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+msgid "Note about sharing"
+msgstr "Opmerking oer diele"
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:88
+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 "Opmerking: Bluesky is in iepen en iepenbier netwurk. Dizze ynstelling beheint allinnich de sichtberheid fan dyn ynhâld op de Bluesky-app en -website. Oare apps respektearje dizze ynstelling mooglik net. Dyn ynhâld kin noch hieltyd toand wurde oan ôfmelde brûkers troch oare apps en websites."
+
+#: src/screens/Messages/ChatList.tsx:265
+msgid "Nothing here"
+msgstr "Neat hjir"
+
+#: src/screens/Settings/NotificationSettings.tsx:64
+msgid "Notification filters"
+msgstr "Meldingsfilters"
+
+#: src/Navigation.tsx:443
+#: src/view/screens/Notifications.tsx:134
+msgid "Notification settings"
+msgstr "Meldingsynstellingen"
+
+#: src/screens/Settings/NotificationSettings.tsx:46
+msgid "Notification Settings"
+msgstr "Meldingsynstellingen"
+
+#: src/screens/Messages/Settings.tsx:123
+msgid "Notification sounds"
+msgstr "Meldingslûden"
+
+#: src/screens/Messages/Settings.tsx:120
+msgid "Notification Sounds"
+msgstr "Meldingslûden"
+
+#: src/Navigation.tsx:657
+#: src/view/screens/Notifications.tsx:128
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
+msgid "Notifications"
+msgstr "Meldingen"
+
+#: src/lib/hooks/useTimeAgo.ts:135
+msgid "now"
+msgstr "no"
+
+#: src/components/dms/MessageItem.tsx:274
+msgid "Now"
+msgstr "No"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:150
+#: src/view/com/composer/labels/LabelsBtn.tsx:153
+msgid "Nudity"
+msgstr "Neakens"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78
+#: src/lib/moderation/useReportOptions.ts:78
+msgid "Nudity or adult content not labeled as such"
+msgstr "Neakens of ynhâld foar folwoeksenen dy’t net as sadanich labele is"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:11
+msgid "Off"
+msgstr "Ut"
+
+#: src/components/dialogs/GifSelect.tsx:268
+#: src/view/com/util/ErrorBoundary.tsx:57
+msgid "Oh no!"
+msgstr "Och heden!"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:124
+msgid "Oh no! Something went wrong."
+msgstr "Och heden! Der is wat misgien."
+
+#. Confirm button text.
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
+#: src/screens/Search/modules/ExploreInterestsCard.tsx:48
+#: src/screens/Settings/AppIconSettings/index.tsx:48
+#: src/screens/Settings/AppIconSettings/index.tsx:229
+msgid "OK"
+msgstr "OK"
+
+#: src/screens/Login/PasswordUpdatedForm.tsx:37
+#: src/view/com/post-thread/PostThreadItem.tsx:920
+msgid "Okay"
+msgstr "Oké"
+
+#: src/screens/Settings/ThreadPreferences.tsx:75
+#: src/screens/Settings/ThreadPreferences.tsx:78
+#: src/view/com/post-thread/PostThread.tsx:665
+#: src/view/com/post-thread/PostThread.tsx:670
+msgid "Oldest replies first"
+msgstr "Aldste antwurden earst"
+
+#: src/components/StarterPack/QrCode.tsx:82
+msgid "on<0><1/><2><3/></2></0>"
+msgstr "op<0><1/><2><3/></2></0>"
+
+#: src/screens/Settings/Settings.tsx:358
+msgid "Onboarding reset"
+msgstr "Yntroduksje opnij toane"
+
+#: src/view/com/composer/Composer.tsx:342
+msgid "One or more GIFs is missing alt text."
+msgstr "Alt-tekst ûntbrekt by ien of mear GIF’s."
+
+#: src/view/com/composer/Composer.tsx:339
+msgid "One or more images is missing alt text."
+msgstr "Alt-tekst ûntbrekt by ien of mear ôfbyldingen."
+
+#: src/view/com/composer/Composer.tsx:349
+msgid "One or more videos is missing alt text."
+msgstr "Alt-tekst ûntbrekt by ien of mear fideo’s."
+
+#: src/screens/Onboarding/StepProfile/index.tsx:115
+msgid "Only .jpg and .png files are supported"
+msgstr "Allinnich .jpg- en .png-bestannen wurde stipe"
+
+#: src/components/WhoCanReply.tsx:226
+msgid "Only {0} can reply."
+msgstr "Allinnich {0} kin reagearje."
+
+#: src/screens/Signup/StepHandle.tsx:166
+msgid "Only contains letters, numbers, and hyphens"
+msgstr "Befettet allinninich letters, sifers en keppeltekens"
+
+#: src/lib/media/picker.shared.ts:32
+msgid "Only image files are supported"
+msgstr "Allinnich ôfbyldingsbestannen wurde stipe"
+
+#: src/view/com/composer/videos/SubtitleFilePicker.tsx:40
+msgid "Only WebVTT (.vtt) files are supported"
+msgstr "Allinnich WebVTT (.vtt)-bestannen wurde stipe"
+
+#: src/components/Lists.tsx:94
+msgid "Oops, something went wrong!"
+msgstr "Och heden! Der is wat misgien!"
+
+#: src/components/Lists.tsx:173
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
+#: src/screens/Settings/AppPasswords.tsx:59
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:106
+#: src/screens/Settings/NotificationSettings.tsx:54
+#: src/view/screens/Profile.tsx:125
+msgid "Oops!"
+msgstr "Wûpsty!"
+
+#: src/screens/Onboarding/StepFinished.tsx:278
+msgid "Open"
+msgstr "Iepenje"
+
+#: src/screens/Onboarding/StepProfile/index.tsx:284
+msgid "Open avatar creator"
+msgstr "Avatar-makker iepenje"
+
+#: src/screens/Messages/components/ChatListItem.tsx:368
+#: src/screens/Messages/components/ChatListItem.tsx:369
+msgid "Open conversation options"
+msgstr "Petearopsjes iepenje"
+
+#: src/components/Layout/Header/index.tsx:159
+msgid "Open drawer menu"
+msgstr "Menu iepenje"
+
+#: src/screens/Messages/components/MessageInput.web.tsx:181
+#: src/view/com/composer/Composer.tsx:1272
+msgid "Open emoji picker"
+msgstr "Emoji-kiezer iepenje"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:186
+msgid "Open feed info screen"
+msgstr "Feed-ynfoskerm iepenje"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:286
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:291
+msgid "Open feed options menu"
+msgstr "Menu Feedopsjes iepenje"
+
+#: src/components/dms/EmojiPopup.android.tsx:27
+msgid "Open full emoji list"
+msgstr "Folsleine emojilist iepenje"
+
+#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:79
+msgid "Open link to {niceUrl}"
+msgstr "Keppeling nei {niceUrl} iepenje"
+
+#: src/components/dms/ActionsWrapper.tsx:35
+msgid "Open message options"
+msgstr "Berjochtopsjes iepenje"
+
+#: src/screens/Settings/Settings.tsx:395
+msgid "Open moderation debug page"
+msgstr "Moderaasje-debugside iepenje"
+
+#: src/screens/Moderation/index.tsx:224
+msgid "Open muted words and tags settings"
+msgstr "Negearre wurden en tags-ynstellingen iepenje"
+
+#: src/screens/Search/components/StarterPackCard.tsx:119
+msgid "Open pack"
+msgstr "Pakket iepenje"
+
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
+msgid "Open post options menu"
+msgstr "Berjochtoptiesmenu iepenje"
+
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:561
+msgid "Open starter pack menu"
+msgstr "Startpakketmenu iepenje"
+
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
+msgid "Open storybook page"
+msgstr "Ferhaleboekside iepenje"
+
+#: src/screens/Settings/Settings.tsx:381
+msgid "Open system log"
+msgstr "Systeemlochboek iepenje"
+
+#: src/view/com/util/forms/DropdownButton.tsx:162
+msgid "Opens {numItems} options"
+msgstr "Iepenet {numItems} opsjes"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:62
+msgid "Opens a dialog to add a content warning to your post"
+msgstr "Iepenet in dialoochfinster om in ynhâldswarskôging oan dyn berjocht ta te foegjen"
+
+#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61
+msgid "Opens a dialog to choose who can reply to this thread"
+msgstr "Iepenet on dialoochfinster om te bepalen wa’t op dit petear reagearje mei"
+
+#: src/view/screens/Log.tsx:59
+msgid "Opens additional details for a debug entry"
+msgstr "Iepenet oanfoljende details foar in debug-item"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+msgid "Opens alt text dialog"
+msgstr "Iepenet Alt-tekstfinster"
+
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
+msgid "Opens camera on device"
+msgstr "Iepenet kamera op apparaat"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
+msgid "Opens captions and alt text dialog"
+msgstr "Iepenet ûnderskriften en Alt-tekstfinster"
+
+#: src/screens/Settings/AccountSettings.tsx:138
+msgid "Opens change handle dialog"
+msgstr "Iepenet it dialoochfinster ‘Handle wizigje’"
+
+#: src/view/com/post-thread/PostThreadComposePrompt.tsx:35
+msgid "Opens composer"
+msgstr "Iepenet composer"
+
+#: src/view/com/composer/photos/SelectPhotoBtn.tsx:51
+msgid "Opens device photo gallery"
+msgstr "Iepenet fotogalerij fan apparaat"
+
+#: src/view/com/composer/Composer.tsx:1273
+msgid "Opens emoji picker"
+msgstr "Iepenet de emoji-kiezer"
+
+#: 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 "Iepenet proses om in nij Bluesky-account oan te meitsjen"
+
+#: src/view/com/auth/SplashScreen.tsx:63
+#: src/view/com/auth/SplashScreen.web.tsx:125
+msgid "Opens flow to sign in to your existing Bluesky account"
+msgstr "Iepenet it proses om dy oan te melden by dyn besteande Bluesky-account"
+
+#: src/view/com/composer/photos/SelectGifBtn.tsx:36
+msgid "Opens GIF select dialog"
+msgstr "Iepenet dialoochfinster foar GIF-seleksje"
+
+#: src/screens/Settings/Settings.tsx:218
+msgid "Opens helpdesk in browser"
+msgstr "Iepenet de helpdesk yn dyn browser"
+
+#: src/view/com/modals/InviteCodes.tsx:173
+msgid "Opens list of invite codes"
+msgstr "Iepenet list mei útnûgingskoaden"
+
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:249
+msgid "Opens password reset form"
+msgstr "Iepenet formulier om it wachtwud opnij yn te stellen"
+
+#: src/view/com/modals/LinkWarning.tsx:93
+msgid "Opens the linked website"
+msgstr "Iepenet de keppele website"
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
+msgid "Opens this profile"
+msgstr "Iepenet dit profyl"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+msgid "Opens video picker"
+msgstr "Iepenet fideokiezer"
+
+#: src/components/dms/ReportDialog.tsx:221
+#: src/components/ReportDialog/SubmitView.tsx:168
+msgid "Optionally provide additional information below:"
+msgstr "Fier opsjoneel hjirûnder oanfoljende ynformaasje yn:"
+
+#: src/components/dialogs/MutedWords.tsx:299
+msgid "Options:"
+msgstr "Opsjes:"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:418
+msgid "Or combine these options:"
+msgstr "Of kombinearje dizze opsjes:"
+
+#: src/screens/Deactivated.tsx:200
+msgid "Or, continue with another account."
+msgstr "Of gean troch mei in oare account."
+
+#: src/screens/Deactivated.tsx:187
+msgid "Or, sign in to one of your other accounts."
+msgstr "Of meld dy oan by ien fan dyn oare accounts."
+
+#: src/screens/Settings/components/OTAInfo.tsx:52
+msgid "OTA status: ..."
+msgstr "OTA-status:…"
+
+#: src/screens/Settings/components/OTAInfo.tsx:48
+msgid "OTA status: Available!"
+msgstr "OTA-status: beskikber!"
+
+#: src/screens/Settings/components/OTAInfo.tsx:50
+msgid "OTA status: Error fetching update"
+msgstr "OTA-status: flater by opheljen fan update"
+
+#: src/screens/Settings/components/OTAInfo.tsx:54
+msgid "OTA status: None available"
+msgstr "OTA-status: Neat beskikber"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27
+#: src/lib/moderation/useReportOptions.ts:27
+#: src/view/com/composer/labels/LabelsBtn.tsx:185
+msgid "Other"
+msgstr "Oars"
+
+#: src/components/AccountList.tsx:88
+msgid "Other account"
+msgstr "Oare account"
+
+#: src/view/com/composer/select-language/SelectLangBtn.tsx:93
+msgid "Other..."
+msgstr "Oars…"
+
+#: src/components/dms/ReportDialog.tsx:348
+msgid "Our moderation team has received your report."
+msgstr "Us moderaasjeteam hat dyn melding ûntfongen."
+
+#: src/screens/Messages/components/ChatDisabled.tsx:28
+msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky."
+msgstr "Us moderators hawwe de meldingen besjoen en besletten dyn tagong ta chats op Bluesky út te skeakeljen."
+
+#: src/components/Lists.tsx:190
+#: src/view/screens/NotFound.tsx:47
+msgid "Page not found"
+msgstr "Side net fûn"
+
+#: src/view/screens/NotFound.tsx:44
+msgid "Page Not Found"
+msgstr "Side net fûn"
+
+#: src/screens/Login/LoginForm.tsx:228
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
+#: src/screens/Signup/StepInfo/index.tsx:228
+#: src/view/com/modals/DeleteAccount.tsx:239
+#: src/view/com/modals/DeleteAccount.tsx:246
+msgid "Password"
+msgstr "Wachtwurd"
+
+#: src/view/com/modals/ChangePassword.tsx:154
+msgid "Password Changed"
+msgstr "Wachtwurd wizige"
+
+#: src/view/com/modals/ChangePassword.tsx:99
+msgid "Password must be at least 8 characters long."
+msgstr "Wachtwurd moat op syn minst 8 tekens lang wêze."
+
+#: src/screens/Login/index.tsx:181
+msgid "Password updated"
+msgstr "Wachtwurd bywurke"
+
+#: src/screens/Login/PasswordUpdatedForm.tsx:23
+msgid "Password updated!"
+msgstr "Wachtwurd bywurke!"
+
+#: 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 "Pauzearje"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:320
+msgid "Pause video"
+msgstr "Fideo pauzearje"
+
+#: src/screens/Search/SearchResults.tsx:62
+#: src/screens/StarterPack/StarterPackScreen.tsx:184
+#: src/view/screens/ProfileList.tsx:170
+msgid "People"
+msgstr "Persoanen"
+
+#: src/Navigation.tsx:210
+msgid "People followed by @{0}"
+msgstr "Persoanen folge troch @{0}"
+
+#: src/Navigation.tsx:203
+msgid "People following @{0}"
+msgstr "Persoanen dy’t @{0} folgje"
+
+#: src/view/com/lightbox/Lightbox.tsx:27
+msgid "Permission to access camera roll is required."
+msgstr "Foar tagong ta de kamerarol is tastimming fereaske."
+
+#: src/view/com/lightbox/Lightbox.tsx:35
+msgid "Permission to access camera roll was denied. Please enable it in your system settings."
+msgstr "Tagong ta de kamerarol is wegere. Skeakelje dit yn dyn systeemynstellingen yn."
+
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:55
+msgid "Person toggle"
+msgstr "Persoan wikselje"
+
+#: src/screens/Onboarding/index.tsx:28
+#: src/screens/Onboarding/state.ts:109
+msgid "Pets"
+msgstr "Bisten"
+
+#: src/screens/Onboarding/state.ts:110
+msgid "Photography"
+msgstr "Fotografy"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:169
+msgid "Pictures meant for adults."
+msgstr "Ofbyldingen bedoeld foar folwoeksenen."
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:515
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:522
+msgid "Pin feed"
+msgstr "Feed fêstmeitsje"
+
+#: src/components/FeedCard.tsx:329
+msgid "Pin Feed"
+msgstr "Feed fêstmeitsje"
+
+#: src/view/screens/ProfileList.tsx:714
+msgid "Pin to home"
+msgstr "Fêstsette op startside"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:332
+msgid "Pin to Home"
+msgstr "Fêstsette op startside"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+msgid "Pin to your profile"
+msgstr "Fêstmeitsje oan dyn profyl"
+
+#: src/view/com/posts/PostFeedItem.tsx:377
+msgid "Pinned"
+msgstr "Fêstset"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:158
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:170
+msgid "Pinned {0} to Home"
+msgstr "{0} fêstset op startside"
+
+#: src/view/screens/SavedFeeds.tsx:123
+msgid "Pinned Feeds"
+msgstr "Fêstsette feeds"
+
+#: src/view/screens/ProfileList.tsx:361
+msgid "Pinned to your feeds"
+msgstr "Fêstset oan dyn feeds"
+
+#: 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 "Ofspylje"
+
+#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:107
+msgid "Play {0}"
+msgstr "{0} ôfspylje"
+
+#: src/view/com/util/post-embeds/VideoEmbed.tsx:134
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:321
+msgid "Play video"
+msgstr "Fideo ôfspylje"
+
+#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58
+msgid "Play Video"
+msgstr "Fideo ôfspylje"
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:42
+msgid "Plays or pauses the GIF"
+msgstr "Spilet of pauzearret de GIF"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:141
+msgid "Plays or pauses the video"
+msgstr "Spilet of pauzearret de fideo"
+
+#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:106
+msgid "Plays the GIF"
+msgstr "Spilet de GIF ôf"
+
+#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59
+msgid "Plays the video"
+msgstr "Spilet de fideo ôf"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:115
+msgid "Please add any content warning labels that are applicable for the media you are posting."
+msgstr "Foegje alle belutsene ynhâldswarkôgingen foar de media dy’tsto pleatst ta."
+
+#: src/screens/Signup/state.ts:286
+msgid "Please choose your handle."
+msgstr "Dyn handle kieze."
+
+#: src/screens/Signup/state.ts:278
+#: src/screens/Signup/StepInfo/index.tsx:120
+msgid "Please choose your password."
+msgstr "Kies dyn wachtwurd."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Klik op de keppeling yn it e-mailberjocht dat wy sakrekt ferstjoerd hawwe, om dyn e-mailadres te feifiearjen. Dit is in wichtige stap om alle funksjes fan Bluesky brûke te kinnen."
+
+#: src/screens/Signup/state.ts:301
+msgid "Please complete the verification captcha."
+msgstr "Fier de ferifikaasje-captcha yn."
+
+#: src/screens/Signup/StepInfo/index.tsx:109
+msgid "Please double-check that you have entered your email address correctly."
+msgstr "Kontrolearje nochris oft jo jo e-mailadres korrekt ynfierd hawwe."
+
+#: src/screens/Login/SetNewPasswordForm.tsx:58
+msgid "Please enter a password."
+msgstr "Fier in wachtwurd yn."
+
+#: src/view/com/modals/ChangePassword.tsx:94
+msgid "Please enter a password. It must be at least 8 characters long."
+msgstr "Fier in wachtwurd yn. It moat op syn minst 8 tekens lang wêze."
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:114
+msgid "Please enter a unique name for this app password or use our randomly generated one."
+msgstr "Fier in unike namme yn foar dit app-wachtwurd of brûk ús willekeurich generearre wachtwurd."
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Fier in falide koade yn."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Fier in falide e-mailadres yn."
+
+#: src/components/dialogs/MutedWords.tsx:86
+msgid "Please enter a valid word, tag, or phrase to mute"
+msgstr "Fier in jildich wurd, tag of wurdgroep yn om te negearjen"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Fier hjirûnder de koade dy’t wy nei <0>{0}</0> ferstjoerd hawwe yn."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Fier de befeiligingskoade dy’t wy nei dyn foarige e-mailadres ferstjoerd hawwe yn."
+
+#: src/screens/Signup/state.ts:262
+#: src/screens/Signup/StepInfo/index.tsx:91
+msgid "Please enter your email."
+msgstr "Fier dyn e-mailadres yn."
+
+#: src/screens/Signup/StepInfo/index.tsx:84
+msgid "Please enter your invite code."
+msgstr "Fier dyn útnûgingskoade yn."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Fier dyn nije e-mailadres yn."
+
+#: src/screens/Login/LoginForm.tsx:99
+msgid "Please enter your password"
+msgstr "Fier dyn wachtwurd yn"
+
+#: src/view/com/modals/DeleteAccount.tsx:235
+msgid "Please enter your password as well:"
+msgstr "Fier dyn wachtwurd ek yn:"
+
+#: src/screens/Login/LoginForm.tsx:94
+msgid "Please enter your username"
+msgstr "Fier dyn brûkersnamme yn"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:290
+msgid "Please explain why you think this label was incorrectly applied by {0}"
+msgstr "Lis út wêromsto tinkst dat dit label net krekt tapast is troch {0}"
+
+#: src/screens/Messages/components/ChatDisabled.tsx:110
+msgid "Please explain why you think your chats were incorrectly disabled"
+msgstr "Lis út wêromsto tinkst dat dyn chats ûnrjochtlik útskeakele binne"
+
+#: src/components/moderation/ReportDialog/action.ts:31
+msgid "Please select a moderation service"
+msgstr "Selektearje in moderaasjetsjinst"
+
+#: src/components/moderation/ReportDialog/action.ts:28
+msgid "Please select a reason for this report"
+msgstr "Selektearje in reden foar dit rapport"
+
+#: src/lib/hooks/useAccountSwitcher.ts:45
+#: src/lib/hooks/useAccountSwitcher.ts:55
+msgid "Please sign in as @{0}"
+msgstr "Meld dy oan as @{0}"
+
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Ferifiearje dyn e-mailadres"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
+msgid "Please Verify Your Email"
+msgstr "Ferifiearje dyn e-mailadres"
+
+#: src/screens/Onboarding/index.tsx:34
+#: src/screens/Onboarding/state.ts:111
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:231
+msgid "Politics"
+msgstr "Polityk"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:156
+msgid "Porn"
+msgstr "Porno"
+
+#: src/view/com/composer/Composer.tsx:987
+msgctxt "action"
+msgid "Post"
+msgstr "Pleatse"
+
+#: src/view/com/post-thread/PostThread.tsx:540
+msgctxt "description"
+msgid "Post"
+msgstr "Berjocht"
+
+#: src/view/com/composer/Composer.tsx:985
+msgctxt "action"
+msgid "Post All"
+msgstr "Alles pleatse"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:219
+msgid "Post by {0}"
+msgstr "Berjocht fan {0}"
+
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
+msgid "Post by @{0}"
+msgstr "Berjocht fan @{0}"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
+msgctxt "toast"
+msgid "Post deleted"
+msgstr "Berjocht fuortsmiten"
+
+#: src/lib/api/index.ts:186
+msgid "Post failed to upload. Please check your Internet connection and try again."
+msgstr "Berjocht kin net opladen wurde. Kontrolearje dyn ynternetferbining en probearje it opnij."
+
+#: src/screens/VideoFeed/index.tsx:522
+msgid "Post has been deleted"
+msgstr "Berjocht is fuortsmiten"
+
+#: src/view/com/post-thread/PostThread.tsx:269
+msgid "Post hidden"
+msgstr "Berjocht ferstoppe"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:107
+#: src/lib/moderation/useModerationCauseDescription.ts:106
+msgid "Post Hidden by Muted Word"
+msgstr "Berjocht ferstoppe troch negearre wurd"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:110
+#: src/lib/moderation/useModerationCauseDescription.ts:115
+msgid "Post Hidden by You"
+msgstr "Berjocht troch dy ferstoppe"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:100
+msgid "Post interaction settings"
+msgstr "Ynstellingen foar berjochtynteraksje"
+
+#: src/Navigation.tsx:170
+#: src/screens/ModerationInteractionSettings/index.tsx:34
+msgid "Post Interaction Settings"
+msgstr "Ynstellingen foar berjochtynteraksje"
+
+#: src/view/com/composer/select-language/SelectLangBtn.tsx:89
+msgid "Post language"
+msgstr "Taal fan it berjocht"
+
+#: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:77
+msgid "Post Languages"
+msgstr "Talen fan it berjocht"
+
+#: src/view/com/post-thread/PostThread.tsx:264
+#: src/view/com/post-thread/PostThread.tsx:276
+msgid "Post not found"
+msgstr "Berjocht net fûn"
+
+#: src/state/queries/pinned-post.ts:59
+msgctxt "toast"
+msgid "Post pinned"
+msgstr "Berjocht fêstset"
+
+#: src/state/queries/pinned-post.ts:61
+msgctxt "toast"
+msgid "Post unpinned"
+msgstr "Berjocht losmakke"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:186
+#: src/view/screens/Profile.tsx:225
+#: src/view/screens/ProfileList.tsx:170
+msgid "Posts"
+msgstr "Berjochten"
+
+#: 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 "Berjochten kinne negearre wurde op basis fan tekst, tags of beide. Wy riede oan om faak foarkommende wurden dy’t yn in protte berjochten foarkomme te mijen, omdat dit der ta liede kin dat der gjin berjochten mear toand wurde."
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:68
+msgid "Posts hidden"
+msgstr "Berjocht ferstoppe"
+
+#: src/view/com/modals/LinkWarning.tsx:60
+msgid "Potentially Misleading Link"
+msgstr "Mooglik misliedende keppeling"
+
+#: src/state/queries/notifications/settings.ts:44
+msgctxt "toast"
+msgid "Preference saved"
+msgstr "Foarkar bewarre"
+
+#: src/screens/Messages/components/MessageListError.tsx:19
+msgid "Press to attempt reconnection"
+msgstr "Druk om opnij ferbining te meitsjen"
+
+#: src/components/Error.tsx:60
+#: src/components/Lists.tsx:99
+#: src/screens/Messages/components/MessageListError.tsx:24
+#: src/screens/Signup/BackNextButtons.tsx:47
+msgid "Press to retry"
+msgstr "Druk om opnij te probearjen"
+
+#: src/components/KnownFollowers.tsx:125
+msgid "Press to view followers of this account that you also follow"
+msgstr "Druk om de folgers fan dizze account te besjen dy’tsto ek folgest"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:150
+msgid "Previous image"
+msgstr "Foarige ôfbylding"
+
+#: src/screens/Settings/LanguageSettings.tsx:120
+msgid "Primary Language"
+msgstr "Primêre taal"
+
+#: src/screens/Settings/ThreadPreferences.tsx:112
+#: src/screens/Settings/ThreadPreferences.tsx:117
+msgid "Prioritize your Follows"
+msgstr "Prioriteit oan dyn folgers jaan"
+
+#: src/screens/Settings/NotificationSettings.tsx:67
+msgid "Priority notifications"
+msgstr "Prioriteitsmeldingen"
+
+#: src/view/shell/desktop/RightNav.tsx:110
+#: src/view/shell/desktop/RightNav.tsx:111
+msgid "Privacy"
+msgstr "Privacy"
+
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
+msgid "Privacy and security"
+msgstr "Privacy en befeiliging"
+
+#: src/Navigation.tsx:379
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
+msgid "Privacy and Security"
+msgstr "Privacy en befeiliging"
+
+#: src/Navigation.tsx:303
+#: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
+#: src/view/screens/PrivacyPolicy.tsx:31
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
+msgid "Privacy Policy"
+msgstr "Privacybelied"
+
+#: src/view/com/composer/Composer.tsx:1675
+msgid "Processing video..."
+msgstr "Fideo ferwurkje…"
+
+#: src/lib/api/index.ts:60
+#: src/screens/Login/ForgotPasswordForm.tsx:149
+msgid "Processing..."
+msgstr "Ferwurkje…"
+
+#: src/view/screens/DebugMod.tsx:926
+#: src/view/screens/Profile.tsx:364
+msgid "profile"
+msgstr "profyl"
+
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
+msgid "Profile"
+msgstr "Profyl"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
+msgctxt "toast"
+msgid "Profile updated"
+msgstr "Profyl bywurke"
+
+#: src/screens/Onboarding/StepFinished.tsx:264
+msgid "Public"
+msgstr "Iepenbier"
+
+#: src/view/com/lists/MyLists.tsx:77
+msgid "Public, sharable lists of users to mute or block in bulk."
+msgstr "Iepenbiere, dielbere listen fan brûkers om yn bulk te dôvjen of te blokkearjen."
+
+#: src/view/com/lists/MyLists.tsx:72
+msgid "Public, sharable lists which can be used to drive feeds."
+msgstr "Iepenbiere, dielbere listen dy’t brûkt wurde kinne om reklame te meitsjen."
+
+#. Accessibility label for button to publish a single post
+#: src/view/com/composer/Composer.tsx:967
+msgid "Publish post"
+msgstr "Berjocht pleatse"
+
+#. Accessibility label for button to publish multiple posts in a thread
+#: src/view/com/composer/Composer.tsx:960
+msgid "Publish posts"
+msgstr "Berjochten pleatse"
+
+#. Accessibility label for button to publish multiple replies in a thread
+#: src/view/com/composer/Composer.tsx:945
+msgid "Publish replies"
+msgstr "Antwurden publisearje"
+
+#. Accessibility label for button to publish a single reply
+#: src/view/com/composer/Composer.tsx:952
+msgid "Publish reply"
+msgstr "Antwurd publisearje"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:134
+msgid "QR code copied to your clipboard!"
+msgstr "QR-koade nei dyn klamboerd kopiearre!"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:112
+msgid "QR code has been downloaded!"
+msgstr "QR-koade is download!"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:113
+msgid "QR code saved to your camera roll!"
+msgstr "QR-koade bewarre yn dyn kamerarol!"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:178
+#: src/view/com/util/post-ctrls/RepostButton.tsx:201
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:85
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:92
+msgid "Quote post"
+msgstr "Berjocht sitearje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
+msgid "Quote post was re-attached"
+msgstr "Sitaatberjocht is opnij tafoege"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
+msgid "Quote post was successfully detached"
+msgstr "Sitaatberjocht is mei sukses losmakke"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:177
+#: src/view/com/util/post-ctrls/RepostButton.tsx:199
+#: 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 "Sitaatberjochten útskeakele"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:329
+msgid "Quote settings"
+msgstr "Sitaatynstellingen"
+
+#: src/screens/Post/PostQuotes.tsx:38
+msgid "Quotes"
+msgstr "Sitaten"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:253
+msgid "Quotes of this post"
+msgstr "Sitaten fan dit berjocht"
+
+#: src/screens/Settings/ThreadPreferences.tsx:99
+#: src/screens/Settings/ThreadPreferences.tsx:102
+#: src/view/com/post-thread/PostThread.tsx:695
+#: src/view/com/post-thread/PostThread.tsx:700
+msgid "Random (aka \"Poster's Roulette\")"
+msgstr "In ferskaat (ek bekend as ‘Berjochterûlette’)"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:600
+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 "Oer de snelheidslimyt – do hast yn koarte tiid te faak probearre dyn handle te wizigjen. Wachtsje in minút eardatsto it opnij probearrest."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
+msgid "Re-attach quote"
+msgstr "Sitaat opnij tafoegje"
+
+#: src/components/dms/EmojiReactionPicker.tsx:85
+msgid "React with {emoji}"
+msgstr "Mei {emoji} reagearje"
+
+#: src/screens/Deactivated.tsx:141
+msgid "Reactivate your account"
+msgstr "Dyn account opnij aktivearje"
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
+msgid "Read blog post"
+msgstr "Blogartikel lêze"
+
+#: src/screens/VideoFeed/index.tsx:952
+msgid "Read less"
+msgstr "Minder ynfo"
+
+#: src/screens/VideoFeed/index.tsx:952
+msgid "Read more"
+msgstr "Mear ynfo"
+
+#: src/view/com/auth/SplashScreen.web.tsx:173
+msgid "Read the Bluesky blog"
+msgstr "Lês it Bluesky-blog"
+
+#: src/screens/Signup/StepInfo/Policies.tsx:58
+#: src/screens/Signup/StepInfo/Policies.tsx:84
+msgid "Read the Bluesky Privacy Policy"
+msgstr "Lês it Bluesky-privacybelied"
+
+#: src/screens/Signup/StepInfo/Policies.tsx:51
+#: src/screens/Signup/StepInfo/Policies.tsx:71
+msgid "Read the Bluesky Terms of Service"
+msgstr "Lês de Bluesky-tsjinstbetingsten"
+
+#: src/screens/Takendown.tsx:162
+#: src/screens/Takendown.tsx:170
+msgid "Reason for appeal"
+msgstr "Reden fan berop"
+
+#: src/components/dms/ReportDialog.tsx:212
+msgid "Reason:"
+msgstr "Reden:"
+
+#: src/screens/Search/components/SearchHistory.tsx:49
+msgid "Recent Searches"
+msgstr "Resinte sykopdrachten"
+
+#: src/screens/Search/modules/ExploreRecommendations.tsx:54
+msgid "Recommended"
+msgstr "Oanrekommandearre"
+
+#: src/screens/Messages/components/MessageListError.tsx:20
+msgid "Reconnect"
+msgstr "Opnij ferbine"
+
+#. Reject a chat request, this opens a menu with options
+#: src/screens/Messages/components/RequestButtons.tsx:124
+msgid "Reject"
+msgstr "Ofwize"
+
+#: src/screens/Messages/components/RequestButtons.tsx:112
+msgid "Reject chat request"
+msgstr "Chatfersyk ôfwize"
+
+#: src/screens/Messages/ChatList.tsx:248
+#: src/screens/Messages/Inbox.tsx:191
+msgid "Reload conversations"
+msgstr "Petearen opnij lade"
+
+#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:171
+#: src/components/dialogs/MutedWords.tsx:438
+#: src/components/FeedCard.tsx:343
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:102
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:109
+#: src/screens/Settings/Settings.tsx:543
+#: src/view/com/feeds/FeedSourceCard.tsx:322
+#: src/view/com/modals/UserAddRemoveLists.tsx:235
+#: src/view/com/posts/PostFeedErrorMessage.tsx:213
+msgid "Remove"
+msgstr "Fuortsmite"
+
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:58
+msgid "Remove {displayName} from starter pack"
+msgstr "{displayName} út startpakket fuortsmite"
+
+#: src/screens/Search/components/SearchHistory.tsx:94
+msgid "Remove {historyItem}"
+msgstr "{historyItem} fuortsmite"
+
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
+msgid "Remove account"
+msgstr "Account fuortsmite"
+
+#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:15
+msgid "Remove attachment"
+msgstr "Bylage fuortsmite"
+
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
+msgid "Remove Avatar"
+msgstr "Avatar fuortsmite"
+
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
+msgid "Remove Banner"
+msgstr "Banner fuortsmite"
+
+#: src/screens/Messages/components/MessageInputEmbed.tsx:209
+msgid "Remove embed"
+msgstr "Ynlsluting fuortsmite"
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:116
+#: src/view/com/posts/FeedShutdownMsg.tsx:120
+#: src/view/com/posts/PostFeedErrorMessage.tsx:169
+msgid "Remove feed"
+msgstr "Feed fuortsmite"
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:210
+msgid "Remove feed?"
+msgstr "Feed fuortsmite?"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:314
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:320
+#: src/view/com/feeds/FeedSourceCard.tsx:190
+#: src/view/com/feeds/FeedSourceCard.tsx:268
+#: src/view/screens/ProfileList.tsx:528
+#: src/view/screens/SavedFeeds.tsx:342
+msgid "Remove from my feeds"
+msgstr "Ut myn feeds fuortsmite"
+
+#: src/screens/Settings/Settings.tsx:535
+msgid "Remove from quick access?"
+msgstr "Ut flugge tagong fuortsmite?"
+
+#: src/screens/List/ListHiddenScreen.tsx:170
+#: src/screens/List/ListHiddenScreen.tsx:174
+msgid "Remove from saved feeds"
+msgstr "Ut bewarre feeds fuortsmite"
+
+#: src/components/FeedCard.tsx:338
+#: src/view/com/feeds/FeedSourceCard.tsx:317
+msgid "Remove from your feeds?"
+msgstr "Ut myn feeds fuortsmite?"
+
+#: src/view/com/composer/photos/Gallery.tsx:203
+msgid "Remove image"
+msgstr "Ofbylding fuortsmite"
+
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:523
+msgid "Remove mute word from your list"
+msgstr "In negearre wurd út dyn list fuortsmite"
+
+#: src/screens/Search/components/SearchHistory.tsx:167
+msgid "Remove profile"
+msgstr "Profyl fuortsmite"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:290
+msgid "Remove quote"
+msgstr "Sitaat fuortsmite"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:155
+#: src/view/com/util/post-ctrls/RepostButton.tsx:165
+msgid "Remove repost"
+msgstr "Opnij-pleatsing fuortsmite"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
+msgid "Remove subtitle file"
+msgstr "Undertitelbestân fuortsmite"
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:211
+msgid "Remove this feed from your saved feeds"
+msgstr "Dizze feed út dyn bewarre feeds fuortsmite"
+
+#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
+msgid "Remove user from list"
+msgstr "Brûker út list fuortsmite"
+
+#: src/components/verification/VerificationRemovePrompt.tsx:46
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
+msgid "Remove verification"
+msgstr "Ferifikaasje fuortsmite"
+
+#: src/components/verification/VerificationRemovePrompt.tsx:44
+msgid "Remove your verification for this account?"
+msgstr "Dyn ferifikaasje foar dizze account fuortsmite?"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
+msgid "Removed by author"
+msgstr "Troch auteur fuortsmiten"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:108
+msgid "Removed by you"
+msgstr "Troch dy fuortsmiten"
+
+#: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:117
+#: src/view/com/modals/UserAddRemoveLists.tsx:170
+msgid "Removed from list"
+msgstr "Ut list fuortsmiten"
+
+#: src/view/com/feeds/FeedSourceCard.tsx:138
+msgid "Removed from my feeds"
+msgstr "Ut myn feeds fuortsmiten"
+
+#: src/screens/List/ListHiddenScreen.tsx:94
+msgid "Removed from saved feeds"
+msgstr "Ut myn bewarre feeds fuortsmiten"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:122
+#: src/view/com/posts/FeedShutdownMsg.tsx:44
+#: src/view/screens/ProfileList.tsx:392
+msgid "Removed from your feeds"
+msgstr "Ut myn feeds fuortsmiten"
+
+#: src/components/verification/VerificationRemovePrompt.tsx:32
+msgid "Removed verification"
+msgstr "Ferifikaasje fuortsmiten"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
+msgid "Removes quoted post"
+msgstr "Smyt sitearre berjocht fuort"
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:129
+#: src/view/com/posts/FeedShutdownMsg.tsx:133
+msgid "Replace with Discover"
+msgstr "Ferfange troch Untdekke"
+
+#: src/view/screens/Profile.tsx:226
+msgid "Replies"
+msgstr "Antwurden"
+
+#: src/components/WhoCanReply.tsx:73
+msgid "Replies disabled"
+msgstr "Antwurden útskeakele"
+
+#: src/components/WhoCanReply.tsx:224
+msgid "Replies to this post are disabled."
+msgstr "Antwurden op dit berjocht binne útskeakele."
+
+#: src/view/com/composer/Composer.tsx:983
+msgctxt "action"
+msgid "Reply"
+msgstr "Reagearje"
+
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
+msgid "Reply ({0, plural, one {# reply} other {# replies}})"
+msgstr "Beäntwurdzje ({0, plural, one {# antwurd} other {# antwurden}})"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:116
+#: src/lib/moderation/useModerationCauseDescription.ts:125
+msgid "Reply Hidden by Thread Author"
+msgstr "Reaksje ferstoppe troch auteur fan petear"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:115
+#: src/lib/moderation/useModerationCauseDescription.ts:124
+msgid "Reply Hidden by You"
+msgstr "Reaksje ferstoppe troch dy"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:385
+msgid "Reply settings"
+msgstr "Reaksjeynstellingen"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:370
+msgid "Reply settings are chosen by the author of the thread"
+msgstr "Reaksjeynstellingen wurde keazen troch de auteur fan it petear"
+
+#: src/view/com/post-thread/PostThread.tsx:651
+msgid "Reply sorting"
+msgstr "Reaksjsortearring"
+
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
+msgctxt "description"
+msgid "Reply to <0><1/></0>"
+msgstr "Reagearje op <0><1/></0>"
+
+#: src/view/com/posts/PostFeedItem.tsx:562
+msgctxt "description"
+msgid "Reply to a blocked post"
+msgstr "Reagearje op in blokkearre berjocht"
+
+#: src/view/com/posts/PostFeedItem.tsx:564
+msgctxt "description"
+msgid "Reply to a post"
+msgstr "Reagearje op in berjocht"
+
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
+msgctxt "description"
+msgid "Reply to you"
+msgstr "Reagearje op dy"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
+msgctxt "toast"
+msgid "Reply visibility updated"
+msgstr "Sichtberheid fan reaksje bywurke"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
+msgid "Reply was successfully hidden"
+msgstr "Reaksje is mei sukses ferstoppe"
+
+#: src/components/dms/MessageContextMenu.tsx:168
+#: src/components/dms/MessagesListBlockedFooter.tsx:85
+#: src/components/dms/MessagesListBlockedFooter.tsx:92
+msgid "Report"
+msgstr "Melde"
+
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
+msgid "Report account"
+msgstr "Account melde"
+
+#: src/components/dms/ConvoMenu.tsx:255
+#: src/components/dms/ConvoMenu.tsx:258
+#: src/components/dms/ReportConversationPrompt.tsx:17
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
+msgid "Report conversation"
+msgstr "Petear melde"
+
+#: src/components/moderation/ReportDialog/index.tsx:71
+#: src/components/moderation/ReportDialog/index.tsx:190
+#: src/components/ReportDialog/index.tsx:44
+msgid "Report dialog"
+msgstr "Dialooch melde"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:538
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:544
+msgid "Report feed"
+msgstr "Feed melde"
+
+#: src/view/screens/ProfileList.tsx:570
+msgid "Report list"
+msgstr "List melde"
+
+#: src/components/dms/MessageContextMenu.tsx:166
+msgid "Report message"
+msgstr "Priveeberjocht melde"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
+msgid "Report post"
+msgstr "Berjocht melde"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:614
+#: src/screens/StarterPack/StarterPackScreen.tsx:617
+msgid "Report starter pack"
+msgstr "Startpakket melde"
+
+#: src/components/dms/ReportDialog.tsx:345
+msgid "Report submitted"
+msgstr "Melding yntsjinne"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:41
+msgid "Report this content"
+msgstr "Dizze ynhâld melde"
+
+#: src/components/moderation/ReportDialog/copy.ts:31
+#: src/components/ReportDialog/SelectReportOptionView.tsx:54
+msgid "Report this feed"
+msgstr "Dizze feed melde"
+
+#: src/components/moderation/ReportDialog/copy.ts:25
+#: src/components/ReportDialog/SelectReportOptionView.tsx:51
+msgid "Report this list"
+msgstr "Dizze list melde"
+
+#: src/components/dms/ReportDialog.tsx:59
+#: src/components/dms/ReportDialog.tsx:180
+#: src/components/moderation/ReportDialog/copy.ts:43
+#: src/components/ReportDialog/SelectReportOptionView.tsx:60
+msgid "Report this message"
+msgstr "Dit priveeberjocht melde"
+
+#: src/components/moderation/ReportDialog/copy.ts:19
+#: src/components/ReportDialog/SelectReportOptionView.tsx:48
+msgid "Report this post"
+msgstr "Dit berjocht melde"
+
+#: src/components/moderation/ReportDialog/copy.ts:37
+#: src/components/ReportDialog/SelectReportOptionView.tsx:57
+msgid "Report this starter pack"
+msgstr "Dit startpakket melde"
+
+#: src/components/moderation/ReportDialog/copy.ts:13
+#: src/components/ReportDialog/SelectReportOptionView.tsx:45
+msgid "Report this user"
+msgstr "Dizze brûker melde"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:156
+#: src/view/com/util/post-ctrls/RepostButton.tsx:167
+msgctxt "action"
+msgid "Repost"
+msgstr "Opnij pleatse"
+
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:76
+msgid "Repost"
+msgstr "Opnij pleatse"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:74
+msgid "Repost ({0, plural, one {# repost} other {# reposts}})"
+msgstr "Opnij pleatse ({0, plural, one {# werpleatsing} other {# werpleatsingen}})"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:556
+#: src/view/com/util/post-ctrls/RepostButton.tsx:148
+#: 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 "Opnij pleatse of berjocht sitearje"
+
+#: src/screens/Post/PostRepostedBy.tsx:38
+msgid "Reposted By"
+msgstr "Opnij pleatst troch"
+
+#: src/view/com/posts/PostFeedItem.tsx:317
+msgid "Reposted by {0}"
+msgstr "Opnij pleatst troch {0}"
+
+#: src/view/com/posts/PostFeedItem.tsx:336
+msgid "Reposted by <0><1/></0>"
+msgstr "Opnij pleatst troch <0><1/></0>"
+
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
+msgid "Reposted by you"
+msgstr "Opnij pleatst troch dy"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:232
+msgid "Reposts of this post"
+msgstr "Opnij-pleatsingen fan dit berjocht"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "Wiziging oanfreegje"
+
+#: src/view/com/modals/ChangePassword.tsx:253
+#: src/view/com/modals/ChangePassword.tsx:255
+msgid "Request Code"
+msgstr "Koade oanfreegje"
+
+#: src/screens/Settings/AccessibilitySettings.tsx:60
+#: src/screens/Settings/AccessibilitySettings.tsx:65
+msgid "Require alt text before posting"
+msgstr "Alt-tekst fereaskje foar it pleatsen"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
+msgid "Require an email code to sign in to your account."
+msgstr "In e-mailkoade is nedig om dy oan te melden by dyn account."
+
+#: src/screens/Signup/StepInfo/index.tsx:177
+msgid "Required for this provider"
+msgstr "Fereaske foar dizze provider"
+
+#: src/components/LabelingServiceCard/index.tsx:80
+msgid "Required in your region"
+msgstr "Fereaske yn dyn regio"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Opnij ferstjoere"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
+msgid "Resend email"
+msgstr "E-mailberocht opnij ferstjoere"
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:130
+msgid "Resend Email"
+msgstr "E-mailberocht opnij ferstjoere"
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:122
+msgid "Resend Verification Email"
+msgstr "Ferifikaasje-e-mailberocht opnij ferstjoere"
+
+#: src/view/com/modals/ChangePassword.tsx:197
+msgid "Reset code"
+msgstr "Koade opnij ynstelle"
+
+#: src/view/com/modals/ChangePassword.tsx:204
+msgid "Reset Code"
+msgstr "Koade opnij ynstelle"
+
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
+msgid "Reset onboarding state"
+msgstr "Yntroduksje-status opnij ynstelle"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:80
+msgid "Reset password"
+msgstr "Wachtwurd opnij ynstelle"
+
+#: src/screens/Login/LoginForm.tsx:324
+msgid "Retries signing in"
+msgstr "Nij besykjen oan te melden"
+
+#: src/view/com/util/error/ErrorMessage.tsx:62
+#: src/view/com/util/error/ErrorScreen.tsx:99
+msgid "Retries the last action, which errored out"
+msgstr "Werhellet de lêste aksje, dêr’t in flater by barde"
+
+#: src/components/dms/MessageItem.tsx:321
+#: src/components/Error.tsx:65
+#: src/components/Lists.tsx:110
+#: src/components/moderation/ReportDialog/index.tsx:221
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
+#: src/screens/Login/LoginForm.tsx:323
+#: src/screens/Login/LoginForm.tsx:330
+#: src/screens/Messages/ChatList.tsx:254
+#: src/screens/Messages/components/MessageListError.tsx:25
+#: src/screens/Messages/Inbox.tsx:197
+#: 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:60
+#: src/view/com/util/error/ErrorScreen.tsx:97
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:55
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:57
+msgid "Retry"
+msgstr "Opnij probearje"
+
+#: src/components/moderation/ReportDialog/index.tsx:218
+msgid "Retry loading report options"
+msgstr "Laadopsje foar rapport opnij lade"
+
+#: src/components/Error.tsx:73
+#: src/screens/List/ListHiddenScreen.tsx:219
+#: src/screens/StarterPack/StarterPackScreen.tsx:751
+msgid "Return to previous page"
+msgstr "Tebek nei foarige side"
+
+#: src/view/screens/NotFound.tsx:61
+msgid "Returns to home page"
+msgstr "Tebek nei de startside"
+
+#: src/screens/Profile/ProfileFeed/index.tsx:93
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:559
+#: src/screens/VideoFeed/index.tsx:1119
+#: src/view/screens/NotFound.tsx:60
+#: src/view/screens/ProfileList.tsx:1039
+msgid "Returns to previous page"
+msgstr "Tebek nei de foarige side"
+
+#: src/screens/StarterPack/Wizard/index.tsx:287
+msgid "Returns to the previous step"
+msgstr "Tebek nei de foarige stap"
+
+#: src/components/dialogs/BirthDateSettings.tsx:121
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
+#: src/components/StarterPack/QrCodeDialog.tsx:191
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:262
+#: src/view/com/composer/GifAltText.tsx:193
+#: src/view/com/composer/GifAltText.tsx:202
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
+#: src/view/screens/SavedFeeds.tsx:109
+msgid "Save"
+msgstr "Bewarje"
+
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
+msgctxt "action"
+msgid "Save"
+msgstr "Bewarje"
+
+#: src/components/dialogs/BirthDateSettings.tsx:115
+msgid "Save birthday"
+msgstr "Jierdei bewarje"
+
+#: src/view/screens/SavedFeeds.tsx:105
+#: src/view/screens/SavedFeeds.tsx:109
+msgid "Save changes"
+msgstr "Wizigingen bewarje"
+
+#: src/view/com/modals/EditProfile.tsx:252
+msgid "Save Changes"
+msgstr "Wizigingen bewarje"
+
+#: src/components/StarterPack/ShareDialog.tsx:150
+#: src/components/StarterPack/ShareDialog.tsx:157
+msgid "Save image"
+msgstr "Ofbylding bewarje"
+
+#: src/view/com/modals/CropImage.web.tsx:104
+msgid "Save image crop"
+msgstr "Bysneden ôfbylding bewarje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:248
+msgid "Save new handle"
+msgstr "Nije handle bewarje"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:185
+msgid "Save QR code"
+msgstr "QR-koade bewarje"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:315
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:321
+msgid "Save to my feeds"
+msgstr "Yn myn feeds bewarje"
+
+#: src/view/screens/SavedFeeds.tsx:164
+msgid "Saved Feeds"
+msgstr "Feeds bewarje"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:131
+#: src/view/screens/ProfileList.tsx:372
+msgid "Saved to your feeds"
+msgstr "Bewarre yn dyn feeds"
+
+#: src/view/com/modals/EditProfile.tsx:245
+msgid "Saves any changes to your profile"
+msgstr "Alle wizigingen fan dyn profyl bewarje"
+
+#: src/view/com/modals/CropImage.web.tsx:105
+msgid "Saves image crop settings"
+msgstr "Bewarret ynstellingen foar bysnijen fan ôfbyldingen"
+
+#: src/components/dms/ChatEmptyPill.tsx:33
+#: src/components/NewskieDialog.tsx:105
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
+msgid "Say hello!"
+msgstr "Sis hallo!"
+
+#: src/screens/Onboarding/index.tsx:33
+#: src/screens/Onboarding/state.ts:112
+msgid "Science"
+msgstr "Wittenskip"
+
+#: src/view/screens/ProfileList.tsx:996
+msgid "Scroll to top"
+msgstr "Nei boppe"
+
+#: src/components/dialogs/SearchablePeopleList.tsx:513
+#: src/components/forms/SearchInput.tsx:34
+#: src/components/forms/SearchInput.tsx:36
+#: src/screens/Search/Shell.tsx:307
+#: src/screens/Search/Shell.tsx:464
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
+msgid "Search"
+msgstr "Sykje"
+
+#: src/Navigation.tsx:229
+#: src/screens/Profile/ProfileSearch.tsx:37
+msgid "Search @{0}'s posts"
+msgstr "Berjochten fan @{0} trochsykje"
+
+#: src/components/ProgressGuide/FollowDialog.tsx:683
+msgid "Search by name or interest"
+msgstr "Sykje op namme of ynteresse"
+
+#: src/view/screens/Feeds.tsx:444
+msgid "Search feeds"
+msgstr "Feeds trochsykje"
+
+#: src/components/ProgressGuide/FollowDialog.tsx:524
+#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:135
+msgid "Search for \"{interestsDisplayName}\"{activeText}"
+msgstr "Sykje nei ‘{interestsDisplayName}’{activeText}"
+
+#: src/view/shell/desktop/Search.tsx:131
+msgid "Search for \"{query}\""
+msgstr "Sykje nei ‘{query}’"
+
+#: src/screens/Search/components/AutocompleteResults.tsx:45
+msgid "Search for \"{searchText}\""
+msgstr "Sykje nei ‘{searchText}’"
+
+#: src/screens/StarterPack/Wizard/index.tsx:474
+msgid "Search for feeds that you want to suggest to others."
+msgstr "Sykje nei feeds dy’tsto oan oaren foarstelle wolst."
+
+#: src/screens/Search/Explore.tsx:362
+msgid "Search for more accounts"
+msgstr "Nei mear accounts sykje"
+
+#: src/screens/Search/Explore.tsx:439
+msgid "Search for more feeds"
+msgstr "Nei mear feeds sykje"
+
+#: src/screens/Search/Shell.tsx:334
+msgid "Search for posts, users, or feeds"
+msgstr "Berjochten, brûkers of feeds sykje"
+
+#: src/components/dialogs/GifSelect.tsx:177
+msgid "Search GIFs"
+msgstr "GIF’s sykje"
+
+#: src/screens/Profile/ProfileSearch.tsx:36
+msgid "Search my posts"
+msgstr "Myn berjochten trochsykje"
+
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
+msgid "Search posts"
+msgstr "Berjochten trochsykje"
+
+#: src/components/dialogs/SearchablePeopleList.tsx:533
+#: src/components/ProgressGuide/FollowDialog.tsx:702
+msgid "Search profiles"
+msgstr "Profilen sykje"
+
+#: src/components/dialogs/GifSelect.tsx:178
+msgid "Search Tenor"
+msgstr "Sykje op Tenor"
+
+#: src/screens/Profile/ProfileSearch.tsx:38
+msgid "Search..."
+msgstr "Sykje…"
+
+#: src/components/dialogs/SearchablePeopleList.tsx:534
+#: src/components/ProgressGuide/FollowDialog.tsx:703
+msgid "Searches for profiles"
+msgstr "Siket nei profilen"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Befeiligingsstap fereaske"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
+msgid "Security Step Required"
+msgstr "Befeiligingsstap fereaske"
+
+#: src/components/RichTextTag.tsx:111
+msgid "See {tag} posts"
+msgstr "{tag}-berjochten besjen"
+
+#: src/components/RichTextTag.tsx:124
+msgid "See {tag} posts by user"
+msgstr "{tag}-berjochten fan brûker besjen"
+
+#: src/components/RichTextTag.tsx:118
+msgid "See #{tag} posts"
+msgstr "#{tag}-berjochten besjen"
+
+#: src/components/RichTextTag.tsx:132
+msgid "See #{tag} posts by user"
+msgstr "#{tag}-berjochten fan brûker besjen"
+
+#: src/view/com/auth/SplashScreen.web.tsx:178
+msgid "See jobs at Bluesky"
+msgstr "Fakatueres by Bluesky bejen"
+
+#: src/view/screens/SavedFeeds.tsx:205
+msgid "See this guide"
+msgstr "Dizze gids besjen"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:194
+msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space to play/pause"
+msgstr "Sykslider. Brûk de pylktoetsen om foarút en efterút te sykjen en spaasje om ôf te spyljen/pauzearjen"
+
+#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:67
+msgid "Select a color"
+msgstr "In kleur selektearje"
+
+#: src/screens/Login/ChooseAccountForm.tsx:77
+msgid "Select account"
+msgstr "Account selektearje"
+
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Selektearje in app-taal"
+
+#: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
+msgid "Select an avatar"
+msgstr "In avatar selektearje"
+
+#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:65
+msgid "Select an emoji"
+msgstr "In emoji selektearje"
+
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Selektearje in opsje"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Selektearje app-taal"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
+msgid "Select content languages"
+msgstr "Ynhâldstalen selektearje"
+
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
+#: src/screens/Login/index.tsx:144
+msgid "Select from an existing account"
+msgstr "Fan in besteand account selektearje"
+
+#: src/view/com/composer/photos/SelectGifBtn.tsx:35
+msgid "Select GIF"
+msgstr "GIF selektearje"
+
+#: src/components/dialogs/GifSelect.tsx:306
+msgid "Select GIF \"{0}\""
+msgstr "GIF ‘{0}’ selektearje"
+
+#: src/components/dialogs/MutedWords.tsx:142
+msgid "Select how long to mute this word for."
+msgstr "Selektearje hoe lang asto dit wurd negearje wolst."
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
+msgid "Select language..."
+msgstr "Taal selektearje…"
+
+#: src/screens/Settings/LanguageSettings.tsx:178
+msgid "Select languages"
+msgstr "Taal selektearje"
+
+#: src/components/moderation/ReportDialog/index.tsx:299
+msgid "Select moderation service"
+msgstr "Moderaasjetsjinst selektearje"
+
+#: src/components/ReportDialog/SelectLabelerView.tsx:28
+msgid "Select moderator"
+msgstr "Moderator selektearje"
+
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Selektearje primêre taal"
+
+#: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
+#: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
+msgid "Select subtitle file (.vtt)"
+msgstr "Undertitelbestân (.vtt) selektearje"
+
+#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83
+msgid "Select the {emojiName} emoji as your avatar"
+msgstr "Dyn avatar as de {emojiName}-emoji selektearje"
+
+#: src/components/ReportDialog/SubmitView.tsx:141
+msgid "Select the moderation service(s) to report to"
+msgstr "De moderaasjetsjinst(en) wêroan’tsto melde wolst selektearje"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
+msgid "Select video"
+msgstr "Fideo selektearje"
+
+#: src/components/dialogs/MutedWords.tsx:242
+msgid "Select what content this mute word should apply to."
+msgstr "Op hokker ynhâld dit negearre wurd fan tapassing wêze moat selektearje."
+
+#: src/screens/Settings/LanguageSettings.tsx:91
+msgid "Select which language to use for the app's user interface."
+msgstr "Selektearje de taal dy’t brûkt wurde moat foar de brûkersinterface fan de app."
+
+#: src/screens/Settings/LanguageSettings.tsx:157
+msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
+msgstr "Selektearje hokker talen asto opnimme wolst yn dyn abonnearre feeds. Alle talen wurde werjûn as der gjin talen selektearre binne."
+
+#: src/screens/Signup/StepInfo/index.tsx:270
+msgid "Select your date of birth"
+msgstr "Dyn bertedatum selektearje"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:192
+#: src/screens/Settings/SettingsInterests.tsx:162
+msgid "Select your interests from the options below"
+msgstr "Selektearje dyn ynteressen út de ûndersteande opsjes"
+
+#: src/screens/Settings/LanguageSettings.tsx:124
+msgid "Select your preferred language for translations in your feed."
+msgstr "Selektearje de taal wêryn’tsto de oersettingen yn dyn feed werjaan wolst."
+
+#: src/view/com/util/forms/DropdownButton.tsx:297
+msgid "Selects option {0} of {numItems}"
+msgstr "Selektearret opsje {0} fan {numItems}"
+
+#: src/components/dms/ChatEmptyPill.tsx:38
+msgid "Send a neat website!"
+msgstr "Stjoer in kreaze website!"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "Befêstiging ferstjoere"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
+msgid "Send confirmation email"
+msgstr "Befêstigings-emailberjocht ferstjoere"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
+#: src/view/com/modals/DeleteAccount.tsx:145
+msgid "Send email"
+msgstr "E-mailberocht ferstjoere"
+
+#: src/view/com/modals/DeleteAccount.tsx:158
+msgctxt "action"
+msgid "Send Email"
+msgstr "E-mailberocht ferstjoere"
+
+#: src/view/shell/Drawer.tsx:336
+msgid "Send feedback"
+msgstr "Feedback ferstjoere"
+
+#: src/screens/Messages/components/MessageInput.tsx:192
+#: src/screens/Messages/components/MessageInput.web.tsx:235
+msgid "Send message"
+msgstr "Berjocht ferstjoere"
+
+#: src/components/dms/dialogs/ShareViaChatDialog.tsx:62
+msgid "Send post to..."
+msgstr "Berjocht ferstjoere nei…"
+
+#: src/components/dms/ReportDialog.tsx:271
+#: src/components/dms/ReportDialog.tsx:274
+#: src/components/ReportDialog/SubmitView.tsx:221
+#: src/components/ReportDialog/SubmitView.tsx:225
+msgid "Send report"
+msgstr "Melding ferstjoere"
+
+#: src/components/ReportDialog/SelectLabelerView.tsx:42
+msgid "Send report to {0}"
+msgstr "Melding nei {0} ferstjoere"
+
+#: src/components/moderation/ReportDialog/index.tsx:638
+msgid "Send report to {title}"
+msgstr "Melding nei {title} ferstjoere"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
+msgid "Send verification email"
+msgstr "Ferifikaasje-e-mailberjocht ferstjoere"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
+msgid "Send via direct message"
+msgstr "As priveeberjocht ferstjoere"
+
+#: src/view/com/modals/DeleteAccount.tsx:147
+msgid "Sends email with confirmation code for account deletion"
+msgstr "Stjoert in e-mailberjocht mei in befêstigingskoade foar it fuortsmiten fan de account"
+
+#: src/view/com/auth/server-input/index.tsx:167
+msgid "Server address"
+msgstr "Serveradres"
+
+#: src/screens/Settings/AppIconSettings/index.tsx:178
+msgid "Set app icon to {0}"
+msgstr "App-piktogram ynstelle op {0}"
+
+#: src/screens/Moderation/index.tsx:325
+msgid "Set birthdate"
+msgstr "Bertedatum ynstelle"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:106
+msgid "Set new password"
+msgstr "Nij wachtwurd ynstelle"
+
+#: src/screens/Onboarding/Layout.tsx:47
+msgid "Set up your account"
+msgstr "Dyn account ynstelle"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:107
+msgid "Sets email for password reset"
+msgstr "Stelt e-mail yn foar it opnij ynstellen fan wachtwurden"
+
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
+msgid "Settings"
+msgstr "Ynstellingen"
+
+#: src/screens/ModerationInteractionSettings/index.tsx:102
+msgctxt "toast"
+msgid "Settings saved"
+msgstr "Ynstellingen bewarre"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:173
+msgid "Sexual activity or erotic nudity."
+msgstr "Seksuele aktiviteit of eroatysk neaken."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:38
+msgid "Sexually Suggestive"
+msgstr "Seksueel suggestyf"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:181
+#: src/screens/Hashtag.tsx:126
+#: src/screens/StarterPack/StarterPackScreen.tsx:428
+#: src/screens/StarterPack/StarterPackScreen.tsx:603
+#: src/screens/Topic.tsx:102
+#: src/view/com/profile/ProfileMenu.tsx:238
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
+#: src/view/screens/ProfileList.tsx:513
+msgid "Share"
+msgstr "Diele"
+
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
+msgctxt "action"
+msgid "Share"
+msgstr "Diele"
+
+#: src/components/dms/ChatEmptyPill.tsx:37
+msgid "Share a cool story!"
+msgstr "In aardich ferhaal diele!"
+
+#: src/components/dms/ChatEmptyPill.tsx:36
+msgid "Share a fun fact!"
+msgstr "In aardichheidsje diele!"
+
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
+msgid "Share anyway"
+msgstr "Dochs diele"
+
+#: src/components/StarterPack/ShareDialog.tsx:123
+#: src/components/StarterPack/ShareDialog.tsx:130
+#: src/screens/StarterPack/StarterPackScreen.tsx:607
+msgid "Share link"
+msgstr "Keppeling diele"
+
+#: src/view/com/modals/LinkWarning.tsx:89
+#: src/view/com/modals/LinkWarning.tsx:95
+msgid "Share Link"
+msgstr "Keppeling diele"
+
+#: src/components/StarterPack/ShareDialog.tsx:87
+msgid "Share link dialog"
+msgstr "Keppelingdialooch diele"
+
+#: src/components/StarterPack/ShareDialog.tsx:134
+#: src/components/StarterPack/ShareDialog.tsx:145
+msgid "Share QR code"
+msgstr "QR-koade diele"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:466
+msgid "Share this feed"
+msgstr "Dizze feed diele"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:421
+msgid "Share this starter pack"
+msgstr "Dit startpakket diele"
+
+#: src/components/StarterPack/ShareDialog.tsx:99
+msgid "Share this starter pack and help people join your community on Bluesky."
+msgstr "Diel dit startpakket en help minsken lid te wurden fan dyn mienskip op Bluesky."
+
+#: src/components/dms/ChatEmptyPill.tsx:34
+msgid "Share your favorite feed!"
+msgstr "Dyn favorite feed diele!"
+
+#: src/Navigation.tsx:288
+msgid "Shared Preferences Tester"
+msgstr "Dielde foarkarren-tester"
+
+#: src/view/com/modals/LinkWarning.tsx:92
+msgid "Shares the linked website"
+msgstr "Dielt de keppele website"
+
+#: src/components/moderation/ContentHider.tsx:200
+#: src/components/moderation/LabelPreference.tsx:137
+#: src/components/moderation/PostHider.tsx:124
+msgid "Show"
+msgstr "Toane"
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:178
+msgid "Show alt text"
+msgstr "Alt-tekst toane"
+
+#: src/components/moderation/ScreenHider.tsx:172
+#: src/components/moderation/ScreenHider.tsx:175
+#: src/screens/List/ListHiddenScreen.tsx:190
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
+msgid "Show anyway"
+msgstr "Dochs toane"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:27
+#: src/lib/moderation/useLabelBehaviorDescription.ts:63
+msgid "Show badge"
+msgstr "Badge toane"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:61
+msgid "Show badge and filter from feeds"
+msgstr "Badge en filter út feeds toane"
+
+#: src/components/dialogs/Embed.tsx:129
+msgid "Show customization options"
+msgstr "Oanpassingsopsjes toane"
+
+#: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:22
+msgid "Show hidden replies"
+msgstr "Ferstoppe reaksjes toane"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
+msgid "Show less like this"
+msgstr "Minder hjirfan toane"
+
+#: src/screens/List/ListHiddenScreen.tsx:186
+msgid "Show list anyway"
+msgstr "List dochs toane"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
+msgid "Show More"
+msgstr "Mear toane"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
+msgid "Show more like this"
+msgstr "Mear hjirfan toane"
+
+#: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:22
+msgid "Show muted replies"
+msgstr "Negearre reaksjes toane"
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:104
+#: src/screens/Settings/FollowingFeedPreferences.tsx:114
+msgid "Show quote posts"
+msgstr "Sitaatberjochten toane"
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:68
+#: src/screens/Settings/FollowingFeedPreferences.tsx:78
+msgid "Show replies"
+msgstr "Antwurden toane"
+
+#: src/view/com/post-thread/PostThread.tsx:625
+msgid "Show replies as"
+msgstr "Antwurden toane as"
+
+#: src/screens/Settings/ThreadPreferences.tsx:151
+msgid "Show replies as threaded"
+msgstr "Antwurden as petear toane"
+
+#: src/screens/Settings/ThreadPreferences.tsx:126
+msgid "Show replies by people you follow before all other replies"
+msgstr "Antwurden fan minsken dy’tsto folgest foar alle oare antwurden toane"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
+msgid "Show reply for everyone"
+msgstr "Reaksje foar elkenien toane"
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:86
+#: src/screens/Settings/FollowingFeedPreferences.tsx:96
+msgid "Show reposts"
+msgstr "Opnij-pleatsingen toane"
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:129
+#: src/screens/Settings/FollowingFeedPreferences.tsx:139
+msgid "Show samples of your saved feeds in your Following feed"
+msgstr "Foarbylden fan dyn bewarre feeds toane yn dyn Following-feed"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:58
+msgid "Show warning"
+msgstr "Warskôging toane"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:56
+msgid "Show warning and filter from feeds"
+msgstr "Warskôging en filter út feeds toane"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:861
+msgid "Shows information about when this post was created"
+msgstr "Toant ynformaasje oer wannear’t dit bejoicht oanmakke is"
+
+#: src/screens/Settings/Settings.tsx:114
+msgid "Shows other accounts you can switch to"
+msgstr "Toant oare accounts wêrneisto wikselje kinst"
+
+#: src/components/moderation/ContentHider.tsx:152
+#: src/components/moderation/PostHider.tsx:79
+msgid "Shows the content"
+msgstr "Toant de ynhâld"
+
+#: src/components/dialogs/Signin.tsx:97
+#: src/components/dialogs/Signin.tsx:99
+#: src/screens/Login/index.tsx:122
+#: src/screens/Login/index.tsx:143
+#: src/screens/Login/LoginForm.tsx:181
+#: 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:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
+#: src/view/shell/NavSignupCard.tsx:57
+#: src/view/shell/NavSignupCard.tsx:62
+msgid "Sign in"
+msgstr "Oanmelde"
+
+#: src/components/AccountList.tsx:129
+msgid "Sign in as {0}"
+msgstr "Oanmelden as {0}"
+
+#: src/screens/Login/ChooseAccountForm.tsx:80
+msgid "Sign in as..."
+msgstr "Oanmelde as…"
+
+#: src/screens/Deactivated.tsx:203
+#: src/screens/Deactivated.tsx:209
+msgid "Sign in or create an account"
+msgstr "Oanmelde of registrearje in account"
+
+#: src/components/dialogs/Signin.tsx:75
+msgid "Sign in or create your account to join the conversation!"
+msgstr "Meld dy oan of registrearje in account om diel te nimmen oan it petear!"
+
+#: src/components/AccountList.tsx:68
+msgid "Sign in to account that is not listed"
+msgstr "Oanmelde by in account dat net yn de list stiet"
+
+#: src/components/dialogs/Signin.tsx:46
+msgid "Sign in to Bluesky or create a new account"
+msgstr "Meld dy oan by Bluesky of meitsje in nij account"
+
+#: src/screens/Settings/Settings.tsx:235
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
+#: src/screens/SignupQueued.tsx:93
+#: src/screens/SignupQueued.tsx:96
+#: src/screens/Takendown.tsx:85
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
+msgid "Sign out"
+msgstr "Ofmelde"
+
+#: src/screens/Takendown.tsx:88
+msgid "Sign Out"
+msgstr "Ofmelde"
+
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
+msgid "Sign out?"
+msgstr "Ofmelde?"
+
+#: src/components/moderation/ScreenHider.tsx:91
+#: src/lib/moderation/useGlobalLabelStrings.ts:28
+msgid "Sign-in Required"
+msgstr "Oanmelden fereaske"
+
+#: src/lib/hooks/useAccountSwitcher.ts:41
+#: src/screens/Login/ChooseAccountForm.tsx:53
+msgid "Signed in as @{0}"
+msgstr "Oanmeld as @{0}"
+
+#: src/components/FeedInterstitials.tsx:337
+msgid "Similar accounts"
+msgstr "Fergelykbere accounts"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:231
+#: src/screens/StarterPack/Wizard/index.tsx:195
+msgid "Skip"
+msgstr "Oerslaan"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:228
+msgid "Skip this flow"
+msgstr "Dizze flow oerslaan"
+
+#: src/screens/Settings/AppearanceSettings.tsx:164
+msgid "Smaller"
+msgstr "Lytser"
+
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Snûzet it omtinken"
+
+#: src/screens/Onboarding/index.tsx:37
+#: src/screens/Onboarding/state.ts:100
+msgid "Software Dev"
+msgstr "Softwareûntwikkeler"
+
+#: src/components/verification/VerificationsDialog.tsx:120
+msgid "Some of your verifications are invalid."
+msgstr "Guon fan dyn ferifikaasjes binne ûnjildich."
+
+#: src/components/FeedInterstitials.tsx:474
+msgid "Some other feeds you might like"
+msgstr "Inkelde oare feeds dêr’tsto miskien wol oer meist"
+
+#: src/components/WhoCanReply.tsx:74
+msgid "Some people can reply"
+msgstr "Guon minsken kinne reagearje"
+
+#: src/components/dms/MessageItem.tsx:148
+msgid "Someone reacted {0}"
+msgstr "Ien hat mei {0} reagearre"
+
+#: src/screens/Messages/components/ChatListItem.tsx:241
+msgid "Someone reacted {0} to {1}"
+msgstr "Ien hat mei {0} reagearre op {1}"
+
+#: src/components/moderation/ReportDialog/index.tsx:76
+msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
+msgstr "Der is wat net hielendal krekt mei de gegevens dy’tsto probearrest te melden. Nim kontakt op mei stipe."
+
+#: src/screens/Messages/Conversation.tsx:129
+msgid "Something went wrong"
+msgstr "Der is wat misgien"
+
+#: src/components/moderation/ReportDialog/index.tsx:215
+#: src/screens/Deactivated.tsx:94
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:59
+msgid "Something went wrong, please try again"
+msgstr "Der is wat misgien, probearje it nochris"
+
+#: src/components/ReportDialog/index.tsx:54
+#: src/screens/Moderation/index.tsx:101
+#: src/screens/Profile/Sections/Labels.tsx:121
+msgid "Something went wrong, please try again."
+msgstr "Der is wat misgien, probearje it nochris."
+
+#: src/components/Lists.tsx:174
+#: src/screens/Settings/NotificationSettings.tsx:55
+msgid "Something went wrong!"
+msgstr "Der is wat misgien!"
+
+#: src/components/moderation/ReportDialog/index.tsx:174
+msgid "Something went wrong. Please try again."
+msgstr "Der is wat misgien. Probearje it nochris."
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:534
+msgid "Something wrong? Let us know."
+msgstr "Klopt er wat net? Lit it ús witte."
+
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
+msgid "Sorry! Your session expired. Please sign in again."
+msgstr "Sorry, dyn sesje is ferrûn. Meld dy opnij oan."
+
+#: src/screens/Settings/ThreadPreferences.tsx:55
+msgid "Sort replies"
+msgstr "Reaksjes sortearje"
+
+#: src/screens/Settings/ThreadPreferences.tsx:62
+msgid "Sort replies by"
+msgstr "Reaksjes sortearje op"
+
+#: src/screens/Settings/ThreadPreferences.tsx:59
+msgid "Sort replies to the same post by:"
+msgstr "Reaksjes op itselde berjocht sortearje op:"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:178
+#: src/components/moderation/ModerationDetailsDialog.tsx:186
+msgid "Source: <0>{sourceName}</0>"
+msgstr "Boarne: <0>{sourceName}</0>"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85
+#: src/lib/moderation/useReportOptions.ts:72
+#: src/lib/moderation/useReportOptions.ts:85
+msgid "Spam"
+msgstr "Spam"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55
+#: src/lib/moderation/useReportOptions.ts:55
+msgid "Spam; excessive mentions or replies"
+msgstr "Spam; oermjittich protte fermeldingen of reaksjes"
+
+#: src/screens/Onboarding/index.tsx:27
+#: src/screens/Onboarding/state.ts:113
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:229
+msgid "Sports"
+msgstr "Sport"
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
+msgid "Start a new chat"
+msgstr "In nije chat starte"
+
+#: src/view/screens/ProfileList.tsx:846
+#: src/view/screens/ProfileList.tsx:967
+msgid "Start adding people"
+msgstr "Begjin mei minsken ta te foegjen"
+
+#: src/view/screens/ProfileList.tsx:853
+#: src/view/screens/ProfileList.tsx:974
+msgid "Start adding people!"
+msgstr "Begjin mei minsken ta te foegjen!"
+
+#: src/components/dialogs/SearchablePeopleList.tsx:382
+msgid "Start chat with {displayName}"
+msgstr "Chat starte mei {displayName}"
+
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
+#: src/screens/StarterPack/Wizard/index.tsx:186
+msgid "Starter Pack"
+msgstr "Startpakket"
+
+#: src/components/StarterPack/StarterPackCard.tsx:90
+msgid "Starter pack by {0}"
+msgstr "Startpakket troch {0}"
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:182
+msgid "Starter pack by <0/>"
+msgstr "Startpakket troch <0/>"
+
+#: src/components/StarterPack/StarterPackCard.tsx:89
+#: src/view/com/profile/ProfileSubpageHeader.tsx:180
+msgid "Starter pack by you"
+msgstr "Startpakket troch dy"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:715
+msgid "Starter pack is invalid"
+msgstr "Startpakket is ûnjildich"
+
+#: src/screens/Search/Explore.tsx:538
+#: src/view/screens/Profile.tsx:231
+msgid "Starter Packs"
+msgstr "Startpakketten"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
+msgid "Starter packs let you easily share your favorite feeds and people with your friends."
+msgstr "Mei startpakketten kinso ienfâldich dyn favorite feeds en persoanen diele met dyn freonen."
+
+#: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
+msgid "Status Page"
+msgstr "Statusside"
+
+#: src/screens/Signup/index.tsx:148
+msgid "Step {0} of {1}"
+msgstr "Stap {0} fan {1}"
+
+#: src/screens/Settings/Settings.tsx:363
+msgid "Storage cleared, you need to restart the app now."
+msgstr "Unthâld wiske, do moatst de app no opnij opstarte."
+
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
+msgid "Storybook"
+msgstr "Ferhaleboek"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:324
+#: src/components/moderation/LabelsOnMeDialog.tsx:325
+#: src/screens/Messages/components/ChatDisabled.tsx:142
+#: src/screens/Messages/components/ChatDisabled.tsx:143
+msgid "Submit"
+msgstr "Yntsjinje"
+
+#: src/screens/Takendown.tsx:70
+msgid "Submit appeal"
+msgstr "Beswier yntsjinje"
+
+#: src/screens/Takendown.tsx:76
+msgid "Submit Appeal"
+msgstr "Beswier yntsjinje"
+
+#: src/components/moderation/ReportDialog/index.tsx:376
+#: src/components/moderation/ReportDialog/index.tsx:433
+#: src/components/moderation/ReportDialog/index.tsx:440
+msgid "Submit report"
+msgstr "Melding yntsjinje"
+
+#: src/view/screens/ProfileList.tsx:741
+msgid "Subscribe"
+msgstr "Abonnearje"
+
+#: src/screens/Profile/Sections/Labels.tsx:198
+msgid "Subscribe to @{0} to use these labels:"
+msgstr "Abonnearje dy op @{0} om dizze labels te brûken:"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
+msgid "Subscribe to Labeler"
+msgstr "Abonnearje op labeler"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
+msgid "Subscribe to this labeler"
+msgstr "Abonnearje op dizze labeler"
+
+#: src/view/screens/ProfileList.tsx:737
+msgid "Subscribe to this list"
+msgstr "Abonnearje op dizze list"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
+msgid "Success!"
+msgstr "Slagge!"
+
+#: src/components/verification/VerificationCreatePrompt.tsx:36
+msgid "Successfully verified"
+msgstr "Mei sukses ferifiearre"
+
+#: src/screens/Search/Explore.tsx:359
+msgid "Suggested Accounts"
+msgstr "Foarstelde accounts"
+
+#: src/components/FeedInterstitials.tsx:339
+msgid "Suggested for you"
+msgstr "Foarsteld foar dy"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:144
+#: src/view/com/composer/labels/LabelsBtn.tsx:147
+msgid "Suggestive"
+msgstr "Suggestyf"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:60
+msgctxt "Name of app icon variant"
+msgid "Sunrise"
+msgstr "Sinneopgong"
+
+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:70
+msgctxt "Name of app icon variant"
+msgid "Sunset"
+msgstr "Sinneûndergong"
+
+#: src/Navigation.tsx:298
+#: src/view/screens/Support.tsx:31
+#: src/view/screens/Support.tsx:34
+msgid "Support"
+msgstr "Stipe"
+
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
+msgid "Switch account"
+msgstr "Fan account wikselje"
+
+#: src/components/dialogs/SwitchAccount.tsx:46
+#: src/components/dialogs/SwitchAccount.tsx:49
+msgid "Switch Account"
+msgstr "Fan account wikselje"
+
+#: src/view/shell/desktop/LeftNav.tsx:110
+msgid "Switch accounts"
+msgstr "Fan accounts wikselje"
+
+#: src/view/shell/desktop/LeftNav.tsx:294
+msgid "Switch to {0}"
+msgstr "Wikselje nei {0}"
+
+#: src/components/dialogs/Embed.tsx:157
+#: src/components/dialogs/Embed.tsx:159
+#: src/screens/Settings/AppearanceSettings.tsx:97
+#: src/screens/Settings/AppearanceSettings.tsx:147
+msgid "System"
+msgstr "Systeem"
+
+#: src/screens/Settings/AboutSettings.tsx:107
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
+msgid "System log"
+msgstr "Systeemlochboek"
+
+#: src/components/dialogs/MutedWords.tsx:282
+msgid "Tags only"
+msgstr "Allinnich tags"
+
+#: src/components/ContextMenu/Backdrop.ios.tsx:54
+#: src/components/ContextMenu/Backdrop.ios.tsx:80
+#: src/components/ContextMenu/Backdrop.tsx:46
+msgid "Tap to close context menu"
+msgstr "Tik om kontekstmenu te sluten"
+
+#: src/components/ProgressGuide/Toast.tsx:156
+msgid "Tap to dismiss"
+msgstr "Tik om te sluten"
+
+#: src/state/shell/progress-guide.tsx:233
+msgid "Task complete - 10 follows!"
+msgstr "Taak foltôge – 10 persoanen folge!"
+
+#: src/state/shell/progress-guide.tsx:223
+msgid "Task complete - 10 likes!"
+msgstr "Taak foltôge – 10 mei-’k-wol-oers!"
+
+#: src/components/ProgressGuide/List.tsx:64
+msgid "Teach our algorithm what you like"
+msgstr "Lear ús algoritme wêr’tsto wol oer meist"
+
+#: src/screens/Onboarding/index.tsx:36
+#: src/screens/Onboarding/state.ts:114
+msgid "Tech"
+msgstr "Technology"
+
+#: src/components/dms/ChatEmptyPill.tsx:35
+msgid "Tell a joke!"
+msgstr "Fertel in grap!"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+msgid "Tell us a bit about yourself"
+msgstr "Fertel ús wat oer dysels"
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:69
+msgid "Tell us a little more"
+msgstr "Fertel ús wat mear"
+
+#: src/view/shell/desktop/RightNav.tsx:116
+#: src/view/shell/desktop/RightNav.tsx:117
+msgid "Terms"
+msgstr "Betingsten"
+
+#: src/Navigation.tsx:308
+#: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
+#: src/view/screens/TermsOfService.tsx:31
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
+msgid "Terms of Service"
+msgstr "Tsjinstbetingsten"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115
+#: 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 "De brûkte termen skeine mienskipsnoarmen"
+
+#: src/components/dialogs/MutedWords.tsx:266
+msgid "Text & tags"
+msgstr "Tekst en tags"
+
+#: src/components/dms/ReportDialog.tsx:229
+msgid "Text field"
+msgstr "Tekstfjild"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:288
+#: src/screens/Messages/components/ChatDisabled.tsx:108
+msgid "Text input field"
+msgstr "Tekstynfierfjild"
+
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Dank foar dyn kommentaar! It is nei de feedbehearder stjoerd."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
+msgid "Thank you! Your email has been successfully verified."
+msgstr "Tank! Dyn e-mailadres is mei sukes ferifiearre."
+
+#: src/components/ReportDialog/SubmitView.tsx:83
+msgid "Thank you. Your report has been sent."
+msgstr "Tank. Dyn melding is ferstjoerd."
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:82
+msgid "Thanks, you have successfully verified your email address. You can close this dialog."
+msgstr "Tank, do hast dyn e-mailadres mei sukses ferifiearre. Do kinst dit dialoochfinster slute."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:487
+msgid "That contains the following:"
+msgstr "Dat it folgjende befettet:"
+
+#: src/screens/Signup/StepHandle.tsx:55
+msgid "That handle is already taken."
+msgstr "Dy handle is al yn gebrûk."
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:105
+#: src/screens/StarterPack/StarterPackScreen.tsx:106
+#: src/screens/StarterPack/StarterPackScreen.tsx:150
+#: src/screens/StarterPack/StarterPackScreen.tsx:151
+#: src/screens/StarterPack/Wizard/index.tsx:104
+#: src/screens/StarterPack/Wizard/index.tsx:114
+msgid "That starter pack could not be found."
+msgstr "Dat startpakket kin net fûn wurde."
+
+#: src/view/com/post-thread/PostQuotes.tsx:132
+msgid "That's all, folks!"
+msgstr "Dat is alles minsken!"
+
+#: src/screens/VideoFeed/index.tsx:1091
+msgid "That's everything!"
+msgstr "Dat wie alles!"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
+msgid "The account will be able to interact with you after unblocking."
+msgstr "De account kin nei it deblokkearjen mei dy kommunisearje."
+
+#: src/screens/Settings/AppIconSettings/index.tsx:41
+#: src/screens/Settings/AppIconSettings/index.tsx:222
+msgid "The app will be restarted"
+msgstr "De app wurdt opnij opstart"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:119
+#: src/lib/moderation/useModerationCauseDescription.ts:128
+msgid "The author of this thread has hidden this reply."
+msgstr "De auteur fan dit petear hat dizze reaksje ferstoppe."
+
+#: src/screens/Moderation/index.tsx:377
+msgid "The Bluesky web application"
+msgstr "De Bluesky-webapplikaasje"
+
+#: src/view/screens/CommunityGuidelines.tsx:38
+msgid "The Community Guidelines have been moved to <0/>"
+msgstr "De mienskipsrjochtlinen binne ferpleatst nei <0/>"
+
+#: src/view/screens/CopyrightPolicy.tsx:35
+msgid "The Copyright Policy has been moved to <0/>"
+msgstr "It auteursrjochtbelied is ferpleatst nei <0/>"
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:102
+msgid "The Discover feed"
+msgstr "De Untdekke-feed"
+
+#: src/state/shell/progress-guide.tsx:224
+msgid "The Discover feed now knows what you like"
+msgstr "De Untdekke-feed wit no wêr’tsto wol oer meist"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "It e-mailadres datsto ynfierd hast is itselde as dyn aktuele e-mailadres."
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
+msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
+msgstr "De ûnderfining is better yn de app. Download Bluesky no en wy pakke it op dêr’tsto bleaun wiest."
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:67
+msgid "The feed has been replaced with Discover."
+msgstr "De feed is ferfongen troch Untdekke."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:59
+msgid "The following labels were applied to your account."
+msgstr "De folgjende labels binne op dyn account tapast."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:60
+msgid "The following labels were applied to your content."
+msgstr "De folgjende labels binne op dyn ynhâld tapast."
+
+#: src/screens/ModerationInteractionSettings/index.tsx:42
+msgid "The following settings will be used as your defaults when creating new posts. You can edit these for a specific post from the composer."
+msgstr "De folgjende ynstellingen wurde brûkt as standert by it meitsjen fan nije berjochten. Do kinst dizze bewurkje foar in spesifyk berjocht út it opstelfinster."
+
+#: src/view/com/post-thread/PostThread.tsx:265
+#: src/view/com/post-thread/PostThread.tsx:277
+msgid "The post may have been deleted."
+msgstr "It berjocht is mooglik fuortsmiten."
+
+#: src/view/screens/PrivacyPolicy.tsx:35
+msgid "The Privacy Policy has been moved to <0/>"
+msgstr "It privacybelied is ferpleatst nei <0/>"
+
+#: src/view/com/composer/state/video.ts:395
+msgid "The selected video is larger than 100 MB."
+msgstr "De selektearre fideo is grutter as 100 MB."
+
+#: src/lib/hooks/useCleanError.ts:40
+#: src/lib/strings/errors.ts:18
+msgid "The server appears to be experiencing issues. Please try again in a few moments."
+msgstr "It liket derop dat der problemen mei de server binne. Probearje it oer inkelde eagenblikken opnij."
+
+#: 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 "It startpakket datsto probearrest te besjen is ûnjildich. Do kinst dit startpakket yn stee dêrfan fuortsmite."
+
+#: src/components/ContextMenu/index.tsx:433
+msgid "The subject of the context menu"
+msgstr "It ûnderwerp fan it kontekstmenu"
+
+#: 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 "It stipeformulier is ferpleatst. Asto help nedich hast, kom by <0/> of besykje {HELP_DESK_URL} om kontakt mei ús op te nimmen."
+
+#: src/view/screens/TermsOfService.tsx:35
+msgid "The Terms of Service have been moved to"
+msgstr "De Tsjinstbetingsten binne ferpleatst nei"
+
+#: 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 "De ferifikaasjekoade dy’tsto opjûn hast is ûnjildich. Kontrolearje oftsto de krekte ferifikaasjekeppeling brûkt hast of freegje in nije oan."
+
+#: src/screens/Settings/AppearanceSettings.tsx:151
+msgid "Theme"
+msgstr "Tema"
+
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86
+msgid "There is no time limit for account deactivation, come back any time."
+msgstr "Der is gjin tiidslimyt foar it deaktivearjen fan de account; do kiunst op elk momint weromkomme."
+
+#: src/components/dialogs/GifSelect.tsx:226
+msgid "There was an issue connecting to Tenor."
+msgstr "Der is in probleem bard by it ferbinen mei Tenor."
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:173
+#: src/view/screens/ProfileList.tsx:375
+#: src/view/screens/ProfileList.tsx:394
+#: src/view/screens/SavedFeeds.tsx:85
+msgid "There was an issue contacting the server"
+msgstr "Der is in probleem bard by it ferbinen mei de server"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:411
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
+msgid "There was an issue contacting the server, please check your internet connection and try again."
+msgstr "Der is in probleem bard by it ferbinen mei de server. Kontrolearje dyn ynternetferbining en probearje it opnij."
+
+#: src/view/com/feeds/FeedSourceCard.tsx:127
+#: src/view/com/feeds/FeedSourceCard.tsx:140
+msgid "There was an issue contacting your server"
+msgstr "Der is in probleem bard by it ferbinen mei dyn server"
+
+#: src/view/com/notifications/NotificationFeed.tsx:124
+msgid "There was an issue fetching notifications. Tap here to try again."
+msgstr "Der is in probleem bard by it opheljen fan meldingen. Tik hjir om it opnij te probearjen."
+
+#: src/screens/Search/Explore.tsx:908
+#: src/view/com/posts/PostFeed.tsx:655
+msgid "There was an issue fetching posts. Tap here to try again."
+msgstr "Der is in probleem bard by it opheljen fan berjochten. Tik hjir om it opnij te probearjen."
+
+#: src/view/com/lists/ListMembers.tsx:151
+msgid "There was an issue fetching the list. Tap here to try again."
+msgstr "Der is in probleem bard by it opheljen fan de list. Tik hjir om it opnij te probearjen."
+
+#: src/screens/Settings/AppPasswords.tsx:60
+msgid "There was an issue fetching your app passwords"
+msgstr "Der is in probleem bard by it opheljen fan dyn app-wachtwurden"
+
+#: src/view/com/feeds/ProfileFeedgens.tsx:151
+#: src/view/com/lists/ProfileLists.tsx:150
+msgid "There was an issue fetching your lists. Tap here to try again."
+msgstr "Der is in probleem bard by it opheljen fan dyn list. Tik hjir om it opnij te probearjen."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:107
+msgid "There was an issue fetching your service info"
+msgstr "Der is in probleem bard by it opheljen fan dyn tsjinstgegevens"
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:145
+msgid "There was an issue removing this feed. Please check your internet connection and try again."
+msgstr "Der is in probleem bard by it fuortsmiten fan dizze feed. Kontrolearje dyn ynternetferbining en probearje it opnij."
+
+#: src/components/dms/ReportDialog.tsx:259
+#: src/components/ReportDialog/SubmitView.tsx:88
+msgid "There was an issue sending your report. Please check your internet connection."
+msgstr "Der is in probleem bard by it ferstjoeren fan dyn melding. Kontrolearje dyn ynternetferbining."
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:136
+#: src/view/com/posts/FeedShutdownMsg.tsx:52
+#: src/view/com/posts/FeedShutdownMsg.tsx:71
+msgid "There was an issue updating your feeds, please check your internet connection and try again."
+msgstr "Der is in probleem bard by it bywurkjen fan dyn feeds. Kontrolearje dyn ynternetferbining en probearje it opnij."
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
+msgid "There was an issue! {0}"
+msgstr "Der is in probleem bard! {0}"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:217
+#: src/screens/List/ListHiddenScreen.tsx:63
+#: src/screens/List/ListHiddenScreen.tsx:77
+#: src/screens/List/ListHiddenScreen.tsx:99
+#: src/view/screens/ProfileList.tsx:411
+#: src/view/screens/ProfileList.tsx:429
+#: src/view/screens/ProfileList.tsx:447
+#: src/view/screens/ProfileList.tsx:465
+msgid "There was an issue. Please check your internet connection and try again."
+msgstr "Der is in probleem bard. Kontrolearje dyn ynternetferbining en probearje it opnij."
+
+#: 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 "Der is in ûnferwacht probleem bard yn de applikaasje. Lit it ús witte as dit by dy bard is!"
+
+#: src/screens/SignupQueued.tsx:130
+msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can."
+msgstr "Der is in grutte oanrin fan nije brûkers nei Bluesky! Wy aktivearje dyn account sa gau as mooglik."
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:62
+msgid "These settings only apply to the Following feed."
+msgstr "Dizze ynstellingen binne allinnich fan tapassing op de folgjende feed."
+
+#: src/components/moderation/ScreenHider.tsx:111
+msgid "This {screenDescription} has been flagged:"
+msgstr "Dizze {screenDescription} is markearre:"
+
+#: src/components/verification/VerificationsDialog.tsx:87
+msgid "This account has a checkmark because it's been verified by trusted sources."
+msgstr "Dizze account hat in finkje, omdat it ferifiearre is by fertroude boarnen."
+
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Dizze account hat ien of mear besochte ferifikaasjes, mar it is no noch net ferifiearre."
+
+#: src/components/moderation/ScreenHider.tsx:106
+msgid "This account has requested that users sign in to view their profile."
+msgstr "Dizze account fersiket brûkers harren oan te melden eardat it profyl te besjen is."
+
+#: 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 "Dizze account wurdt blokkearre troch ien of mear fan dyn moderaasjelisten. Om dizze account net mear te blokkearjen: gean streekrjocht nei de listen en smyt dizze brûker fuort."
+
+#: src/components/verification/VerificationCreatePrompt.tsx:55
+msgid "This action can be undone at any time."
+msgstr "Dizze aksje kin op elk momint ûngedien makke wurde."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:271
+msgid "This appeal will be sent to <0>{sourceName}</0>."
+msgstr "Dit beswier wurdt ferstjoerd nei <0>{sourceName}</0>."
+
+#: src/screens/Messages/components/ChatDisabled.tsx:104
+msgid "This appeal will be sent to Bluesky's moderation service."
+msgstr "Dit beswier wurdt trochstjoerd nei de moderaasjetsjinst fan Bluesky."
+
+#: src/screens/Messages/components/MessageListError.tsx:18
+msgid "This chat was disconnected"
+msgstr "Dizze chat is ferbrutsen"
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:19
+msgid "This content has been hidden by the moderators."
+msgstr "Dizze ynhâld is ferstoppe troch de moderators."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:24
+msgid "This content has received a general warning from moderators."
+msgstr "Dizze ynhâld hat in algemiene warskôging krigen fan moderators."
+
+#: src/components/dialogs/EmbedConsent.tsx:63
+msgid "This content is hosted by {0}. Do you want to enable external media?"
+msgstr "Dizze ynhâld wurdt host troch {0}. Wolsto eksterne media ynskeakelje?"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:84
+#: src/lib/moderation/useModerationCauseDescription.ts:84
+msgid "This content is not available because one of the users involved has blocked the other."
+msgstr "Dizze ynhâld is net beskikber, omdat ien fan de belutsene brûkers de oare blokkearre hat."
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:114
+msgid "This content is not viewable without a Bluesky account."
+msgstr "Dizze ynhâld is net sichtber sûnder in Bluesky-account."
+
+#: src/screens/Messages/components/ChatListItem.tsx:362
+msgid "This conversation is with a deleted or a deactivated account. Press for options"
+msgstr "Dit petear is mei in fuortsmiten of deaktivearre account. Druk foar opsjes"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Dit e-maialdres is al mei dyn account assosjearre."
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:96
+msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
+msgstr "Dizze funksje is yn bèta. Do kinst mear lâze oer repository-eksporten yn <0>dit blogberjocht</0>."
+
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Dizze funksje is net beskikber by gebrûk fan in app-wachtwurd. Meld dy oan mei dyn haadwachtwurd."
+
+#: 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 "Dizze funksje is net beskikber by gebrûk fan in app-wachtwurd. Meld dy oan mei dyn haadwachtwurd."
+
+#: src/view/com/posts/PostFeedErrorMessage.tsx:120
+msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later."
+msgstr "Dizze feed ûntvangt op dit stuit in protte ferkear en is tydlik net beskikber. Probearje it letter opnij."
+
+#: 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 "Dizze feed is leech! Mooglik moatsto mear brûkers folgje of dyn taalynstellingen oanpasse."
+
+#: src/components/StarterPack/Main/PostsList.tsx:36
+#: src/screens/Profile/ProfileFeed/index.tsx:192
+#: src/view/screens/ProfileList.tsx:843
+msgid "This feed is empty."
+msgstr "Dizze feed is leech."
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:99
+msgid "This feed is no longer online. We are showing <0>Discover</0> instead."
+msgstr "Dizze feed is net langer online. Wy toane <0>Untdekke</0> yn stee fan dizze feed."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:593
+msgid "This handle is reserved. Please try a different one."
+msgstr "Dizze handle is reservearre. Probearje in oare."
+
+#: src/components/dialogs/BirthDateSettings.tsx:41
+msgid "This information is not shared with other users."
+msgstr "Dizze ynformaasje wurdt net dield mei oare brûkers."
+
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:168
+msgid "This label was applied by the author."
+msgstr "Dit label is oanbrocht troch de auteur."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:165
+msgid "This label was applied by you."
+msgstr "Dit label is oanbrocht troch dy."
+
+#: src/screens/Profile/Sections/Labels.tsx:185
+msgid "This labeler hasn't declared what labels it publishes, and may not be active."
+msgstr "Dizze labeler hat net oanjûn hokker labels hy publisearret en is mooglik net aktyf."
+
+#: src/view/com/modals/LinkWarning.tsx:72
+msgid "This link is taking you to the following website:"
+msgstr "Dizze keppeling bringt dy nei de folgjende website:"
+
+#: src/screens/List/ListHiddenScreen.tsx:151
+msgid "This list – created by <0>{0}</0> – contains possible violations of Bluesky's community guidelines in its name or description."
+msgstr "Dizze list – makke troch <0>{0}</0> – befettet mooglik skeiningen fan Bluesky-mienskipsrjochtlinen yn de namme of omskriuwing."
+
+#: src/screens/List/ListHiddenScreen.tsx:146
+msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description."
+msgstr "Dizze list – makke troch dy – befettet mooglik skeiningen fan Bluesky-mienskipsrjochtlinen yn de namme of omskriuwing."
+
+#: src/view/screens/ProfileList.tsx:962
+msgid "This list is empty."
+msgstr "Dizze list is leech."
+
+#: src/screens/Profile/ErrorState.tsx:40
+msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
+msgstr "Dizze moderaasjetsjinst is net beskikber. Sjoch hjirûnder foar mear details. Nim kontakt mei ús op as dit probleem bliuwt."
+
+#: src/view/com/post-thread/PostThreadItem.tsx:901
+msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
+msgstr "Dit berjocht beweart makke te wêzen op <0>{0}</0>, mar waard foar it earst sjoen troch Bluesky op <1>{1}</1>."
+
+#: src/components/WhoCanReply.tsx:217
+msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
+msgstr "Der sit in ûnbekend type reaksjebeheining op dit berjocht. Mooglik is dyn app ferâldere."
+
+#: src/view/com/post-thread/PostThreadItem.tsx:161
+msgid "This post has been deleted."
+msgstr "Dit berjocht is fuortsmiten."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
+msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
+msgstr "Dit bericht is allinnich sichtber foar oanmelde brûkers. It is net sichtber foar minsken dy’t net oanmeld binne."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
+msgid "This post will be hidden from feeds and threads. This cannot be undone."
+msgstr "Dit berjocht wurdt ferstoppe foar feeds en petearen. Dit kin net ûngedien makke wurde."
+
+#: src/view/com/composer/Composer.tsx:424
+msgid "This post's author has disabled quote posts."
+msgstr "De auteur fan dit berjocht hat it pleatsen fan sitaten útskeakele."
+
+#: src/view/com/profile/ProfileMenu.tsx:472
+msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
+msgstr "Dit profyl is allinnich sichtber foar oanmelde brûkers. It is net sichtber foar minsken dy’t net oanmeld binne."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
+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 "Dizze reaksje wurdt sortearre yn in ferstoppe seksje ûnderoan it petear en negearret meldingen foar folgjende reaksjes – sawol foar dy as foar oaren."
+
+#: src/screens/Signup/StepInfo/Policies.tsx:37
+msgid "This service has not provided terms of service or a privacy policy."
+msgstr "Dizze tsjinst hat gjin tsjinstbetingsten of in privacybelied."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:456
+msgid "This should create a domain record at:"
+msgstr "Dit soe in domeinrecord oanmeitsje moatte op:"
+
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Dizze brûker hat gjin werjeftenamme en kin dertroch net ferifiearre wurde."
+
+#: src/view/com/profile/ProfileFollowers.tsx:95
+msgid "This user doesn't have any followers."
+msgstr "Dizze brûker hat gjin folgers."
+
+#: src/components/dms/MessagesListBlockedFooter.tsx:68
+msgid "This user has blocked you"
+msgstr "Dizze brûker hat dy blokkearre"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:79
+#: src/lib/moderation/useModerationCauseDescription.ts:75
+msgid "This user has blocked you. You cannot view their content."
+msgstr "Dizze brûker hat dy blokkearre. Do kinst de ynhâld net besjen."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:30
+msgid "This user has requested that their content only be shown to signed-in users."
+msgstr "Dizze brûker hat in fersyk yntsjinne om de ynhâld allinnich te toanen oan oanmelde brûkers."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:59
+msgid "This user is included in the <0>{0}</0> list which you have blocked."
+msgstr "Dizze brûker stiet yn de list <0>{0}</0> dy’tsto blokkearre hast."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:91
+msgid "This user is included in the <0>{0}</0> list which you have muted."
+msgstr "Dizze brûker stiet yn de list <0>{0}</0> dy’tsto negearre hast."
+
+#: src/components/NewskieDialog.tsx:65
+msgid "This user is new here. Press for more info about when they joined."
+msgstr "Dizze brûker is hjir nij. Druk foar mear ynfo oer wannear’t se lid wurden binne."
+
+#: src/view/com/profile/ProfileFollows.tsx:95
+msgid "This user isn't following anyone."
+msgstr "Dizze brûker folget net ien."
+
+#: src/components/dialogs/MutedWords.tsx:435
+msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
+msgstr "Hjirmei wurdt ‘{0}’ út dyn negearre wurden fuortsmiten. Do kinst it letter altyd wer tafoegje."
+
+#: src/screens/Settings/Settings.tsx:537
+msgid "This will remove @{0} from the quick access list."
+msgstr "Hjirmei wurdt @{0} fuortsmiten út de flugge tagongslist."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
+msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
+msgstr "Hjirmei wurdt dyn berjocht foar alle brûkers út it sitaat fuortsmiten en ferfongen troch in plakhâlder."
+
+#: src/view/com/post-thread/PostThread.tsx:609
+#: src/view/com/post-thread/PostThread.tsx:612
+msgid "Thread options"
+msgstr "Konversaasje-opsjes"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:68
+#: src/screens/Settings/ContentAndMediaSettings.tsx:71
+msgid "Thread preferences"
+msgstr "Petearfoarkarren"
+
+#: src/screens/Settings/ThreadPreferences.tsx:45
+msgid "Thread Preferences"
+msgstr "Petearfoarkarren"
+
+#: src/view/com/post-thread/PostThread.tsx:639
+#: src/view/com/post-thread/PostThread.tsx:644
+msgid "Threaded"
+msgstr "As petear"
+
+#: src/screens/Settings/ThreadPreferences.tsx:142
+msgid "Threaded mode"
+msgstr "Petearmodus"
+
+#: src/Navigation.tsx:341
+msgid "Threads Preferences"
+msgstr "Petearfoarkarren"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx:34
+msgid "Time remaining: {0, plural, one {# second} other {# seconds}}"
+msgstr "Restearjende tiid: {0, plural, one {# sekonde} other {# sekonden}}"
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:99
+msgid "To disable the email 2FA method, please verify your access to the email address."
+msgstr "Do moatst dyn tagong ta it e-mailadres ferifiearje om de 2FA-metoade foar e-mail út te skeakeljen."
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "Do moatst dyn tagong ta <0>{0}</0> ferifiearje om de 2FA-metoade foar e-mail út te skeakeljen"
+
+#: 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 "Om in petear te melden meldsto ien fan de berjochten fia it petearskerm. Sa kinne ús moderators de kontekst fan dyn probleem begripe."
+
+#: src/components/ReportDialog/SelectLabelerView.tsx:31
+msgid "To whom would you like to send this report?"
+msgstr "Oan wa wolsto dizze melding stjoere?"
+
+#: src/components/dms/DateDivider.tsx:44
+msgid "Today"
+msgstr "Hjoed"
+
+#: src/view/com/util/forms/DropdownButton.tsx:258
+msgid "Toggle dropdown"
+msgstr "Menu toane/ferstopje"
+
+#: src/screens/Moderation/index.tsx:354
+msgid "Toggle to enable or disable adult content"
+msgstr "Wikselje om ynhâld foar folwoeksenen yn of út te skeakeljen"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:158
+msgid "Toggles the sound"
+msgstr "Set it lûd oan of út"
+
+#: src/screens/Hashtag.tsx:84
+#: src/screens/Search/SearchResults.tsx:42
+#: src/screens/Topic.tsx:71
+msgid "Top"
+msgstr "Populêr"
+
+#: src/Navigation.tsx:423
+msgid "Topic"
+msgstr "Underwerp"
+
+#: src/components/dms/MessageContextMenu.tsx:139
+#: src/components/dms/MessageContextMenu.tsx:141
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
+msgid "Translate"
+msgstr "Oersette"
+
+#: src/view/shell/desktop/SidebarTrendingTopics.tsx:59
+msgid "Trending"
+msgstr "Populêr"
+
+#: src/screens/Search/Explore.tsx:608
+msgid "Trending topics"
+msgstr "Populêre ûnderwerpen"
+
+#: src/components/interstitials/TrendingVideos.tsx:88
+msgid "Trending Videos"
+msgstr "Populêre fideo’s"
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
+msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
+msgstr "Fertrouwen ûntstiet út relaasjes, mienskippen en dielde kontekst, dus wy starte ek mei <0>fertroude ferifiearders</0>: organisaasjes dy’t daliks ferifikaasje útjaan kinne."
+
+#: src/view/com/util/error/ErrorScreen.tsx:103
+msgctxt "action"
+msgid "Try again"
+msgstr "Probearje opnij"
+
+#: src/screens/Onboarding/state.ts:115
+msgid "TV"
+msgstr "TV"
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:56
+msgid "Two-factor authentication (2FA)"
+msgstr "Twafaktorautentikaasje (2FA)"
+
+#: src/screens/Signup/StepHandle.tsx:126
+msgid "Type your desired username"
+msgstr "Fier dyn winske brûkersnamme yn"
+
+#: src/screens/Messages/components/MessageInput.tsx:153
+msgid "Type your message here"
+msgstr "Typ hjir dyn priveebericht"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:432
+msgid "Type:"
+msgstr "Type:"
+
+#: src/lib/hooks/useCleanError.ts:27
+#: src/lib/strings/errors.ts:11
+msgid "Unable to connect. Please check your internet connection and try again."
+msgstr "Kin gjin ferbinding meitsje. Kontrolearje dyn ynternetferbining en probearje opnij."
+
+#: src/screens/Login/ForgotPasswordForm.tsx:68
+#: src/screens/Login/index.tsx:79
+#: src/screens/Login/LoginForm.tsx:169
+#: src/screens/Login/SetNewPasswordForm.tsx:81
+#: src/screens/Signup/index.tsx:72
+#: src/view/com/modals/ChangePassword.tsx:71
+#: src/view/com/modals/ChangePassword.tsx:117
+msgid "Unable to contact your service. Please check your Internet connection."
+msgstr "Kin gjin kontakt meitsje mei dyn tsjinst. Kontrolearje dyn ynternetferbining."
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:657
+msgid "Unable to delete"
+msgstr "Kin net fuortsmite"
+
+#: src/components/dms/MessagesListBlockedFooter.tsx:97
+#: src/components/dms/MessagesListBlockedFooter.tsx:104
+#: src/components/dms/MessagesListBlockedFooter.tsx:112
+#: src/components/dms/MessagesListBlockedFooter.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/screens/ProfileList.tsx:723
+msgid "Unblock"
+msgstr "Deblokkearje"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
+msgctxt "action"
+msgid "Unblock"
+msgstr "Deblokkearje"
+
+#: src/components/dms/ConvoMenu.tsx:247
+#: src/components/dms/ConvoMenu.tsx:250
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
+msgid "Unblock account"
+msgstr "Account deblokkearje"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
+msgid "Unblock Account?"
+msgstr "Account deblokkearje?"
+
+#: src/view/screens/ProfileList.tsx:620
+msgid "Unblock list"
+msgstr "List deblokkearje"
+
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:76
+msgid "Undo repost"
+msgstr "Opnij pleatsen ûngedien meitsje"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:68
+msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})"
+msgstr "Opnij pleatsen ûngedien meitsje ({0, plural, one {# opnijpleatsing} other {# opnijpleatsingen}})"
+
+#: src/view/com/profile/FollowButton.tsx:63
+msgctxt "action"
+msgid "Unfollow"
+msgstr "Untfolgje"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
+msgid "Unfollow {0}"
+msgstr "{0} ûntfolgje"
+
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
+msgid "Unfollow account"
+msgstr "Account ûntfolgje"
+
+#: src/screens/VideoFeed/index.tsx:820
+msgid "Unfollows the user"
+msgstr "Untfolget de brûker"
+
+#: src/components/moderation/ReportDialog/index.tsx:361
+msgid "Unfortunately, none of your subscribed labelers supports this report type."
+msgstr "Spitigernôch stipet gjin fan dyn abonnearre labelers dit rapporttype."
+
+#: src/components/verification/VerificationsDialog.tsx:202
+msgid "Unknown verifier"
+msgstr "Unbekende ferifiearder"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:510
+msgid "Unlike"
+msgstr "Mei ’k net mear oer"
+
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
+msgid "Unlike ({0, plural, one {# like} other {# likes}})"
+msgstr "Mei ik net mear oer ({0, plural, one {# mei-’k-net-mear-oer} other {# mei-’k-net-mear-oers}})"
+
+#: 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 "Net mear negearje"
+
+#: src/view/screens/ProfileList.tsx:730
+msgid "Unmute"
+msgstr "Net mear negearje"
+
+#: src/components/RichTextTag.tsx:140
+#: src/components/RichTextTag.tsx:153
+msgid "Unmute {tag}"
+msgstr "{tag} net mear negearje"
+
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
+msgid "Unmute account"
+msgstr "Account net mear negearje"
+
+#: src/components/dms/ConvoMenu.tsx:236
+msgid "Unmute conversation"
+msgstr "Petear net mear negearje"
+
+#: src/view/screens/ProfileList.tsx:605
+msgid "Unmute list"
+msgstr "List net mear negearje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
+msgid "Unmute thread"
+msgstr "Petear net mear negearje"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:318
+msgid "Unmute video"
+msgstr "Fideo net mear negearje"
+
+#: src/view/screens/ProfileList.tsx:714
+msgid "Unpin"
+msgstr "Losmeitsje"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:515
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:522
+msgid "Unpin feed"
+msgstr "Feed losmeitsje"
+
+#: src/components/FeedCard.tsx:320
+msgid "Unpin Feed"
+msgstr "Feed losmeitsje"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:305
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:307
+msgid "Unpin from home"
+msgstr "Fan startside losmeitsje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
+msgid "Unpin from profile"
+msgstr "Fan profyl losmeitsje"
+
+#: src/view/screens/ProfileList.tsx:585
+msgid "Unpin moderation list"
+msgstr "Moderaasjelist losmeitsje"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:160
+msgid "Unpinned {0} from Home"
+msgstr "{0} fan startside losmakke"
+
+#: src/view/screens/ProfileList.tsx:362
+msgid "Unpinned from your feeds"
+msgstr "Fan dyn feeds losmakke"
+
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "E-mailomtinken aktyf meitsje"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
+msgid "Unsubscribe"
+msgstr "Ofmelde"
+
+#: src/screens/List/ListHiddenScreen.tsx:198
+#: src/screens/List/ListHiddenScreen.tsx:208
+msgid "Unsubscribe from list"
+msgstr "Fan list ôfmelde"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
+msgid "Unsubscribe from this labeler"
+msgstr "Fan dizze labeler ôfmelde"
+
+#: src/screens/List/ListHiddenScreen.tsx:86
+msgid "Unsubscribed from list"
+msgstr "Fan lis ôfmeld"
+
+#: src/view/com/composer/Composer.tsx:769
+msgid "Unsupported video type"
+msgstr "Net stipe type fideo"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
+msgid "Unsupported video type: {0}"
+msgstr "Net stipe type fideo: {0}"
+
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77
+#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90
+#: src/lib/moderation/useReportOptions.ts:77
+#: src/lib/moderation/useReportOptions.ts:90
+msgid "Unwanted Sexual Content"
+msgstr "Net-winske seksuele ynhâld"
+
+#: src/screens/Settings/components/OTAInfo.tsx:58
+#: src/screens/Settings/components/OTAInfo.tsx:74
+msgid "Update"
+msgstr "Bywurkje"
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:82
+msgid "Update <0>{displayName}</0> in Lists"
+msgstr "<0>{displayName}</0> yn listen bywurkje"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "E-mailadres bywurkje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:526
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:547
+msgid "Update to {domain}"
+msgstr "Bywurkje nei {domain}"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Dyn e-mailadres bywurkje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
+msgctxt "toast"
+msgid "Updating quote attachment failed"
+msgstr "Bywurkjen fan sitaatbylage is mislearre"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
+msgctxt "toast"
+msgid "Updating reply visibility failed"
+msgstr "Bywurkjen fan sichtberheid fan reaksje is mislearre"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:190
+msgid "Updating..."
+msgstr "Bywurkje…"
+
+#: src/screens/Onboarding/StepProfile/index.tsx:288
+msgid "Upload a photo instead"
+msgstr "Laad yn stee dêrfan in foto op"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:472
+msgid "Upload a text file to:"
+msgstr "Laad in tekstbestân op nei:"
+
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
+msgid "Upload from Camera"
+msgstr "Fan kamera ôf oplade"
+
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
+msgid "Upload from Files"
+msgstr "Fan bestannen út oplade"
+
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
+msgid "Upload from Library"
+msgstr "Fan bibloteek út oplade"
+
+#: src/lib/api/index.ts:302
+msgid "Uploading images..."
+msgstr "Ofbyldingen oplade…"
+
+#: src/lib/api/index.ts:356
+#: src/lib/api/index.ts:380
+msgid "Uploading link thumbnail..."
+msgstr "Keppelingminiatuer oplade…"
+
+#: src/view/com/composer/Composer.tsx:1672
+msgid "Uploading video..."
+msgstr "Fideo oplade…"
+
+#: src/screens/Settings/AppPasswords.tsx:67
+msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password."
+msgstr "Brûk app-wachtwurden om oan te melden by oare Bluesky-clients sûnder datsto folsleine tagong ta dyn account of wachtwurd hoechst te jaan."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:558
+msgid "Use default provider"
+msgstr "Standert provider brûke"
+
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
+msgid "Use in-app browser"
+msgstr "Yn-app-browser brûke"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:102
+#: src/screens/Settings/ContentAndMediaSettings.tsx:108
+msgid "Use in-app browser to open links"
+msgstr "Yn-app-browser brûke om keppelingen te iepenjen"
+
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
+msgid "Use my default browser"
+msgstr "Myn standert browser brûke"
+
+#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:53
+msgid "Use recommended"
+msgstr "Oanrekommandearre brûke"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:190
+msgid "Use this to sign in to the other app along with your handle."
+msgstr "Brûk dit om dy tegearre mei dyn handle oan te melden by de oare app."
+
+#: src/view/com/modals/InviteCodes.tsx:201
+msgid "Used by:"
+msgstr "Brûkt troch:"
+
+#: src/components/dms/ReportDialog.tsx:324
+msgctxt "toast"
+msgid "User blocked"
+msgstr "Brûker blokkearre"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:71
+#: src/lib/moderation/useModerationCauseDescription.ts:63
+msgid "User Blocked"
+msgstr "Brûker blokkearre"
+
+#: src/lib/moderation/useModerationCauseDescription.ts:55
+msgid "User Blocked by \"{0}\""
+msgstr "Brûker blokkearre troch ‘{0}’"
+
+#: src/components/dms/BlockedByListDialog.tsx:27
+msgid "User blocked by list"
+msgstr "Brûker blokkearre troch list"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:57
+msgid "User Blocked by List"
+msgstr "Brûker blokkearre troch list"
+
+#: src/lib/moderation/useModerationCauseDescription.ts:73
+msgid "User Blocking You"
+msgstr "Brûker blokkearre troch dy"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:77
+msgid "User Blocks You"
+msgstr "Brûker blokkearret dy"
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:214
+msgid "User list by {0}"
+msgstr "Brûkerslist troch {0}"
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:212
+msgid "User list by you"
+msgstr "Brûkerslist troch dy"
+
+#: src/view/com/modals/CreateOrEditList.tsx:174
+msgctxt "toast"
+msgid "User list created"
+msgstr "Brûkerslist oanmakke"
+
+#: src/view/com/modals/CreateOrEditList.tsx:160
+msgctxt "toast"
+msgid "User list updated"
+msgstr "Brûkerslist bywurke"
+
+#: src/screens/Login/LoginForm.tsx:201
+msgid "Username or email address"
+msgstr "Brûkersnamme of e-mailadres"
+
+#: src/components/WhoCanReply.tsx:280
+msgid "users followed by <0>@{0}</0>"
+msgstr "brûkers folge troch <0>@{0}</0>"
+
+#: src/components/WhoCanReply.tsx:267
+msgid "users following <0>@{0}</0>"
+msgstr "brûkers dy’t <0>@{0}</0> folgje"
+
+#: src/screens/Messages/Settings.tsx:92
+#: src/screens/Messages/Settings.tsx:95
+msgid "Users I follow"
+msgstr "Brûkers dy’t ik folgje"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:456
+msgid "Users in \"{0}\""
+msgstr "Brûkers yn ‘{0}’"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433
+msgid "Users you follow"
+msgstr "Brûkers dy’tsto folgest"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:438
+msgid "Value:"
+msgstr "Wearde:"
+
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Ferifikaasje mislearre, probearje it opnij."
+
+#: src/screens/Moderation/index.tsx:288
+msgid "Verification settings"
+msgstr "Ferifikaasjeynstellingen"
+
+#: src/Navigation.tsx:178
+#: src/screens/Moderation/VerificationSettings.tsx:32
+msgid "Verification Settings"
+msgstr "Ferifikaasjeynstellingen"
+
+#: src/screens/Moderation/VerificationSettings.tsx:41
+msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
+msgstr "Ferifikaasjes op Bluesky wurkje oars as op oare platfoarms. <0>Mear ynfo hjir.</0>"
+
+#: src/components/verification/VerificationsDialog.tsx:103
+msgid "Verified by:"
+msgstr "Ferifiearre troch:"
+
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
+msgid "Verify account"
+msgstr "Account ferifiearje"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Koade ferifiearje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:528
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:549
+msgid "Verify DNS Record"
+msgstr "DNS-record ferifiearje"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "E-mailadres ferifiearje"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "E-mailkoade ferifiearje"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
+#: src/components/intents/VerifyEmailIntentDialog.tsx:67
+msgid "Verify email dialog"
+msgstr "Dialoochfinster E-mailadres ferifiearje"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:529
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:551
+msgid "Verify Text File"
+msgstr "Tekstbestân ferifiearje"
+
+#: src/components/verification/VerificationCreatePrompt.tsx:51
+msgid "Verify this account?"
+msgstr "Dizze account ferifiearje?"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
+msgid "Verify your email"
+msgstr "Ferifiearje dyn e-mailadres"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
+msgid "Verify Your Email"
+msgstr "Ferifiearje dyn e-mailadres"
+
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
+msgid "Version {appVersion}"
+msgstr "Ferzje {appVersion}"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:83
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:134
+msgid "Video"
+msgstr "Fideo"
+
+#: src/view/com/composer/state/video.ts:358
+msgid "Video failed to process"
+msgstr "Fideo kin net ferwurke wurde"
+
+#: src/Navigation.tsx:474
+msgid "Video Feed"
+msgstr "Fideofeed"
+
+#: src/components/VideoPostCard.tsx:122
+msgid "Video from {0}: {text}"
+msgstr "Fideo fan {0}: {text}"
+
+#: src/screens/Onboarding/index.tsx:39
+#: src/screens/Onboarding/state.ts:103
+#: src/screens/Search/modules/ExploreTrendingTopics.tsx:233
+msgid "Video Games"
+msgstr "Fideospultsjes"
+
+#: src/screens/VideoFeed/index.tsx:1049
+msgid "Video is paused"
+msgstr "Fideo is pauzearre"
+
+#: src/screens/VideoFeed/index.tsx:1049
+msgid "Video is playing"
+msgstr "Fideo spilet"
+
+#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:191
+msgid "Video not found."
+msgstr "Fideo net fûn."
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
+msgid "Video settings"
+msgstr "Fideo-ynstellingen"
+
+#: src/view/com/composer/Composer.tsx:1682
+msgid "Video uploaded"
+msgstr "Fideo opladen"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:83
+msgid "Video: {0}"
+msgstr "Fideo: {0}"
+
+#: src/view/screens/Profile.tsx:228
+msgid "Videos"
+msgstr "Fideo’s"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
+msgid "Videos must be less than 3 minutes long"
+msgstr "Fideo’s moatte minder as 3 minuten lang wêze"
+
+#: src/screens/Profile/Header/Shell.tsx:203
+msgid "View {0}'s avatar"
+msgstr "Avatar fan {0} besjen"
+
+#: src/components/ProfileCard.tsx:116
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:446
+#: src/screens/Search/components/SearchProfileCard.tsx:36
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
+msgid "View {0}'s profile"
+msgstr "Profyl fan {0} besjen"
+
+#: src/components/dms/MessagesListHeader.tsx:181
+msgid "View {displayName}'s profile"
+msgstr "Profyl fan {displayName} besjen"
+
+#: src/components/ProfileHoverCard/index.web.tsx:472
+msgid "View blocked user's profile"
+msgstr "Profyl fan blokkearre brûker besjen"
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:100
+msgid "View blogpost for more details"
+msgstr "Blogartikel foar mear details besjen"
+
+#: src/view/screens/Log.tsx:57
+msgid "View debug entry"
+msgstr "Debug-item besjen"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:137
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
+msgid "View details"
+msgstr "Details besjen"
+
+#: src/components/moderation/ReportDialog/index.tsx:263
+#: src/components/ReportDialog/SelectReportOptionView.tsx:132
+msgid "View details for reporting a copyright violation"
+msgstr "Details foar melden fan in auteursrjochtskeining besjen"
+
+#: src/view/com/posts/ViewFullThread.tsx:59
+msgid "View full thread"
+msgstr "Folslein petear besjen"
+
+#: src/components/moderation/LabelsOnMe.tsx:46
+msgid "View information about these labels"
+msgstr "Ynformaasje oer dizze labels besjen"
+
+#: src/components/interstitials/TrendingVideos.tsx:191
+#: src/components/interstitials/TrendingVideos.tsx:210
+#: src/screens/Search/modules/ExploreTrendingVideos.tsx:194
+#: src/screens/Search/modules/ExploreTrendingVideos.tsx:213
+msgid "View more"
+msgstr "Meaer besjen"
+
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
+#: src/view/com/posts/PostFeedErrorMessage.tsx:175
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
+msgid "View profile"
+msgstr "Profyl besjen"
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:119
+msgid "View the avatar"
+msgstr "Avatar besjen"
+
+#: src/components/LabelingServiceCard/index.tsx:164
+msgid "View the labeling service provided by @{0}"
+msgstr "De labeltsjinst fan @{0} besjen"
+
+#: src/components/verification/VerificationCheckButton.tsx:99
+msgid "View this user's verifications"
+msgstr "Ferifikaasjes fan dizze account besjen"
+
+#: src/screens/Profile/components/ProfileFeedHeader.tsx:481
+msgid "View users who like this feed"
+msgstr "Brûkers dy’t oer dizze feed meie besjen"
+
+#: src/components/VideoPostCard.tsx:398
+msgid "View video"
+msgstr "Fideo besjen"
+
+#: src/screens/Moderation/index.tsx:268
+msgid "View your blocked accounts"
+msgstr "Dyn blokkearre accounts besjen"
+
+#: src/screens/Moderation/index.tsx:208
+msgid "View your default post interaction settings"
+msgstr "Dyn standert ynstellingen foar ynteraksje-berjochten besjen"
+
+#: src/view/com/home/HomeHeaderLayout.web.tsx:56
+#: src/view/com/home/HomeHeaderLayoutMobile.tsx:77
+msgid "View your feeds and explore more"
+msgstr "Dyn feeds besjen en ûntdek mear"
+
+#: src/screens/Moderation/index.tsx:238
+msgid "View your moderation lists"
+msgstr "Dyn moderaasjelisten besjen"
+
+#: src/screens/Moderation/index.tsx:253
+msgid "View your muted accounts"
+msgstr "Dyn negearre accounts besjen"
+
+#: src/components/verification/VerificationCheckButton.tsx:98
+msgid "View your verifications"
+msgstr "Dyn ferifikaasjes besjen"
+
+#: src/view/com/util/images/AutoSizedImage.tsx:199
+#: src/view/com/util/images/AutoSizedImage.tsx:221
+msgid "Views full image"
+msgstr "Toant folsleine ôfbylding"
+
+#: src/components/VideoPostCard.tsx:121
+msgid "Views video in immersive mode"
+msgstr "Toant fideo yn folslein skerm"
+
+#: src/view/com/modals/LinkWarning.tsx:89
+#: src/view/com/modals/LinkWarning.tsx:95
+msgid "Visit Site"
+msgstr "Website besjen"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VolumeControl.tsx:80
+msgid "Volume"
+msgstr "Folume"
+
+#: src/components/moderation/LabelPreference.tsx:136
+#: src/lib/moderation/useLabelBehaviorDescription.ts:17
+#: src/lib/moderation/useLabelBehaviorDescription.ts:22
+msgid "Warn"
+msgstr "Warskôgje"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:48
+msgid "Warn content"
+msgstr "Warskôgje oer ynhâld"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:46
+msgid "Warn content and filter from feeds"
+msgstr "Warskôgje oer ynhâld en filterje út feeds"
+
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
+#: src/screens/Hashtag.tsx:205
+msgid "We couldn't find any results for that hashtag."
+msgstr "Wy koene gjin resultaten fine foar dy hashtag."
+
+#: src/screens/Topic.tsx:178
+msgid "We couldn't find any results for that topic."
+msgstr "Wy koene gjin resultaten fine foar dit ûnderwerp."
+
+#: src/screens/Messages/Conversation.tsx:130
+msgid "We couldn't load this conversation"
+msgstr "Wy koene dit petear net lade"
+
+#: src/screens/SignupQueued.tsx:160
+msgid "We estimate {estimatedTime} until your account is ready."
+msgstr "Wy skatte {estimatedTime} oant dat dyn account klear is."
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:107
+msgid "We have sent another verification email to <0>{0}</0>."
+msgstr "Wy hawwe in nije ferifikaasje-e-mailberjocht ferstjoerd nei <0>{0}</0>."
+
+#: src/screens/Onboarding/StepFinished.tsx:256
+msgid "We hope you have a wonderful time. Remember, Bluesky is:"
+msgstr "Wy hoopje datsto in geweldige tiid hast. Ferjit net, Bluesky is:"
+
+#: src/view/com/posts/DiscoverFallbackHeader.tsx:29
+msgid "We ran out of posts from your follows. Here's the latest from <0/>."
+msgstr "Wy hawwe gjin berjochten mear fan folge accounts. Hjir is it lêste nijs fan <0/>."
+
+#: src/screens/Settings/SettingsInterests.tsx:155
+msgid "We recommend selecting at least two interests."
+msgstr "Wy rekommandearje oan om op syn minst twa ynteressen te selektearjen."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Wy hawwe in e-mailberjocht nei <0>{0}</0> mei in keppeling ferstjoerd. Klik derop om it e-mailferifikaasjeproses te foltôgjen."
+
+#: 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 "Wy hawwe net bepale kinnen oftsto fideo’s oplade meist. Probearj it opnij."
+
+#: src/components/dialogs/BirthDateSettings.tsx:52
+msgid "We were unable to load your birth date preferences. Please try again."
+msgstr "Wy kinne dyn bertedatumfoarkarren net lade. Probearje it opnij."
+
+#: src/screens/Moderation/index.tsx:428
+msgid "We were unable to load your configured labelers at this time."
+msgstr "Wy koene dyn konfigurearre labelers op dit stuit net lade."
+
+#: 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 "Wy koene gjin ferbining meitsje. Probearje it opnij om troch te gean mei it ynstellen fan dyn account. As it mislearren bliuwt, kinsto dizze stappen oerslaan."
+
+#: src/screens/SignupQueued.tsx:164
+msgid "We will let you know when your account is ready."
+msgstr "Wy litte dy witte wannear’t dyn account klear is."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Wy stjoere in e-mailberjocht nei <0>{0}</0> mei in keppeling. Klik derop om it e-mailferifikaasjeproses te foltôgjen."
+
+#: src/screens/Onboarding/StepInterests/index.tsx:134
+msgid "We'll use this to help customize your experience."
+msgstr "Wy brûke dizze ynformaasje om dyn ûnderfining te personalisearjen."
+
+#: src/components/dialogs/SearchablePeopleList.tsx:107
+#: src/components/ProgressGuide/FollowDialog.tsx:172
+msgid "We're having network issues, try again"
+msgstr "Der binne netwurkproblemen, probearje it opnij"
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
+msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
+msgstr "Wy yntrodusearje in nije ferifikaasjelaach op Bluesky – in iefâldich-te-sjen finkje."
+
+#: src/screens/Signup/index.tsx:109
+msgid "We're so excited to have you join us!"
+msgstr "Wy binne och sa bliid datsto by ús bist!"
+
+#: src/view/screens/ProfileList.tsx:117
+msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}."
+msgstr "It spyt ús, mar wy kinne dizze list net ophelje. Nim kontakt op mei de opsteller fan de list, @{handleOrDid}, as dit barren bliuwt."
+
+#: 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 "It spyt ús, mar wy koene dyn negearre wurden op dit stuit net lade. Probearje it opnij."
+
+#: src/screens/Search/SearchResults.tsx:222
+msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
+msgstr "It spyt ús, mar dyn sykopdracht kin net foltôge wurde. Probearje it oer in pear minuten opnij."
+
+#: src/view/com/composer/Composer.tsx:421
+msgid "We're sorry! The post you are replying to has been deleted."
+msgstr "It spyt ús! It berjocht wêropsto reagearrest is fuortsmiten."
+
+#: src/components/Lists.tsx:194
+#: src/view/screens/NotFound.tsx:50
+msgid "We're sorry! We can't find the page you were looking for."
+msgstr "It spyt ús! Wy kinne de side dy’tsto sochtst net fine."
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
+msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
+msgstr "It spyt ús! Do kinst dy mar op tweintich labelers abonnearje en do hast dizze limyt berikt."
+
+#: src/screens/Deactivated.tsx:125
+msgid "Welcome back!"
+msgstr "Wolkom werom!"
+
+#: src/components/NewskieDialog.tsx:103
+msgid "Welcome, friend!"
+msgstr "Wolkom, freon!"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:126
+msgid "What are your interests?"
+msgstr "Wat binne dyn ynteressen?"
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:41
+msgid "What do you want to call your starter pack?"
+msgstr "Hoe wolsto dyn startpakket neame?"
+
+#: src/view/com/auth/SplashScreen.tsx:38
+#: src/view/com/auth/SplashScreen.web.tsx:99
+#: src/view/com/composer/Composer.tsx:732
+msgid "What's up?"
+msgstr "Hoe giet it?"
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
+msgid "When you tap on a check, you’ll see which organizations have granted verification."
+msgstr "Asto op in finkje tikke, silsto sjen hokker organisaasjes ferifikaasje krigen hawwe."
+
+#: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
+msgid "Which languages are used in this post?"
+msgstr "Hokker talen wurde yn dit berjocht brûkt?"
+
+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:79
+msgid "Which languages would you like to see in your algorithmic feeds?"
+msgstr "Hokke talen wolsto sjen yn dyn algoritmyske feeds?"
+
+#: src/components/WhoCanReply.tsx:183
+msgid "Who can interact with this post?"
+msgstr "Wa kin reagearje op dit berjocht?"
+
+#: src/components/WhoCanReply.tsx:91
+msgid "Who can reply"
+msgstr "Wa kin reagearje"
+
+#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
+msgid "Who can verify?"
+msgstr "Wa kin ferifiearje?"
+
+#: src/screens/Home/NoFeedsPinned.tsx:79
+#: src/screens/Messages/ChatList.tsx:232
+#: src/screens/Messages/Inbox.tsx:176
+msgid "Whoops!"
+msgstr "Wûpsty!"
+
+#: src/components/interstitials/TrendingVideos.tsx:127
+#: src/screens/Search/modules/ExploreTrendingVideos.tsx:108
+msgid "Whoops! Trending videos failed to load."
+msgstr "Wûpsty! Populêre fideo’s laden mislearre."
+
+#: src/screens/Takendown.tsx:173
+msgid "Why are you appealing?"
+msgstr "Wêrom tsjinnesto beswier yn?"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:42
+msgid "Why should this content be reviewed?"
+msgstr "Wêrom moat dizze ynhâld beoardiele wurde?"
+
+#: src/components/moderation/ReportDialog/copy.ts:32
+#: src/components/ReportDialog/SelectReportOptionView.tsx:55
+msgid "Why should this feed be reviewed?"
+msgstr "Wêrom moat dizze feed beoardiele wurde?"
+
+#: src/components/moderation/ReportDialog/copy.ts:26
+#: src/components/ReportDialog/SelectReportOptionView.tsx:52
+msgid "Why should this list be reviewed?"
+msgstr "Wêrom moat dizze list beoardiele wurde?"
+
+#: src/components/moderation/ReportDialog/copy.ts:44
+#: src/components/ReportDialog/SelectReportOptionView.tsx:61
+msgid "Why should this message be reviewed?"
+msgstr "Wêrom moat dit berjocht beoardiele wurde?"
+
+#: src/components/moderation/ReportDialog/copy.ts:20
+#: src/components/ReportDialog/SelectReportOptionView.tsx:49
+msgid "Why should this post be reviewed?"
+msgstr "Wêrom moat dit berjocht beoardiele wurde?"
+
+#: src/components/moderation/ReportDialog/copy.ts:38
+#: src/components/ReportDialog/SelectReportOptionView.tsx:58
+msgid "Why should this starter pack be reviewed?"
+msgstr "Wêrom moat dit startpakket beoardiele wurde?"
+
+#: src/components/moderation/ReportDialog/copy.ts:14
+#: src/components/ReportDialog/SelectReportOptionView.tsx:46
+msgid "Why should this user be reviewed?"
+msgstr "Wêrom moat dizze brûker beoardiele wurde?"
+
+#: src/screens/Messages/components/MessageInput.tsx:154
+#: src/screens/Messages/components/MessageInput.web.tsx:214
+msgid "Write a message"
+msgstr "Skriuw in berjocht"
+
+#: src/view/com/composer/Composer.tsx:823
+msgid "Write post"
+msgstr "Skriuw berjocht"
+
+#: src/view/com/composer/Composer.tsx:730
+#: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
+msgid "Write your reply"
+msgstr "Skriuw dyn reaksje"
+
+#: src/screens/Onboarding/index.tsx:25
+#: src/screens/Onboarding/state.ts:116
+msgid "Writers"
+msgstr "Skriuwers"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:356
+msgid "Wrong DID returned from server. Received: {0}"
+msgstr "Ferkearde DID weromstjoerd troch server. Untfongen: {0}"
+
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
+#: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
+msgid "Yes"
+msgstr "Ja"
+
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108
+msgid "Yes, deactivate"
+msgstr "Ja, de-aktivearje"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:669
+msgid "Yes, delete this starter pack"
+msgstr "Ja, smyt dit startpakket fuort"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
+msgid "Yes, detach"
+msgstr "Ja, losmeitsje"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
+msgid "Yes, hide"
+msgstr "Ja, ferstopje"
+
+#: src/screens/Deactivated.tsx:147
+msgid "Yes, reactivate my account"
+msgstr "Ja, myn account opnij aktivearje"
+
+#: src/components/dms/DateDivider.tsx:46
+msgid "Yesterday"
+msgstr "Juster"
+
+#: src/components/NewskieDialog.tsx:43
+msgid "You"
+msgstr "Do"
+
+#: src/components/verification/VerifierDialog.tsx:59
+msgid "You are a trusted verifier"
+msgstr "Do bist in fertroude ferifiearder"
+
+#: src/components/forms/HostingProvider.tsx:45
+msgid "You are creating an account on"
+msgstr "Do makkest in account op"
+
+#: src/screens/SignupQueued.tsx:157
+msgid "You are in line."
+msgstr "Do stiest yn de rige."
+
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
+#: src/view/com/composer/state/video.ts:410
+msgid "You are not allowed to upload videos."
+msgstr "Do meist gjin fideo’s oplade."
+
+#: src/view/com/profile/ProfileFollows.tsx:94
+msgid "You are not following anyone."
+msgstr "Do folgest net ien."
+
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
+#: src/components/verification/VerificationsDialog.tsx:64
+msgid "You are verified"
+msgstr "Do bist ferfiearre"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
+msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
+msgstr "Do bist ferifiearre. Do silst dyn ferifikaasjestatus ferlieze asto dyn werjeftenamme wizigest. <0>Mear ynfo.</0>"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:208
+msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
+msgstr "Do bist ferifiearre. Do silst dyn ferifikaasjestatus ferlieze asto dyn handle wizigest. <0>Mear ynfo.</0>"
+
+#: src/screens/Search/modules/ExploreInterestsCard.tsx:45
+msgid "You can adjust your interests at any time from \"Content and media\" settings."
+msgstr "Do kinst dyn ynteressen altyd yn de ynstellingen ûnder ‘Ynhâld en media’ oanpasse."
+
+#: 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 "Do kinst ek nije personalisearre feeds ûntdekke om te folgjen."
+
+#: src/view/com/modals/DeleteAccount.tsx:198
+msgid "You can also temporarily deactivate your account instead, and reactivate it at any time."
+msgstr "Do kinst dyn account yn stee dêrfan ek tydlik de-aktivearje en op elk winske momint opnij aktivearje."
+
+#: src/screens/Messages/Settings.tsx:111
+msgid "You can continue ongoing conversations regardless of which setting you choose."
+msgstr "Do kinst rinnende petearen trochsette, nettsjinsteande hokker ynstelling do kiest."
+
+#: src/screens/Login/index.tsx:182
+#: src/screens/Login/PasswordUpdatedForm.tsx:26
+msgid "You can now sign in with your new password."
+msgstr "Do kinst dy no oanmelde mei dyn nije wachtwurd."
+
+#: src/screens/Deactivated.tsx:133
+msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users."
+msgstr "Do kinst dyn account opnij aktivearje om troch gean te kinnen mei oanmelden. Dyn profyl en berjochten binne dan sichtber foar oare brûkers."
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:81
+msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings</0>."
+msgstr "Do kinst standert ynteraksjeynstellingen ynstelle yn <0>Ynstellingen → Moderaasje → Ynteraksje-ynstellingen</0>."
+
+#: src/components/interstitials/Trending.tsx:130
+#: src/components/interstitials/TrendingVideos.tsx:139
+#: src/view/shell/desktop/SidebarTrendingTopics.tsx:109
+msgid "You can update this later from your settings."
+msgstr "Do kinst dit letter bywurkje fan dyn ynstellingen út."
+
+#: src/view/com/profile/ProfileFollowers.tsx:94
+msgid "You do not have any followers."
+msgstr "Do hast gjin folgers."
+
+#: src/screens/Profile/KnownFollowers.tsx:109
+msgid "You don't follow any users who follow @{name}."
+msgstr "Do folgest gjin brûkers dy’t @{name} folgje."
+
+#: src/screens/Messages/Inbox.tsx:220
+msgid "You don't have any chat requests at the moment."
+msgstr "Do hast op dit stuit gjin chatfersiken."
+
+#: 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 "Do hast noch gjin útnûgingskoaden! Wy stjoere dy der in pear asto wat langer op Bluesky bist."
+
+#: src/view/screens/SavedFeeds.tsx:137
+msgid "You don't have any pinned feeds."
+msgstr "Do hast gjin fêstsette feeds."
+
+#: src/view/screens/SavedFeeds.tsx:177
+msgid "You don't have any saved feeds."
+msgstr "Do hast gjin bewarre feeds."
+
+#: src/view/com/post-thread/PostThread.tsx:271
+msgid "You have blocked the author or you have been blocked by the author."
+msgstr "Do hast de auteur blokkearre of do bist troch de auteur blokkearre."
+
+#: src/components/dms/MessagesListBlockedFooter.tsx:66
+msgid "You have blocked this user"
+msgstr "Do hast dizze brûker blokkeerre"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:73
+#: src/lib/moderation/useModerationCauseDescription.ts:57
+#: src/lib/moderation/useModerationCauseDescription.ts:65
+msgid "You have blocked this user. You cannot view their content."
+msgstr "Do hast dizze brûker blokkeerre. Do kinst de ynhâld net besjen."
+
+#: src/screens/Login/SetNewPasswordForm.tsx:49
+#: src/screens/Login/SetNewPasswordForm.tsx:95
+#: src/view/com/modals/ChangePassword.tsx:87
+#: src/view/com/modals/ChangePassword.tsx:133
+msgid "You have entered an invalid code. It should look like XXXXX-XXXXX."
+msgstr "Do hat in ûnjildige koade ynfierd. Dizze soe der sa út sjen moatte XXXXX-XXXXX."
+
+#: src/lib/moderation/useModerationCauseDescription.ts:116
+msgid "You have hidden this post"
+msgstr "Do hast dit berjocht ferstoppe"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:111
+msgid "You have hidden this post."
+msgstr "Do hast dit berjocht ferstoppe."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:104
+#: src/lib/moderation/useModerationCauseDescription.ts:99
+msgid "You have muted this account."
+msgstr "Do hast dizze account negearre."
+
+#: src/lib/moderation/useModerationCauseDescription.ts:93
+msgid "You have muted this user"
+msgstr "Do hast dizze brûker negearre"
+
+#: src/screens/Messages/ChatList.tsx:275
+msgid "You have no conversations yet. Start one!"
+msgstr "Do hast noch gjin petearen. Begjin der ien!"
+
+#: src/view/com/feeds/ProfileFeedgens.tsx:139
+msgid "You have no feeds."
+msgstr "Do hast gjin feeds."
+
+#: src/view/com/lists/MyLists.tsx:81
+#: src/view/com/lists/ProfileLists.tsx:135
+msgid "You have no lists."
+msgstr "Do hast gjin listen."
+
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
+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 "Do hast noch gjin accounts blokkearre. Om in account te blokkearjen giesto nei it profyl en selektearresto ‘Account blokkearje’ yn it menu fan de account."
+
+#: src/view/screens/ModerationMutedAccounts.tsx:179
+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 "Do hast noch gjin accounts negearre. Om in account te negearjen giesto nei it profyl en selektearresto ‘Account negearje’ yn it menu fan de account."
+
+#: src/components/Lists.tsx:57
+msgid "You have reached the end"
+msgstr "Do bist oan it ein kaam"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Do hast dyn e-mailadres mei sukses ferifiearre. Do kinst dit dialoochfinster slute."
+
+#: src/lib/media/video/upload.shared.ts:56
+msgid "You have temporarily reached the limit for video uploads. Please try again later."
+msgstr "Do bist tydlik oer de limyt foar fideo-oplaads hinne. Probearje it letter opnij."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
+msgid "You haven't created a starter pack yet!"
+msgstr "Do hast noch gjin startpakket makke!"
+
+#: src/components/dialogs/MutedWords.tsx:398
+msgid "You haven't muted any words or tags yet"
+msgstr "Do negearrest noch gjin wurden of tags"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:118
+#: src/lib/moderation/useModerationCauseDescription.ts:127
+msgid "You hid this reply."
+msgstr "Do hast dizze reaksje ferstoppe."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:79
+msgid "You may appeal non-self labels if you feel they were placed in error."
+msgstr "Do kinst beswier meitsje tsjin labels pleatst troch oaren asto fynst dat se ûnrjochtlik pleatst binne."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:84
+msgid "You may appeal these labels if you feel they were placed in error."
+msgstr "Do kinst beswier meitsje tsjin labels asto fynst dat se ûnrjochtlik pleatst binne."
+
+#: src/screens/StarterPack/Wizard/State.tsx:76
+msgid "You may only add up to {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE} profiles}}"
+msgstr "Do meist mar oant {STARTER_PACK_MAX_SIZE, plural, one {}other {{STARTER_PACK_MAX_SIZE} profilen}} tafoegje"
+
+#: src/screens/StarterPack/Wizard/State.tsx:95
+msgid "You may only add up to 3 feeds"
+msgstr "Do meist maksimaal 3 feeds tafoegje"
+
+#: src/lib/media/picker.shared.ts:25
+msgid "You may only select up to 4 images"
+msgstr "Do meist maksimaal 4 ôfbyldingen selektearje"
+
+#: src/screens/Signup/StepInfo/Policies.tsx:106
+msgid "You must be 13 years of age or older to create an account."
+msgstr "Do moatst op syn minst 13 jier âls wêze om in account oant te meitsjen."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+msgid "You must be following at least seven other people to generate a starter pack."
+msgstr "Do moatst op syn minst 7 oare persoanen folgje om in startpakket te generearjen."
+
+#: src/components/StarterPack/QrCodeDialog.tsx:61
+msgid "You must grant access to your photo library to save a QR code"
+msgstr "Do moatst tagong ta dyn fotobiblioteek jaan om in QR-koade te bewarjen"
+
+#: src/components/StarterPack/ShareDialog.tsx:68
+msgid "You must grant access to your photo library to save the image."
+msgstr "Do moatst tagong ta dyn fotobiblioteek jaan om in ôfbylding te bewarjen."
+
+#: src/components/ReportDialog/SubmitView.tsx:211
+msgid "You must select at least one labeler for a report"
+msgstr "Do moatst minimaal ien labeler selektearje foar in melding"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Do moatst dyn e-mailadres ferifiearje eardatsto twa-staps-autentikaasje ynskeakelje kinst."
+
+#: src/screens/Deactivated.tsx:128
+msgid "You previously deactivated @{0}."
+msgstr "Do hast @{0} earder de-aktivearre."
+
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Do wolst de app wierskynlik no opnij starte."
+
+#: src/components/dms/MessageItem.tsx:135
+msgid "You reacted {0}"
+msgstr "Do hast mei {0} reagearre"
+
+#: src/screens/Messages/components/ChatListItem.tsx:218
+msgid "You reacted {0} to {1}"
+msgstr "Do hast mei {0} op {1} reagearre"
+
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
+msgid "You will be signed out of all your accounts."
+msgstr "Do wurdst by al dyn accounts ôfmeld."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
+msgid "You will no longer receive notifications for this thread"
+msgstr "Do ûntfangst gjin meldingen mear foar dit petear"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
+msgid "You will now receive notifications for this thread"
+msgstr "Do ûntfangst no meldingen foar dit petear"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:108
+msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password."
+msgstr "Do ûntfangst in e-mailberjocht mei in ‘opnij-ynstelle-koade’. Fier hjir dy koade yn en fier dernei dyn nije wachtwurd yn."
+
+#: src/screens/Messages/components/ChatListItem.tsx:154
+msgid "You: {0}"
+msgstr "Do: {0}"
+
+#: src/screens/Messages/components/ChatListItem.tsx:183
+msgid "You: {defaultEmbeddedContentMessage}"
+msgstr "Do: {defaultEmbeddedContentMessage}"
+
+#: src/screens/Messages/components/ChatListItem.tsx:176
+msgid "You: {short}"
+msgstr "Do: {short}"
+
+#: src/screens/Signup/index.tsx:125
+msgid "You'll follow the suggested users and feeds once you finish creating your account!"
+msgstr "Do folgest de foarstelde brûkers en feeds, sa gau asto klear bist mei it oanmeitsjen fan dyn account!"
+
+#: src/screens/Signup/index.tsx:130
+msgid "You'll follow the suggested users once you finish creating your account!"
+msgstr "Do folgest de foarstelde brûkers, sa gau asto klear bist mei it oanmeitsjen fan dyn account!"
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:236
+msgid "You'll follow these people and {0} others"
+msgstr "Do folgest dizze persoanen en {0} oaren"
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:234
+msgid "You'll follow these people right away"
+msgstr "Do folgest dizze persoanen daliks"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
+msgid "You'll receive an email at <0>{0}</0> to verify it's you."
+msgstr "Do ûntfangst in e-mailberjocht op <0>{0}</0> om te ferifiearjen datsto it bist."
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:274
+msgid "You'll stay updated with these feeds"
+msgstr "Do bliuwst op de hichte fia dizze feeds"
+
+#: src/screens/SignupQueued.tsx:127
+msgid "You're in line"
+msgstr "Do stiest yn de rige"
+
+#: src/screens/Onboarding/StepFinished.tsx:253
+msgid "You're ready to go!"
+msgstr "Do bist de klear foar!"
+
+#: src/screens/Deactivated.tsx:89
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:54
+msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account."
+msgstr "Do bist oanmeld mei in app-wachtwurd. Meld dy oan mei dyn haadwachtwurd om troch te gean mei it de-aktivearjen fan dyn account."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:108
+#: src/lib/moderation/useModerationCauseDescription.ts:108
+msgid "You've chosen to hide a word or tag within this post."
+msgstr "Do hast derfoar keazen om in wurd of tag yn dit berjocht te ferstopjen."
+
+#: src/state/shell/progress-guide.tsx:234
+msgid "You've found some people to follow"
+msgstr "Do hastt inkelde minsken fûn om te folgjen"
+
+#: src/view/com/posts/FollowingEndOfFeed.tsx:44
+msgid "You've reached the end of your feed! Find some more accounts to follow."
+msgstr "Do hast it ein fan dyn feed berikt! Sykje noch mear accounts om te folgjen."
+
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Do bist oer it maksimaal tal tasteane fersiken. Probearje it letter nochris."
+
+#: src/view/com/composer/state/video.ts:421
+msgid "You've reached your daily limit for video uploads (too many bytes)"
+msgstr "Do bist oer dyn deistige limyt foar fideo-oplaads (te folle bytes)"
+
+#: src/view/com/composer/state/video.ts:425
+msgid "You've reached your daily limit for video uploads (too many videos)"
+msgstr "Do bist oer dyn deistige limyt foar fideo-oplaads (te folle fideo’s)"
+
+#: src/screens/VideoFeed/index.tsx:1100
+msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
+msgstr "Do hast gjin fideo’s mear om te besjen. Miskien is it in goed momint om skoft te hâlden?"
+
+#: src/screens/Signup/index.tsx:158
+msgid "Your account"
+msgstr "Dyn account"
+
+#: src/view/com/modals/DeleteAccount.tsx:84
+msgid "Your account has been deleted"
+msgstr "Dyn account is fuortsmiten"
+
+#: src/screens/Takendown.tsx:146
+msgid "Your account has been suspended"
+msgstr "Dyn account is opskoarten"
+
+#: src/view/com/composer/state/video.ts:429
+msgid "Your account is not yet old enough to upload videos. Please try again later."
+msgstr "Dyn account is noch net âld genôch om fideo’s op te laden. Probearje it letter nochris."
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:67
+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 "Dyn accountrepository, dy’t alle iepenbiere gegevensrecords befettet, kin download wurde as in ‘CAR’-bestân. Dit bestân befettet gjin media-ynslutingen, lykas ôfbyldingen, en gjin priveegegevens. Dy moatte ôfsûnderlik ophelle wurde."
+
+#: src/screens/Takendown.tsx:214
+msgid "Your account was found to be in violation of the <0>Bluesky Social Terms of Service</0>. You have been sent an email outlining the specific violation and suspension period, if applicable. You can appeal this decision if you believe it was made in error."
+msgstr "Dyn account is yn striid mei de <0>Tsjinstbetingsten fan Bluesky Social</0>. Do hast in e-mailberjocht ûntfongen mei ynformaasje oer de presize oertrêding en de doer fan dyn eventuele skorsing. Asto fan miening bist dat dit in fersin betreft, kinsto beswier meitsje tsjin dizze beslissing."
+
+#: src/screens/Takendown.tsx:154
+msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email."
+msgstr "Dyn beswier is yntsjinne. Asto yn it gelyk stelst wurdst, ûntfangsto in e-mailberjocht."
+
+#: src/screens/Signup/StepInfo/index.tsx:257
+msgid "Your birth date"
+msgstr "Dyn bertedatum"
+
+#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:195
+msgid "Your browser does not support the video format. Please try a different browser."
+msgstr "Dyn browser stipet de fideo-yndieling net. Probearje in oare browser."
+
+#: src/screens/Messages/components/ChatDisabled.tsx:25
+msgid "Your chats have been disabled"
+msgstr "Dyn chats binne útskeakele"
+
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Dyn kar sil foar takomstige keppelingen ûnthâlden wurde. Do kinst it op elk momint yn de ynstellingen oanpasse."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:513
+msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
+msgstr "Dyn aktuele handle <0>{0}</0> bliuwt automatysk foar dy reservearre. Do kinst fan dizze account út altyd hjir nei weromskeakelje."
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Dyn e-mailadres is bywurke, mar it is noch net ferifiearre. Ferifiearje as folgjende stap dyn nije e-mailadres."
+
+#: src/screens/Login/ForgotPasswordForm.tsx:51
+#: src/screens/Signup/state.ts:270
+#: src/screens/Signup/StepInfo/index.tsx:98
+#: src/view/com/modals/ChangePassword.tsx:55
+msgid "Your email appears to be invalid."
+msgstr "Dyn e-mailadres liket ûnjildich te wêzen."
+
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "Dyn e-mailadres is noch net ferifiearre. Ferifiearje dyn e-mailadres om alle funksjes fan Bluesky brûke te kinnen."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
+msgid "Your email has not yet been verified. This is an important security step which we recommend."
+msgstr "Dyn e-mailadres is noch net ferifiearre. Dit is in wichtige befeiligingsstap dy’t wy oanrekommandearje."
+
+#: src/state/shell/progress-guide.tsx:213
+msgid "Your first like!"
+msgstr "Dyn earste mei-’k-wol-oer!"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:443
+msgid "Your followers"
+msgstr "Dyn folgers"
+
+#: src/view/com/posts/FollowingEmptyState.tsx:43
+msgid "Your following feed is empty! Follow more users to see what's happening."
+msgstr "Dyn folgjende feed is leech! Folgje mear brûkers om te sjen wat der bart."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:240
+msgid "Your full handle will be <0>@{0}</0>"
+msgstr "Dyn folsleine handle wurdt <0>@{0}</0>"
+
+#: src/screens/Signup/StepHandle.tsx:137
+msgid "Your full username will be <0>@{0}</0>"
+msgstr "Dyn folsleine brûkersnamme wurdt <0>@{0}</0>"
+
+#: src/Navigation.tsx:395
+#: src/screens/Search/modules/ExploreInterestsCard.tsx:67
+#: src/screens/Settings/ContentAndMediaSettings.tsx:92
+#: src/screens/Settings/ContentAndMediaSettings.tsx:95
+#: src/screens/Settings/SettingsInterests.tsx:39
+msgid "Your interests"
+msgstr "Dyn ynteressen"
+
+#: src/screens/Settings/SettingsInterests.tsx:124
+msgctxt "toast"
+msgid "Your interests have been updated!"
+msgstr "Dyn ynteressen wurde bywurke!"
+
+#: src/screens/Search/modules/ExploreInterestsCard.tsx:94
+msgid "Your interests help us find what you like!"
+msgstr "Dyn ynteressen helpe ús dat te finen, dêr’tsto oer meist!"
+
+#: src/components/dialogs/MutedWords.tsx:369
+msgid "Your muted words"
+msgstr "Dyn negearre wurden"
+
+#: src/view/com/modals/ChangePassword.tsx:169
+msgid "Your password has been changed successfully!"
+msgstr "Dyn wachtwurd is mei sukses wizige!"
+
+#: src/screens/Signup/StepInfo/index.tsx:127
+msgid "Your password must be at least 8 characters long."
+msgstr "Dyn wachtwurd moat op syn minst 8 tekens lang wêze."
+
+#: src/view/com/composer/Composer.tsx:481
+msgid "Your post has been published"
+msgstr "Dyn berjocht is publisearre"
+
+#: src/view/com/composer/Composer.tsx:478
+msgid "Your posts have been published"
+msgstr "Dyn berjochten binne publisearre"
+
+#: src/screens/Onboarding/StepFinished.tsx:268
+msgid "Your posts, likes, and blocks are public. Mutes are private."
+msgstr "Dyn berjochten, mei-’k-wol-oers en blokkearringen binne iepenbier. Negearringen binne privee."
+
+#: 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 "Dyn profyl, berjochten, feeds en listen binne net langer sichtber foar oare Bluesky-brûkers. Do kinst dyn account op elk momint opnij aktivearje troch oan te melden."
+
+#: src/view/com/composer/Composer.tsx:480
+msgid "Your reply has been published"
+msgstr "Dyn reaksje is publisearre"
+
+#: src/components/moderation/ReportDialog/index.tsx:383
+msgid "Your report will be sent to <0>{0}</0>."
+msgstr "Dyn melding wurdt nei <0>{0}</0> ferstjoerd."
+
+#: src/components/dms/ReportDialog.tsx:200
+msgid "Your report will be sent to the Bluesky Moderation Service"
+msgstr "Dyn melding wurdt nei de Bluesky-moderaasjetsjinst ferstjoerd"
+
+#: src/screens/Settings/SettingsInterests.tsx:53
+msgid "Your selected interests help us serve you content you care about."
+msgstr "Dyn selektearre ynteressen helpe ús, dyn ynhâld te toane, dy’t dy ynteressearret."
+
+#: src/components/verification/VerificationsDialog.tsx:65
+msgid "Your verifications"
+msgstr "Dyn ferifikaasjes"
diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po
index ba294aae8..6419306e0 100644
--- a/src/locale/locales/ga/messages.po
+++ b/src/locale/locales/ga/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ga\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Irish\n"
 "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n"
@@ -27,8 +27,7 @@ msgstr "(gníomhach)"
 msgid "(contains embedded content)"
 msgstr "(tá ábhar leabaithe ann)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(gan ríomhphost)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# athphostáil} two {# athphostáil} few {# athphostái
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {soicind amháin} two {# shoicind} few {# shoicind} many {# soicind} other {# soicind}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {leantóir} two {leantóir} few {leantóir} many {leantóir} other {leantóir}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {á leanúint} two {á leanúint} few {á leanúint} many {á leanúint} other {á leanúint}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {moladh} two {mholadh} few {mholadh} many {moladh} other {moladh}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {moladh} two {mholadh} few {mholadh} many {moladh} other
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {phostáil} two {phostáil} few {phostáil} many {bpostáil} other {postáil}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {postáil athluaite} two {phostáil athluaite} few {phostáil athluaite} many {bpostáil athluaite} other {postáil athluaite}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {athphostáil} two {athphostáil} few {athphostáil} many {athphostáil} other {athphostáil}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>i <1>gclibeanna</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>i <1>dtéacs agus i gclibeanna</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "Chláraigh {0} an tseachtain seo"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "abhatár {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}n"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {uair} two {uair} few {uair} many {uair}
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {nóiméad} two {nóiméad} few {nóiméad} many {nóiméad} other {nóiméad}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "Lean {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}</0> thú"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "Mhol {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}</0> do shainfhotha"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "Mhol {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}</0> do phostáil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "D'athphostáil {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}</0> do phostáil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "Chláraigh {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}</0> le do phacáiste fáilte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "Lean {firstAuthorLink} thú"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "Lean {firstAuthorLink} thú"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "Mhol {firstAuthorLink} do shainfhotha"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "Mhol {firstAuthorLink} do phostáil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "D'athphostáil {firstAuthorLink} do phostáil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "Chláraigh {firstAuthorLink} le do phacáiste fáilte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "Lean {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} thú"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "Mhol {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do shainfhotha"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "Mhol {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do phostáil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "D'athphostáil {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do phostáil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "Chláraigh {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} le do phacáiste fáilte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "Lean {firstAuthorName} thú"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "Lean {firstAuthorName} thú"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "Mhol {firstAuthorName} do shainfhotha"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "Mhol {firstAuthorName} do phostáil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "D'athphostáil {firstAuthorName} do phostáil"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "Chláraigh {firstAuthorName} le do phacáiste fáilte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} á leanúint"
@@ -335,11 +339,23 @@ msgstr "{following} á leanúint"
 msgid "{handle} can't be messaged"
 msgstr "Ní féidir TD a chur chuig {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "Cuireadh <0>{0}, </0><1>{1}, </1>agus {2, plural, one {duine amháin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}} i do phacáiste fáilte"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {leantóir} two {leantóir} few {leantóir} many {leantóir} other {leantóir}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {á leanúint} two {á leanúint} few {á leanúint} many {á leanúint} other {á leanúint}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Turgnamhach:</0> Nuair atá an sainrogha cumasaithe, ní bhfaighidh t
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "Cuireadh <0>tusa</0> agus<1> </1><2>{0} </2>i do phacáiste fáilte"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Leasainm Neamhbhailí"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Maidir leis"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Glac Leis"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Glac leis an iarratas"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Inrochtaineacht"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Socruithe Inrochtaineachta"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Cuntas"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Cuntas blocáilte"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Cuntas leanta"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Balbhaíodh an cuntas"
@@ -517,33 +533,33 @@ msgstr "Balbhaíodh an Cuntas"
 msgid "Account Muted by List"
 msgstr "Balbhaíodh an Cuntas trí Liosta"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Roghanna cuntais"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Baineadh an cuntas ón mearliosta"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Cuntas díbhlocáilte"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Cuntas díleanta"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Níl an cuntas balbhaithe a thuilleadh"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Cuir {displayName} leis an bpacáiste fáilte"
 msgid "Add a content warning"
 msgstr "Cuir rabhadh faoin ábhar leis"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Cuir cuntas leis seo"
 msgid "Add alt text"
 msgstr "Cuir téacs malartach leis seo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Cuir téacs malartach leis seo (roghnach)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Cuir cuntas eile leis"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Cuir postáil eile leis"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "Cuir focail agus clibeanna a balbhaíodh leis seo"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Cuir postáil nua leis"
 
@@ -664,8 +684,8 @@ msgstr "Cuir an taifead DNS seo a leanas le d'fhearann:"
 msgid "Add this feed to your feeds"
 msgstr "Cuir an fotha seo le do chuid fothaí"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr ""
 
@@ -718,6 +738,11 @@ msgstr "Lipéid d'ábhar do dhaoine fásta"
 msgid "Advanced"
 msgstr "Ardleibhéal"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Uile"
@@ -732,7 +757,7 @@ msgstr "Leanadh na cuntais go léir!"
 msgid "All languages"
 msgstr "Gach teanga"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Na fothaí go léir a shábháil tú, in áit amháin."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Téacs malartach"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Cuireadh teachtaireacht ríomhphoist chuig {0}. Tá cód dearbhaithe faoi iamh. Is féidir leat an cód a chur isteach thíos anseo."
 
-#: 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 "Cuireadh teachtaireacht ríomhphoist chuig do sheanseoladh. {0}. Tá cód dearbhaithe faoi iamh."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Seoladh teachtaireacht rphoist chugat! Cuir isteach an cód dearbhaithe ón ríomhphost."
 
@@ -825,7 +849,7 @@ msgstr "Tharla earráid agus an físeán á chomhbhrú."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Tharla earráid agus do phacáiste fáilte á chruthú. An bhfuil fonn ort triail eile a bhaint as?"
 
@@ -842,7 +866,7 @@ msgstr "Tharla earráid agus an físeán á lódáil. Bain triail eile as."
 msgid "An error occurred while saving the QR code!"
 msgstr "Tharla earráid agus an cód QR á shábháil!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Tharla earráid agus an físeán á roghnú"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Tharla earráid agus an físeán á uaslódáil."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Rud nach bhfuil ar fáil sna roghanna seo"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Tharla fadhb agus an comhrá á thosú"
 
@@ -875,8 +899,8 @@ msgstr "Tharla fadhb agus an comhrá á oscailt"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Iompar Frithshóisialta"
 msgid "Anybody can interact"
 msgstr "Tá gach duine in ann idirghníomhú leis"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Deilbhín na haipe"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Teanga na haipe"
 
@@ -958,7 +982,7 @@ msgstr "Caithfidh ainm pasfhocal aipe a bheith ar a laghad ceithre charachtar ar
 msgid "App passwords"
 msgstr "Pasfhocail aipe"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Pasfhocail aipe"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "Déan achomharc i gcoinne an chinnidh seo"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Cuma"
 
@@ -1006,12 +1030,12 @@ msgstr "Cuma"
 msgid "Apply default recommended feeds"
 msgstr "Bain úsáid as fothaí réamhshocraithe a moladh"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Cartlannaithe ó {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Postáil sa chartlann"
 
@@ -1047,11 +1071,11 @@ msgstr "An bhfuil tú cinnte gur mhaith leat {0} a bhaint de do chuid fothaí?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "An bhfuil tú cinnte gur mhaith leat é seo a bhaint de do chuid fothaí?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "An bhfuil tú cinnte gur mhaith leat an dréacht seo a scriosadh?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "An bhfuil tú cinnte gur mhaith leat an phostáil seo a scriosadh?"
 
@@ -1072,6 +1096,11 @@ msgstr "Ealaín"
 msgid "Artistic or non-erotic nudity."
 msgstr "Lomnochtacht ealaíonta nó gan a bheith gáirsiúil."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "3 charachtar ar a laghad"
@@ -1103,7 +1132,7 @@ msgstr "Seinn físeáin agus GIFanna go huathoibríoch"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Ar ais"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Ní mór duit do ríomhphost a dheimhniú roimh liosta a chruthú."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Ní mór duit do ríomhphost a dheimhniú roimh phostáil a chruthú."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Ní mór duit do ríomhphost a dheimhniú roimh phacáiste fáilte a chruthú."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Ní cheadófar duit teachtaireacht a chur chuig úsáideoir eile roimh do ríomhphost a dheimhniú."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Breithlá"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blocáil"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Blocáil an cuntas seo"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Blocáil an cuntas seo?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blocáilte"
 msgid "Blocked accounts"
 msgstr "Cuntais bhlocáilte"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Cuntais bhlocáilte"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat. Ní fheicfidh tú a gcuid ábhair agus ní fheicfidh siad do chuid ábhair."
 
@@ -1226,11 +1261,11 @@ msgstr "Ní bhacann blocáil an lipéadóir seo ar lipéid a chur ar do chuntas.
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Tá an bhlocáil poiblí. Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Ní chuirfidh blocáil cosc ar lipéid a bheith curtha ar do chuntas, ach bacfaidh sí an cuntas seo ar fhreagraí a thabhairt i do chuid snáitheanna agus ar chaidreamh a dhéanamh leat."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blag"
 
@@ -1239,7 +1274,7 @@ msgstr "Blag"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Ní féidir le Bluesky an dáta maíte a dheimhniú."
 
@@ -1265,7 +1300,7 @@ msgstr "Déanann mathshlua meidhréis ar Bluesky!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Téarmaí Seirbhíse Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Roghnóidh Bluesky roinnt cuntas molta ó dhaoine i do líonra."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Tabhair súil ar an topaic {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Gnó"
 
@@ -1374,45 +1409,47 @@ msgstr "Má chruthaíonn tú cuntas, glacann tú leis na <0>Téarmaí Seirbhíse
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Ceamara"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Cealaigh"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Ná scrios an chuntas"
 msgid "Cancel image crop"
 msgstr "Cealaigh bearradh na híomhá"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Cuir athrú na próifíle ar ceal"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Cuireann sé seo oscailt an tsuímh gréasáin atá nasctha ar ceal"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Ní féidir plé le húsáideoir blocáilte"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Fotheidil (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Fotheidil agus téacs malartach"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Athraigh"
 
@@ -1478,13 +1514,12 @@ msgstr "Athraigh deilbhín na haipe"
 msgid "Change app icon to \"{0}\""
 msgstr "Athraigh deilbhín na haipe go \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Athraigh do sheoladh ríomhphoist"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Athraigh do sheoladh ríomhphoist"
 
@@ -1497,10 +1532,6 @@ msgstr "Athraigh mo leasainm"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Athraigh mo ríomhphost"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Athraigh mo phasfhocal"
@@ -1513,11 +1544,11 @@ msgstr ""
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Athraigh do ríomhphost"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Athraigh do sheoladh ríomhphoist"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Comhrá"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Balbhaíodh an comhrá"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Socruithe comhrá"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Díbhalbhaíodh an comhrá"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Roghnaigh modh deimhnithe fearainn"
 msgid "Choose Feeds"
 msgstr "Roghnaigh Fothaí"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Roghnaigh ar mo shon"
 
@@ -1619,7 +1650,7 @@ msgstr "Roghnaigh an dath seo mar abhatár duit"
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Tóg d'amlíne féin! Is féidir teacht ar ábhar a thaitneoidh leat le fothaí a thógann an pobal."
 
@@ -1631,16 +1662,16 @@ msgstr "Roghnaigh do phasfhocal"
 msgid "Choose your username"
 msgstr "Do leasainm"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Glan na sonraí ar fad atá i dtaisce."
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Glan na sonraí ar fad atá i dtaisce. Ansin atosaigh."
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Glan an cuardach"
 msgid "click here"
 msgstr "cliceáil anseo"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Cliceáil chun cosc a chur ar phostálacha athluaite den phostáil seo."
@@ -1676,29 +1715,34 @@ msgstr "Aeráid"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Trup, Trup a Chapaillín 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Dún"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Dún an dialóg oscailte"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Dún an tarraiceán íochtair"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Dún an dialóg"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Dún an roghnóir emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Dún an dialóg seo"
 msgid "Closes password update alert"
 msgstr "Dúnann sé seo an rabhadh faoi uasdátú an phasfhocail"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "Dúnann sé seo an t-amharcóir le haghaidh íomhá an cheanntáisc"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Laghdaigh an liosta úsáideoirí"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Laghdaíonn sé seo liosta na n-úsáideoirí le haghaidh an fhógra sin"
 
@@ -1791,7 +1835,7 @@ msgstr "Greann"
 msgid "Comics"
 msgstr "Greannáin"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Treoirlínte an phobail"
@@ -1804,11 +1848,11 @@ msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas."
 msgid "Complete the challenge"
 msgstr "Freagair an dúshlán"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Cum postáil nua"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Scríobh freagra"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Físeán á chomhbhrú..."
 
@@ -1828,23 +1872,17 @@ msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Le socrú i <0>socruithe na modhnóireachta</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Dearbhaigh"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Dearbhaigh an t-athrú"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Dearbhaigh socruithe le haghaidh teanga an ábhair"
@@ -1861,18 +1899,19 @@ msgstr "Dearbhaigh d'aois:"
 msgid "Confirm your birthdate"
 msgstr "Dearbhaigh do bhreithlá"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Cód dearbhaithe"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Cód Dearbhaithe"
 
@@ -1880,8 +1919,8 @@ msgstr "Cód Dearbhaithe"
 msgid "Connecting..."
 msgstr "Ag nascadh…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Teagmháil le Support"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Ábhar agus Meáin"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Ábhar agus meáin"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Ábhar agus Meáin"
 
@@ -1911,7 +1950,7 @@ msgstr "Scagthaí ábhair"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Teangacha ábhair"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Cúlra an roghchláir comhthéacs, cliceáil chun an roghchlár a dhúnadh."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Lean ar aghaidh"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Lean ort mar {0} (atá logáilte isteach faoi láthair)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Lean leis an snáithe..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Lean ar aghaidh go dtí an chéad chéim eile"
@@ -1973,7 +2012,7 @@ msgstr "Cócaireacht"
 msgid "Copied"
 msgstr "Cóipeáilte"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Leagan cóipeáilte sa ghearrthaisce"
 
@@ -1981,8 +2020,8 @@ msgstr "Leagan cóipeáilte sa ghearrthaisce"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Cóipeáilte sa ghearrthaisce"
 
@@ -1991,7 +2030,7 @@ msgstr "Cóipeáilte sa ghearrthaisce"
 msgid "Copied!"
 msgstr "Cóipeáilte!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "Cóipeáil"
 msgid "Copy App Password"
 msgstr "Cóipeáil an Pasfhocal Aipe"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Cóipeáil an cód"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Cóipeáil an DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Cóipeáil an Nasc"
 msgid "Copy link to list"
 msgstr "Cóipeáil an nasc leis an liosta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Cóipeáil an nasc leis an bpostáil"
 
@@ -2050,13 +2089,13 @@ msgstr "Cóipeáil an nasc leis an bpostáil"
 msgid "Copy message text"
 msgstr "Cóipeáil téacs na teachtaireachta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Cóipeáil téacs na postála"
 
@@ -2068,7 +2107,7 @@ msgstr "Cóipeáil an cód QR"
 msgid "Copy TXT record value"
 msgstr "Cóipeáil an taifead TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "An polasaí maidir le cóipcheart"
@@ -2078,7 +2117,7 @@ msgstr "An polasaí maidir le cóipcheart"
 msgid "Could not leave chat"
 msgstr "Níor éiríodh ar an gcomhrá a fhágáil"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Ní féidir an fotha a lódáil"
 
@@ -2094,7 +2133,7 @@ msgstr "Níor éiríodh ar an gcomhrá a bhalbhú"
 msgid "Could not process your video"
 msgstr "Níorbh fhéidir d'fhíseán a phróiseáil"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Cruthaigh"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Cruthaigh cód QR le haghaidh pacáiste fáilte"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Cruthaigh pacáiste fáilte"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Cruthaigh pacáiste fáilte ar mo shon"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Cruthaigh cuntas"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Cruthaigh abhatár nua ina ionad sin"
 
@@ -2209,13 +2248,13 @@ msgstr "Téama dorcha"
 msgid "Date of birth"
 msgstr "Dáta breithe"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Díghníomhaigh mo chuntas"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Dífhabhtaigh Modhnóireacht"
 
@@ -2237,13 +2276,13 @@ msgstr "Deilbhíní réamhshocraithe"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Scrios"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Scrios an cuntas"
 
@@ -2259,19 +2298,19 @@ msgstr "Scrios pasfhocal na haipe"
 msgid "Delete app password?"
 msgstr "Scrios pasfhocal na haipe?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Scrios taifead dearbhaithe comhrá"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Scrios an comhrá"
 
@@ -2299,9 +2338,9 @@ msgstr "Scrios an teachtaireacht seo domsa"
 msgid "Delete my account"
 msgstr "Scrios mo chuntas"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Scrios an phostáil"
 
@@ -2318,7 +2357,7 @@ msgstr "An bhfuil fonn ort an pacáiste fáilte seo a scriosadh?"
 msgid "Delete this list?"
 msgstr "An bhfuil fonn ort an liosta seo a scriosadh?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "An bhfuil fonn ort an phostáil seo a scriosadh?"
 
@@ -2335,19 +2374,19 @@ msgstr "Cuntas Scriosta"
 msgid "Deleted post."
 msgstr "Scriosadh an phostáil."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Cur síos"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Tá an cur síos rófhada"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Téacs malartach tuairisciúil"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Dícheangail an phostáil athluaite"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "An bhfuil fonn ort an phostáil athluaite a dhícheangal?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Roghanna d'fhorbróirí"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialóg: cé atá in ann idirghníomhú leis an bpostáil seo"
 msgid "Dim"
 msgstr "Breacdhorcha"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Ná húsáid 2FA trí ríomhphost"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Díchumasaithe"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Ná sábháil"
 
@@ -2420,11 +2468,11 @@ msgstr "Ná sábháil"
 msgid "Discard changes?"
 msgstr "Faigh réidh leis na hathruithe?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Faigh réidh leis an dréacht?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Faigh réidh leis an bpostáil?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Aimsigh sainfhothaí nua"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Aimsigh Fothaí Nua"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Ruaig"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Ruaig an earráid"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "Déan suaitheantais théacs malartaigh níos mó"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Ainm taispeána"
@@ -2482,11 +2530,11 @@ msgstr "Ainm taispeána"
 msgid "Display Name"
 msgstr "Ainm Taispeána"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Tá an t-ainm taispeána rófhada"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Ní thosaíonn ná chríochnaíonn sé le fleiscín"
 msgid "Domain verified!"
 msgstr "Fearann dearbhaithe!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Déanta{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Tapáil faoi dhó chun an fhuinneog a dhúnadh"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "Fad:"
 msgid "e.g. alice"
 msgstr "m.sh. cáit"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "m.sh. Cáit Ní Dhuibhir"
 
@@ -2587,7 +2645,7 @@ msgstr "m.sh. Cáit Ní Dhuibhir"
 msgid "e.g. alice.com"
 msgstr "m.sh. cait.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "m.sh. Ealaíontóir agus léitheoir craosach; is maith liom madraí!"
 
@@ -2595,19 +2653,19 @@ msgstr "m.sh. Ealaíontóir agus léitheoir craosach; is maith liom madraí!"
 msgid "E.g. artistic nudes."
 msgstr "Noicht ealaíonta, mar shampla"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "m.sh. Na cuntais is fearr"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "m.sh. Seoltóirí turscair"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "m.sh. Na cuntais nach dteipeann orthu riamh"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "m.sh. Úsáideoirí a fhreagraíonn le fógraí"
 
@@ -2615,7 +2673,7 @@ msgstr "m.sh. Úsáideoirí a fhreagraíonn le fógraí"
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Oibríonn gach cód uair amháin. Gheobhaidh tú tuilleadh cód go tráthrialta."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Eagar"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Cuir an t-abhatár in eagar"
 
@@ -2637,14 +2695,14 @@ msgstr "Cuir an t-abhatár in eagar"
 msgid "Edit Feeds"
 msgstr "Cuir Fothaí in Eagar"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Cuir an íomhá seo in eagar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Cuir na socruithe idirghníomhaíochta in eagar"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Athraigh mionsonraí an liosta"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Athraigh liosta na modhnóireachta"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Athraigh mo chuid fothaí"
 
@@ -2679,15 +2742,15 @@ msgstr "Cuir Daoine in Eagar"
 msgid "Edit post interaction settings"
 msgstr "Cuir socruithe idirghníomhaíochta na postála in eagar"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Athraigh an phróifíl"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Athraigh an Phróifíl"
 
@@ -2695,7 +2758,7 @@ msgstr "Athraigh an Phróifíl"
 msgid "Edit starter pack"
 msgstr "Cuir an pacáiste fáilte in eagar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Athraigh an liosta d’úsáideoirí"
 
@@ -2707,11 +2770,11 @@ msgstr "Cé atá in ann freagra a thabhairt"
 msgid "Edit your display name"
 msgstr "Cuir an t-ainm taispeána in eagar"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Athraigh an cur síos i do phróifíl"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Cuir do phacáiste fáilte in eagar"
 
@@ -2724,9 +2787,8 @@ msgstr "Oideachas"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Cuireadh cruthaitheoir an liosta seo cosc ortsa, nó chuir tusa cosc ar an gcruthaitheoir."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Ríomhphost"
 
@@ -2747,20 +2809,17 @@ msgstr "Seoladh ríomhphoist"
 msgid "Email Resent"
 msgstr "Athsheoladh an ríomhphost"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Seoladh ríomhphoist uasdátaithe"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Seoladh ríomhphoist uasdátaithe"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Ríomhphost dearbhaithe"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Leabaigh an cód HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Leabaigh an phostáil"
 
@@ -2785,8 +2844,9 @@ msgstr "Leabaigh an phostáil seo i do shuíomh gréasáin féin. Cóipeáil an
 msgid "Embedded video player"
 msgstr "Fís-seinnteoir leabaithe"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Cumasaigh"
 
@@ -2798,9 +2858,9 @@ msgstr "Cuir {0} amháin ar fáil"
 msgid "Enable adult content"
 msgstr "Cuir ábhar do dhaoine fásta ar fáil"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Cumasaigh 2FA ríomhphoist"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Cumasaithe"
 msgid "End of feed"
 msgstr "Deireadh an fhotha"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Deimhnigh gur roghnaigh tú teanga do gach comhad fotheideal."
 
@@ -2860,14 +2920,15 @@ msgstr "Cuir pasfhocal isteach"
 msgid "Enter a word or tag"
 msgstr "Cuir focal na clib isteach"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Cuir an cód isteach"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Cuir isteach an cód dearbhaithe"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Mód lánscáileáin"
@@ -2897,11 +2958,7 @@ msgstr "Cuir isteach do bhreithlá"
 msgid "Enter your email address"
 msgstr "Cuir isteach do sheoladh ríomhphoist"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Cuir isteach do sheoladh ríomhphoist nua thuas"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Cuir isteach do sheoladh ríomhphoist nua thíos."
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Earráid"
@@ -2997,15 +3054,15 @@ msgstr "Fágann sé seo an radharc ar an íomhá"
 msgid "Expand alt text"
 msgstr "Taispeáin an téacs malartach ina iomláine"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Leathnaigh an liosta úsáideoirí"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Leathnaigh nó laghdaigh an téacs iomlán a bhfuil tú ag freagairt"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "Téann sé seo as feidhm {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Meáin is féidir a bheith gáirsiúil nó goilliúnach."
 msgid "Explicit sexual images."
 msgstr "Íomhánna gnéasacha."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Easpórtáil mo chuid sonraí"
 
@@ -3071,12 +3132,12 @@ msgstr "Meáin sheachtracha"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Is féidir le meáin sheachtracha cumas a thabhairt do shuíomhanna ar an nGréasán eolas fútsa agus faoi do ghléas a chnuasach. Ní sheoltar ná iarrtar aon eolas go dtí go mbrúnn tú an cnaipe “play”."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Roghanna maidir le meáin sheachtracha"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Theip ar athrú an leasainm. Bain triail eile as."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Theip ar phasfhocal aipe a chruthú. Bain triail eile as."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Theip ar chruthú an phacáiste fáilte"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Teip ar chruthú an liosta. Seiceáil do nasc leis an idirlíon agus déan iarracht eile."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Teip ar theachtaireacht a scriosadh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Teip ar scriosadh na postála. Déan iarracht eile."
 
@@ -3129,7 +3186,7 @@ msgstr "Teip ar scriosadh na postála. Déan iarracht eile."
 msgid "Failed to delete starter pack"
 msgstr "Theip ar scriosadh an phacáiste fáilte"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Teip ar sheoladh"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Teip ar achomharc a dhéanamh, bain triail eile as, le do thoil."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Teip ar bhalbhú an tsnáithe a athrú; bain triail eile as"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Theip ar uasdátú na bhfothaí"
@@ -3219,11 +3290,15 @@ msgstr "Teip ar shocruithe a uasdátú"
 msgid "Failed to upload video"
 msgstr "Theip ar uaslódáil an fhíseáin"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Theip ar dhearbhú an leasainm. Bain triail eile as."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Fotha"
 
@@ -3242,24 +3317,24 @@ msgstr "Scoránú an fhotha"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Aiseolas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Seoladh an t-aiseolas!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Fothaí"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Solúbtha"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Lean"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Lean"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Lean {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Lean {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Lean 10 gcuntas"
 msgid "Follow 7 accounts"
 msgstr "Lean 7 gcuntas"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr ""
 
@@ -3391,7 +3462,7 @@ msgstr ""
 msgid "Follow all"
 msgstr "Lean iad uile"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Lean Ar Ais"
@@ -3417,7 +3488,7 @@ msgstr "Leanta ag <0>{0}</0> agus <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Leanta ag <0>{0}</0>, <1>{1}</1>, agus {2, plural, one {duine amháin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Leantóirí de chuid @{0} a bhfuil aithne agat orthu"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Leantóirí a bhfuil aithne agat orthu"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Á leanúint"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Ag leanúint {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Ag leanacht {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Roghanna le haghaidh an fhotha Following"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Roghanna don Fhotha Following"
@@ -3524,7 +3591,7 @@ msgstr "Is minic a phostálann siad ábhar nach bhfuil de dhíth"
 msgid "From @{sanitizedAuthor}"
 msgstr "Ó @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Ó <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Ó <0/>"
 msgid "Gallery"
 msgstr "Gailearaí"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Cruthaigh pacáiste fáilte"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Faigh cabhair"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Ar aghaidh leat anois!"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Tús maith"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Tabhair gnúis do do phróifíl"
 
@@ -3567,10 +3636,10 @@ msgstr "Deargshárú an dlí nó na dtéarmaí seirbhíse"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Ar ais"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Abhaile"
 msgid "Go Home"
 msgstr "Abhaile"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Meáin Ghrafacha"
 msgid "Half way there!"
 msgstr "Leath bealaigh ann!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Leasainm"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptaic"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Ciapadh, trolláil, nó éadulaingt"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Haischlib"
 
@@ -3673,19 +3758,24 @@ msgstr "Haischlib"
 msgid "Hashtag {tag}"
 msgstr ""
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Fadhb ort?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Cúnamh"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Tabhair le fios dúinn nach bot thú trí pictiúr a uaslódáil nó abhatár a chruthú."
 
@@ -3698,7 +3788,7 @@ msgstr "Seo duit do phasfhocal aipe!"
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr "Liosta i bhfolach"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Cuir i bhfolach"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Cuir i bhfolach"
@@ -3729,18 +3819,18 @@ msgstr "Cuir i bhfolach"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Cuir an phostáil seo i bhfolach domsa"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Cuir an freagra i bhfolach do chách"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Cuir an freagra i bhfolach domsa"
 
@@ -3748,12 +3838,12 @@ msgstr "Cuir an freagra i bhfolach domsa"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "An bhfuil fonn ort an phostáil seo a chur i bhfolach?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "An bhfuil fonn ort an freagra seo a chur i bhfolach?"
 
@@ -3771,7 +3861,7 @@ msgstr "An bhfuil fonn ort treochtaí a chur i bhfolach?"
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Cuir liosta na gcuntas i bhfolach"
 
@@ -3817,11 +3907,11 @@ msgstr "Hmmm, ní raibh muid in ann an tseirbhís modhnóireachta sin a lódáil
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Foighne ort! Tá físeáin á seoladh de réir a chéile, agus tá tú fós ag fanacht ar d'uain. Déan iarracht go luath!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Baile"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Freagraí teo chun tosaigh"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Conas ar cheart dúinn an nasc seo a oscailt?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Tá cód agam"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Tá cód agam"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Tá cód dearbhaithe agam"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Má scriosann tú an liosta seo, ní bheidh tú in ann é a fháil ar ai
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Má tá fearann de do chuid féin agat, is féidir é sin a úsáid mar leasainm, agus sa chaoi sin, d'aitheantas féin a dhearbhú. <0>Tuilleadh eolais.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Má bhaineann tú an phostáil seo, ní bheidh tú in ann í a fháil ar ais."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Más mian leat do phasfhocal a athrú, seolfaimid cód duit chun dearbhú gur leatsa an cuntas seo."
@@ -3915,18 +4008,19 @@ msgstr "Mídhleathach agus Práinneach"
 msgid "Image"
 msgstr "Íomhá"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Sábháladh an íomhá ar do rolla ceamara!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Tá an cód 2FA seo neamhbhailí."
 msgid "Invalid handle. Please try a different one."
 msgstr "Leasainm neamhbhailí. Bain triail as ceann eile."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Taifead postála atá neamhbhailí nó gan bhunús"
 
@@ -4041,12 +4135,12 @@ msgstr "Tá. Tá sé ceart"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Níl ann ach tusa anois! Cuardaigh thuas le tuilleadh daoine a chur le do phacáiste fáilte."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID an Jab: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Jabanna"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Lipéadaithe ag an údar."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Lipéid"
 
@@ -4100,13 +4194,13 @@ msgstr "Lipéid ar do chuid ábhair"
 msgid "Language selection"
 msgstr "Rogha teanga"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Socruithe teanga"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Teangacha"
 
@@ -4124,12 +4218,12 @@ msgstr "Is Déanaí"
 msgid "learn more"
 msgstr "tuilleadh eolais"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Le tuilleadh a fhoghlaim"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Tuilleadh eolais maidir le Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Foghlaim níos mó faoin modhnóireacht a dhéantar ar an ábhar seo."
 msgid "Learn more about this warning"
 msgstr "Le tuilleadh a fhoghlaim faoin rabhadh seo"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Ag fágáil slán ag Bluesky"
 msgid "left to go."
 msgstr "le déanamh fós."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Lig dom roghnú"
 
@@ -4230,7 +4324,7 @@ msgstr "Sorcha"
 msgid "Like"
 msgstr "Moladh"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Mol ({0, plural, one {# mholadh} two {# mholadh} few {# mholadh} many {# moladh} other {# moladh}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Mol 10 bpostáil leis an bhfotha Discover a thraenáil"
 msgid "Like this feed"
 msgstr "Mol an fotha seo"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Molta ag"
 
@@ -4269,16 +4363,16 @@ msgstr "Molta ag {0, plural, one {úsáideoir amháin} two {# úsáideoir} few {
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Molta ag {likeCount, plural, one {úsáideoir amháin} two {# úsáideoir} few {# úsáideoir} many {# n-úsáideoir} other {# úsáideoir}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Moltaí"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Moltaí don phostáil seo"
 
@@ -4287,11 +4381,11 @@ msgstr "Moltaí don phostáil seo"
 msgid "Linear"
 msgstr "Líneach"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Liosta"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Abhatár an Liosta"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Balbhaíodh an liosta"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Ainm an liosta"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Liosta nach bhfuil balbhaithe níos mó"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Liostaí"
 
@@ -4358,6 +4452,22 @@ msgstr "Liostaí"
 msgid "Lists blocking this user:"
 msgstr "Liostaí a bhlocálann an t-úsáideoir seo:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Lódáil tuilleadh"
@@ -4370,18 +4480,18 @@ msgstr "Lódáil tuilleadh fothaí molta"
 msgid "Load new notifications"
 msgstr "Lódáil fógraí nua"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Lódáil postálacha nua"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Ag lódáil …"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Logleabhar"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "@sawaratsuki.bsky.social a rinne an lógó"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "<0>@sawaratsuki.bsky.social</0> a rinne an lógó"
 
@@ -4418,7 +4528,11 @@ msgstr "Is cosúil gur éirigh tú as na fothaí uilig a bhí agat. Ná bíodh i
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Is cosúil go bhfuil fotha leanúna ar iarraidh ort. <0>Cliceáil anseo le ceann a fháil.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Déan ceann domsa"
 
@@ -4455,7 +4569,14 @@ msgstr "Marcáil léite"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Meáin"
 
@@ -4479,7 +4600,7 @@ msgstr "Luaite"
 msgid "Menu"
 msgstr "Clár"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Teachtaireacht {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Tá an teachtaireacht rófhada"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Teachtaireachtaí"
 
@@ -4532,10 +4653,10 @@ msgstr "Cuntas atá Míthreorach"
 msgid "Misleading Post"
 msgstr "Postáil atá Míthreorach"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Modhnóireacht"
 
@@ -4557,12 +4678,12 @@ msgstr "Liosta modhnóireachta le <0/>"
 msgid "Moderation list by you"
 msgstr "Liosta modhnóireachta leat"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Liosta modhnóireachta cruthaithe"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Liosta modhnóireachta uasdátaithe"
@@ -4571,8 +4692,8 @@ msgstr "Liosta modhnóireachta uasdátaithe"
 msgid "Moderation lists"
 msgstr "Liostaí modhnóireachta"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Liostaí modhnóireachta"
 
@@ -4580,7 +4701,7 @@ msgstr "Liostaí modhnóireachta"
 msgid "moderation settings"
 msgstr "socruithe modhnóireachta"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Stádais modhnóireachta"
 
@@ -4593,7 +4714,7 @@ msgstr "Uirlisí modhnóireachta"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Chuir an modhnóir rabhadh ginearálta ar an ábhar."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Tuilleadh"
 
@@ -4602,8 +4723,8 @@ msgstr "Tuilleadh"
 msgid "More feeds"
 msgstr "Tuilleadh fothaí"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Tuilleadh roghanna"
@@ -4637,10 +4758,10 @@ msgstr "Balbhaigh"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr ""
 
@@ -4689,13 +4810,13 @@ msgstr "Balbhaigh an focal seo i gclibeanna amháin"
 msgid "Mute this word until you unmute it"
 msgstr "Balbhaigh an focal seo go ndíbhalbhóidh mé é"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Balbhaigh an snáithe seo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Balbhaigh focail ⁊ clibeanna"
 
@@ -4703,12 +4824,12 @@ msgstr "Balbhaigh focail ⁊ clibeanna"
 msgid "Muted accounts"
 msgstr "Cuntais a balbhaíodh"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Cuntais a balbhaíodh"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Baintear na postálacha ó na cuntais a chuir tú i bhfolach as d’fhotha agus as do chuid fógraí. Is príobháideach ar fad é an cur i bhfolach."
 
@@ -4729,15 +4850,15 @@ msgstr "Tá an balbhú príobháideach. Is féidir leis na cuntais a bhalbhaigh
 msgid "My Birthday"
 msgstr "Mo Bhreithlá"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Mo Chuid Fothaí"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Ainm"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Tá an t-ainm riachtanach"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Téann sé seo chuig an gcéad scáileán eile"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Téann sé seo chuig do phróifíl"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "An gcaithfidh tú é a athrú?"
 
@@ -4797,18 +4918,23 @@ msgstr "Is cuma, cruthaigh leasainm dom"
 msgid "New"
 msgstr "Nua"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nua"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Comhrá nua"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Leasainm nua"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Liosta nua"
 
@@ -4828,7 +4954,7 @@ msgstr "Liosta nua"
 msgid "New messages"
 msgstr "Teachtaireachtaí nua"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Liosta modhnóireachta nua"
 
@@ -4840,10 +4966,10 @@ msgstr "Pasfhocal Nua"
 msgid "New Password"
 msgstr "Pasfhocal Nua"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Postáil nua"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Postáil nua"
@@ -4863,7 +4989,7 @@ msgstr "Postáil nua"
 msgid "New user info dialog"
 msgstr "Dialóg: eolas faoi úsáideoir nua"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Liosta Nua d’Úsáideoirí"
 
@@ -4911,6 +5037,10 @@ msgstr "Níl aon phasfhocal aipe ann fós"
 msgid "No DNS Panel"
 msgstr "Gan Phainéal DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Níor aimsíodh GIFanna speisialta. D'fhéadfadh sé gur tharla fadhb le Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Ní fuarthas aon fhothaí. Bain triail as rud éigin eile a chuardach."
 msgid "No likes yet"
 msgstr "Gan moladh fós"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Ní leantar {0} níos mó"
 
@@ -4962,8 +5092,8 @@ msgstr "Gan phostáil athluaite fós"
 msgid "No reposts yet"
 msgstr "Gan athphostáil fós"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Gan torthaí"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Gan torthaí"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Gan torthaí ar “{query}”"
 
@@ -5032,19 +5162,14 @@ msgstr "Lomnochtacht Neamhghnéasach"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Ní bhfuarthas é sin"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Ní anois"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nóta faoi roinnt"
 
@@ -5052,7 +5177,7 @@ msgstr "Nóta faoi roinnt"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Nod leat: is gréasán oscailte poiblí Bluesky. Ní chuireann an socrú seo srian ar fheiceálacht do chuid ábhair ach amháin ar aip agus suíomh Bluesky. Is féidir nach gcloífidh aipeanna eile leis an socrú seo. Is féidir go dtaispeánfar do chuid ábhair d’úsáideoirí atá logáilte amach ar aipeanna agus suíomhanna eile."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Tada anseo"
 
@@ -5060,7 +5185,7 @@ msgstr "Tada anseo"
 msgid "Notification filters"
 msgstr "Scagairí fógra"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Socruithe fógra"
@@ -5077,11 +5202,11 @@ msgstr "Fuaimeanna fógra"
 msgid "Notification Sounds"
 msgstr "Fuaimeanna Fógra"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Fógraí"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Úps! Theip ar rud éigin."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Maith go leor"
 
@@ -5140,19 +5265,19 @@ msgstr "Na freagraí is sine ar dtús"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "ar<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Atosú an chláraithe"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Téacs malartach de dhíth ar GIF nó ar GIFanna."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Téacs malartach de dhíth ar fhíseán nó ar fhíseáin"
 
@@ -5168,7 +5293,7 @@ msgstr "Ní féidir ach le {0} freagra a thabhairt."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Níl ann ach litreacha, uimhreacha, agus fleiscíní"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Ní thacaítear ach le comhaid íomhá"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Úps! Theip ar rud éigin!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Úps!"
 
@@ -5194,11 +5319,7 @@ msgstr "Úps!"
 msgid "Open"
 msgstr "Oscail"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Oscail roghchlár giorrúcháin phróifíl {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Oscail an cruthaitheoir abhatáir"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Oscail an roghchlár tarraiceáin"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Oscail roghnóir na n-emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Oscail eolas faoin fhotha"
 msgid "Open feed options menu"
 msgstr "Oscail roghchlár na bhfothaí"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Oscail nasc le {niceUrl}"
 msgid "Open message options"
 msgstr "Oscail na roghanna teachtaireachta"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Oscail leathanach chun modhnóireacht a dhífhabhtú"
 
@@ -5249,20 +5370,25 @@ msgstr "Oscail socruithe na gclibeanna agus na bhfocal a bhalbhaigh tú"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Oscail roghchlár na bpostálacha"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Oscail clár an phacáiste fáilte"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Oscail leathanach an Storybook"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Oscail logleabhar an chórais"
 
@@ -5282,19 +5408,19 @@ msgstr "Osclaíonn sé seo dialóg leis na daoine a roghnú a bhfuil cead acu fr
 msgid "Opens additional details for a debug entry"
 msgstr "Osclaíonn sé seo tuilleadh sonraí le haghaidh iontráil dífhabhtaithe"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Osclaíonn sé seo an ceamara ar an ngléas"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "Osclaíonn sé seo an t-eagarthóir"
 msgid "Opens device photo gallery"
 msgstr "Osclaíonn sé seo gailearaí na ngrianghraf ar an ngléas"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr ""
 msgid "Opens GIF select dialog"
 msgstr "Osclaíonn sé seo fuinneog chun GIF a roghnú"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "Osclaíonn sé seo liosta na gcód cuiridh"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú"
@@ -5340,12 +5470,12 @@ msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú"
 msgid "Opens the linked website"
 msgstr "Osclaíonn sé seo an suíomh gréasáin atá nasctha"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Osclaíonn sé an phróifíl seo"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Osclaíonn sé seo an roghnóir físeán"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Eile"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Cuntas eile"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Leathanach gan aimsiú"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Cuir an físeán ar shos"
 msgid "People"
 msgstr "Daoine"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Na daoine atá leanta ag @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Na leantóirí atá ag @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Greamaigh le baile"
 msgid "Pin to Home"
 msgstr "Greamaigh le Baile"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Greamaigh le do phróifíl"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Greamaithe"
 
@@ -5578,14 +5708,14 @@ msgstr "Roghnaigh do leasainm, le do thoil."
 msgid "Please choose your password."
 msgstr "Roghnaigh do phasfhocal, le do thoil."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Déan an captcha, le do thoil."
 
-#: 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 "Dearbhaigh do ríomhphost roimh é a athrú. Riachtanas sealadach é seo le linn dúinn acmhainní a chur isteach le haghaidh uasdátú an ríomhphoist. Scriosfar é seo roimh i bhfad."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Cuir isteach ainm uathúil ar an bpasfhocal aipe seo, nó bain úsáid as an ainm randamach a chruthaigh muid."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Cuir focal, clib, nó frása inghlactha isteach le balbhú"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Cuir isteach do sheoladh ríomhphoist, le do thoil."
 msgid "Please enter your invite code."
 msgstr "Cuir isteach do chód cuiridh."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Logáil isteach mar @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Dearbhaigh do ríomhphost, le do thoil."
 
@@ -5662,7 +5818,7 @@ msgstr "Polaitíocht"
 msgid "Porn"
 msgstr "Pornagrafaíocht"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Postáil"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Postáil"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Postáil Uile"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Postáil ó {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Postáil ó @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Scriosadh an phostáil"
@@ -5697,7 +5853,7 @@ msgstr "Scriosadh an phostáil"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Níor uaslódáladh an phostáil. Seiceáil do cheangal leis an idirlíon agus bain triail eile as."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr "Postáil a chuir tú i bhfolach"
 msgid "Post interaction settings"
 msgstr "Socruithe idirghníomhaíochta na postála"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Díghreamaíodh an phostáil"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Postálacha"
@@ -5789,7 +5945,7 @@ msgstr "Brúigh leis na daoine a leanann an cuntas seo a leanann tú féin a fhe
 msgid "Previous image"
 msgstr "An íomhá roimhe seo"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Príomhtheanga"
 
@@ -5807,26 +5963,26 @@ msgstr "Fógraí tábhachtacha"
 msgid "Privacy"
 msgstr "Príobháideacht"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Príobháideacht agus slándáil"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Príobháideacht agus Slándáil"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Polasaí Príobháideachta"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Físeán á phróiseáil..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Á phróiseáil..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "próifíl"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Próifíl"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Próifíl uasdátaithe"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Liostaí poiblí inroinnte ar féidir leo fothaí a bheathú."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "Sábháladh an cód QR i do rolla cheamara!"
 msgid "Quote post"
 msgstr "Postáil athluaite"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Athcheanglaíodh an phostáil athluaite"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Dícheanglaíodh an phostáil athluaite"
 
@@ -5927,7 +6083,7 @@ msgstr "Socruithe maidir le postálacha athluaite"
 msgid "Quotes"
 msgstr "Postálacha athluaite"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Postálacha athluaite den phostáil seo"
 
@@ -5942,8 +6098,8 @@ msgstr "Randamach"
 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 "Rinne tú an iomarca iarrachtaí do leasainm a athrú taobh istigh de thréimhse ghearr. Fan cúpla nóiméad sula ndéanann tú iarracht eile."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Athcheangail an phostáil athluaite"
 
@@ -5960,15 +6116,15 @@ msgstr "Athghníomhaigh do chuntas"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Léigh blag Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Athnasc"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Athlódáil comhráite"
@@ -6022,7 +6178,7 @@ msgstr "Athlódáil comhráite"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Scrios"
 msgid "Remove {displayName} from starter pack"
 msgstr "Bain {displayName} den phacáiste fáilte"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Bain an cuntas de"
 
@@ -6046,13 +6202,13 @@ msgstr "Bain an cuntas de"
 msgid "Remove attachment"
 msgstr "Bain an ceangaltán de"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Bain an tAbhatár Amach"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Bain an Fógra Meirge Amach"
 
@@ -6079,7 +6235,7 @@ msgstr "An bhfuil fonn ort an fotha a bhaint?"
 msgid "Remove from my feeds"
 msgstr "Bain de mo chuid fothaí"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "An bhfuil fonn ort é a bhaint den mhearliosta?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "Bain an íomhá de"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Bain focal balbhaithe de do liosta"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Bain an phróifíl"
 
@@ -6114,7 +6275,7 @@ msgstr "Bain an phostáil athluaite"
 msgid "Remove repost"
 msgstr "Scrios an athphostáil"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Bain an comhad fotheideal"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Baineadh de do chuid fothaí é"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Baineann sé seo an phostáil athluaite"
@@ -6181,7 +6338,7 @@ msgstr "Baineann sé seo an phostáil athluaite"
 msgid "Replace with Discover"
 msgstr "Cuir an fotha Discover ina áit"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Freagraí"
 
@@ -6193,12 +6350,12 @@ msgstr "Cuireadh bac ar fhreagraí"
 msgid "Replies to this post are disabled."
 msgstr "Ní féidir freagraí a thabhairt ar an bpostáil seo."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Freagair"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Freagair ({0, plural, one {# fhreagra} two {# fhreagra} few {# fhreagra} many {# bhfreagra} other {# freagra}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Is é údar an tsnáithe a roghnaíonn socruithe a bhaineann le freagra
 msgid "Reply sorting"
 msgstr "Freagraí a shórtáil"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Freagra ar <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Freagra ar phostáil bhlocáilte"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Freagra ar phostáil"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Freagra ort"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Nuashonraíodh infheictheacht na bhfreagraí"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Cuireadh an freagra i bhfolach"
 
@@ -6261,16 +6418,16 @@ msgstr "Cuireadh an freagra i bhfolach"
 msgid "Report"
 msgstr "Tuairiscigh"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Tuairiscigh an comhrá seo"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Tuairiscigh an teachtaireacht seo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Déan gearán faoi phostáil"
 
@@ -6369,27 +6526,27 @@ msgstr "Athphostáil nó athluaigh an phostáil"
 msgid "Reposted By"
 msgstr "Athphostáilte ag"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Athphostáilte ag {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Athphostáilte ag <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Athphostáilte agat"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Athphostálacha den phostáil seo"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Iarr Athrú"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Iarr Cód"
 msgid "Require alt text before posting"
 msgstr "Bíodh téacs malartach ann roimh phostáil i gcónaí"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr "Riachtanach don soláthraí seo"
 msgid "Required in your region"
 msgstr "Riachtanach i do réigiún"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Athsheol an ríomhphost"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Athsheol an ríomhphost"
@@ -6436,8 +6599,8 @@ msgstr "Cód athshocraithe"
 msgid "Reset Code"
 msgstr "Cód Athshocraithe"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Athshocraigh an próiseas cláraithe"
 
@@ -6458,10 +6621,10 @@ msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Fill ar an leathanach roimhe seo"
 msgid "Returns to home page"
 msgstr "Filleann sé seo abhaile"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Sábháil"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Sábháil"
@@ -6534,7 +6699,7 @@ msgstr "Sábháil do bhreithlá"
 msgid "Save changes"
 msgstr "Sábháil na hathruithe"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Sábháil na hAthruithe"
 
@@ -6564,16 +6729,12 @@ msgstr "Sábháil i mo chuid fothaí"
 msgid "Saved Feeds"
 msgstr "Fothaí Sábháilte"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Sábháladh i do rolla ceamara é"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Sábháilte le mo chuid fothaí"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Sábhálann sé seo aon athrú ar do phróifíl"
 
@@ -6583,8 +6744,8 @@ msgstr "Sábhálann sé seo na socruithe le haghaidh íomhánna a laghdú"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Abair heileo!"
 
@@ -6602,11 +6763,11 @@ msgstr "Fill ar an mbarr"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Cuardaigh"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr "Cuardach de réir ainm nó spéiseanna"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Cuardaigh fothaí"
 
@@ -6656,8 +6817,8 @@ msgstr "Cuardaigh GIFanna"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Céim Slándála de dhíth"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Féach ar phostanna le Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Roghnaigh dath"
 msgid "Select account"
 msgstr "Roghnaigh cuntas"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Roghnaigh abhatár"
@@ -6727,10 +6896,22 @@ msgstr "Roghnaigh abhatár"
 msgid "Select an emoji"
 msgstr "Roghnaigh emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Roghnaigh teangacha ábhair"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Roghnaigh ó chuntas atá ann"
@@ -6747,11 +6928,11 @@ msgstr "Roghnaigh GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Cá fhad a bheidh an focal seo balbhaithe?"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Roghnaigh teanga..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Roghnaigh teangacha"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Roghnaigh modhnóir"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Roghnaigh an emoji {emojiName} mar abhatár"
 msgid "Select the moderation service(s) to report to"
 msgstr "Roghnaigh na seirbhísí modhnóireachta le tuairisciú chuige"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Roghnaigh físeán"
 
@@ -6784,11 +6969,11 @@ msgstr "Roghnaigh físeán"
 msgid "Select what content this mute word should apply to."
 msgstr "Roghnaigh an t-ábhar a gcuirfear an focal balbhaithe seo i bhfeidhm air."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Roghnaigh na teangacha ba mhaith leat a fheiceáil i do chuid fothaí. Mura roghnaíonn tú, taispeánfar ábhar i ngach teanga duit."
 
@@ -6801,7 +6986,7 @@ msgstr "Roghnaigh do dháta breithe"
 msgid "Select your interests from the options below"
 msgstr "Roghnaigh na rudaí a bhfuil suim agat iontu as na roghanna thíos"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Do rogha teanga nuair a dhéanfar aistriúchán ar ábhar i d'fhotha."
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "Seol suíomh gréasáin spéisiúil!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Seol Dearbhú"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Seol ríomhphost dearbhaithe"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Seol ríomhphost dearbhaithe"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Seol ríomhphost"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Seol ríomhphost"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Seol aiseolas"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Seol teachtaireacht"
@@ -6863,13 +7046,14 @@ msgstr "Seol an tuairisc chuig {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Seol ríomhphost dearbhaithe"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Seol mar theachtaireacht dhíreach"
 
@@ -6901,10 +7085,10 @@ msgstr "Socraigh do chuntas"
 msgid "Sets email for password reset"
 msgstr "Socraíonn sé seo an seoladh ríomhphoist le haghaidh athshocrú an phasfhocail"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Socruithe"
 
@@ -6926,16 +7110,16 @@ msgstr "Graosta"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Comhroinn"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Comhroinn"
@@ -6948,9 +7132,9 @@ msgstr "Inis scéal suimiúil!"
 msgid "Share a fun fact!"
 msgstr "Roinn rud éigin fútsa féin!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Comhroinn mar sin féin"
 
@@ -6990,7 +7174,7 @@ msgstr "Roinn an pacáiste fáilte seo agus cuidigh le daoine páirt a ghlacadh
 msgid "Share your favorite feed!"
 msgstr "Roinn an fotha is fearr leat!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Tástáil Roghanna Comhroinnte"
 
@@ -7011,8 +7195,8 @@ msgstr "Taispeáin an téacs malartach"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Taispeáin mar sin féin"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Taispeáin freagraí i bhfolach"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Níos lú den sórt seo"
 
@@ -7042,14 +7226,14 @@ msgstr "Níos lú den sórt seo"
 msgid "Show list anyway"
 msgstr "Taispeáin an liosta mar sin féin"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Tuilleadh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Níos mó den sórt seo"
 
@@ -7079,8 +7263,8 @@ msgstr "Taispeáin freagraí i snáitheanna"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Taispeáin freagraí ó na daoine a leanaim roimh aon fhreagra eile"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Taispeáin freagra do chách"
 
@@ -7102,11 +7286,11 @@ msgstr "Taispeáin rabhadh"
 msgid "Show warning and filter from feeds"
 msgstr "Taispeáin rabhadh agus scag ó na fothaí é"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "Logáil isteach"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Logáil isteach mar {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Logáil isteach nó cláraigh chun páirt a ghlacadh sa chomhrá!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr ""
 
@@ -7158,15 +7342,15 @@ msgstr ""
 msgid "Sign in to Bluesky or create a new account"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Logáil amach"
 
@@ -7174,8 +7358,8 @@ msgstr "Logáil amach"
 msgid "Sign Out"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Logáil amach?"
 
@@ -7206,12 +7390,17 @@ msgstr "Ná bac leis an bpróiseas seo"
 msgid "Smaller"
 msgstr "Níos Lú"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Forbairt Bogearraí"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Theip ar rud éigin"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr "Rud éigin mícheart? Abair linn."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr ""
 
@@ -7304,7 +7493,7 @@ msgstr "Turscar; an iomarca tagairtí nó freagraí"
 msgid "Sports"
 msgstr "Spórt"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Tosaigh comhrá nua"
 
@@ -7322,8 +7511,8 @@ msgstr "Cuir tús le daoine a leanúint!"
 msgid "Start chat with {displayName}"
 msgstr "Tosaigh comhrá le {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Pacáiste Fáilte"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Tá an pacáiste fáilte neamhbhailí"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Pacáistí Fáilte"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Tig leat na fothaí agus na daoine is fearr leat a roinnt le do chuid cairde le pacáiste fáilte."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Leathanach Stádais"
 
@@ -7363,12 +7552,12 @@ msgstr "Leathanach Stádais"
 msgid "Step {0} of {1}"
 msgstr "Céim {0} as {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Stóráil scriosta, tá ort an aip a atosú anois."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr ""
 
@@ -7401,11 +7590,11 @@ msgstr "Liostáil"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Glac síntiús le @{0} leis na lipéid seo a úsáid:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Glac síntiús le lipéadóir"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Glac síntiús leis an lipéadóir seo"
 
@@ -7413,11 +7602,12 @@ msgstr "Glac síntiús leis an lipéadóir seo"
 msgid "Subscribe to this list"
 msgstr "Liostáil leis an liosta seo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "D'éirigh leis!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Tacaíocht"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Athraigh an cuntas"
 
@@ -7462,11 +7652,11 @@ msgstr "Athraigh an cuntas"
 msgid "Switch Account"
 msgstr "Athraigh an cuntas"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "Córas"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Logleabhar an chórais"
 
@@ -7518,7 +7708,7 @@ msgstr "Teic"
 msgid "Tell a joke!"
 msgstr "Inis scéal grinn!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Abair linn beagáinín fút féin"
 
@@ -7531,12 +7721,12 @@ msgstr "Abair beagán níos mó"
 msgid "Terms"
 msgstr "Téarmaí"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Téarmaí Seirbhíse"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "Réimse téacs"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Go raibh maith agat! D'éirigh linn do sheoladh ríomhphoist a dheimhniú."
 
@@ -7597,12 +7791,12 @@ msgstr "Níorbh fhéidir an pacáiste fáilte sin a aimsiú."
 msgid "That's all, folks!"
 msgstr "Sin é é!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Beidh an cuntas seo in ann caidreamh a dhéanamh leat tar éis duit é a dhíbhlocáil"
 
@@ -7636,6 +7830,10 @@ msgstr "An fotha Discover"
 msgid "The Discover feed now knows what you like"
 msgstr "Tá an fotha Discover eolach ar a bhfuil ag taitneamh leat anois"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Tá an t-eispéireas níos fearr san aip. Íoslódáil Bluesky anois agus tosóidh muid arís san áit ar stop tú."
@@ -7669,6 +7867,7 @@ msgstr "Bogadh an Polasaí Príobháideachta go dtí <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Tá an físeán seo níos mó ná 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Is dóigh go bhfuil fadhb leis an bhfreastalaí. Bain triail eile as i gceann cúpla nóiméad."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí. Seiceáil do cheangal leis an idirlíon agus bain triail eile as."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Bhí fadhb ann maidir le fógraí a fháil. Tapáil anseo le triail eile a bhaint as."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Bhí fadhb ann maidir le postálacha a fháil. Tapáil anseo le triail eile a bhaint as."
 
@@ -7763,20 +7962,20 @@ msgstr "Níor seoladh do thuairisc. Seiceáil do cheangal leis an idirlíon, le
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Bhí fadhb ann maidir le do chuid fothaí a nuashonrú. Seiceáil do cheangal leis an idirlíon agus bain triail eile as."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Bhí fadhb ann! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Cuirtear na socruithe seo i bhfeidhm ar an bhfotha Following amháin."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Cuireadh bratach leis an {screenDescription} seo:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Ní mór duit logáil isteach le próifíl an chuntais seo a fheiceáil.
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Tá an cuntas seo blocáilte i liosta modhnóireachta amháin ar a laghad de do chuid. Chun é a díbhlocáil bain an t-úsáideoir de na liostaí sin."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Níl an t-ábhar seo le feiceáil gan chuntas Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Tá an ghné seo á tástáil fós. Tig leat níos mó faoi chartlanna easpórtáilte a léamh sa <0>bhlagphost seo</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Níl an ghné seo ar fáil má tá tú ag baint úsáide as Pasfhocal Aipe. Logáil isteach le do ghnáth-phasfhocal, le do thoil."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Tá an fotha seo folamh! Is féidir go mbeidh ort tuilleadh úsáideoirí a leanúint nó do shocruithe teanga a athrú."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Tá an fotha seo folamh."
@@ -7899,9 +8106,10 @@ msgstr "Tá an leasainm seo coimeádta. Bain triail as ceann eile."
 msgid "This information is not shared with other users."
 msgstr "Ní roinntear an t-eolas seo le húsáideoirí eile."
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
-msgstr "Tá sé seo tábhachtach má bhíonn ort do ríomhphost nó do phasfhocal a athrú."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Tá an liosta seo folamh."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Níl an tseirbhís modhnóireachta ar fáil. Féach tuilleadh sonraí thíos. Má mhaireann an fhadhb seo, téigh i dteagmháil linn."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Deir an phostáil seo gur cruthaíodh í ar <0>{0}</0>, ach chonacthas í ar Bluesky den chéad uair ar <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Deir an phostáil seo gur cruthaíodh í ar <0>{0}</0>, ach chonacthas 
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Scriosadh an phostáil seo."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Ní bheidh an phostáil seo le feiceáil ar do chuid fothaí ná snáitheanna. Ní féidir dul ar ais air seo."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Chuir údar na postála seo cosc ar phostálacha athluaite."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Cuirfear an freagra seo i rannán speisialta a bheidh i bhfolach ag bun an tsnáithe seo, agus ní bhfaighidh tusa nó éinne eile fógraí maidir le freagraí eile."
 
@@ -7976,6 +8184,10 @@ msgstr "Níor chuir an tseirbhís seo téarmaí seirbhíse ná polasaí príobh
 msgid "This should create a domain record at:"
 msgstr "Ba cheart dó seo taifead fearainn a chruthú ag:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Níl aon leantóirí ag an úsáideoir seo."
@@ -8013,11 +8225,11 @@ msgstr "Níl éinne á leanúint ag an úsáideoir seo."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Bainfidh sé seo \"{0}\" de do chuid focal balbhaithe. Tig leat é a chur ar ais níos déanaí."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Leis seo, bainfear @{0} den mhearliosta."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Leis seo, bainfear do phostáil seo den phostáil athluaite seo do gach úsáideoir, agus cuirfear ionadchoinneálaí ina háit."
 
@@ -8044,7 +8256,7 @@ msgstr "Modh snáithithe"
 msgid "Threaded mode"
 msgstr "Modh snáithithe"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Roghanna Snáitheanna"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Chun 2FA trí ríomhphoist a dhíchumasú, dearbhaigh gur leatsa an seoladh ríomhphoist."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Chun comhrá a thuairisciú, tuairiscigh teachtaireacht amháin as tríd an scáileán comhrá. Cuireann sé sin ar cumas ár modhnóirí comhthéacs do dheacrachta a thuiscint."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Ní mór duit do sheoladh ríomhphoist a dhearbhú sular féidir leat físeáin a uaslódáil go Bluesky."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Cé chuige ar mhaith leat an tuairisc seo a sheoladh?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "Barr"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Ábhar"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Aistrigh"
 
@@ -8144,6 +8357,7 @@ msgstr "Scríobh do theachtaireacht anseo"
 msgid "Type:"
 msgstr "Clóscríobh:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Ní féidir ceangal a bhunú. Seiceáil do cheangal leis an idirlíon agus bain triail eile as."
@@ -8166,27 +8380,27 @@ msgstr "Ní féidir é a scriosadh"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Díbhlocáil"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Díbhlocáil"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Díbhlocáil an cuntas"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "An bhfuil fonn ort an cuntas seo a dhíbhlocáil?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Dílean"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Dílean {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "Dímhol"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Dímhol ({0, plural, one {# mholadh} two {# mholadh} few {# mholadh} many {# moladh} other {# moladh}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Díbhalbhaigh"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr ""
 
@@ -8267,8 +8481,8 @@ msgstr "Ná balbhaigh an comhrá seo níos mó"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Ná balbhaigh an snáithe seo níos mó"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Díghreamaigh ón mbaile"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Díghreamaigh ón bpróifíl"
 
@@ -8311,7 +8525,12 @@ msgstr "Díghreamaíodh {0} ón mBaile"
 msgid "Unpinned from your feeds"
 msgstr "Díghreamaithe ó do chuid fothaí"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Díliostáil"
 
@@ -8320,7 +8539,7 @@ msgstr "Díliostáil"
 msgid "Unsubscribe from list"
 msgstr "Díliostáil ón liosta seo"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Díliostáil ón lipéadóir seo"
 
@@ -8328,11 +8547,11 @@ msgstr "Díliostáil ón lipéadóir seo"
 msgid "Unsubscribed from list"
 msgstr "Dhíliostáil tú ón liosta seo"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Físeán nach dtacaítear leis"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Físeán nach dtacaítear leis: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Nuashonraigh <0>{displayName}</0> i Liostaí"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Uasdátú chuig {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Theip ar uasdátú an cheangaltáin athluaite"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Theip ar infheictheacht an fhreagra a uasdátú"
@@ -8371,7 +8601,7 @@ msgstr "Theip ar infheictheacht an fhreagra a uasdátú"
 msgid "Updating..."
 msgstr "Á uasdátú…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Uaslódáil grianghraf in ionad"
 
@@ -8379,22 +8609,22 @@ msgstr "Uaslódáil grianghraf in ionad"
 msgid "Upload a text file to:"
 msgstr "Uaslódáil comhad téacs chuig:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Uaslódáil ó Cheamara"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Uaslódáil ó Chomhaid"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Uaslódáil ó Leabharlann"
 
@@ -8407,7 +8637,7 @@ msgstr "Íomhánna á n-uaslódáil..."
 msgid "Uploading link thumbnail..."
 msgstr "Mionsamhail á huaslódáil..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Físeán á uaslódáil..."
 
@@ -8419,8 +8649,8 @@ msgstr "Bain úsáid as pasfhocail aipe chun logáil isteach i gcliaint Bluesky
 msgid "Use default provider"
 msgstr "Úsáid an soláthraí réamhshocraithe"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Úsáid an brabhsálaí san aip seo"
 
@@ -8429,8 +8659,8 @@ msgstr "Úsáid an brabhsálaí san aip seo"
 msgid "Use in-app browser to open links"
 msgstr "Úsáid an brabhsálaí san aip seo chun nascanna a oscailt"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Úsáid an brabhsálaí réamhshocraithe atá agam"
 
@@ -8484,12 +8714,12 @@ msgstr "Liosta úsáideoirí le {0}"
 msgid "User list by you"
 msgstr "Liosta úsáideoirí leat"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Liosta úsáideoirí cruthaithe"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Liosta úsáideoirí uasdátaithe"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "Luach:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Ríomhphost dearbhaithe ag teastáil"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Dearbhaigh taifead DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Dialóg: dearbhú ríomhphoist"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Dearbhaigh an Ríomhphost Nua"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Dearbhaigh anois"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Dearbhaigh comhad téacs"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Dearbhaigh do sheoladh ríomhphoist"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Dearbhaigh do sheoladh ríomhphoist"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Leagan {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Físeán"
 msgid "Video failed to process"
 msgstr "Theip ar phróiseáil an fhíseáin"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "Físchluichí"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "Físeán gan aimsiú."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Socruithe físe"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Uaslódáladh an físeán"
 
@@ -8640,24 +8877,24 @@ msgstr "Uaslódáladh an físeán"
 msgid "Video: {0}"
 msgstr "Físeán: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Féach ar an abhatár atá ag {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Amharc ar phróifíl {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Amharc ar phróifíl {0}"
 msgid "View {displayName}'s profile"
 msgstr "Amharc ar phróifíl {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Féach ar phróifíl an úsáideora bhlocáilte"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Féach ar an iontráil dífhabhtaithe"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Féach ar shonraí"
 
@@ -8688,7 +8925,7 @@ msgstr "Féach ar shonraí"
 msgid "View details for reporting a copyright violation"
 msgstr "Féach ar shonraí maidir le sárú cóipchirt a thuairisciú"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Féach ar an snáithe iomlán"
 
@@ -8703,13 +8940,12 @@ msgstr "Féach ar eolas faoi na lipéid seo"
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Féach ar an bpróifíl"
 
@@ -8790,6 +9026,11 @@ msgstr "Tabhair foláireamh faoi ábhar"
 msgid "Warn content and filter from feeds"
 msgstr "Tabhair foláireamh faoi ábhar agus scag as fothaí"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Níor aimsigh muid toradh ar bith don haischlib sin."
@@ -8798,7 +9039,7 @@ msgstr "Níor aimsigh muid toradh ar bith don haischlib sin."
 msgid "We couldn't find any results for that topic."
 msgstr "Níor aimsigh muid toradh ar bith don ábhar sin."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Theip orainn an comhrá seo a lódáil"
 
@@ -8822,6 +9063,10 @@ msgstr "Níl aon ábhar nua le taispeáint ó na cuntais a leanann tú. Seo duit
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Nílimid cinnte an bhfuil cead agat físeáin a uaslódáil. Bain triail eile as."
@@ -8842,6 +9087,10 @@ msgstr "Níorbh fhéidir linn ceangal a bhunú. Bain triail eile as do chuntas a
 msgid "We will let you know when your account is ready."
 msgstr "Déarfaidh muid leat nuair a bheidh do chuntas réidh."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Bainfimid úsáid as seo chun an suíomh a chur in oiriúint duit."
@@ -8871,7 +9120,7 @@ msgstr "Tá brón orainn, ach theip orainn na focail a bhalbhaigh tú a lódáil
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Ár leithscéal, ach níorbh fhéidir linn do chuardach a chur i gcrích. Bain triail eile as i gceann cúpla nóiméad."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Ár leithscéal, ach scriosadh an phostáil atá tú ag freagairt."
 
@@ -8880,7 +9129,7 @@ msgstr "Ár leithscéal, ach scriosadh an phostáil atá tú ag freagairt."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Ár leithscéal, ach ní féidir linn an leathanach atá tú ag lorg a aimsiú."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Ár leithscéal! Ní féidir leat ach fiche lipéadóirí a leanúint agus tá fiche ceann agat cheana féin."
 
@@ -8902,7 +9151,7 @@ msgstr "Cén t-ainm ar mhaith leat a thabhairt ar do phacáiste fáilte?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Aon scéal?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Úps!"
@@ -8984,11 +9233,11 @@ msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an úsáideoir seo?"
 msgid "Write a message"
 msgstr "Scríobh teachtaireacht"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Scríobh postáil"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Scríobh freagra"
@@ -9002,6 +9251,11 @@ msgstr "Scríbhneoirí"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Tháinig DID mícheart ón fhreastalaí. Fuarthas: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Tá"
@@ -9015,11 +9269,11 @@ msgstr "Tá, díghníomhaigh"
 msgid "Yes, delete this starter pack"
 msgstr "Scrios an pacáiste fáilte seo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Tá, dícheangail"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Tá, cuir i bhfolach é"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Tá tú sa scuaine."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Níl cead agat físeáin a uaslódáil."
@@ -9055,12 +9318,16 @@ msgstr "Níl cead agat físeáin a uaslódáil."
 msgid "You are not following anyone."
 msgstr "Níl éinne á leanúint agat."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Bhalbhaigh tú an cuntas seo."
 msgid "You have muted this user"
 msgstr "Bhalbhaigh tú an t-úsáideoir seo"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Níl comhrá ar bith agat fós. Tosaigh ceann!"
 
@@ -9179,11 +9446,11 @@ msgstr "Níl aon fhothaí agat."
 msgid "You have no lists."
 msgstr "Níl aon liostaí agat."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Níor bhlocáil tú aon chuntas fós. Le cuntas a bhlocáil, téigh go dtí a bpróifíl agus roghnaigh “Blocáil an cuntas seo” ar an gclár ansin."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Níor bhalbhaigh tú aon chuntas fós. Le cuntas a bhalbhú, téigh go dtí a bpróifíl agus roghnaigh “Balbhaigh an cuntas seo” ar an gclár ansin."
 
@@ -9191,11 +9458,15 @@ msgstr "Níor bhalbhaigh tú aon chuntas fós. Le cuntas a bhalbhú, téigh go d
 msgid "You have reached the end"
 msgstr "Tá deireadh sroichte agat"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Tá tú tar éis uasteorainn uaslódálacha físeáin a bhaint amach. Bain triail eile as ar ball."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Níl pacáiste fáilte cruthaithe agat fós!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Ní féidir leat ach suas le 3 fhotha a chur leis seo"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Ní féidir leat ach suas le 4 íomhá a roghnú"
 
@@ -9232,7 +9503,7 @@ msgstr "Ní féidir leat ach suas le 4 íomhá a roghnú"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Ní mór duit seachtar ar a laghad a leanúint le pacáiste fáilte a chruthú."
 
@@ -9248,10 +9519,18 @@ msgstr "Ní mór duit fáil ar do leabharlann grianghraf a cheadú le íomhá a
 msgid "You must select at least one labeler for a report"
 msgstr "Caithfidh tú ar a laghad lipéadóir amháin a roghnú do thuairisc"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Rinne tú díghníomhú ar @{0} cheana."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Logálfar amach as gach cuntas thú."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Ní bhfaighidh tú fógraí don snáithe seo a thuilleadh."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Gheobhaidh tú fógraí don snáithe seo anois."
 
@@ -9305,7 +9584,7 @@ msgstr "Leanfaidh tú na daoine seo agus {0} duine eile"
 msgid "You'll follow these people right away"
 msgstr "Leanfaidh tú na daoine seo láithreach"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Gheobhaidh tú ríomhphost ag <0>{0}</0> le dearbhú gur tusa atá ann."
 
@@ -9339,6 +9618,10 @@ msgstr "Tig leat na daoine seo a leanúint"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Tháinig tú go deireadh d’fhotha! Aimsigh cuntais eile le leanúint."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a bhaint amach (an iomarca beart)"
@@ -9347,7 +9630,7 @@ msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a bhaint amach (an iomarca físeán)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "Ní thacaíonn do bhrabhsálaí leis an bhformáid físe. Bain triail as
 msgid "Your chats have been disabled"
 msgstr "Cuireadh do chuid comhráite ar ceal"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Sábhálfar do rogha, ach is féidir é athrú níos déanaí sna socruithe."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Coimeádfar an leasainm atá agat faoi láthair, <0>{0}</0>, in áirithe duitse. Beidh tú in ann athrú ar ais ón gcuntas seo am ar bith."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Coimeádfar an leasainm atá agat faoi láthair, <0>{0}</0>, in áirithe
 msgid "Your email appears to be invalid."
 msgstr "Is cosúil go bhfuil do ríomhphost neamhbhailí."
 
-#: 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 "Uasdátaíodh do sheoladh ríomhphoist ach níor dearbhaíodh é. An chéad chéim eile anois ná do sheoladh nua a dhearbhú, le do thoil."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Níor dearbhaíodh do sheoladh ríomhphoist fós. Is tábhachtach an chéim shábháilteachta é sin agus molaimid é."
 
@@ -9434,7 +9721,7 @@ msgstr "Do leasainm iomlán anseo: <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Athraíodh do phasfhocal!"
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Foilsíodh do phostáil"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Foilsíodh do chuid postálacha"
 
@@ -9479,7 +9766,7 @@ msgstr "Tá do chuid postálacha, moltaí, agus blocálacha poiblí. Is príobh
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "Ní bheidh do phróifíl, postálacha, fothaí ná liostaí infheicthe ag úsáideoirí eile Bluesky. Is féidir leat do chuntas a athghníomhú uair ar bith trí logáil isteach."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Foilsíodh do fhreagra"
 
diff --git a/src/locale/locales/gd/messages.po b/src/locale/locales/gd/messages.po
index 17df63e39..329fc527a 100644
--- a/src/locale/locales/gd/messages.po
+++ b/src/locale/locales/gd/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: gd\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Scottish Gaelic\n"
 "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n"
@@ -27,8 +27,7 @@ msgstr "(gnìomhach)"
 msgid "(contains embedded content)"
 msgstr "(tha susbaint leabaichte ann)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(gun phost-d)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {air ath-phostadh # turas} two {air ath-phostadh # thura
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# diog} two {# dhiog} few {# diogan} other {# diog}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# nì gun leughadh} two {# nì gun leughadh} few {# nithean gun leughadh} other {# nì gun leughadh}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# nì gun leughadh} two {# nì gun leughadh} few {# nit
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# mhìos} two {# mhìos} few {# mìosan} other {# mìos}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {gam leantainn} two {gam leantainn} few {gam leantainn} other {gam leantainn}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {a’ leantainn #} two {a’ leantainn #} few {a’ leantainn #} other {a’ leantainn #}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {’s toil le # seo} two {’s toil le # seo} few {’s toil le # seo} other {’s toil le # seo}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {’s toil le # seo} two {’s toil le # seo} few {’s
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {phost} two {phost} few {puist} other {post}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {luaidh} two {luaidh} few {luaidhean} other {luaidh}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {air ath-phostadh} two {air ath-phostadh} few {air ath-phostadh} other {air ath-phostadh}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>sna <1>tagaichean</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>san <1>teacsa ⁊ sna tagaichean</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} air a dhol an sàs an t-seachdain seo"
@@ -157,7 +160,8 @@ msgstr "Chuir {0} {1} mar fhrith-fhreagairt"
 msgid "{0} reacted {1} to {2}"
 msgstr "Chuir {0} {1} mar fhrith-fhreagairt dha {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "An t-avatar aig {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}d"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# nì gun leughadh} two {# nì gun leughadh} few {# nithean gun leughadh} other {# nì gun leughadh}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {uair a thìde} two {uair a thìde} few {
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {mhionaid} two {mhionaid} few {mionaidean} other {mionaid}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "Tha {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}</0> gad leantainn a-nis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "Tha an t-inbhir gnàthaichte agad a’ còrdadh ri {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}</0>"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "’S toil le {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}</0> am post agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "Thug {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}</0> air falbh an dearbhadh a rinn iad air a’ chunntas agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "Dh’ath-phostaich {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}</0> am post agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "Chlàraich {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}</0> aig a’ phacaid tòiseachaidh agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "Rinn {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}</0> dearbhadh ort"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "Tha {firstAuthorLink} gad leantainn a-nis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "Tha {firstAuthorLink} gad leantainn cuideachd a-nis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "’S toil le {firstAuthorLink} an t-inbhir gnàthaichte agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "Is toil le {firstAuthorLink} am post agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "Thug {firstAuthorLink} air falbh an dearbhadh a rinn iad air a’ chunntas agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "Dh’ath-phostaich {firstAuthorLink} am post agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "Chlàraich {firstAuthorLink} aig a’ phacaid tòiseachaidh agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "Rinn {firstAuthorLink} dearbhadh ort"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "Tha {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} gad leantainn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "Tha an t-inbhir gnàthaichte agad a’ còrdadh ri {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "’S toil le {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} am post agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "Thug {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} air falbh an dearbhadh a rinn iad air a’ chunntas agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "Dh’ath-phostaich {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} am post agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "Chlàraich {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} aig a’ phacaid tòiseachaidh agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "Rinn {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} dearbhadh ort"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "Tha {firstAuthorName} gad leantainn a-nis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "Tha {firstAuthorName} gad leantainn cuideachd a-nis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "’S toil le {firstAuthorName} an t-inbhir gnàthaichte agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "Is toil le {firstAuthorName} am post agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "Thug {firstAuthorName} air falbh an dearbhadh a rinn iad air a’ chunntas agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "Dh’ath-phostaich {firstAuthorName} am post agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "Chlàraich {firstAuthorName} aig a’ phacaid tòiseachaidh agad"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "Rinn {firstAuthorName} dearbhadh ort"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "a’ leantainn {following}"
@@ -335,11 +339,23 @@ msgstr "a’ leantainn {following}"
 msgid "{handle} can't be messaged"
 msgstr "Cha ghabh {handle} ri teachdaireachdan"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "Chaidh {joinedAllTimeCount, plural, one {# chleachdaiche} two {# chleachdaiche} few {# cleachdaichean} other {# cleachdaiche}} an sàs ann!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# nì gun leughadh} two {# nì gun leughadh} few {# nithean gun leughadh} other {# nì gun leughadh}}"
@@ -364,16 +380,16 @@ msgstr "{type}u air ais"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "’S e neach-dearbhaidh earbsach a th’ ann an {userName}"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "Chaidh {userName} a dhearbhadh"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "An dearbhadh a rinn {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "Tha <0>{0}, </0><1>{1}</1> agus {2, plural, one {# eile} two {# eile} few {# eile} other {# others}} gan gabhail a-staigh sa phacaid tòiseachaidh agad"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {gam leantainn} two {gam leantainn} few {gam leantainn} other {gam leantainn}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "{1, plural, one {a’ leantainn} two {a’ leantainn} few {a’ leantainn} other {a’ leantainn}} <0>{0}</0>"
 
@@ -422,7 +438,7 @@ msgstr "<0>Probhail:</0> Ma bhios an roghainn seo an comas, chan fhaigh thu ach
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "Tha <0>thusa</0> agus <1> </1><2>{0} </2> gan gabhail a-staigh sa phacaid tòiseachaidh agad"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Làmhrachan mì-dhligheach"
 
@@ -449,21 +465,21 @@ msgstr "teachdaireachd"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Dòigh dearbhaidh ùr"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Mu dhèidhinn"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Gabh ris"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Gabh ris an iarrtas cabadaich"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Gabh ris an iarrtas"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "So-ruigsinneachd"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Roghainnean na so-ruigsinneachd"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Cunntas"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Chaidh an cunntas a bhacadh"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Chaidh an cunntas a leantainn"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Chaidh an cunntas a mhùchadh"
@@ -517,34 +533,34 @@ msgstr "Chaidh an cunntas a mhùchadh"
 msgid "Account Muted by List"
 msgstr "Chaidh an cunntas a mhùchadh le liosta"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Roghainnean a’ chunntais"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Chaidh an cunntas a thoirt air falbh on ghrad-inntrigeadh"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Chaidh am bacadh a thoirt far a’ chunntais"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Chan eil thu a’ leantainn a’ chunntais tuilleadh"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Chaidh an cunntas a neo-mhùchadh"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "’S urrainn do chunntasan aig a bheil cromag chrom-bhileach ghorm <0><1/></0> cunntasan eile a dhearbhadh. ’S e Bluesky a thaghas an luchd-dearbhaidh earbsach seo."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Cuir {displayName} ris a’ phacaid tòiseachaidh"
 msgid "Add a content warning"
 msgstr "Cuir ris rabhadh mun t-susbaint"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Cuir cunntas ris"
 msgid "Add alt text"
 msgstr "Cuir roghainn teacsa ris"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Cuir roghainn teacsa ris (roghainneil)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Cuir cunntas eile ris"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Cuir post eile ris"
 
@@ -627,7 +647,7 @@ msgstr "Cuir am facal mùchaidh ris leis na roghainnean a thagh thu"
 msgid "Add muted words and tags"
 msgstr "Cuir ris faclan is tagaichean mùchaidh"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Cuir post ùr ris"
 
@@ -664,8 +684,8 @@ msgstr "Cuir an reacord DNS a leanas ris an àrainn agad:"
 msgid "Add this feed to your feeds"
 msgstr "Cuir an t-inbhir seo ris na h-inbhirean agad"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Cuir ri liosta"
 
@@ -718,6 +738,11 @@ msgstr "Leubailean susbaint inbheach"
 msgid "Advanced"
 msgstr "Adhartach"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "meadhbh@eisimpleir.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Na h-uile"
@@ -732,7 +757,7 @@ msgstr "Tha thu a’ leantainn a h-uile cunntas a-nis!"
 msgid "All languages"
 msgstr "A h-uile cànan"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Gach inbhir a shàbhail thu san aon àite."
 
@@ -776,10 +801,10 @@ msgstr "Roghainn teacsa"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Roghainn teacsa"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Thèid an roghainn teacsa a bhuntachadh. Chan eil barrachd air {MAX_ALT_TEXT, plural, one {{0} charactar} two {{0} charactar} few {{0} charactaran} other {{0} caractar}} ceadaichte."
 
 #: 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 "Chaidh post-d a chur gu {0}. Tha còd dearbhaidh na bhroinn as urrainn dhut cur a-steach gu h-ìosal."
 
-#: 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 "Chaidh post-d a chur gun t-seann-seòladh puist-d agad, {0}. Tha còd dearbhaidh na bhroinn as urrainn dhut cur a-steach gu h-ìosal."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Chaidh post-d a chur chun an t-seòlaidh a bh’ agad roimhe, {currentEmail}. Tha còd dearbhaidh ann, faigh greim air is cuir a-steach gu h-ìosal e."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Chaidh post-d a chur! Cuir a-steach an còd dearbhaidh a tha sa phost-d gu h-ìosal."
 
@@ -825,7 +849,7 @@ msgstr "Dh’èirich mearachd rè dùmhlachadh a’ video."
 msgid "An error occurred while fetching the feed."
 msgstr "Dh’èirich mearachd rè nuair a bha sinn a’ faighinn an inbhir."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Dh’èirich mearachd nuair a bha sinn a’ gintinn na pacaid tòiseachaidh agad. A bheil thu airson feuchainn ris a-rithist?"
 
@@ -842,7 +866,7 @@ msgstr "Dh’èirich mearachd rè luchdadh a’ video. Feuch ris a-rithist."
 msgid "An error occurred while saving the QR code!"
 msgstr "Dh’èirich mearachd rè sàbhaladh a’ chòd QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Dh’èirich mearachd rè taghadh a’ video"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Dh’èirich mearachd rè luchdadh suas a’ video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Dealbh a sheallas gun tagh Bluesky luchd-dearbhaidh earbsach agus gun dearbh an luchd-dearbhaidh earbsach seo cunntasan fa leth aig an luchd-chleachdaidh an uair sin."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Duilgheadas nach eil am measg nan roghainnean seo"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Dh’èirich duilgheadas rè tòiseachadh na cabadaich"
 
@@ -875,8 +899,8 @@ msgstr "Dh’èirich duilgheadas nuair a bha sinn a’ fosgladh na cabadaich"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Dh’èirich duilgheadas, feuch ris a-rithist."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Dealbh mas fhìor dhe iPhone a tha a’ sealltainn aplacaid Bluesky agus a’ phròifil aig cleachdaiche dearbhte le cromag ghorm ris an ainm-taisbeanaidh aca."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF beòthaichte"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Naidheachd mu dhearbhadh air Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Giùlan ana-shòisealta"
 msgid "Anybody can interact"
 msgstr "Faodaidh duine sam bith eadar-ghabhail a dhèanamh"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Ìomhaigheag na h-aplacaid"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Cànan na h-aplacaid"
 
@@ -958,7 +982,7 @@ msgstr "Feumaidh co-dhiù 4 caractaran bhith ann am facal-faire na h-aplacaid"
 msgid "App passwords"
 msgstr "Faclan-faire nan aplacaidean"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Faclan-faire nan aplacaidean"
@@ -994,10 +1018,10 @@ msgstr "Tog ath-thagradh an aghaidh na dàlach"
 msgid "Appeal this decision"
 msgstr "Tog ath-thagradh an aghaidh a’ cho-dhùnaidh seo"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Coltas"
 
@@ -1006,12 +1030,12 @@ msgstr "Coltas"
 msgid "Apply default recommended feeds"
 msgstr "Cuir an sàs na h-inbhirean bunaiteach a mholamaid"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Air a thasglannachadh ann an {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Post tasglannaichte"
 
@@ -1047,11 +1071,11 @@ msgstr "A bheil thu cinnteach gu bheil thu airson {0} a thoirt air falbh o na h-
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "A bheil thu cinnteach gu bheil thu airson seo a thoirt air falbh o na h-inbhirean agad?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "A bheil thu cinnteach gu bheil thu airson an dreachd seo a thilgeil air falbh?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "A bheil thu cinnteach gu bheil thu airson am post seo a thilgeil air falbh?"
 
@@ -1072,6 +1096,11 @@ msgstr "Ealain"
 msgid "Artistic or non-erotic nudity."
 msgstr "Lomnochd ealanta no neo-earotaigeach."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Co-dhiù 3 caractaran"
@@ -1103,7 +1132,7 @@ msgstr "Cluich videothan is GIFs gu fèin-obrachail"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Air ais"
 msgid "Back to Chats"
 msgstr "Air ais gu na cabadaich"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Mus cruthaich thu liosta, feumaidh tu am post-d agad a dhearbhadh."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Mus cruthaich thu post, feumaidh tu am post-d agad a dhearbhadh."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Mus cruthaich thu post no mus fhreagair thu, feumaidh tu am post-d agad a dhearbhadh."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Mus cruthaich thu pacaid tòiseachaidh, feumaidh tu am post-d agad a dhearbhadh."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Mus urrainn dhut gabhail ris an iarrtas chabadaich seo, feumaidh tu am post-d agad a dhearbhadh."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
 msgstr "Mus cuir thu teachdaireachd gu cleachdaiche eile, feumaidh tu am post-d agad a dhearbhadh."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Co-là breith"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Bac"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bac an cunntas"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "A bheil thu airson an cunntas a bhacadh?"
 
@@ -1200,17 +1235,17 @@ msgstr "Bacte"
 msgid "Blocked accounts"
 msgstr "Cunntasan air am bacadh"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Cunntasan air am bacadh"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Chan eil cead aig cunntasan bacte freagairt a chur sna snàithleanan agad, iomradh a dhèanamh ort no eadar-ghabhail eile a dhèanamh leat."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Chan eil cead aig cunntasan bacte freagairt a chur sna snàithleanan agad, iomradh a dhèanamh ort no eadar-ghabhail eile a dhèanamh leat. Chan fhaic thu an t-susbaint aca agus chan fhaic iad an t-susbaint agad-sa."
 
@@ -1226,11 +1261,11 @@ msgstr "Fiù ma bhacas tu an leubailiche seo, ’s urrainn dha leubailean a chur
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "’S e gnìomh poblach a th’ ann am bacadh. Chan eil cead aig cunntasan bacte freagairt a chur sna snàithleanan agad, iomradh a dhèanamh ort no eadar-ghabhail eile a dhèanamh leat."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Ma nì thu bacadh, ’s urrainn do dhaoine leubailean a chur ris a’ chunntas agad fhathast ach chan urrainn dhaibh freagairt a thoirt sna snàithleanan agad tuilleadh no eadar-ghabhail a dhèanamh leat."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Bloga"
 
@@ -1239,7 +1274,7 @@ msgstr "Bloga"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Chan urrainn dha Bluesky dearbhadh gu bheil an ceann-là a thathar a’ cumail a-mach fìor."
 
@@ -1265,7 +1300,7 @@ msgstr "Tha Bluesky nas fheàrr le caraidean!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Teirmichean na seirbheise aig Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Taghaidh Bluesky grunn chunntasan aig daoine air an lìonra agad a mholar."
 
@@ -1275,7 +1310,7 @@ msgstr "Cha leig Bluesky a’ phròifil agus na puist agad ri daoine nach eil cl
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Nì Bluesky dearbhadh iad fhèin air fìor-chunntasan mòra."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Rùraich an cuspair “{0}”"
 msgid "Browse topic {displayName}"
 msgstr "Rùraich an cuspair {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Gnìomhachas"
 
@@ -1374,45 +1409,47 @@ msgstr "Le bhith a’ cruthachadh cunntas, bidh tu ag aontachadh ri <0>teirmiche
 msgid "By you"
 msgstr "Leat-sa"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "An camara"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Sguir dheth"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Sguir de sguabadh às a’ chunntas"
 msgid "Cancel image crop"
 msgstr "Sguir de bhearradh an deilbh"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Sguir de dheasachadh na pròifil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Sguir seo de dh’fhosgladh na làraich-lìn cho-cheangailte"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Chan urrainn dhut eadar-ghabhail a dhèanamh le cleachdaiche a bhac thu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Caipseanan (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Caipseanan ⁊ roghainn teacsa"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Atharraich"
 
@@ -1478,13 +1514,12 @@ msgstr "Atharraich ìomhaigheag na h-aplacaid"
 msgid "Change app icon to \"{0}\""
 msgstr "Cuir “{0}” an àite ìomhaigheag na h-aplacaid"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Atharraich am post-d"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Atharraich cànan na h-aplacaid"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Atharraich an seòladh puist-d"
 
@@ -1497,10 +1532,6 @@ msgstr "Atharraich an làmhrachan"
 msgid "Change moderation service"
 msgstr "Atharraich seirbheise na modarataireachd"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Atharraich am post-d agam"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Atharraich am facal-faire"
@@ -1513,11 +1544,11 @@ msgstr "Dèan post sa chànan a leanas dheth: {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Atharraich adhbhar na h-aithrise"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Atharraich am post-d agad"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Atharraich an seòladh puist-d agad"
 
@@ -1530,15 +1561,15 @@ msgstr "Atharraichidh seo ìomhaigheag na h-aplacaid"
 msgid "Changes hosting provider"
 msgstr "Atharraichidh seo solaraiche na h-òstaireachd"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Cabadaich"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Chaidh a’ chabadaich a sguabadh às"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chaidh a’ chabadaich a mhùchadh"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Bogsa a-steach nan iarrtasan cabadaich"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Iarrtasan cabadaich"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Roghainnean na cabadaich"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chaidh a’ chabadaich a neo-mhùchadh"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Cabadaich"
 
@@ -1599,7 +1630,7 @@ msgstr "Tagh dòigh airson dearbhadh na h-àrainne"
 msgid "Choose Feeds"
 msgstr "Tagh inbhirean"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Dèan taghadh às mo leth"
 
@@ -1619,7 +1650,7 @@ msgstr "Tagh an dath seo mar avatar agad"
 msgid "Choose your account provider"
 msgstr "Tagh solaraiche a’ chunntais agad"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Dealbh loidhne-ama dhut fhèin! Inbhirean leis a’ choimhearsnachd a bheir dhut stuth as toil leat."
 
@@ -1631,16 +1662,16 @@ msgstr "Tagh facal-faire dhut"
 msgid "Choose your username"
 msgstr "Tagh ainm-chleachdaiche dhut"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Falamhaich an dàta stòrais air fad"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Falamhaich an dàta stòrais air fad (dèan ath-thòiseachadh às a dhèidh seo)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Falamhaich tasgadan nan dealbhan"
 
@@ -1652,6 +1683,14 @@ msgstr "Falamhaich an ceasnachan luirg"
 msgid "click here"
 msgstr "dèan briogadh an-seo"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Briog an-seo a thòiseachadh air a dhearbhadh."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Briog an-seo airson am post-d agad ùrachadh"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Dèan briogadh airson puist a nì luaidh air a’ phost seo a chur à comas."
@@ -1676,29 +1715,34 @@ msgstr "A’ chlìomaid"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Turt 🐴 turt 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Dùin"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Dùin an còmhradh gnìomhach"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Dùin an drathair aig a’ bhonn"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Dùin an còmhradh"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Dùin an clàr-taice air an taobh"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Dùin ròghnaichear nan emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Dùin an co-còmhradh seo"
 msgid "Closes password update alert"
 msgstr "Dùinidh seo caismeachd mu ùrachadh an fhacail-fhaire"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Dùinidh seo an uinneag sgrìobhaidh is tilgidh e air falbh dreachd a’ phuist"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Dùinidh seo roghnaichear nan emoji"
 
@@ -1764,11 +1808,11 @@ msgstr "Dùinidh seo roghnaichear nan emoji"
 msgid "Closes viewer for header image"
 msgstr "Dùinidh seo sealladair dealbh a’ bhanna-chinn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Co-theannaich liosta an luchd-chleachdaidh"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Co-theannaichidh seo liosta nan cleachdaichean aig a’ bhrath"
 
@@ -1791,7 +1835,7 @@ msgstr "Comadaidh"
 msgid "Comics"
 msgstr "Dealbhan-èibhinn"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Treòrachadh na coimhearsnachd"
@@ -1804,11 +1848,11 @@ msgstr "Coilean am bòrdachadh is tòisich air an cunntas agad a chleachdadh"
 msgid "Complete the challenge"
 msgstr "Coilean an dùbhlan"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Sgrìobh post ùr"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Sgrìobh puist a bhios suas ri {0, plural, one {# charactar} two {# charactar} few {# caractaran} other {# caractar}} a dh’fhaid"
 
@@ -1816,7 +1860,7 @@ msgstr "Sgrìobh puist a bhios suas ri {0, plural, one {# charactar} two {# char
 msgid "Compose reply"
 msgstr "Sgrìobh freagairt"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "A’ dùmhlachadh a’ video…"
 
@@ -1828,23 +1872,17 @@ msgstr "Rèitich roghainn criathradh na susbainte aig an roinn-seòrsa seo: {nam
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Air a rèiteachadh ann an <0>roghainnean na modarataireachd</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Dearbh"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Dearbh an t-atharrachadh"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Dearbh roghainnean cànain na susbainte"
@@ -1861,18 +1899,19 @@ msgstr "Dearbh d’ aois:"
 msgid "Confirm your birthdate"
 msgstr "Dearbh latha do bhreith"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "An còd dearbhaidh"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "An còd dearbhaidh"
 
@@ -1880,8 +1919,8 @@ msgstr "An còd dearbhaidh"
 msgid "Connecting..."
 msgstr "A’ dèanamh ceangal…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Cuir fios gu sgioba na taice"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Susbaint ⁊ meadhanan"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Susbaint is meadhanan"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Susbaint is meadhanan"
 
@@ -1911,7 +1950,7 @@ msgstr "Criathragan susbainte"
 msgid "Content from across the network we think you might like."
 msgstr "Susbaint o fheadh an lìonraidh a chòrdas riut nar beachd."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Cànain na susbainte"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Cùlaibh a’ chlàir-thaice cho-theacsail, dèan briogadh airson an clàr-taice a dhùnadh."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Air adhart"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Lean ort mar {0} (clàraichte a-staigh aig an àm seo)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Leugh an còrr dhen t-snàithlean…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Air adhart gun ath-cheum"
@@ -1973,7 +2012,7 @@ msgstr "Còcaireachd"
 msgid "Copied"
 msgstr "Air lethbhreac a dhèanamh"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Chaidh lethbhreac de thionndadh a’ bhuild a chur air an stòr-bhòrd"
 
@@ -1981,8 +2020,8 @@ msgstr "Chaidh lethbhreac de thionndadh a’ bhuild a chur air an stòr-bhòrd"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Chaidh lethbhreac a chur air an stòr-bhòrd"
 
@@ -1991,7 +2030,7 @@ msgstr "Chaidh lethbhreac a chur air an stòr-bhòrd"
 msgid "Copied!"
 msgstr "Chaidh lethbhreac a dhèanamh!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Cuiridh seo lethbhreac de thionndadh a’ bhuild air an stòr-bhòrd"
 
@@ -2003,13 +2042,13 @@ msgstr "Lethbhreac"
 msgid "Copy App Password"
 msgstr "Dèan lethbhreac de dh’fhacal-faire na h-aplacaid"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Dèan lethbhreac dheth at:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Dèan lethbhreac dhe DID an ùghdair"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Dèan lethbhreac dhen chòd"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Dèan lethbhreac dhen DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Dèan lethbhreac dhen cheangal"
 msgid "Copy link to list"
 msgstr "Dèan lethbhreac dhen cheangal ris an liosta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Dèan lethbhreac dhen cheangal ris a’ phost"
 
@@ -2050,13 +2089,13 @@ msgstr "Dèan lethbhreac dhen cheangal ris a’ phost"
 msgid "Copy message text"
 msgstr "Dèan lethbhreac de theacsa na teachdaireachd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Dèan lethbhreac dhen phost aig:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Dèan lethbhreac de theacsa a’ phuist"
 
@@ -2068,7 +2107,7 @@ msgstr "Dèan lethbhreac dhen chòd QR"
 msgid "Copy TXT record value"
 msgstr "Dèan lethbhreac dhen reacord TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Poileasaidh na còrach-lethbhreac"
@@ -2078,7 +2117,7 @@ msgstr "Poileasaidh na còrach-lethbhreac"
 msgid "Could not leave chat"
 msgstr "Cha b’ urrainn dhuinn a’ chabadaich fhàgail"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Cha b’ urrainn dhuinn an t-inbhir a luchdadh"
 
@@ -2094,7 +2133,7 @@ msgstr "Cha b’ urrainn dhuinn a’ chabadaich a mhùchadh"
 msgid "Could not process your video"
 msgstr "Cha b’ urrainn a’ video agad a phròiseasadh"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Cruthaich"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Cruthaich còd QR airson pacaid tòiseachaidh"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Cruthaich pacaid tòiseachaidh"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Cruthaich pacaid tòiseachaidh dhomh"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Cruthaich cunntas"
 msgid "Create an account without using this starter pack"
 msgstr "Cruthaich cunntas ach as aonais na pacaid tòiseachaidh seo"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Cruthaich avatar na àite"
 
@@ -2209,13 +2248,13 @@ msgstr "Ùrlar dorcha"
 msgid "Date of birth"
 msgstr "Là-breith"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Cuir an cunntas à gnìomh"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Dì-bhugaich a’ mhodarataireachd"
 
@@ -2237,13 +2276,13 @@ msgstr "Na h-ìomhaigheagan bunaiteach"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Sguab às"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Sguab às an cunntas"
 
@@ -2259,19 +2298,19 @@ msgstr "Sguab facal-faire na h-aplacaid às"
 msgid "Delete app password?"
 msgstr "A bheil thu airson facal-faire na h-aplacaid a sguabadh às?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Sguab a’ chabadaich às"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Sguab às clàr foirgheall na cabadaich"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Sguab an còmhradh às"
 
@@ -2299,9 +2338,9 @@ msgstr "Sguab an teachdaireachd às dhomh-sa"
 msgid "Delete my account"
 msgstr "Sguab an cunntas agam às"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Sguab às am post"
 
@@ -2318,7 +2357,7 @@ msgstr "A bheil thu airson a’ phacaid tòiseachaidh seo a sguabadh às?"
 msgid "Delete this list?"
 msgstr "A bheil thu airson an liosta seo a sguabadh às?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "A bheil thu airson am seo post a sguabadh às?"
 
@@ -2335,19 +2374,19 @@ msgstr "Cunntas a chaidh a sguabadh às"
 msgid "Deleted post."
 msgstr "Post a chaidh a sguabadh às."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Tuairisgeul"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Tha an tuairisgeul ro fhada"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Tha an tuairisgeul ro fhada. {DESCRIPTION_MAX_GRAPHEMES, plural, one {{0} charactar} two {{0} charactar} few {{0} charactaran} other {{0} caractar}} ceadaichte."
 
@@ -2356,27 +2395,27 @@ msgstr "Tha an tuairisgeul ro fhada. {DESCRIPTION_MAX_GRAPHEMES, plural, one {{0
 msgid "Descriptive alt text"
 msgstr "Teacsa a mhìnicheas an t-susbaint"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Dealaich an luaidh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "A bheil thu airson an luaidh air a’ phost a dhealachadh?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Chaidh modh an luchd-leasachaidh a chur à comas"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Chaidh modh an luchd-leasachaidh a chur an comas"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Roghainnean an luchd-leasachaidh"
 
@@ -2388,6 +2427,15 @@ msgstr "Còmhradh: co-dhùin cò aig a bheil cead eadar-ghabhail a dhèanamh lei
 msgid "Dim"
 msgstr "Doilleir"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Cuir 2FA à comas"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Cuir dearbhadh 2FA air a’ phost-d à comas"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Cuir dearbhadh 2FA air a’ phost-d à comas"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "À comas"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Tilg air falbh"
 
@@ -2420,11 +2468,11 @@ msgstr "Tilg air falbh"
 msgid "Discard changes?"
 msgstr "A bheil thu airson na h-atharraichean a thilgeil air falbh?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "A bheil thu airson an dreachd a thilgeil air falbh?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "A bheil thu airson am post a thilgeil air falbh?"
 
@@ -2442,15 +2490,15 @@ msgstr "Fidir inbhirean"
 msgid "Discover new custom feeds"
 msgstr "Fidir inbhirean gnàthaichte ùra"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Fidir inbhirean ùra"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Leig seachad"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Leig seachad a’ mhearachd"
 
@@ -2471,9 +2519,9 @@ msgstr "Leig seachad an earrann seo"
 msgid "Display larger alt text badges"
 msgstr "Seall baidsean nas motha airson roghainn teacsa"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Ainm-taisbeanaidh"
@@ -2482,11 +2530,11 @@ msgstr "Ainm-taisbeanaidh"
 msgid "Display Name"
 msgstr "Ainm-taisbeanaidh"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Tha an t-ainm-taisbeanaidh seo ro fhada"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Tha an t-ainm taisbeanaidh ro fhada. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {{0} charactar} two {{0} charactar} few {{0} charactaran} other {{0} caractar}} ceadaichte."
 
@@ -2511,21 +2559,31 @@ msgstr "Chan eil e a’ tòiseachadh no a’ crìochnachadh le tàthan"
 msgid "Domain verified!"
 msgstr "Chaidh an àrainn a dhearbhadh!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Nach eil còd agad no a bheil fear ùr a dhìth ort? <0>Briog an-seo.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Nach fhaic thu am post-d sam? <0>Briog an-seo airson a chur às ùr.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Deiseil{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Thoir gnogag dhùbailte no dèan brùthadh fada air an teachdaireachd airson frith-fhreagairt a chur"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Thoir gnogag dhùbailte air gus an còmhradh a dhùnadh"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Thoir gnogag dhùbailte a dh’innse gur toil leat e"
 
@@ -2575,7 +2633,7 @@ msgstr "Faid:"
 msgid "e.g. alice"
 msgstr "m.e. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "m.e. Alice Sloinneadh"
 
@@ -2587,7 +2645,7 @@ msgstr "m.e. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "m.e. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "m.e. neach-ealain, gaol air coin is leughadair mòr."
 
@@ -2595,19 +2653,19 @@ msgstr "m.e. neach-ealain, gaol air coin is leughadair mòr."
 msgid "E.g. artistic nudes."
 msgstr "m.e. lomnochd ealain."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "m.e. postairean fìor-mhath"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "m.e. spamairean"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "m.e. na làmhan gun dearmad."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "m.e. luchd-cleachdaidh a chuireas sanasachd mar fhreagairt gu tric."
 
@@ -2615,7 +2673,7 @@ msgstr "m.e. luchd-cleachdaidh a chuireas sanasachd mar fhreagairt gu tric."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Obraichidh gach còd aon turas. Gheibh thu barrachd chòdaichean cuiridh o àm gu àm."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Deasaich"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Deasaich an t-avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Deasaich an t-avatar"
 msgid "Edit Feeds"
 msgstr "Deasaich na h-inbhirean"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Deasaich an dealbh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Deasaich roghainnean na h-eadar-ghabhalach"
 
@@ -2657,12 +2715,17 @@ msgstr "Deasaich na rudan sa bheil ùidh agad"
 msgid "Edit list details"
 msgstr "Deasaich mion-fhiosrachadh na liosta"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Deasaich an liosta modarataireachd"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Deasaich na h-inbhirean agam"
 
@@ -2679,15 +2742,15 @@ msgstr "Deasaich na daoine"
 msgid "Edit post interaction settings"
 msgstr "Deasaich roghainnean eadar-ghabhail a’ phuist"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Deasaich a’ phròifil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Deasaich a’ phròifil"
 
@@ -2695,7 +2758,7 @@ msgstr "Deasaich a’ phròifil"
 msgid "Edit starter pack"
 msgstr "Deasaich a’ phacaid tòiseachaidh"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Deasaich liosta an luchd-chleachdaidh"
 
@@ -2707,11 +2770,11 @@ msgstr "Co-dhùin cò aig a bheil cead freagairt"
 msgid "Edit your display name"
 msgstr "Deasaich an t-ainm-taisbeanaidh agad"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Deasaich tuairisgeul na pròifil agad"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Deasaich a’ phacaid tòiseachaidh agad"
 
@@ -2724,9 +2787,8 @@ msgstr "Foghlam"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Bhac cruthadair na liosta seo thu no bhac thusa cruthadair na liosta."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Post-d"
 
@@ -2747,20 +2809,17 @@ msgstr "Seòladh puist-d"
 msgid "Email Resent"
 msgstr "Chaidh am post-d a chur as ùr"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Chaidh am post-d ùrachadh"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "Chaidh am post-d a chur!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Chaidh am post-d ùrachadh"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Chaidh am post-d ùrachadh!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Chaidh am post-d a dhearbhadh"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "Chaidh am post-d a dhearbhadh!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Leabaich an còd HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Leabaich am post"
 
@@ -2785,8 +2844,9 @@ msgstr "Leabaich am post seo san làrach-lìn agad. Cha leig thu leas ach lethbh
 msgid "Embedded video player"
 msgstr "Cluicheadair video leabaichte"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Cuir an comas"
 
@@ -2798,8 +2858,8 @@ msgstr "Na cuir an comas ach {0}"
 msgid "Enable adult content"
 msgstr "Cuir comas inbheach an comas"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr "Cuir 2FA air a’ phost-d an comas"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "An comas"
 msgid "End of feed"
 msgstr "Deireadh an inbhir"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Dèan cinnteach gun do thagh thu cànan airson gach faidhle fho-thiotalan."
 
@@ -2860,13 +2920,14 @@ msgstr "Cuir a-steach facal-faire"
 msgid "Enter a word or tag"
 msgstr "Cuir a-steach facal no taga"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "Cuir a-steach an còd"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Cuir a-steach an còd dearbhaidh"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "Cuir a-steach an còd"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "Cuir a-steach an do latha-breith"
 msgid "Enter your email address"
 msgstr "Cuir a-steach an seòladh puist-d agad"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Cuir a-steach am post-d ùr agad gu h-àrd"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Cuir a-steach an seòladh puist-d ùr agad gu h-ìosal."
 
@@ -2921,7 +2978,7 @@ msgstr "Fosglaidh seo an làn-sgrìn"
 msgid "Entertainment"
 msgstr "Dibhearsan"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Mearachd"
@@ -2997,15 +3054,15 @@ msgstr "Fàgaidh seo sealladh an deilbh"
 msgid "Expand alt text"
 msgstr "Leudaich an roghainn teacsa"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Leudaich liosta an luchd-chleachdaidh"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Leudaich no co-theannaich am post slàn a tha thu a’ freagairt"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Leudaichidh no co-theannaichidh seo teacsa a’ phuist"
 
@@ -3031,6 +3088,10 @@ msgstr "Falbhaidh an ùine air {0}"
 msgid "Expires in {0}"
 msgstr "Falbhaidh an ùine air ann an {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Meadhanan feòlmhor no draghail."
 msgid "Explicit sexual images."
 msgstr "Dealbhan feiseil is feòlmhor."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Rùraich"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Às-phortaich an dàta agam"
 
@@ -3071,12 +3132,12 @@ msgstr "Meadhanan on taobh a-muigh"
 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 "Ma cheadaicheas tu meadhanan on taobh a-muigh, dh’fhaoidte gun toir seo comas do làraichean-lìn fiosrachadh a chruinneachadh mu do dhèidhinn is mun uidheam agad. Cha tèid fiosrachadh sam bith iarraidh no a chur gus am brùth thu am putan “Cluich”."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Roghainnean nam meadhanan on taobh a-muigh"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Cha b’ urrainn dhuinn gabhail ris a’ chabadaich"
@@ -3090,15 +3151,11 @@ msgstr "Cha b’ urrainn dhuinn an emoji a chur mar fhrith-fhreagairt"
 msgid "Failed to change handle. Please try again."
 msgstr "Dh’fhàillig atharrachadh an làmhrachain. Feuch ris a-rithist."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Cha b’ urrainn dhuinn facal-faire a chruthachadh dhan aplacaid. Feuch ris a-rithist."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Cha b’ urrainn dhuinn an còmhradh a chruthachadh"
 
@@ -3107,12 +3164,12 @@ msgstr "Cha b’ urrainn dhuinn an còmhradh a chruthachadh"
 msgid "Failed to create starter pack"
 msgstr "Cha b’ urrainn dhuinn pacaid tòiseachaidh a chruthachadh"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Cha b’ urrainn dhuinn an liosta a chruthachadh. Thoir sùil air a’ cheangal ris eadar-lìon is feuch ris a-rithist."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Cha b’ urrainn dhuinn a’ chabadaich a sguabadh às"
@@ -3121,7 +3178,7 @@ msgstr "Cha b’ urrainn dhuinn a’ chabadaich a sguabadh às"
 msgid "Failed to delete message"
 msgstr "Cha b’ urrainn dhuinn an teachdaireachd a sguabadh às"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Cha b’ urrainn dhuinn am post a sguabadh às, feuch ris a-rithist"
 
@@ -3129,7 +3186,7 @@ msgstr "Cha b’ urrainn dhuinn am post a sguabadh às, feuch ris a-rithist"
 msgid "Failed to delete starter pack"
 msgstr "Cha b’ urrainn dhuinn a’ phacaid tòiseachaidh a sguabadh às"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Cha b’ urrainn dhuinn na còmhraidhean a luchdadh"
@@ -3172,7 +3229,7 @@ msgstr "Cha b’ urrainn dhuinn an emoji a chuir thu mar fhrith-fhreagairt a tho
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Cha b’ urrainn dhuinn an dearbhadh a thoirt air falbh"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Cha b’ urrainn dhuinn na rudan sa bheil ùidh agad a shàbhaladh."
 msgid "Failed to send"
 msgstr "Dh’fhàillig a chur"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "Cha b’ urrainn dhuinn am post-d a chur, feuch ris a-rithist."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Cha b’ urrainn dhuinn an t-ath-thagradh a chur, feuch ris a-rithist."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Cha b’ urrainn dhuinn mùchadh an t-snàithlein a thoglachadh, feuch ris a-rithist"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "Cha b’ urrainn dhuinn roghainnean 2FA a’ phuist-d ùrachadh"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "Cha b’ urrainn dhuinn am post-d ùrachadh, feuch ris a-rithist."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Cha b’ urrainn dhuinn na h-inbhirean ùrachadh"
@@ -3219,11 +3290,15 @@ msgstr "Cha b’ urrainn dhuinn na roghainnean ùrachadh"
 msgid "Failed to upload video"
 msgstr "Cha b’ urrainn dhuinn a’ video a luchdadh suas"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "Cha b’ urrainn dhuinn am post-d a dhearbhadh, feuch ris a-rithist."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Cha b’ urrainn dhuinn an làmhrachan a dhearbhadh. Feuch ris a-rithist."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Inbhir"
 
@@ -3242,24 +3317,24 @@ msgstr "Toglaiche nan inbhirean"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Innis dhuinn dè do bheachd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Chaidh do bheachdan a chur!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Inbhirean"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Sùbailte"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Lean"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Lean"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Lean ri {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Lean ri {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Lean ri {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Lean ri 10 cunntasan"
 msgid "Follow 7 accounts"
 msgstr "Lean ri 7 cunntasan"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Lean ris a’ chunntas"
 
@@ -3391,7 +3462,7 @@ msgstr "Lean ris a’ chunntas"
 msgid "Follow all"
 msgstr "Lean ris na h-uile"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Lean iad cuideachd"
@@ -3417,7 +3488,7 @@ msgstr "Tha <0>{0}</0> agus <1>{1}</1> ga leantainn"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Tha <0>{0}</0>, <1>{1}</1> is {2, plural, one {# eile} two {# eile} few {# eile} other {# eile}} ga leantainn"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Luchd-leantainn aig @{0} as aithne dhut-sa cuideachd"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Luchd-leantainn as aithne dhut"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Ga leantainn"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "A’ leantainn {0} a-nis"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "A’ leantainn {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "A’ leantainn {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Roghainnean inbhir nan daoine a tha thu a’ leantainn"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Roghainnean inbhir nan daoine a tha thu a’ leantainn"
@@ -3524,7 +3591,7 @@ msgstr "A’ postadh susbaint gun iarraidh gu tric"
 msgid "From @{sanitizedAuthor}"
 msgstr "O @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "O <0/>"
@@ -3533,17 +3600,19 @@ msgstr "O <0/>"
 msgid "Gallery"
 msgstr "An gailearaidh"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Gin pacaid tòiseachaidh"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Faigh cobhair"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "Dèan toiseach-tòiseachaidh"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "A’ dèanamh toiseach-tòiseachaidh"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Cuir aodann ris a’ phròifil agad"
 
@@ -3567,10 +3636,10 @@ msgstr "Briseadh mòr an lagha no teirmichean na seirbheise"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Air ais"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Dhachaigh"
 msgid "Go Home"
 msgstr "Dhachaigh"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "Tadhail air a’ phròifil aig {firstAuthorName}"
 
@@ -3638,8 +3723,8 @@ msgstr "Meadhanan grafaigeach"
 msgid "Half way there!"
 msgstr "Leathach slighe!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Làmhrachan"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptaigeachd"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Sàrachadh, trolladh no neo-fhulangas"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Taga-hais"
 
@@ -3673,19 +3758,24 @@ msgstr "Taga-hais"
 msgid "Hashtag {tag}"
 msgstr "Taga-hais {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "A bheil còd agad? <0>Briog an-seo.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "A bheil duilgheadasan agad?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Cobhair"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Dèan nas soilleire e do dhaoine nach e bot a th’ annad le bhith a’ luchdadh suas dealbh no a’ cruthachadh avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Seo dhut facal-faire na h-aplacaid!"
 msgid "Hidden"
 msgstr "Falaichte"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Falaichte ri linn nan roghainnean modarataireachd agad."
 
@@ -3715,12 +3805,12 @@ msgstr "Liosta fhalaichte"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Falaich"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Falaich"
@@ -3729,18 +3819,18 @@ msgstr "Falaich"
 msgid "Hide customization options"
 msgstr "Falaich gach roghainn gnàthachaidh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Falaich am post seo uam-sa"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Falaich an fhreagairt seo on a h-uile duine"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Falaich an fhreagairt seo uam-sa"
 
@@ -3748,12 +3838,12 @@ msgstr "Falaich an fhreagairt seo uam-sa"
 msgid "Hide this card"
 msgstr "Falaich a’ chairt seo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "A bheil thu airson am post seo a chur am falach?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "A bheil thu airson an fhreagairt seo a chur am falach?"
 
@@ -3771,14 +3861,14 @@ msgstr "A bheil thu airson na cuspairean a tha a’ treandadh a chur am falach?"
 msgid "Hide trending videos?"
 msgstr "A bheil thu airson na videothan a tha a’ treandadh a chur am falach?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Falaich liosta an luchd-chleachdaidh"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Falaich na baidsean dearbhaidh"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hm, cha b’ urrainn dhuinn an t-seirbheis modarataireachd sin a luchdad
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Air do shocair! Tha sinn a’ toirt comas air video mean air mhean – glacaidh foighidinn iasg. Na bi fada gun tilleadh!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Dhachaigh"
 
@@ -3845,25 +3935,20 @@ msgstr "Teth"
 msgid "Hot replies first"
 msgstr "Brod nam freagairtean an toiseach"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Ciamar a dh’fhosglas sinn an ceangal seo dhut?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Tha còd agam"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Tha còd agam"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Tha còd dearbhaidh agam"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Ma sguabas tu às an liosta seo, chan urrainn dhut aiseag às a dhèidh.
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Ma tha àrainn agad fhèin, ’s urrainn dhut sin a chleachdadh mar an làmhrachan agad. Bheir seo comas dhut dearbhadh gur tusa a th’ ann thu fhèin. <0>Barrachd fiosrachaidh an-seo.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "Ma tha agad ris am post-d agad ùrachadh, <0>briog an-seo</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Ma bheir thu am post seo air falbh, chan urrainn dhut aiseag às a dhèidh."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Ma dh’ùraicheas tu an seòladh puist-d agad, thèid an 2FA a chur à comas."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Ma tha thu airson am facal-faire seo atharrachadh, cuiridh sinn còd thugad a dhèanamh cinnteach gur ann agad-sa a tha an cunntas seo."
@@ -3915,18 +4008,19 @@ msgstr "Mì-laghail is èiginneach"
 msgid "Image"
 msgstr "Dealbh"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Chaidh tasgadan nan dealbhan fhalamhachadh"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Chaidh tasgadan nan dealbhan fhalamhachadh, shaor sinn {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Chaidh an dealbh a shàbhaladh ann an albam a’ chamara agad!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Tha an còd dearbhaidh 2FA mì-dhligheach."
 msgid "Invalid handle. Please try a different one."
 msgstr "Feuch fear eile."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Clàr puist mì-dhligheach no fear ris nach eil taic"
 
@@ -4041,12 +4135,12 @@ msgstr "Tha e ceart"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Chan eil ann ach thu fhèin an-dràsta fhèin! Cuir barrachd dhaoine ris a’ phacaid tòiseachaidh agad le bhith a’ dèanamh lorg gu h-àrd."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID na h-obrach: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Obraichean"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Air a leubaileadh leis an ùghdar."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Leubailean"
 
@@ -4100,13 +4194,13 @@ msgstr "Leubailean a tha ris an t-susbaint agad"
 msgid "Language selection"
 msgstr "Taghadh a’ chànain"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Roghainnean cànain"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Cànain"
 
@@ -4124,20 +4218,20 @@ msgstr "As ùire"
 msgid "learn more"
 msgstr "barrachd fiosrachaidh"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Barrachd fiosrachaidh"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Barrachd fiosrachaidh"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Barrachd fiosrachaidh mu dhèidhinn Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Barrachd fiosrachaidh mun mhodarataireachd a rinneadh air an t-susbaint
 msgid "Learn more about this warning"
 msgstr "Barrachd fiosrachaidh mun rabhadh seo"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Barrachd fiosrachaidh mun dearbhadh air Bluesky"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "A’ fàgail Bluesky"
 msgid "left to go."
 msgstr "air fhàgail."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Leig leamsa roghnachadh"
 
@@ -4230,7 +4324,7 @@ msgstr "Soilleir"
 msgid "Like"
 msgstr "’S toil"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "’S toil ({0, plural, one {’s toil le # seo} two {’s toil le # seo} few {’s toil le # seo} other {’s toil le # seo}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Nochd gur toil leat 10 puist airson teagasg a thoirt dhan inbhir “Fidi
 msgid "Like this feed"
 msgstr "Innis gur toil leat an t-inbhir seo"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Nochd gur toil leat an leubailich seo"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Daoine as toil leotha seo"
 
@@ -4269,16 +4363,16 @@ msgstr "’S toil le {0, plural, one {# seo} two {# seo} few {# seo} other {# se
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "’S toil le {likeCount, plural, one {# seo} two {# seo} few {# seo} other {# seo}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Na ’s toil le daoine"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Daoine as toil leotha am post seo"
 
@@ -4287,11 +4381,11 @@ msgstr "Daoine as toil leotha am post seo"
 msgid "Linear"
 msgstr "Loidhneach"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Liosta"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar na liosta"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Chaidh an liosta a mhùchadh"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Ainm na liosta"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Chaidh an liosta a neo-mhùchadh"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Liostaichean"
 
@@ -4358,6 +4452,22 @@ msgstr "Liostaichean"
 msgid "Lists blocking this user:"
 msgstr "Liostaichean a tha a’ bacadh a’ chleachdaiche seo:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Luchdaich barrachd dheth"
@@ -4370,18 +4480,18 @@ msgstr "Luchdaich barrachd inbhirean a mholamaid"
 msgid "Load new notifications"
 msgstr "Luchdaich na brathan ùra"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Luchdaich na puist ùra"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Ga luchdadh…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Loga"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "An suaicheantas le @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "An suaicheantas le <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Tha coltas gun do dhì-phrìnich thu na h-inbhirean air fad agad. Ach na
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Tha coltas nach eil thu a’ leantainn inbhir sam bith. <0>Briog an-seo airson fear a chur ris.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "Cuir air gleus roghainnean post-d a’ chunntais agad"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Dèan fear dhomh"
 
@@ -4433,7 +4547,7 @@ msgstr "Stiùirich na h-inbhirean a shàbhail thu"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Stiùirich na roghainnean dearbhaidh"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Comharraich gun deach a leughadh"
 msgid "Marked all as read"
 msgstr "Chaidh comharradh gun deach iad uile a leughadh"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Uaireigin eile ’s dòcha"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Meadhanan"
 
@@ -4479,7 +4600,7 @@ msgstr "Iomraidhean"
 msgid "Menu"
 msgstr "An clàr-taice"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Cuir teachdaireachd gu {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Tha an teachdaireachd ro fhada"
 msgid "Message options"
 msgstr "Roghainnean na teachdaireachd"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Teachdaireachdan"
 
@@ -4532,10 +4653,10 @@ msgstr "Cunntas meallta"
 msgid "Misleading Post"
 msgstr "Post meallta"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Modarataireachd"
 
@@ -4557,12 +4678,12 @@ msgstr "Liosta modarataireachd le <0/>"
 msgid "Moderation list by you"
 msgstr "Liosta modarataireachd leat-sa"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Chaidh an liosta modarataireachd a chruthachadh"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Chaidh an liosta modarataireachd ùrachadh"
@@ -4571,8 +4692,8 @@ msgstr "Chaidh an liosta modarataireachd ùrachadh"
 msgid "Moderation lists"
 msgstr "Liostaichean modarataireachd"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Liostaichean modarataireachd"
 
@@ -4580,7 +4701,7 @@ msgstr "Liostaichean modarataireachd"
 msgid "moderation settings"
 msgstr "roghainnean modarataireachd"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Staidean modarataireachd"
 
@@ -4593,7 +4714,7 @@ msgstr "Innealan modarataireachd"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Thagh modaratair rabhadh coitcheann dhan t-susbaint."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Barrachd"
 
@@ -4602,8 +4723,8 @@ msgstr "Barrachd"
 msgid "More feeds"
 msgstr "Barrachd inbhirean"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Barrachd roghainnean"
@@ -4637,10 +4758,10 @@ msgstr "Mùch"
 msgid "Mute {tag}"
 msgstr "Mùch {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Mùch an cunntas"
 
@@ -4689,13 +4810,13 @@ msgstr "Mùch am facal seo ann an tagaichean a-mhàin"
 msgid "Mute this word until you unmute it"
 msgstr "Mùch am facal seo gus an neo-mhùch thu e"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Mùch an snàithlean"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Mùch faclan ⁊ tagaichean"
 
@@ -4703,12 +4824,12 @@ msgstr "Mùch faclan ⁊ tagaichean"
 msgid "Muted accounts"
 msgstr "Cunntasan a chaidh am mùchadh"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Cunntasan a chaidh am mùchadh"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Ma mhùchas tu cunntas, cha nochd na puist aca san inbhir agad no sna brathan agad. Tha mùchadh gu tur prìobhaideach."
 
@@ -4729,15 +4850,15 @@ msgstr "Tha am mùchadh prìobhaideach. Ma mhùchas tu cunntas, is urrainn dhaib
 msgid "My Birthday"
 msgstr "Mo cho-là breith"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Na h-inbhirean agam"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Ainm"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Tha feum air ainm"
 
@@ -4772,11 +4893,11 @@ msgstr "Tadhail air a’ phacaid tòiseachaidh"
 msgid "Navigates to the next screen"
 msgstr "Bheir seo thu gun ath-sgrìn"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Bheir seo thu gun phròifil agad"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Airson atharrachadh?"
 
@@ -4797,21 +4918,26 @@ msgstr "Coma, cruthaichibh làmhrachan dhomh"
 msgid "New"
 msgstr "Ùr"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Ùr"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Cabadaich ùr"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Seòladh puist-d ùr"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Gleus ùr"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Làmhrachan ùr"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Liosta ùr"
 
@@ -4828,7 +4954,7 @@ msgstr "Liosta ùr"
 msgid "New messages"
 msgstr "Teachdaireachdan ùra"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Liosta modarataireachd ùr"
 
@@ -4840,10 +4966,10 @@ msgstr "Facal-faire ùr"
 msgid "New Password"
 msgstr "Facal-faire ùr"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Post ùr"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Post ùr"
@@ -4863,7 +4989,7 @@ msgstr "Post ùr"
 msgid "New user info dialog"
 msgstr "Còmhradh fiosrachaidh do chleachdaiche ùr"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Liosta luchd-cleachdaidh ùr"
 
@@ -4911,6 +5037,10 @@ msgstr "Chan eil facal-faire aplacaid sam bith agad aig an ìre-sa"
 msgid "No DNS Panel"
 msgstr "Gun phanail DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Cha d’fhuair sinn lorg air GIF brosnaichte sam bith. Dh’fhaoidte gu bheil duilgheadas aig Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Cha deach inbhir sam bith a lorg. Feuch is lorg rudeigin eile."
 msgid "No likes yet"
 msgstr "Cha toil le gin seo fhathast"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Chan eil thu a’ leantainn {0} tuilleadh"
 
@@ -4962,8 +5092,8 @@ msgstr "Gun luaidh fhathast"
 msgid "No reposts yet"
 msgstr "Gun ath-phostadh fhathast"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Cha robh toradh ann"
 
@@ -4980,7 +5110,7 @@ msgstr "Cha d’fhuair sinn toradh sam bith airson “{0}”."
 msgid "No results found"
 msgstr "Cha deach toradh a lorg"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Cha deach toradh a lorg airson “{query}”"
 
@@ -5032,19 +5162,14 @@ msgstr "Lomnochd neo-fheiseil"
 msgid "Not followed by anyone you're following"
 msgstr "Chan eil neach sam bith a tha thusa a’ leantainn ga leantainn"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Cha deach a lorg"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Chan ann an-dràsta fhèin"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Fiosrachadh mu cho-roinneadh"
 
@@ -5052,7 +5177,7 @@ msgstr "Fiosrachadh mu cho-roinneadh"
 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 "An aire: Tha Bluesky na lìonra fosgailte agus poblach. Chan eil an roghainn seo a’ cuingeachadh ach faicsinneachd na susbainte agad ann an aplacaid Bluesky is air an làrach-lìn ach dh’fhaoidte nach gèill aplacaidean eile ris an roghainn seo. Dh’fhaoidte gun seall aplacaidean is làraichean-lìn eile an t-susbaint agad do luchd-cleachdaidh a rinn clàradh a-mach."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Chan eil dad an-seo"
 
@@ -5060,7 +5185,7 @@ msgstr "Chan eil dad an-seo"
 msgid "Notification filters"
 msgstr "Criathragan nam brathan"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Roghainnean nam brathan"
@@ -5077,11 +5202,11 @@ msgstr "Fuaimean nam brathan"
 msgid "Notification Sounds"
 msgstr "Fuaimean nam brathan"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Brathan"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Ìoc! Chaidh rudeigin ceàrr."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "Ceart ma-thà"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Ceart ma-thà"
 
@@ -5140,19 +5265,19 @@ msgstr "As sine an toiseach"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "air <0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Ath-shuidheachadh a’ bhòrdachaidh"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon GIF."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon dealbh."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon video."
 
@@ -5168,7 +5293,7 @@ msgstr "Chan fhaod ach {0} freagairt."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Chan fhaod ach litrichean, àireamhan is tàthanan a bhith ann"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Chan eil taic ach ri faidhlichean dhealbhan"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ìoc, chaidh rudeigin ceàrr!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ìoc!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ìoc!"
 msgid "Open"
 msgstr "Fosgail"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Fosgail clàr-taice nan ath-ghoiridean aig {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Fosgail cruthadair nan avatar"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Fosgail an clàr-taice air an taobh"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Fosgail ròghnaichear nan emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Fosgail sgrìn an fhiosrachaidh mun inbhir"
 msgid "Open feed options menu"
 msgstr "Fosgail clàr-taice roghainnean an inbhir"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Fosgail liosta shlàn nan emoji"
 
@@ -5237,7 +5358,7 @@ msgstr "Fosgail an ceangal ri {niceUrl}"
 msgid "Open message options"
 msgstr "Fosgail roghainnean nan teachdaireachdan"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Fosgail duilleag dì-bhugachadh na modarataireachd"
 
@@ -5249,20 +5370,25 @@ msgstr "Fosgail roghainnean nam faclan is tagaichean mùchte"
 msgid "Open pack"
 msgstr "Fosgail a’ phacaid"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Fosgail clàr-taice roghainnean a’ phuist"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Fosgail clàr-taice na pacaide tòiseachaidh"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Fosgail duilleag an leabhair-sgeulachd"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Fosgail log an t-siostaim"
 
@@ -5282,19 +5408,19 @@ msgstr "Fosglaidh seo còmhradh airson co-dhùnadh cò aig a bheil cead-freagair
 msgid "Opens additional details for a debug entry"
 msgstr "Fosglaidh seo mion-fhiosrachadh a bharrachd mu innteart dì-bhugachaidh"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Fosglaidh seo còmhradh na roghainn teacsa"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Fosglaidh seo an camara air an uidheam"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Fosglaidh seo na caipseanan is còmhradh na roghainn teacsa"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Fosglaidh seo an còmhradh airson atharrachadh an làmhrachain"
 
@@ -5306,7 +5432,7 @@ msgstr "Fosglaidh seo an gleus-sgrìobhaidh"
 msgid "Opens device photo gallery"
 msgstr "Fosglaidh seo gailearaidh dhealbhan an uidheim"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Fosglaidh seo ròghnaichear nan emoji"
 
@@ -5324,7 +5450,7 @@ msgstr "Fosglaidh seo an sruth airson clàradh a-steach dhan chunntas Bhluesky a
 msgid "Opens GIF select dialog"
 msgstr "Fosglaidh seo an còmhradh airson GIF a thaghadh"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Fosglaidh seo an taic sa bhrabhsair"
 
@@ -5332,6 +5458,10 @@ msgstr "Fosglaidh seo an taic sa bhrabhsair"
 msgid "Opens list of invite codes"
 msgstr "Fosglaidh seo liosta nan còdaichean cuiridh"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Fosglaidh seo foirm ath-shuidheachadh an fhacail-fhaire"
@@ -5340,12 +5470,12 @@ msgstr "Fosglaidh seo foirm ath-shuidheachadh an fhacail-fhaire"
 msgid "Opens the linked website"
 msgstr "Fosglaidh seo an làrach-lìn cho-cheangailte"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Fosglaidh seo a’ phròifil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Fosglaidh seo ròghnaichear nan videothan"
 
@@ -5392,7 +5522,7 @@ msgstr "Staid OTA: Chan eil gin ri fhaighinn"
 msgid "Other"
 msgstr "Rud eile"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Cunntas eile"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Cha deach an duilleag a lorg"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Cuir a’ video na stad"
 msgid "People"
 msgstr "Daoine"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Daoine a tha @{0} a’ leantainn"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Daoine a leanas ri @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Prìnich ris an dachaigh"
 msgid "Pin to Home"
 msgstr "Prìnich ris an dachaigh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Prìnich ris a’ phròifil agad"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Prìnichte"
 
@@ -5578,14 +5708,14 @@ msgstr "Tagh làmhrachan dhut."
 msgid "Please choose your password."
 msgstr "Tagh facal-faire."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Briog air a’ cheangal sa phost-d a chuir sinn thugad airson an seòladh puist-d ùr agad a dhearbhadh. Seo ceum cudromach a nì cinnteach gum faigh thu làn-chothrom air Bluesky fhathast."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Coilean an Captcha airson dearbhadh a dhèanamh."
 
-#: 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 "Dearbh am post-d agad mus atharraich thu e. Seo riatanas sealach fhad ’s a nì sinn obair air dòigh nas fheàrr airson ùrachadh a’ phuist-d agus thèid a thoirt air falbh a dh’aithghearr."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Dèan cinnteach nach eil mearachd sa phost- agad."
@@ -5602,10 +5732,28 @@ msgstr "Cuir a-steach facal-faire. Feumaidh e a bhith co-dhiù 8 caractaran a dh
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Thoir ainm àraidh air an fhacal-fhaire aplacaid seo no cleachd ainm a thuaiream againne."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Cuir a-steach còd dligheach."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Cuir a-steach seòladh puist-d dligheach."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Cuir a-steach facal, abairt no taga dligheach airson a mhùchadh"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Cuir a-steach an còd a chuir sinn gu <0>{0}</0> gu h-ìosal."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Cuir a-steach an còd tèarainteachd a chuir sinn gu seòladh an t-seann phuist-d agad."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Cuir a-steach an seòladh puist-d agad."
 msgid "Please enter your invite code."
 msgstr "Cuir a-steach an còd cuiridh agad."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Cuir a-steach an seòladh puist-d ùr agad."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Cuir a-steach am facal-faire agad"
@@ -5648,7 +5800,11 @@ msgstr "Tagh adhbhar dhan aithris seo"
 msgid "Please sign in as @{0}"
 msgstr "Clàraich a-steach mar @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Dearbh am post-d agad"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Dearbh am post-d agad"
 
@@ -5662,7 +5818,7 @@ msgstr "Poileataigs"
 msgid "Porn"
 msgstr "Pòrnografachd"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Postaich"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Postaich"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Postaich na h-uile"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Post le {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Post le @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Chaidh am post a sguabadh às"
@@ -5697,7 +5853,7 @@ msgstr "Chaidh am post a sguabadh às"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Dh’fhàillig luchdadh suas a’ phuist. Thoir sùil air a’ cheangal ris an eadar-lìon agad is feuch ris a-rithist."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Chaidh am post a sguabadh às"
 
@@ -5719,7 +5875,7 @@ msgstr "Chaidh am post a chur am falach leat fhèin"
 msgid "Post interaction settings"
 msgstr "Roghainnean eadar-ghabhail a’ phuist"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Roghainnean eadar-ghabhail a’ phuist"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Chan eil am post prìnichte tuilleadh"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Puist"
@@ -5789,7 +5945,7 @@ msgstr "Dèan brùthadh is chì thu na daoine a leanas ris a’ chunntas seo a t
 msgid "Previous image"
 msgstr "An dealbh roimhe"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Am prìomh-chànan"
 
@@ -5807,26 +5963,26 @@ msgstr "Brathan prìomhachais"
 msgid "Privacy"
 msgstr "Prìobhaideachd"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Prìobhaideachd ⁊ tèarainteachd"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Prìobhaideachd ⁊ tèarainteachd"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Am poileasaidh prìobhaideachd"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "A’ pròiseasadh a’ video…"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Ga phròiseasadh…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "pròifil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "A’ phròifil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Chaidh a’ phròifil ùrachadh"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Poblach, liostaichean as urrainn dhut co-roinneadh airson inbhirean a ruith."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Foillsich am post"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Foillsich na puist"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Foillsich na freagairtean"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Foillsich an fhreagairt"
 
@@ -5904,11 +6060,11 @@ msgstr "Chaidh an còd QR a shàbhaladh ann an albam a’ chamara agad!"
 msgid "Quote post"
 msgstr "Dèan luaidh air a’ phost"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Chaidh an luaidh air a’ phost a cheangal ris as ùr"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Chaidh an luaidh air a’ phost a dhealachadh"
 
@@ -5927,7 +6083,7 @@ msgstr "Roghainnean nan luaidhean"
 msgid "Quotes"
 msgstr "Luaidhean"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Luaidhean air a’ phost seo"
 
@@ -5942,8 +6098,8 @@ msgstr "Air thuaiream"
 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 "Seachad air a’ chrìoch – dh’atharraich thu an làmhrachan agad ro thric ann an ùine ghoirid. Fuirich ort greiseag is feuch ris a-rithist an uair sin."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Ceangail an luaidh ris as ùr"
 
@@ -5958,17 +6114,17 @@ msgstr "Cuir an cunntas agad an gnìomh as ùr"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Leugh am post air a’ bhloga"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Falaich an còrr"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Leugh an còrr"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Leugh am bloga aig Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Ath-cheangail"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Diùlt"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Diùlt an t-iarrtas cabadaich"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Ath-luchdaich na còmhraidhean"
@@ -6022,7 +6178,7 @@ msgstr "Ath-luchdaich na còmhraidhean"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Thoir air falbh"
 msgid "Remove {displayName} from starter pack"
 msgstr "Thoir air falbh {displayName} on phacaid tòiseachaidh"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Thoir air falbh {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Thoir an cunntas air falbh"
 
@@ -6046,13 +6202,13 @@ msgstr "Thoir an cunntas air falbh"
 msgid "Remove attachment"
 msgstr "Thoir an ceanglachan air falbh"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Thoir an t-avatar air falbh"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Thoir a’ bhratach air falbh"
 
@@ -6079,7 +6235,7 @@ msgstr "A bheil thu airson an t-inbhir a thoirt air falbh?"
 msgid "Remove from my feeds"
 msgstr "Thoir air falbh o na h-inbhirean agam"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "A bheil thu airson a thoirt air falbh on ghrad-inntrigeadh?"
 
@@ -6097,11 +6253,16 @@ msgstr "A bheil thu airson a thoirt air falbh o na h-inbhirean agad?"
 msgid "Remove image"
 msgstr "Thoir an dealbh air falbh"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Thoir am facal mùchaidh air falbh on liosta agad"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Thoir a’ phròifil air falbh"
 
@@ -6114,7 +6275,7 @@ msgstr "Thoir an luaidh air falbh"
 msgid "Remove repost"
 msgstr "Thoir an t-ath-phostadh air falbh"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Thoir air falbh faidhle nam fo-thiotalan"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Thoir an cleachdaiche air falbh on liosta"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Thoir an dearbhadh air falbh"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "A bheil thu airson an dearbhadh a rinn thu air a’ chunntas seo a thoirt air falbh?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Air a thoirt air falbh o na h-inbhirean agad"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Bheir seo air falbh a’ phròifil o eachdraidh nan lorg"
+msgstr "Chaidh an dearbhadh a thoirt air falbh"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Bheir seo air falbh am post air an do rinneadh luaidh"
 msgid "Replace with Discover"
 msgstr "Cuir na àite le “Fidir”"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Freagairtean"
 
@@ -6193,12 +6350,12 @@ msgstr "Tha na freagairtean à comas"
 msgid "Replies to this post are disabled."
 msgstr "Chan urrainnear am post seo a fhreagairt."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Freagair"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Freagair ({0, plural, one {# fhreagairt} two {# fhreagairt} few {# freagairtean} other {# freagairt}})"
 
@@ -6224,34 +6381,34 @@ msgstr "’S e ùghdar an t-snàithlein a thaghas roghainnean nam freagairtean"
 msgid "Reply sorting"
 msgstr "Seòrsachadh nam freagairtean"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Freagair <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Freagair post bacte"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Freagair post"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Freagairt dhut fhèin"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Chaidh faicsinneachd na freagairt ùrachadh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Chaidh an fhreagairt a chur am falach"
 
@@ -6261,16 +6418,16 @@ msgstr "Chaidh an fhreagairt a chur am falach"
 msgid "Report"
 msgstr "Dèan aithris"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Dèan aithris air a’ chunntas"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Dèan aithris air a’ chòmhradh"
 
@@ -6293,8 +6450,8 @@ msgstr "Dèan aithris air an liosta"
 msgid "Report message"
 msgstr "Dèan aithris air an teachdaireachd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Dèan aithris air a’ phost"
 
@@ -6369,26 +6526,26 @@ msgstr "Ath-phostaich no dèan luaidh air a’ phost"
 msgid "Reposted By"
 msgstr "Air ath-phostadh le"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Rinn {0} ath-phostadh"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Rinn <0><1/></0> ath-phostadh"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Rinn thu ath-phostadh"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Ath-phostaidh a’ phuist seo"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "Iarr atharrachadh"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "Iarr còd"
 msgid "Require alt text before posting"
 msgstr "Spàrr air daoine roghainn teacsa a chur an sàs mus gabh rud a phostadh"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Spàrr ort fhèin còd puist-d a chleachdadh airson clàradh a-steach gun chunntas agad."
 
@@ -6413,13 +6570,19 @@ msgstr "Riatanach aig an t-solaraiche seo"
 msgid "Required in your region"
 msgstr "Riatanach far a bheil thusa"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Cuir às ùr"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Cuir am post-d a-rithist"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Cuir am post-d a-rithist"
@@ -6436,8 +6599,8 @@ msgstr "Ath-shuidhich an còd"
 msgid "Reset Code"
 msgstr "Ath-shuidhich an còd"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Ath-shuidhich staid a’ bhòrdachaidh"
 
@@ -6458,10 +6621,10 @@ msgstr "Feuchaidh seo ris a’ ghnìomh mu dheireadh a-rithist is e air fàillig
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Till gun duilleag roimhpe"
 msgid "Returns to home page"
 msgstr "Tillidh seo thu gun duilleag-dhachaigh"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Tillidh seo thu gun cheum roimhe"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Sàbhail"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Sàbhail"
@@ -6534,7 +6699,7 @@ msgstr "Sàbhail an co-là breith"
 msgid "Save changes"
 msgstr "Sàbhail na h-atharraichean"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Sàbhail na h-atharraichean"
 
@@ -6564,16 +6729,12 @@ msgstr "Sàbhail sna h-inbhirean agam"
 msgid "Saved Feeds"
 msgstr "Inbhirean a shàbhail thu"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Air a shàbhaladh ann an albam a’ chamara agad"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Air a shàbhaladh sna h-inbhirean agad"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Sàbhailidh seo gach atharrachadh a rinn thu sa phròifil agad"
 
@@ -6583,8 +6744,8 @@ msgstr "Sàbhailidh seo roghainnean bearradh an deilbh"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Can halò!"
 
@@ -6602,11 +6763,11 @@ msgstr "Sgrolaich gun bhàrr"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Lorg"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Dèan lorg sna puist aig {0}"
@@ -6615,7 +6776,7 @@ msgstr "Dèan lorg sna puist aig {0}"
 msgid "Search by name or interest"
 msgstr "Lorg a-rèir ainm no ùidh"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Lorg sna h-inbhirean"
 
@@ -6656,8 +6817,8 @@ msgstr "Lorg GIFs"
 msgid "Search my posts"
 msgstr "Lorg sna puist agam"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Lorg sna puist"
 
@@ -6679,7 +6840,11 @@ msgstr "Lorg..."
 msgid "Searches for profiles"
 msgstr "Luirg airson pròifilean"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Tha feum air ceum tèarainteachd"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Tha feum air ceum tèarainteachd"
 
@@ -6699,7 +6864,7 @@ msgstr "Seall puist ris a bheil taga #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Seall puist ris a bheil taga #{tag} leis a’ chleachdaiche"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Faic dè na dreuchdan bàna aig Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Tagh dath"
 msgid "Select account"
 msgstr "Tagh cunntas"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Tagh cànan dhan aplacaid"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Tagh avatar"
@@ -6727,10 +6896,22 @@ msgstr "Tagh avatar"
 msgid "Select an emoji"
 msgstr "Tagh emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Tagh roghainn"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Tagh cànan dhan aplacaid"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Tagh cànain na susbainte"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Tagh cunntas làithreach"
@@ -6747,11 +6928,11 @@ msgstr "Tagh an GIF “{0}”"
 msgid "Select how long to mute this word for."
 msgstr "Co-dhùin dè cho fad ’s a thèid am facal seo a mhùchadh."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Tagh cànan…"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Tagh cànain"
 
@@ -6763,6 +6944,10 @@ msgstr "Tagh seirbheis modarataireachd"
 msgid "Select moderator"
 msgstr "Tagh modaratair"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Tagh prìomh-chànan"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Cleachd an emoji {emojiName} mar avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Tagh an t-seirbheis modarataireachd a thèid an aithris agad a chur thuca"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Tagh video"
 
@@ -6784,11 +6969,11 @@ msgstr "Tagh video"
 msgid "Select what content this mute word should apply to."
 msgstr "Co-dhùin dè an seòrsa de shusbaint a bhios am facal mùchaidh seo an sàs ann."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Tagh cànan airson eadar-aghaidh na h-aplacaid."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Tagh na cànain a bu toil leat sna h-inbhirean aig an dèan thu fo-sgrìobhadh. Mur an tagh thu gin, chì thu cànan sam bith."
 
@@ -6801,7 +6986,7 @@ msgstr "Tagh latha do bhreith"
 msgid "Select your interests from the options below"
 msgstr "Tagh na rudan sa bheil ùidh agad gu h-ìosal"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Tagh an cànan as fheàrr leat airson eadar-theangachadh san inbhir agad."
 
@@ -6813,19 +6998,17 @@ msgstr "Taghaidh seo roghainn {0} à {numItems}"
 msgid "Send a neat website!"
 msgstr "Cuir làrach-lìn shnasail!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Cuir dearbhadh"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Cuir post-d dearbhaidh"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Cuir post-d dearbhaidh"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Cuir post-d"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Cuir post-d"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Cuir do bheachdan"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Cuir an teachdaireachd"
@@ -6863,13 +7046,14 @@ msgstr "Cuir an aithris gu {0}"
 msgid "Send report to {title}"
 msgstr "Cuir an aithris gu {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Cuir teachdaireachd dearbhaidh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Cuir mar theachdaireachd dhìreach"
 
@@ -6901,10 +7085,10 @@ msgstr "Suidhich an cunntas agad"
 msgid "Sets email for password reset"
 msgstr "Suidhichidh seo am post-d airson ath-shuidheachadh an fhacail-fhaire"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Roghainnean"
 
@@ -6926,16 +7110,16 @@ msgstr "Leth-fheiseil"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Co-roinn"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Co-roinn"
@@ -6948,9 +7132,9 @@ msgstr "Co-roinn sgeul smodaig!"
 msgid "Share a fun fact!"
 msgstr "Co-roinn fiosrachadh spòrsail!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Co-roinn e co-dhiù"
 
@@ -6990,7 +7174,7 @@ msgstr "Co-roinn a’ phacaid tòiseachaidh seo agus cuidich daoine nad choimhea
 msgid "Share your favorite feed!"
 msgstr "Co-roinn an t-inbhir as fheàrr leat!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Deuchainn nan co-roghainnean"
 
@@ -7011,8 +7195,8 @@ msgstr "Seall an roghainn teacsa"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Seall e co-dhiù"
 
@@ -7033,8 +7217,8 @@ msgstr "Seall na roghainnean gnàthachaidh"
 msgid "Show hidden replies"
 msgstr "Seall na freagairtean falaichte"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Seall nas lugha mar seo"
 
@@ -7042,14 +7226,14 @@ msgstr "Seall nas lugha mar seo"
 msgid "Show list anyway"
 msgstr "Seall an liosta co-dhiù"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Seall barrachd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Seall barrachd mar seo"
 
@@ -7079,8 +7263,8 @@ msgstr "Seall na freagairtean mar shnàithlean"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Seall freagairtean nan daoine a tha thu gan leantainn air thoiseach air càch"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Seall an fhreagairt dhan a h-uile duine"
 
@@ -7102,11 +7286,11 @@ msgstr "Seall rabhadh"
 msgid "Show warning and filter from feeds"
 msgstr "Seall rabhadh is criathraich às na h-inbhirean e"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Innsidh seo cuin a chaidh am post seo a chruthachadh"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Seallaidh seo na cunntasan eile as urrainn dhut leum thuca"
 
@@ -7124,8 +7308,8 @@ msgstr "Seallaidh seo an t-susbaint"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Seallaidh seo an t-susbaint"
 msgid "Sign in"
 msgstr "Clàraich a-steach"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Clàraich a-steach mar {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Clàraich a-steach no cruthaich cunntas"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Clàraich a-steach no cruthaich cunntas is thig a chòmhradh!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Clàraich a-steach gu cunntas nach eil air an liosta"
 
@@ -7158,15 +7342,15 @@ msgstr "Clàraich a-steach gu cunntas nach eil air an liosta"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Clàraich a-steach gu Bluesky no cruthaich cunntas ùr"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Clàraich a-mach"
 
@@ -7174,8 +7358,8 @@ msgstr "Clàraich a-mach"
 msgid "Sign Out"
 msgstr "Clàraich a-mach"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "A bheil thu airson clàradh a-mach?"
 
@@ -7206,14 +7390,19 @@ msgstr "Leum seachad air an t-sruth seo"
 msgid "Smaller"
 msgstr "Nas lugha"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Cuiridh seo an cuimhneachan na dhùsal"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Luchd-leasachaidh a’ bhathair-bhuig"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Tha cuid dhen dearbhadh a rinn thu mì-dhligheach."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Chuir cuideigin {0} mar fhrith-fhreagairt dha {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Bha rudeigin ann nach robh buileach ceart leis an dàta a bha thu airson aithris a dhèanamh air. Cuir fios gu sgioba na taice."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Chaidh rudeigin ceàrr"
 
@@ -7264,8 +7453,8 @@ msgstr "Chaidh rudeigin ceàrr. Feuch ris a-rithist."
 msgid "Something wrong? Let us know."
 msgstr "Mearachd air choireigin? Innis dhuinn."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Tha sinn duilich! Dh’fhalbh an ùine air an t-seisean agad. Clàraich a-steach a-rithist."
 
@@ -7304,7 +7493,7 @@ msgstr "Spama; cus iomraidhean no fhreagairtean"
 msgid "Sports"
 msgstr "Spòrs"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Tòisich air cabadaich ùr"
 
@@ -7322,8 +7511,8 @@ msgstr "Tòisich air daoine a chur ris!"
 msgid "Start chat with {displayName}"
 msgstr "Tòisich air cabadaich le {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Pacaid tòiseachaidh"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Tha a’ phacaid tòiseachaidh seo mì-dhligheach"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Pacaidean tòiseachaidh"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Tha e furasta na h-inbhirean is daoine as fheàrr leat a cho-roinneadh le pacaidean tòiseachaidh."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Duilleag na staid"
 
@@ -7363,12 +7552,12 @@ msgstr "Duilleag na staid"
 msgid "Step {0} of {1}"
 msgstr "Ceum {0} à {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Chaidh an stòras fhalamhachadh, feumaidh tu an aplacaid ath-thòiseachadh a-nis."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Leabhar-sgeulachd"
 
@@ -7401,11 +7590,11 @@ msgstr "Fo-sgrìobh"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Fo-sgrìobh aig @{0} airson na leubailean seo a chleachdadh:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Fo-sgrìobh aig an leubailiche"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Fo-sgrìobh aig an leubailiche seo"
 
@@ -7413,13 +7602,14 @@ msgstr "Fo-sgrìobh aig an leubailiche seo"
 msgid "Subscribe to this list"
 msgstr "Fo-sgrìobh dhan liosta seo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Soirbheas!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Chaidh a dhearbhadh"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Laighe na grèine"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Taic"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Leum gu cunntas eile"
 
@@ -7462,11 +7652,11 @@ msgstr "Leum gu cunntas eile"
 msgid "Switch Account"
 msgstr "Leum gu cunntas eile"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Leum eadar cunntasan"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Geàrr leum gu {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Geàrr leum gu {0}"
 msgid "System"
 msgstr "An siostam"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Log an t-siostaim"
 
@@ -7518,7 +7708,7 @@ msgstr "Teicneolas"
 msgid "Tell a joke!"
 msgstr "Innis fealla-dhà!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Innis dhuinn beagan mu do dhèidhinn"
 
@@ -7531,12 +7721,12 @@ msgstr "Innis dhuinn beagan a bharrachd"
 msgid "Terms"
 msgstr "Na teirmichean"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Teirmichean na seirbheise"
 
@@ -7564,7 +7754,11 @@ msgstr "Raon teacsa"
 msgid "Text input field"
 msgstr "Raon ion-chur an teacsa"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Mòran taing airson seo a chur thugainn! Shìn sinn air adhart chun an neach a ruitheas an t-inbhir e."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Mòran taing! Chaidh am post-d agad a dhearbhadh."
 
@@ -7597,12 +7791,12 @@ msgstr "Cha d’fhuair sinn lorg air a’ phacaid tòiseachaidh sin."
 msgid "That's all, folks!"
 msgstr "Sin agaibh e, a chàirdean!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Sin e!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "’S urrainn dhan chunntas seo eadar-ghabhail a dhèanamh leat a-rithist an dèidh dhut a dhì-bhacadh."
 
@@ -7636,6 +7830,10 @@ msgstr "An t-inbhir “Fidir”"
 msgid "The Discover feed now knows what you like"
 msgstr "Tha fios aig an inbhir “Fidir” a-nis dè na rudan as toil leat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "Tha an seòladh puist-d a chuir thu a-steach co-ionnann ris an t-seòladh phuist-d làithreach agad."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Gheibh thu àrainneachd nas fheàrr san aplacaid. Luchdaich a-nuas Bluesky an-dràsta agus leanamaid oirnn far an do stad thu."
@@ -7669,6 +7867,7 @@ msgstr "Chaidh poileasaidh na prìobhaideachd a ghluasad gu <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Tha a’ video a thagh thu nas motha na 100MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Tha coltas gu bheil duilgheadasan aig an fhrithealaiche. Feuch ris a-rithist ann an tiotag bheag."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Cha b’ urrainn dhuinn conaltradh leis an fhrithealaiche"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Cha b’ urrainn dhuinn conaltradh leis an fhrithealaiche, thoir sùil air a’ cheangal ris an eadar-lìon is feuch ris a-rithist."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Cha b’ urrainn dhuinn na brathan fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Cha b’ urrainn dhuinn na puist fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist."
 
@@ -7763,20 +7962,20 @@ msgstr "Cha b’ urrainn dhuinn an aithris agad a chur. Thoir sùil air a’ che
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Cha b’ urrainn dhuinn na h-inbhirean agad ùrachadh, thoir sùil air a’ cheangal ris an eadar-lìon is feuch ris a-rithist."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Bha duilgheadas ann! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Chan eil na roghainnean seo an sàs ach san inbhir “A’ leantainn”.
 msgid "This {screenDescription} has been flagged:"
 msgstr "Chaidh bratach a chur ris an tuairisgeul seo ({screenDescription}):"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Tha cromag ris a’ chunntas seo a chionn ’s gun deach a dhearbhadh le daoine earbsach."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Chaidh co-dhiù aon oidhirp a dhèanamh an cunntas seo a dhearbhadh ach cha do shoirbhich leis an dearbhadh fhathast."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Tha an cunntas seo a’ sparradh air daoine clàradh a-steach mus fhaice
 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 "Chaidh an cunntas seo a bhacadh le co-dhiù aon liosta modarataireachd agad. Airson a dhì-bhacadh, tadhail air na liostaichean iad fhèin is thoir air falbh an cleachdaiche."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "’S urrainn dhut seo a neo-dhèanamh uair sam bith."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Chan fhaicear an t-susbaint seo as aonais cunntas Bhluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Seo còmhradh aig cunntas a chaidh a sguabadh às no a chur à gnìomh. Dèan brùthadh is chì thu na ’s urrainn dhut dèanamh"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Tha am post-d seo co-cheangailte ris a’ chunntas agad mu thràth."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "’S e gleus beta a tha seo. Leugh barrachd mu às-phortadh às an ionad-tasgaidh sa <0>phost bloga seo</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Chan eil an gleus seo ri làimh fhad ’s a bhios tu a’ cleachdadh facal-faire aplacaid. Clàraich a-steach leis a’ phrìomh-fhacal-faire agad."
+
 #: 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 "Chan eil an gleus seo ri làimh fhad ’s a bhios tu a’ cleachdadh facal-faire aplacaid. Clàraich a-steach leis a’ phrìomh-fhacal-faire agad."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Tha an t-inbhir seo falamh! Feuch is lean barrachd dhaoine no cuir na roghainnean cànain agad air gleus."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Tha an t-inbhir seo falamh."
@@ -7899,9 +8106,10 @@ msgstr "Seo làmhrachan glèidhte. Feuch fear eile."
 msgid "This information is not shared with other users."
 msgstr "Chan fhaic luchd-cleachdaidh eile am fiosrachadh seo."
 
-#: 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 "Bidh feum agad air seo ma bhios agad ris am post-d agad atharrachadh uaireigin no am facal-faire agad ath-shuidheachadh."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Tha an liosta seo falamh."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Chan eil an t-seirbheis modarataireachd seo ri làimh. Chì thu barrachd fiosrachaidh mu dhèidhinn gu h-ìosal. Ma mhaireas an duilgheadas seo, cuir fios thugainn."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Tha am post seo a’ cumail a-mach gun deach a chruthachadh <0>{0}</0> ach chunnacas e air Bluesky <1>{1}</1> an toiseach."
 
@@ -7943,28 +8151,28 @@ msgstr "Tha am post seo a’ cumail a-mach gun deach a chruthachadh <0>{0}</0> a
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Tha roghainnean smachd air freagairtean an sàs sa phost seo nach aithne dhuinn. Dh’fhaoidte gu bheil an aplacaid agad ro aosta."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Chaidh am post seo a sguabadh às."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Chan fhaic ach luchd-cleachdaidh clàraichte a-staigh am post seo. Chan fhaic daoine nach eil clàraichte a-staigh e."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Bidh am post seo am falach o inbhirean is snàithleanan. Cha ghabh seo neo-dhèanamh."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Chuir ùghdar a’ phuist seo à comas luaidhean air a’ phost."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Chan fhaic ach luchd-cleachdaidh clàraichte a-staigh a’ phròifil seo. Chan fhaic daoine nach eil clàraichte a-staigh e."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Thèid an fhreagairt seo a chur ann an earrann fhalaichte aig bonn an t-snàithlein agad is mùchaidh e brathan mu fhreagairtean na dhèidh – an dà chuid dhut-sa is do dhaoine eile."
 
@@ -7976,6 +8184,10 @@ msgstr "Cha tug an t-seirbheis seo seachad teirmichean seirbheise no poileasaidh
 msgid "This should create a domain record at:"
 msgstr "Bu chòir dha seo clàr àrainne a chruthachadh aig:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Chan eil ainm-taisbeanaidh aig a’ chleachdaiche seo agus ri linn sin, chan urrainn dhut a dhearbhadh."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Chan eil duine sam bith a’ leantainn a’ chleachdaiche seo."
@@ -8013,11 +8225,11 @@ msgstr "Chan eil an cleachdaiche seo a’ leantainn duine sam bith."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Sguabaidh seo “{0}” às na faclan mùchte agad. ’S urrainn dhut a chur air ais uair sam bith."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Bheir seo air falbh @{0} o liosta a’ ghrad-inntrigidh."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Bheir seo air falbh am post agad on luaidh seo air post mu choinneamh an luchd-chleachdaidh air fad agus cuiridh e glèidheadair-àite na àite."
 
@@ -8044,7 +8256,7 @@ msgstr "Mar shnàithlean"
 msgid "Threaded mode"
 msgstr "Modh snàithlein"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Roghainnean nan snàithleanan"
 
@@ -8056,14 +8268,15 @@ msgstr "An t-àm a th’ air fhàgail: {0, plural, one {# diog} two {# dhiog} fe
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Airson 2FA air a’ phost-d a chur à comas, dearbh gu bheil cead-inntrigidh agad dhan t-seòladh phuist-d."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "Airson 2FA air a’ phost-d a chur à comas, dearbh gu bheil cead-inntrigidh agad gu <0>{0}</0>"
+
 #: 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 "Airson aithris a dhèanamh air còmhradh, dèan aithris air aon dhe na teachdaireachdan na lùib air sgrìn a’ chòmhraidh. Air an dòigh sin, tuigidh na modaratairean againn co-theacsa na cùise."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Mus luchdaich thu videothan suas gu Bluesky, feumaidh tu am post-d agad a dhearbhadh."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Cò dha a chuireas sinn an aithris seo?"
@@ -8090,16 +8303,16 @@ msgstr "Toglaichidh seo an fhuaim"
 msgid "Top"
 msgstr "Brod nan toradh"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Cuspair"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Eadar-theangaich"
 
@@ -8117,7 +8330,7 @@ msgstr "Videothan a tha a’ treandadh"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Èiridh earbsa à dàimhean, coimhearsnachdan is co-chomann agus ri linn sin, tha sinn a’ toirt a-steach gleus <0>an luchd.-dearbhaidh earbsach</0>: buidhnean aig am bi comas dearbhadh a dhèanamh."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Sgrìobh do theachdaireachd an-seo"
 msgid "Type:"
 msgstr "An seòrsa:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Cha ghabh ceangal a dhèanamh. Thoir sùil air a’ cheangal ris an eadar-lìon agad is feuch ris a-rithist."
@@ -8166,27 +8380,27 @@ msgstr "Cha ghabh a sguabadh às"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Dì-bhac"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Dì-bhac"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Dì-bhac an cunntas"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "A bheil thu airson an cunntas a dhì-bhacadh?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Na lean tuilleadh"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Na lean ri {0} tuilleadh"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Na lean an cunntas tuilleadh"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Ma nì thu seo, cha lean thu ris a’ chleachdaiche tuilleadh"
 
@@ -8225,15 +8439,15 @@ msgstr "Ma nì thu seo, cha lean thu ris a’ chleachdaiche tuilleadh"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Gu mì-fhortanach, chan eil taic do dh’aithrisean dhen t-seòrsa seo aig gin dhe na leubailichean a tha fo-sgrìobhadh agad aca."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Neach-dearbhaidh neo-aithnichte"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Cha toil tuilleadh"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Cha toil tuilleadh ({0, plural, one {’s toil le # seo} two {’s toil le # seo} few {’s toil le # seo} other {’s toil le # seo}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Neo-mhùch"
 msgid "Unmute {tag}"
 msgstr "Neo-mhùch {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Neo-mhùch an cunntas"
 
@@ -8267,8 +8481,8 @@ msgstr "Neo-mhùch an còmhradh"
 msgid "Unmute list"
 msgstr "Neo-mhùch an liosta"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Neo-mhùch an snàithlean"
 
@@ -8294,8 +8508,8 @@ msgstr "Dì-phrìnich an t-inbhir"
 msgid "Unpin from home"
 msgstr "Dì-phrìnich on dachaigh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Dì-phrìnich on phròifil"
 
@@ -8311,7 +8525,12 @@ msgstr "Chaidh {0} a dhì-phrìneachadh on dachaigh"
 msgid "Unpinned from your feeds"
 msgstr "Chaidh a dhì-phrìneachadh o na h-inbhirean agad"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Dùisg an cuimhneachan as ùr"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Cuir crìoch air an fho-sgrìobhadh"
 
@@ -8320,7 +8539,7 @@ msgstr "Cuir crìoch air an fho-sgrìobhadh"
 msgid "Unsubscribe from list"
 msgstr "Cuir crìoch air an fho-sgrìobhadh aig an liosta"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Cuir crìoch air an fho-sgrìobhadh aig an leubailiche seo"
 
@@ -8328,11 +8547,11 @@ msgstr "Cuir crìoch air an fho-sgrìobhadh aig an leubailiche seo"
 msgid "Unsubscribed from list"
 msgstr "Chaidh crìoch a chur air an fho-sgrìobhadh aig an liosta"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Seòrsa de video ris nach eil taic"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Seòrsa de video ris nach eil taic: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Ùraich"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Ùraich <0>{displayName}</0> sna liostaichean"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Ùraich am post-d"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Ùraich air {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Ùraich am post-d agad"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Cha b’ urrainn dhuinn ceangladh na luaidh ùrachadh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Cha b’ urrainn dhuinn faicsinneachd na freagairt ùrachadh"
@@ -8371,7 +8601,7 @@ msgstr "Cha b’ urrainn dhuinn faicsinneachd na freagairt ùrachadh"
 msgid "Updating..."
 msgstr "Ga ùrachadh…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Luchdaich suas dealbh an àite sin"
 
@@ -8379,22 +8609,22 @@ msgstr "Luchdaich suas dealbh an àite sin"
 msgid "Upload a text file to:"
 msgstr "Luchdaich suas faidhle teacsa gu:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Luchdaich suas on chamara"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Luchdaich suas o na faidhlichean"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Luchdaich suas on leabhar-lann"
 
@@ -8407,7 +8637,7 @@ msgstr "A’ luchdadh suas nan dealbhan…"
 msgid "Uploading link thumbnail..."
 msgstr "A’ luchdadh suas dealbhag a’ cheangail…"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "A’ luchdadh suas a’ video…"
 
@@ -8419,8 +8649,8 @@ msgstr "Cleachd faclan-faire aplacaid airson clàradh a-steach gu cliantan Bhlue
 msgid "Use default provider"
 msgstr "Cleachd an solaraiche bunaiteach"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Cleachd am brabhsair am broinn na h-aplacaid"
 
@@ -8429,8 +8659,8 @@ msgstr "Cleachd am brabhsair am broinn na h-aplacaid"
 msgid "Use in-app browser to open links"
 msgstr "Cleachd am brabhsair am broinn na h-aplacaid airson ceanglaichean fhosgladh"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Cleachd am brabhsair bunaiteach agam"
 
@@ -8484,12 +8714,12 @@ msgstr "Liosta luchd-cleachdaidh le {0}"
 msgid "User list by you"
 msgstr "Liosta luchd-cleachdaidh leat-sa"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Chaidh an liosta luchd-cleachdaidh a chruthachadh"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Chaidh an liosta luchd-cleachdaidh ùrachadh"
@@ -8523,73 +8753,80 @@ msgstr "Luchd-cleachdaidh a tha thusa gan leantainn"
 msgid "Value:"
 msgstr "Luach:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Dh’fhàillig an dearbhadh, feuch ris a-rithist."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Roghainnean dearbhaidh"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Roghainnean dearbhaidh"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Tha dearbhadh air Bluesky caran eadar-dhealaichte an coimeas ri ùrlaran eile. <0>Barrachd fiosrachaidh an-seo</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Tha feum air post-d dearbhte"
+msgstr "Air a dhearbhadh le:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Dearbh an cunntas seo"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Dearbh an còd"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Dearbh an clàr DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Dearbh am post-d"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Dearbh còd a’ phuist-d"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Còmhradh dearbhadh a’ phuist-d"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Dearbh am post-d ùr"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Dearbh an-dràsta"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Dearbh am faidhle teacsa"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "A bheil thu airson an cunntas seo a dhearbhadh?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Dearbh am post-d agad"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Dearbh am post-d agad"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Tionndadh {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Cha b’ urrainn dhuinn a’ video a phròiseasadh"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Inbhir video"
 
@@ -8616,11 +8853,11 @@ msgstr "Video o {0}: {text}"
 msgid "Video Games"
 msgstr "Geamannan video"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Tha a’ video na stad"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Tha a’ video ga chluich"
 
@@ -8628,11 +8865,11 @@ msgstr "Tha a’ video ga chluich"
 msgid "Video not found."
 msgstr "Cha deach a’ video a lorg."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Roghainnean a’ video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Chaidh a’ video a luchdadh suas"
 
@@ -8640,24 +8877,24 @@ msgstr "Chaidh a’ video a luchdadh suas"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videothan"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Feumaidh a’ video a bhith nas giorra na 3 mionaidean"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Seall an t-avatar aig {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Seall a’ phròifil aig {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Seall a’ phròifil aig {0}"
 msgid "View {displayName}'s profile"
 msgstr "Seall a’ phròifil aig {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Seall pròifil a’ chleachdaiche bhacte"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Seall an t-innteart dì-bhugachaidh"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Seall am mion-fhiosrachadh"
 
@@ -8688,7 +8925,7 @@ msgstr "Seall am mion-fhiosrachadh"
 msgid "View details for reporting a copyright violation"
 msgstr "Seall am mion-fhiosrachadh airson aithris a dhèanamh air briseadh còrach-lethbhreac"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Seall an snàithlean slàn"
 
@@ -8703,13 +8940,12 @@ msgstr "Seall am fiosrachadh mu na leubailean seo"
 msgid "View more"
 msgstr "Seall barrachd"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Seall a’ phròifil"
 
@@ -8723,7 +8959,7 @@ msgstr "Seall an t-seirbheis leubailidh aig @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Seall na dhearbh an cleachdaiche seo"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Seall na cunntasan a mhùch thu"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Seall an dearbhadh a rinn thu"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Rabhadh ron t-susbaint"
 msgid "Warn content and filter from feeds"
 msgstr "Thoir rabhadh ron t-susbaint is criathraich às na h-inbhirean e"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Cha d’fhuair sinn lorg air toradh sam bith aig a bheil an taga-hais sin."
@@ -8798,7 +9039,7 @@ msgstr "Cha d’fhuair sinn lorg air toradh sam bith aig a bheil an taga-hais si
 msgid "We couldn't find any results for that topic."
 msgstr "Cha d’fhuair sinn lorg air toradh sam bith a tha mun chuspair sin."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Cha b’ urrainn dhuinn an còmhradh seo a luchdadh"
 
@@ -8822,6 +9063,10 @@ msgstr "Chan eil puist eile aig na daoine a tha thu a’ leantainn. Seo na tha 
 msgid "We recommend selecting at least two interests."
 msgstr "Mholamaid dhut co-dhiù dà rud a thaghadh sa bheil ùidh agad."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Chuir sinn post-d gu <0>{0}</0> sa bheil ceangal. Briog air a’ cheangal airson dearbhadh a’ phuist-d a choileanadh."
+
 #: 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 "Cha b’ urrainn dhuinn dearbhadh a bheil cead agad videothan a luchdadh suas. Feuch ris a-rithist."
@@ -8842,6 +9087,10 @@ msgstr "Cha b’ urrainn dhuinn ceangal a dhèanamh. Feuch ris a-rithist a leant
 msgid "We will let you know when your account is ready."
 msgstr "Innsidh sinn dhut nuair a bhios an cunntas agad deiseil."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Cuiridh sinn post-d gu <0>{0}</0> sa bheil ceangal. Briog air a’ cheangal airson dearbhadh a’ phuist-d a choileanadh."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Cleachdaidh sinn seo airson dreach pearsanta a chur air an àrainneachd dhut."
@@ -8853,7 +9102,7 @@ msgstr "Tha duilgheadasan aig an lìonra againn, feuch ris a-rithist"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Tha sinn a’ toirt a-steach ìre eile de dhearbhadh air Bluesky – cromag fhollaiseach."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Tha sinn duilich ach cha b’ urrainn dhuinn na faclan a mhùch thu a lu
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Tha sinn duilich ach cha b’ urrainn dhuinn sin a lorg dhut. Feuch ris a-rithist ann am beagan mhionaidean."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Tha sinn duilich! Tha thu a’ feuchainn ri post a fhreagairt a chaidh a sguabadh às."
 
@@ -8880,7 +9129,7 @@ msgstr "Tha sinn duilich! Tha thu a’ feuchainn ri post a fhreagairt a chaidh a
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Tha sinn duilich! Chan fhaigh sinn lorg air an duilleag a tha a dhìth ort."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Tha sinn duilich! Chan urrainn dhut fo-sgrìobhadh aig barrachd air fichead leubailichean agus tha sin agad mu thràth."
 
@@ -8902,13 +9151,13 @@ msgstr "Dè an t-ainm a chuireas sinn air a’ phacaid tòiseachaidh agad?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Dè do naidheachd?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Ma bhriogas tu air cromag, chì thu dè na buidhnean a rinn dearbhadh air a’ chunntas seo."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Cò aig a bheil cead freagairt?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Cò aig a bheil cead-dearbhaidh?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Oich!"
@@ -8984,11 +9233,11 @@ msgstr "Carson bu chòir dhuinn lèirmheas a dhèanamh air an chleachdaiche seo?
 msgid "Write a message"
 msgstr "Sgrìobh teachdaireachd"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Sgrìobh post"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Sgrìobh do fhreagairt"
@@ -9002,6 +9251,11 @@ msgstr "Sgrìobhadairean"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Chaidh an DID ceàrr a thilleadh leis an fhrithealaiche. Na fhuaras: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Tha"
@@ -9015,11 +9269,11 @@ msgstr "Tha, cuiribh à gnìomh seo"
 msgid "Yes, delete this starter pack"
 msgstr "Tha, sguabaibh às a’ phacaid tòiseachaidh seo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Tha, dealaichibh seo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Tha, falaichibh seo"
 
@@ -9037,7 +9291,7 @@ msgstr "thu"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "’S e neach-dearbhaidh earbsach a th’ annad"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Tha thu a’ cruthachadh cunntas air"
 msgid "You are in line."
 msgstr "Tha thu sa chiutha."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Chan eil cead agad videothan a luchdadh."
@@ -9055,18 +9318,22 @@ msgstr "Chan eil cead agad videothan a luchdadh."
 msgid "You are not following anyone."
 msgstr "Chan eil thu a’ leantainn duine sam bith."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Chaidh do dhearbhadh"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Chaidh do dhearbhadh. Caillidh tu d’ inbhe dearbhaidh ma dh’atharraicheas tu an t-ainm-taisbeanaidh agad. <0>Barrachd fiosrachaidh.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Chaidh do dhearbhadh. Caillidh tu d’ inbhe dearbhaidh ma dh’atharraicheas tu an làmhrachan agad. <0>Barrachd fiosrachaidh.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Mhùch thu an cunntas seo."
 msgid "You have muted this user"
 msgstr "Mhùch thu an cleachdaiche seo"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Chan eil còmhradh sam bith a’ dol agad fhathast. Tog do ghuth!"
 
@@ -9179,11 +9446,11 @@ msgstr "Chan eil inbhir sam bith agad."
 msgid "You have no lists."
 msgstr "Chan eil liosta sam bith agad."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Cha do bhac thu cunntas sam bith gu ruige seo. Airson cunntas a bhacadh, tadhail air a’ phròifil aig cuideigin is tagh “Bac an cunntas” sa chlàr-taice aca an-sin."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Cha do mhùch thu cunntas sam bith gu ruige seo. Airson cunntas a mhùchadh, tadhail air a’ phròifil aig cuideigin is tagh “Mùch an cunntas” sa chlàr-taice aca an-sin."
 
@@ -9191,11 +9458,15 @@ msgstr "Cha do mhùch thu cunntas sam bith gu ruige seo. Airson cunntas a mhùch
 msgid "You have reached the end"
 msgstr "Ràinig thu a’ chrìoch"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Dhearbh thu an seòladh puist-d agad. ’S urrainn dhut an còmhradh seo a dhùnadh a-nis."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-dràsta fhèin. Feuch ris a-rithist an ceann greis."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Cha do chruthaich thu pacaid tòiseachaidh fhathast!"
 
@@ -9224,7 +9495,7 @@ msgstr "Chan fhaod thu barrachd air {STARTER_PACK_MAX_SIZE, plural, one {{STARTE
 msgid "You may only add up to 3 feeds"
 msgstr "Chan fhaod thu barrachd air trì inbhirean a chur ris"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Chan fhaod thu barrachd air ceithir dealbhan a chur ris"
 
@@ -9232,7 +9503,7 @@ msgstr "Chan fhaod thu barrachd air ceithir dealbhan a chur ris"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Feumaidh tu a bhith co-dhiù 13 bliadhna mus urrainn dhut cunntas a chruthachadh."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Feumaidh tu co-dhiù seachdnar a leantainn mus urrainn dhut pacaid tòiseachaidh a ghintinn."
 
@@ -9248,10 +9519,18 @@ msgstr "Feumaidh tu cead-inntrigidh do leabhar-lann nan dealbhan agad a thoirt s
 msgid "You must select at least one labeler for a report"
 msgstr "Feumaidh tu co-dhiù aon leubailiche a thaghadh mus urrainn dhut aithris a dhèanamh"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Feumaidh tu an seòladh puist-d agad a dhearbhadh mus urrainn dhut 2FA air a’ phost-d a chur an comas."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Chuir thu @{0} à gnìomh roimhe."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "’S mathaid gum b’ fheàirrde dhut an aplacaid ath-thòiseachadh an-dràsta."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Chuir thu {0} mar fhrith-fhreagairt"
@@ -9260,16 +9539,16 @@ msgstr "Chuir thu {0} mar fhrith-fhreagairt"
 msgid "You reacted {0} to {1}"
 msgstr "Chuir thu {0} mar fhrith-fhreagairt dha {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Thèid do chlàradh a-mach às gach cunntas agad."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Chan fhaigh thu brathan mun t-snàithlean seo tuilleadh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Gheibh thu brathan mun t-snàithlean seo a-nis"
 
@@ -9305,7 +9584,7 @@ msgstr "Bidh tu a’ leantainn nan daoine seo agus {0} eile"
 msgid "You'll follow these people right away"
 msgstr "Bidh tu a’ leantainn nan daoine seo sa bhad"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Gheibh thu post-d aig <0>{0}</0> a dhearbhadh gur tusa a th’ ann."
 
@@ -9339,6 +9618,10 @@ msgstr "Lorg thu daoine a leanas tu"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Seo deireadh an inbhir agad! Faigh lorg air barrachd chunntasan a leanas thu."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Rinn thu uiread a dh’iarrtas ’s a tha ceadaichte mar-thà. Feuch ris a-rithist an ceann greis."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus dàta)"
@@ -9347,7 +9630,7 @@ msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus dà
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus videothan)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Chan eil video sam bith eile agad a choimheadas tu air. Deagh-àm airson rudeigin eile a dhèanamh fad greis?"
 
@@ -9391,14 +9674,18 @@ msgstr "Cha chuir am brabhsair agad taic ri fòrmat a’ video. Feuch brabhsair
 msgid "Your chats have been disabled"
 msgstr "Chaidh a’ chabadaich agad a chur à comas"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Thèid an roghainn seo a shàbhaladh agus is urrainn dhut atharrachadh uair sam bith sna roghainnean."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Cumaidh sinn seo nar cuimhne airson ceanglaichean san àm ri teachd. ’S urrainn dhut seo a chur air gleus uair sam bith sna roghainnean."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Glèidhidh sinn an làmhrachan làithreach agad, <0>{0}</0>, dhut gu fèin-obrachail. ’S urrainn dhut a thilleadh uair sam bith on chunntas seo."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Chaidh an seòladh puist-d agad ùrachadh ach tha e gun dearbhadh fhathast. Bu chòir dhut am post-d ùr agad a dhearbhadh a-nis."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Glèidhidh sinn an làmhrachan làithreach agad, <0>{0}</0>, dhut gu fè
 msgid "Your email appears to be invalid."
 msgstr "Tha coltas nach eil am post-d agad dligheach."
 
-#: 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 "Chaidh am post-d agad a ùrachadh ach tha e gun dearbhadh fhathast. Bu chòir dhut am post-d ùr agad a dhearbhadh."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "Cha deach am post-d agad a dhearbhadh fhathast. Dearbh e ’s faigh làn-chothrom air Bluesky."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Cha deach am post-d agad a dhearbhadh fhathast. Seo ceum tèarainteachd cudromachd is mholamaid dhut a dhèanamh."
 
@@ -9434,7 +9721,7 @@ msgstr "’S e <0>@{0}</0> an làmhrachan slàn a bhios agad"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "’S e <0>@{0}</0> an t-ainm-cleachdaiche slàn a bhios agad"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Chaidh am facal-faire agad atharrachadh!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Feumaidh co-dhiù 8 caractaran bhith san fhacal-faire agad."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Chaidh am post agad fhoillseachadh"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Chaidh na puist agad fhoillseachadh"
 
@@ -9479,7 +9766,7 @@ msgstr "Tha na puist, na rudan as toil leat is na bhac thu poblach. Tha na rudan
 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 "Chan fhaic luchd-cleachdaidh Bhluesky eile a’ phròifil, na puist, inbhirean is liostaichean agad tuilleadh. ’S urrainn dhut an cunntas agad ath-ghnìomhachadh uair sam bith."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Chaidh do fhreagairt fhoillseachadh"
 
@@ -9497,4 +9784,4 @@ msgstr "Ma leigeis tu ris dè na rudan sa bheil ùidh agad, bidh e nas fhasa sus
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "An dearbhadh a rinn thusa"
diff --git a/src/locale/locales/gl/messages.po b/src/locale/locales/gl/messages.po
index 49708a5d9..9f0b8e3d1 100644
--- a/src/locale/locales/gl/messages.po
+++ b/src/locale/locales/gl/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: gl\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Galician\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr ""
 msgid "(contains embedded content)"
 msgstr "(contén contido incrustado)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(sen correo electrónico)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# republicación} other {# republicacións}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# segundo} other {# segundos}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {seguidor} other {seguidores}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {seguindo} other {seguindo}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {gustoulle} other {gustoulles}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {gustoulle} other {gustoulles}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {cita} other {citas}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr ""
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>en <1>etiquetas</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>en <1>texto e etiquetas</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} uníronse esta semana"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatar de {0}"
 
@@ -189,7 +193,7 @@ msgstr ""
 msgid "{0}s"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr ""
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} seguindo"
@@ -335,11 +339,23 @@ msgstr "{following} seguindo"
 msgid "{handle} can't be messaged"
 msgstr "Non é posíbel enviar mensaxes a {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>e {2, plural, one {# máis} other {# máis}} foron incluídos no teu paquete"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr ""
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr ""
 
@@ -422,7 +438,7 @@ msgstr ""
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Ti</0> e<1> </1><2>{0} </2>estades incluídos no paquete de inicio"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Alcume inválido"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr ""
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accesibilidade"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Axustes de accesibilidade"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Conta"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Conta bloqueada"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Conta seguida"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Conta silenciada"
@@ -517,33 +533,33 @@ msgstr "Conta silenciada"
 msgid "Account Muted by List"
 msgstr "Conta silenciada por listaxe"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Opcións da conta"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Conta elimada de acceso rápido"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Conta desbloqueada"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Deixaches de seguir esta conta"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Conta desenmudecida"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Engadir a {displayName} ao paquete de inicio"
 msgid "Add a content warning"
 msgstr "Engadir advertencia de contido"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Engadir conta"
 msgid "Add alt text"
 msgstr "Engadir texto alternativo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Engadir texto alternativo (opcional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr ""
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "Engadir palabras silenciadas e etiquetas"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr ""
 
@@ -664,8 +684,8 @@ msgstr "Engade o seguinte rexistro DNS ao teu dominio:"
 msgid "Add this feed to your feeds"
 msgstr "Engade esta canle ás túas canles"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr ""
 
@@ -718,6 +738,11 @@ msgstr "Etiquetas de contido para adultos"
 msgid "Advanced"
 msgstr "Avanzado"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Todas"
@@ -732,7 +757,7 @@ msgstr "Seguíronse todas as contas!"
 msgid "All languages"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Todas as túas canles gardadas, nun só lugar."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Texto alternativo"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Un código de verificación foi enviado a {0}. Ingresa ese código a continuación."
 
-#: 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 "Un código de verificación foi enviado o teu enderezo anterior, {0}. Ingresa ese código a continuación."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Envioiuse un correo electrónico! A continuación, ingresa o código de confirmación incluido no correo electrónico."
 
@@ -825,7 +849,7 @@ msgstr "Ocurreu un erro ao comprimir o vídeo."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Ocurreu un error ao xerar o teu paquete de inicio. Queres probar de novo?"
 
@@ -842,7 +866,7 @@ msgstr "Ocurreu un erro mentres cargaba o vídeo. Por favor, proba de novo."
 msgid "An error occurred while saving the QR code!"
 msgstr "Ocurreu un erro ao gardar o código QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Ocurreu un erro mentres seleccionabas o vídeo"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Ocurreu un erro ao cargar o vídeo."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Un problema non presente nestas opcións"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Ocurreu un erro iniciando a conversa"
 
@@ -875,8 +899,8 @@ msgstr "Ocurreu un erro mentres tentabas abrir as conversas."
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Comportamento antisocial"
 msgid "Anybody can interact"
 msgstr "Calquera pode interactuar"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Icona da aplicación"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Idioma da interfaz"
 
@@ -958,7 +982,7 @@ msgstr ""
 msgid "App passwords"
 msgstr ""
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Contrasinais da app"
@@ -994,10 +1018,10 @@ msgstr "Apelar suspensión"
 msgid "Appeal this decision"
 msgstr "Apelar esta decisión"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Aparencia"
 
@@ -1006,12 +1030,12 @@ msgstr "Aparencia"
 msgid "Apply default recommended feeds"
 msgstr "Aplicar canles recomendadas predeterminados"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arquivada dende {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Publicación arquivada"
 
@@ -1047,11 +1071,11 @@ msgstr "Tes a certeza de que queres eliminar  {0} das túas canles?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Tes a certeza de que desexas eliminar isto das túas canles?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Tes a certeza de quequeres descartar este borrador?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Tes a certeza de querer desbotar esta publicación?"
 
@@ -1072,6 +1096,11 @@ msgstr "Arte"
 msgid "Artistic or non-erotic nudity."
 msgstr "Espidos artísticos ou non eróticos."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Cando menos 3 caracteres"
@@ -1103,7 +1132,7 @@ msgstr "Reprodución auto. de vídeos e GIFs"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Atrás"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Antes de crear unha listaxe, primeiro tes que verificar o teu correo."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Antes de crear unha publicación, primeiro tes que verificar o teu correo."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Antes de crear un paquete de inicio, primeiro tes que verificar o teu correo."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Antes de poder enviar mensaxes a outras persoas, primeiro tes que verificar o teu correo."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Aniversario"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Bloquear"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bloquear conta"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Bloquear conta?"
 
@@ -1200,17 +1235,17 @@ msgstr "Bloqueado"
 msgid "Blocked accounts"
 msgstr "Contas bloqueadas"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Contas bloqueadas"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Se bloqueas unha conta non poderá responder os teus fíos, mencionarte nin interactuar contigo de ningunha maneira."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Se bloqueas unha conta non poderá responder os teus fíos, mencionarte nin interactuar contigo de ningunha manera. Non verás o seu contido e non poderá ver o teu."
 
@@ -1226,11 +1261,11 @@ msgstr "Se bloqueas a un etiquetador aínda poderá seguir aplicando etiquetas n
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "O bloqueo é público. Se bloqueas unha conta non poderá responder os teus fíos, mencionarte nin interactuar contigo de ningunha maneira."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Se bloqueas a un etiquetador aínda poderá seguir aplicando etiquetas na túa conta, mais evitará que responda nos teus fíos, que te mencione e non poderá interactuar contigo de ningunha maneira."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky non pode confirmar a autenticidade da data solicitada."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky é mellor con amizades!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Termos do Servizo do Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky elexirá un conxunto de contas recomendadas na túa rede."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Navegar tema {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Negocios"
 
@@ -1374,45 +1409,47 @@ msgstr "Ao crear unha conta, aceptas os <0>Termos de servizo</0>."
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Cámara"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Cancelar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Cancelar a eliminación da conta"
 msgid "Cancel image crop"
 msgstr "Cancelar recorte de imaxe"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Cancelar edición de perfil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Cancela apertura do sitio web vinculado"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Non se pode interactuar cunha conta bloqueada"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Lexendaxe (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Lexendaxe e texto alternativo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Cambiar"
 
@@ -1478,13 +1514,12 @@ msgstr "Cambiar icona da aplicación"
 msgid "Change app icon to \"{0}\""
 msgstr "Cambiar a icona da aplicación a \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Cambiar correo electrónico"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Cambiar o enderezo electrónico"
 
@@ -1497,10 +1532,6 @@ msgstr "Cambiar alcume"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Cambiar o meu enderezo electrónico"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Cambiar contrasinal"
@@ -1513,11 +1544,11 @@ msgstr "Cambiar idioma da publicación a {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Cambiar enderezo electrónico"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Cambiar o teu enderezo de correo electrónico"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Conversa"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr ""
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Axustes da conversa"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Escoller método de verificación do dominio"
 msgid "Choose Feeds"
 msgstr "Escolle Canles"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Escolle para min"
 
@@ -1619,7 +1650,7 @@ msgstr "Elixe esta color como o teu avatar"
 msgid "Choose your account provider"
 msgstr "Escolle o teu provedor da conta"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Escolle a túa propia liña de tempo! Fíos feitos pola comunidade axudarante a atopar contido que che preste."
 
@@ -1631,16 +1662,16 @@ msgstr "Escolleu o teu contrasinal"
 msgid "Choose your username"
 msgstr "O teu alcume"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Borrar todos os datos de almacenamento"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Borrar todos os datos de almacenamento (reiniciar despois disto)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Borrar consulta de búsqueda"
 msgid "click here"
 msgstr "Preme aquí"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Preme para deshabilitar as citas para este chío."
@@ -1676,29 +1715,34 @@ msgstr "Clima"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Clip 🐴 clop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Pechar"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Pechar xanela activa"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Pechar o caixón inferior"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Pechar"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Pechar o selector de emojis"
 
@@ -1751,12 +1795,12 @@ msgstr "Pechar esta xanela"
 msgid "Closes password update alert"
 msgstr "Pecha a alerta de actualización de contrasinal"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "Pecha o visor do encabezado da imaxe"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Pechar listaxe de contas"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Pechar a listaxe de contas para unha notificación en particular"
 
@@ -1791,7 +1835,7 @@ msgstr "Comedia"
 msgid "Comics"
 msgstr "Bandas deseñadas"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Directrices da comunidade"
@@ -1804,11 +1848,11 @@ msgstr "Completa a incorporación e comeza a usar a túa conta"
 msgid "Complete the challenge"
 msgstr "Completa o desafío"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Escribir nova publicación"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Redactar resposta"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Comprimindo vídeo..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configuración de filtrado de contido para a categoría: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configurado en <0>axustes 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:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirmar"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirmar o cambio"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confimar o idioma do contido"
@@ -1861,18 +1899,19 @@ msgstr "Confirma a túa idade:"
 msgid "Confirm your birthdate"
 msgstr "Confirma a túa data de nacemento"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Código de confirmación"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Código de confirmación"
 
@@ -1880,8 +1919,8 @@ msgstr "Código de confirmación"
 msgid "Connecting..."
 msgstr "Conectando..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contacta co soporte"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Contido e Multimedia"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Contido e multimedia"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Contido e Multimedia"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtros de contido"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Idiomas de contido"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Fondo do menú contextual, preme para pechar o menú."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continuar"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continuar como {0} (actualmente iniciaches sesión)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Continuar fío..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Sigue co seguinte paso"
@@ -1973,7 +2012,7 @@ msgstr "Cociñando"
 msgid "Copied"
 msgstr "Copiado"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Versión de compilación copiada ao portapapeis"
 
@@ -1981,8 +2020,8 @@ msgstr "Versión de compilación copiada ao portapapeis"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copiado ao portapapeis"
 
@@ -1991,7 +2030,7 @@ msgstr "Copiado ao portapapeis"
 msgid "Copied!"
 msgstr "Copiado!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "Copiar"
 msgid "Copy App Password"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copiar código"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr ""
 
@@ -2040,8 +2079,8 @@ msgstr "Copiar Ligazón"
 msgid "Copy link to list"
 msgstr "Copia ligazón á lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copiar ligazón ao chío"
 
@@ -2050,13 +2089,13 @@ msgstr "Copiar ligazón ao chío"
 msgid "Copy message text"
 msgstr "Copiar texto da mensaxe"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copiar texto do chío"
 
@@ -2068,7 +2107,7 @@ msgstr "Copiar código QR"
 msgid "Copy TXT record value"
 msgstr ""
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Política de dereitos de autor"
@@ -2078,7 +2117,7 @@ msgstr "Política de dereitos de autor"
 msgid "Could not leave chat"
 msgstr "Non se puido saír deste conversa"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Non se puido cargar esta canle"
 
@@ -2094,7 +2133,7 @@ msgstr "Non se puido silenciar a conversa"
 msgid "Could not process your video"
 msgstr "Non se puido procesar o teu vídeo"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Crear"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Crear un código QR para o paquete de inicio"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Crea un paquete de inicio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Crea un paquete de inicio para min"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Crea unha conta"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Crea un avatar"
 
@@ -2209,13 +2248,13 @@ msgstr "Tema escuro"
 msgid "Date of birth"
 msgstr "Data de nacemento"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Desactivar conta"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Depuración de Moderacion"
 
@@ -2237,13 +2276,13 @@ msgstr ""
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Borrar"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Borrar a conta"
 
@@ -2259,19 +2298,19 @@ msgstr "Borrar contrasinal de aplicación"
 msgid "Delete app password?"
 msgstr "Borrar contrasinal de aplicación?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Eliminar rexistro de declaración de conversa"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Eliminar conversa"
 
@@ -2299,9 +2338,9 @@ msgstr "Borrar mensaxe para min"
 msgid "Delete my account"
 msgstr "Borrar a miña conta"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Borrar un chío"
 
@@ -2318,7 +2357,7 @@ msgstr "Borrar paquete de inicio?"
 msgid "Delete this list?"
 msgstr "Borrar esta listaxe?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Borrar este chío?"
 
@@ -2335,19 +2374,19 @@ msgstr "Conta eliminada"
 msgid "Deleted post."
 msgstr "Borrouse o chío."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Descrición"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "A descrición é demasiado longa"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Texto descritivo alternativo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Desvincular cita"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Desvincular chío da cita?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Modo desenvolvedor deshabilitado"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Modo desenvolvedor habilitado"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Opcións de desenvolvedor"
 
@@ -2388,6 +2427,15 @@ msgstr "Xanela: axustar quen pode interactuar con este chío"
 msgid "Dim"
 msgstr "Atenuar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Desactivar Correo 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Deshabilitado"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Desbotar"
 
@@ -2420,11 +2468,11 @@ msgstr "Desbotar"
 msgid "Discard changes?"
 msgstr "Desbotar cambios?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Desbotar borrador?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Desbotar publicación?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Descubre novas canles personalizadas"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Descobre Novas Canles"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Desbotar"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Desbotar erro"
 
@@ -2471,9 +2519,9 @@ msgstr "Ignorar esta sección"
 msgid "Display larger alt text badges"
 msgstr "Amosar insignias de texto alternativo máis grandes"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Amosar o nome"
@@ -2482,11 +2530,11 @@ msgstr "Amosar o nome"
 msgid "Display Name"
 msgstr "Mostrar o nombre"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "O nome amosado é demasiado longo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Non comeza nin remata cun guión."
 msgid "Domain verified!"
 msgstr "Dominio verificado!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Listo{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Doble toque para pechar a xanela"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Duplo toque para marcar cun \"gústame\""
 
@@ -2575,7 +2633,7 @@ msgstr "Duración:"
 msgid "e.g. alice"
 msgstr "ex. alicia"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "ex. Apelido de Alicia"
 
@@ -2587,7 +2645,7 @@ msgstr "p. ej. Alicia Roberts"
 msgid "e.g. alice.com"
 msgstr "ex. alicia.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "p. ej. Artista, amante dos e ávida lectora."
 
@@ -2595,19 +2653,19 @@ msgstr "p. ej. Artista, amante dos e ávida lectora."
 msgid "E.g. artistic nudes."
 msgstr "ex. Espidos artísticos."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "ex. Grandes persoas"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "ex. Spam"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "ex. Persoas que sempre atinan."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "ex. Persoas que constantemente responden con publicidade."
 
@@ -2615,7 +2673,7 @@ msgstr "ex. Persoas que constantemente responden con publicidade."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Cada código funciona unha vez. Recibirás máis códigos de convite periodicamente."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Editar"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Editar avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Editar avatar"
 msgid "Edit Feeds"
 msgstr "Editar Canles"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Editar imaxe"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Editar axustes de interacción"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Editar os detalles da listaxe"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Editar Listaxe de Moderación"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Editar as Miñas Canles"
 
@@ -2679,15 +2742,15 @@ msgstr "Editar Persoas"
 msgid "Edit post interaction settings"
 msgstr "Editar axustes de interacción do chío"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Editar o perfil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Editar o perfil"
 
@@ -2695,7 +2758,7 @@ msgstr "Editar o perfil"
 msgid "Edit starter pack"
 msgstr "Editar paquete de inicio"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Editar listaxe de Persoas"
 
@@ -2707,11 +2770,11 @@ msgstr "Editar quen pode responder"
 msgid "Edit your display name"
 msgstr "Editar tu nombre para mostrar "
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Edita tu descripcion de perfil"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Edita o teu paquete de inicio"
 
@@ -2724,9 +2787,8 @@ msgstr "Educación"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "O creador desta lista bloqueoute ou ti bloqueaches o creador."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Enderezo electrónico"
 
@@ -2747,20 +2809,17 @@ msgstr "Enderezo de correo electrónico"
 msgid "Email Resent"
 msgstr "Correo electrónico reenviado"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Correo electrónico actualizado"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Correo electrónico actualizado"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Correo electrónico verificado"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Insertar código HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Insertar chío"
 
@@ -2785,8 +2844,9 @@ msgstr "Incrusta este chío no teu sitio web. Simplemente copia o seguinte fragm
 msgid "Embedded video player"
 msgstr "Reprodutor de vídeo incrustado"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Habilitar"
 
@@ -2798,9 +2858,9 @@ msgstr "Activar {0} unicamente"
 msgid "Enable adult content"
 msgstr "Activar contido para persoas adultas"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Habilitar o 2FA do correo"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Activado"
 msgid "End of feed"
 msgstr "Fin das canles"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Asegúrate de ter seleccionado un idioma para cada ficheiro das lexendas."
 
@@ -2860,14 +2920,15 @@ msgstr "Ingresa un contrasinal"
 msgid "Enter a word or tag"
 msgstr "Ingresa unha palabra ou etiqueta"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Ingresa Código"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Ingresa Código de Confirmación"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Poñer a pantalla completa"
@@ -2897,11 +2958,7 @@ msgstr "Ingresa a túa data de nacemento"
 msgid "Enter your email address"
 msgstr "Introduce o enderezo de correo electrónico"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Ingresa o teu novo correo arriba"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Introduce o teu novo enderezo de correo electrónico a continuación."
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Erro"
@@ -2997,15 +3054,15 @@ msgstr "Saír da vista de imaxe"
 msgid "Expand alt text"
 msgstr "Expandir o texto alt"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Expandir listaxe de persoas"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Expandir ou minimizar o chío completo ao que estás respondendo"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "Expira {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Medios explícitos ou potencialmente perturbadores."
 msgid "Explicit sexual images."
 msgstr "Imaxes sexuais explícitas."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exportar os meus datos"
 
@@ -3071,12 +3132,12 @@ msgstr "Medios externos"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "É posíbel que medios externos permitan que outros sitios recopilen datos sobre ti e o teu dispositivo. Non se envía ou solicita ningún tipo de información ata que presiones o botón de \"play\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Medios externos"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Erro ao mudar o nome de usuario. Téntao de novo."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr ""
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Error ao crear o paquete de inicio."
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Error ao crear a listaxe. Verifica a túa conexión a Internet e volve a probar."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Error ao eliminar a mensaxe."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Error ao eliminar o chío, por favor, inténtao de novo."
 
@@ -3129,7 +3186,7 @@ msgstr "Error ao eliminar o chío, por favor, inténtao de novo."
 msgid "Failed to delete starter pack"
 msgstr "Error ao eliminar o paquete inicial."
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Error ao enviar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Error ao enviar a apelación, por favor, inténtao de novo."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Error ao cambiar o estado de silencio do fío, por favor, inténtao de novo."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Error ao actualizar as canles"
@@ -3219,11 +3290,15 @@ msgstr "Error ao actualizar os axustes"
 msgid "Failed to upload video"
 msgstr "Error ao subir video"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Erro ao verificar nome de usuario. Téntao de novo."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Canles"
 
@@ -3242,24 +3317,24 @@ msgstr "Alternar canle"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Comentarios"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Comentario enviado!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Canles"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexíbel"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Seguir"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Seguir a {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Seguir a {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr ""
 msgid "Follow 7 accounts"
 msgstr "Sigue 7 contas"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Seguir esta conta"
 
@@ -3391,7 +3462,7 @@ msgstr "Seguir esta conta"
 msgid "Follow all"
 msgstr "Seguir a todos"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Seguir tamén"
@@ -3417,7 +3488,7 @@ msgstr "Seguido por <0>{0}</0> e <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Seguido por <0>{0}</0>, <1>{1}</1>, e {2, plural, one {# other} other {# others}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Seguidores de @{0} que coñeces"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Seguidores que coñeces"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Seguindo"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Seguindo {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Seguindo a {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Seguindo {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferencias das canles de Seguimento"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferencias das canles de Seguimento"
@@ -3524,7 +3591,7 @@ msgstr "Publicacións frecuentes de contido non desexado"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "De <0/>"
@@ -3533,18 +3600,20 @@ msgstr "De <0/>"
 msgid "Gallery"
 msgstr "Galería"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Xera un paquete de inicio"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Obtén axuda"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Comezar"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Comezando"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Dálle ao teu perfil unha cara bonita"
 
@@ -3567,10 +3636,10 @@ msgstr "Violacións flagrantes da Lei ou dos Termos de servizo"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Volver"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Ir ao inicio"
 msgid "Go Home"
 msgstr "Ir ao inicio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Contido Gráfico"
 msgid "Half way there!"
 msgstr "Xa está na metade do camiño!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Alcume"
 
@@ -3665,7 +3750,7 @@ msgstr "Vibración"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Acoso, trolling ou intolerancia"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Cancelo"
 
@@ -3673,19 +3758,24 @@ msgstr "Cancelo"
 msgid "Hashtag {tag}"
 msgstr "Cancelo {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Tes problemas?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Axuda"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Axuda a que as persoas saiban que non es un bot subindo unha foto ou creando un avatar."
 
@@ -3698,7 +3788,7 @@ msgstr ""
 msgid "Hidden"
 msgstr "Oculto"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Oculto debido aos teus axustes de moderación."
 
@@ -3715,12 +3805,12 @@ msgstr "Listaxe oculta"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Ocultar"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Ocultar"
@@ -3729,18 +3819,18 @@ msgstr "Ocultar"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Ocultar o chío para min"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Ocultar rechouchío para todo o mundo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Ocultar rechouchío para min"
 
@@ -3748,12 +3838,12 @@ msgstr "Ocultar rechouchío para min"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Ocultar este chío?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Ocultar este rechouchío?"
 
@@ -3771,7 +3861,7 @@ msgstr "Ocultar os temas de tendencia?"
 msgid "Hide trending videos?"
 msgstr "Ocultar os vídeos en tendencia?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Ocultar listaxe de persoas"
 
@@ -3817,11 +3907,11 @@ msgstr "Vaites! Non puidemos cargar ese servizo de moderación."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Espera! Estamos dando acceso a vídeos gradualmente e aínda estás na listaxe de espera. Volve a consultar máis adiante."
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Inicio"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Primeiro as respostas máis activas"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Como deberíamos abrir esta ligazón?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Teño un código"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Teño un Código"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Teño un código de confirmación"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Se eliminas esta listaxe, non poderás recuperala."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Se tes o teu propio dominio, podes empregalo como nome de usuario. Isto permíteche auto-verificar a túa identidade. <0>Máis información aquí.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Se eliminas este chío, non poderás recuperalo."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Se desexas cambiar o teu contrasinal, enviarémosche un código para verificar que esta é a túa conta."
@@ -3915,18 +4008,19 @@ msgstr "Ilegal e Urxente"
 msgid "Image"
 msgstr "Imaxe"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Imaxe gardada no teu carrete de fotos!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "O código de confirmación 2FA non é válido."
 msgid "Invalid handle. Please try a different one."
 msgstr "Alcume non válido. Por favor, insire un diferente."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Rexistro de chío inválido ou non compatíbel"
 
@@ -4041,12 +4135,12 @@ msgstr "É correcto"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Por agora só estás ti! Engade máis persoas ao teu paquete inicial buscando arriba."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Tarefa ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Tarefas"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Etiquetado pola persoa autora."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etiquetas"
 
@@ -4100,13 +4194,13 @@ msgstr "Etiquetas no teu contido"
 msgid "Language selection"
 msgstr "Escoller idioma"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Axustes de Idiomas"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Idiomas"
 
@@ -4124,12 +4218,12 @@ msgstr "Último"
 msgid "learn more"
 msgstr "saber máis"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Aprender máis"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Aprender máis de Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Obtén máis información sobre a moderación aplicada a este contido."
 msgid "Learn more about this warning"
 msgstr "Aprender máis sobre esta advertencia"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Saír de Bluesky"
 msgid "left to go."
 msgstr "queda por ir."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Déixame escoller"
 
@@ -4230,7 +4324,7 @@ msgstr "Claro"
 msgid "Like"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -4247,12 +4341,12 @@ msgstr "Dálle «gústame» a 10 publicacións para entrenar as canles de Descub
 msgid "Like this feed"
 msgstr "Dar «gústame» a esta canle"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Gustoulle a"
 
@@ -4269,16 +4363,16 @@ msgstr ""
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Gústame"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Gústame en este chío"
 
@@ -4287,11 +4381,11 @@ msgstr "Gústame en este chío"
 msgid "Linear"
 msgstr "Lineal"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Listaxe"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar da listaxe"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Listaxe silenciada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nome da listaxe"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "A listaxe xa non está silenciada"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listaxes"
 
@@ -4358,6 +4452,22 @@ msgstr "Listaxes"
 msgid "Lists blocking this user:"
 msgstr "Listaxes que bloquean a esta persoa:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Cargar máis"
@@ -4370,18 +4480,18 @@ msgstr "Cargar máis canles suxeridas"
 msgid "Load new notifications"
 msgstr "Cargar notificacións novas"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Cargar novos chíos"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Cargando..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Rexistro"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo por @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo por <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Parece que desfixaches todas as túas canles. Mais non te preocupes, pod
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Parece que che falta unha canle de seguimento. <0>Preme aquí para agregar unha</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Fai un para min"
 
@@ -4455,7 +4569,14 @@ msgstr "Marcar como lido"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Multimedia"
 
@@ -4479,7 +4600,7 @@ msgstr "Mencións"
 msgid "Menu"
 msgstr "Menú"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Mensaxe {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "A mensaxe é demasiado longa"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mensaxes"
 
@@ -4532,10 +4653,10 @@ msgstr "Conta enganosa"
 msgid "Misleading Post"
 msgstr "Chío enganoso"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderación"
 
@@ -4557,12 +4678,12 @@ msgstr "Listaxe de moderación feita por <0/>"
 msgid "Moderation list by you"
 msgstr "Listaxe de moderación feita por ti"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Listaxe de moderación creada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Listaxe de moderación actualizada"
@@ -4571,8 +4692,8 @@ msgstr "Listaxe de moderación actualizada"
 msgid "Moderation lists"
 msgstr "Listaxes de moderación"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Listaxes de Moderación"
 
@@ -4580,7 +4701,7 @@ msgstr "Listaxes de Moderación"
 msgid "moderation settings"
 msgstr "axustes de moderación"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Estados de moderación"
 
@@ -4593,7 +4714,7 @@ msgstr "Ferramentas de moderación"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "A persoas moderadora decidiu establecer unha advertencia xeral sobre o contido. "
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Máis"
 
@@ -4602,8 +4723,8 @@ msgstr "Máis"
 msgid "More feeds"
 msgstr "Máis canles"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Máis opcións"
@@ -4637,10 +4758,10 @@ msgstr "Silenciar"
 msgid "Mute {tag}"
 msgstr "Silenciar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Silenciar conta"
 
@@ -4689,13 +4810,13 @@ msgstr "Silenciar esta palabra só nas etiquetas"
 msgid "Mute this word until you unmute it"
 msgstr "Silenciar esta palabra ata que a actives"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silenciar fío"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silenciar palabras e etiquetas"
 
@@ -4703,12 +4824,12 @@ msgstr "Silenciar palabras e etiquetas"
 msgid "Muted accounts"
 msgstr "Contas silenciadas"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Contas Silenciadas"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "As publicacións das contas silenciadas elimínanse das túas canles e das túas notificacións. As contas silenciadas son completamente privadas."
 
@@ -4729,15 +4850,15 @@ msgstr "Ninguén pode ver a quen silencias. As contas silenciadas poden interact
 msgid "My Birthday"
 msgstr "O meu aniversario"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "As miñas canles"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nome"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Nome requerido"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Navega á seguinte pantalla"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navega ao teu perfil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Necesitas cambialo?"
 
@@ -4797,18 +4918,23 @@ msgstr "Non importa, crea un alcume para min"
 msgid "New"
 msgstr "Novo"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Novo"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Novo chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Novo alcume"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr ""
 
@@ -4828,7 +4954,7 @@ msgstr ""
 msgid "New messages"
 msgstr "Novas mensaxes"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nova listaxe de moderación"
 
@@ -4840,10 +4966,10 @@ msgstr "Novo contrasinal"
 msgid "New Password"
 msgstr "Novo Contrasinal"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Novo chío"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Novo Chío"
@@ -4863,7 +4989,7 @@ msgstr "Novo Chío"
 msgid "New user info dialog"
 msgstr "Nova xanela de información desta persoa"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nova listaxe de persoas"
 
@@ -4911,6 +5037,10 @@ msgstr ""
 msgid "No DNS Panel"
 msgstr "Sen panel de DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Non se atoparon GIF destacados. Pode haber un problema con Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Non se encontraron canles. Intenta buscar algo máis."
 msgid "No likes yet"
 msgstr "Aínda sen gústames"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Xa non segues a {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Aínda non hai citas."
 msgid "No reposts yet"
 msgstr "Aínda non hai rechouchíos"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Sen resultado"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Non se encontraron resultados"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Non se encontraron resultados para \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Nudez non sexual"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Non se encontrou"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Non neste momento"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nota sobre compartir"
 
@@ -5052,7 +5177,7 @@ msgstr "Nota sobre compartir"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Nota: Bluesky é unha rede aberta e pública. Esta configuración só limita a visibilidade do teu contido na aplicación e no sitio web de Bluesky, e é posíbel que outras aplicacións non respecten esta configuración. O teu contido aínda se pode mostrar ás persoas que pecharon sesión por outras aplicacións e sitios web."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Non hai nada aquí"
 
@@ -5060,7 +5185,7 @@ msgstr "Non hai nada aquí"
 msgid "Notification filters"
 msgstr "Filtros de notificacións"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Axustes de notificacións"
@@ -5077,11 +5202,11 @@ msgstr "Sons de notificacións"
 msgid "Notification Sounds"
 msgstr "Sons de Notificacións"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notificacións"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Vaites! Algo non furrula ben."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "Ben"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Está ben"
 
@@ -5140,19 +5265,19 @@ msgstr "Primeiro as respostas máis antigas"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "en<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Restablecemento da incorporación"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Falta o texto alternativo nunha ou máis imaxes."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Falta o texto alternativo nun ou máis vídeos."
 
@@ -5168,7 +5293,7 @@ msgstr "Só {0} pode responder."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Só contén letras, números e guións"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Só se admiten ficheiros de imaxe"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Vaites, algo non furrula ben!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Vaites!"
 
@@ -5194,11 +5319,7 @@ msgstr "Vaites!"
 msgid "Open"
 msgstr "Aberto"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Abre o menú de acceso directo do perfil {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Abrir o creador de avatares"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Abrir menú lateral"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Abrir o selector de emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Abrir pantalla de información da canle"
 msgid "Open feed options menu"
 msgstr "Abre o menú de opcións das canles"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Abrir ligazón a {niceUrl}"
 msgid "Open message options"
 msgstr "Abrir opcións de mensaxe"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Abrir a páxina da depuración de moderación"
 
@@ -5249,20 +5370,25 @@ msgstr "Abrir os axustes de palabras e etiquetas silenciadas"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Abrir menú de opciones do chío"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Abrir menú do paquete de inicio"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Abrir pagina de histórico"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Abrir registro do sistema."
 
@@ -5282,19 +5408,19 @@ msgstr "Abre unha xanela para elegir quién puede responder a este hilo."
 msgid "Opens additional details for a debug entry"
 msgstr "Abre detalles adicionales para una entrada de depuración."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Abrir cámara do dispositivo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Abre o diálogo de troco do alcume"
 
@@ -5306,7 +5432,7 @@ msgstr "Abrir compositor"
 msgid "Opens device photo gallery"
 msgstr "Abrir galería de fotos do dispositivo"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Abre o selector de emojis"
 
@@ -5324,7 +5450,7 @@ msgstr "Abrir o fluxo para iniciar sesión na túa conta Bluesky existente"
 msgid "Opens GIF select dialog"
 msgstr "Abrir a xanela de selección de GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "Abrir a listaxe de códigos de convite"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Abrir o formulario de restablecemento do contrasinal"
@@ -5340,12 +5470,12 @@ msgstr "Abrir o formulario de restablecemento do contrasinal"
 msgid "Opens the linked website"
 msgstr "Abrir o sitio web ligado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Abrir este perfil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Abrir o selector de vídeos"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Outro"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Outra conta"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Non se atopou a páxina"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pausar vídeo"
 msgid "People"
 msgstr "Persoas"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Persoas seguidas por @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Persoas siguindo a @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Fixar no inicio"
 msgid "Pin to Home"
 msgstr "Fixar no Inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fixar no teu perfil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fixado"
 
@@ -5578,14 +5708,14 @@ msgstr "Por favor, escolle o teu alcume."
 msgid "Please choose your password."
 msgstr "Por favor, escolle o teu contrasinal."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Por favor, completa a verificación CAPTCHA"
 
-#: 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 o teu correo electrónico antes de cambialo. Este é un requisito temporal mentres se engaden ferramentas de actualización de correo electrónico e en breve eliminarase."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr "Por favor, insire un contrasinal. Este debe ter polo menos 8 caracteres.
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Por favor, insire un nome único para este contrasinal de aplicación ou usa un xerado ao chou por nós."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Introduce unha palabra, etiqueta ou frase válida para silenciar"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Introduce o teu correo electrónico."
 msgid "Please enter your invite code."
 msgstr "Introduce o teu código de convite."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Por favor, insire o teu contrasinal"
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Inicia sesión como @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Verifica o teu enderezo electrónico"
 
@@ -5662,7 +5818,7 @@ msgstr "Política"
 msgid "Porn"
 msgstr "Pornografía"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Chiar"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Chiar"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Publicar todo"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Chío de {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Chío de @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Chío eliminado"
@@ -5697,7 +5853,7 @@ msgstr "Chío eliminado"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Produciuse un erro ao cargar o chío. Comproba a túa conexión a Internet e téntao de novo."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "A publicación foi eliminada"
 
@@ -5719,7 +5875,7 @@ msgstr "Chío ocultado por ti"
 msgid "Post interaction settings"
 msgstr "Axustes de interacción do chío"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Axustes de interacción da publicación"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Chío desfixado"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Chíos"
@@ -5789,7 +5945,7 @@ msgstr "Preme para ver as persoas desta conta que tamén segues"
 msgid "Previous image"
 msgstr "Imaxe previa"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Idioma primario"
 
@@ -5807,26 +5963,26 @@ msgstr "Notificacións prioritarias"
 msgid "Privacy"
 msgstr "Privacidade"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privacidade e seguranza"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privacidade e Seguranza"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Política de privacidade"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Procesando vídeo..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Procesando..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "perfil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Perfil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Perfil actualizado"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "O código QR gardouse no carrete da cámara."
 msgid "Quote post"
 msgstr "Citar un chío"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "O chío citado foi anexado de novo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "O chío citado separouse correctamente"
 
@@ -5927,7 +6083,7 @@ msgstr "Configuración de citas"
 msgid "Quotes"
 msgstr "Citas"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citas deste chío"
 
@@ -5942,8 +6098,8 @@ msgstr "Aleatorio (aka \"Poster's Roulette\")"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Volver a anexar cita"
 
@@ -5960,15 +6116,15 @@ msgstr "Reactiva a túa conta"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Ler menos"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Ler máis"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Le o blog de Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Reconectar"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Recargar as conversas"
@@ -6022,7 +6178,7 @@ msgstr "Recargar as conversas"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Eliminar"
 msgid "Remove {displayName} from starter pack"
 msgstr "Eliminar a {displayName} do paquete inicial"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Eliminar a conta"
 
@@ -6046,13 +6202,13 @@ msgstr "Eliminar a conta"
 msgid "Remove attachment"
 msgstr "Eliminar anexo"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Eliminar Avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Eliminar Banner"
 
@@ -6079,7 +6235,7 @@ msgstr "Eliminar canle?"
 msgid "Remove from my feeds"
 msgstr "Eliminar das miñas canles"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Eliminar o acceso rápido?"
 
@@ -6097,11 +6253,16 @@ msgstr "Eliminar das túas canles?"
 msgid "Remove image"
 msgstr "Eliminar a imaxe"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Elimina a palabra silenciada da túa listaxe"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Eliminar perfil"
 
@@ -6114,7 +6275,7 @@ msgstr "Eliminar cita"
 msgid "Remove repost"
 msgstr "Eliminar rechouchío"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Eliminar o ficheiro de lexendas"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Eliminado das miñas canles"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Elimina o perfil do historial de procuras"
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Eliminar o chío citado"
@@ -6181,7 +6338,7 @@ msgstr "Eliminar o chío citado"
 msgid "Replace with Discover"
 msgstr "Substitúeo por Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Respostas"
 
@@ -6193,12 +6350,12 @@ msgstr "Respostas deshabilitadas"
 msgid "Replies to this post are disabled."
 msgstr "As respostas a este chío están desactivadas."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Responder"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr "A configuración de resposta é elixida pola persoa autora do fío"
 msgid "Reply sorting"
 msgstr "Orde das respostas"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Responder a <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Responder a un chío bloqueado"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Responder a un chío"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Responderche"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Visibilidade da resposta actualizada"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "A resposta ocultouse correctamente."
 
@@ -6261,16 +6418,16 @@ msgstr "A resposta ocultouse correctamente."
 msgid "Report"
 msgstr "Denunciar"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Denunciar conta"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Denunciar conversación"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Denunciar mensaxe"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Denunciar chío"
 
@@ -6369,27 +6526,27 @@ msgstr "Rechouchiar ou citar chío"
 msgid "Reposted By"
 msgstr "Rechouchiado por"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Rechouchiado por {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Rechouchiado por <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Rechouchiado por ti"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Rechouchíos deste chío"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Solicitar cambio"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Solicitar código"
 msgid "Require alt text before posting"
 msgstr "Require texto alternativo antes de publicar"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Obrigatorio un código de correo para identificarte na túa conta."
 
@@ -6413,13 +6570,19 @@ msgstr "Obrigatorio para este provedor"
 msgid "Required in your region"
 msgstr "Obrigatorio na túa rexión"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Reenviar correo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Reenviar correo"
@@ -6436,8 +6599,8 @@ msgstr "Código de restablecimento"
 msgid "Reset Code"
 msgstr "Código de restablecimento"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Restablecer o estado de incorporación"
 
@@ -6458,10 +6621,10 @@ msgstr "Tenta de novo a última acción, que errou"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Volver á páxina anterior"
 msgid "Returns to home page"
 msgstr "Volve á páxina de inicio"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Gardar"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Gardar"
@@ -6534,7 +6699,7 @@ msgstr "Gardar aniversario"
 msgid "Save changes"
 msgstr "Gardar cambios"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Guardar cambios"
 
@@ -6564,16 +6729,12 @@ msgstr "Gardar nas miñas canles"
 msgid "Saved Feeds"
 msgstr "Canles guardadas"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Gardado na galería da cámara"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Guardado nas túas canles"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Guarda os cambios en tu perfil"
 
@@ -6583,8 +6744,8 @@ msgstr "Guarda os axustes de recorte da imaxe"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Di ola!"
 
@@ -6602,11 +6763,11 @@ msgstr "Desprázate cara arriba"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Buscar"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr "Procurar por nome ou interese"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Procurar canles"
 
@@ -6656,8 +6817,8 @@ msgstr "Buscar GIFs"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Requírese un paso de seguridade"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Ver empregos en Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Selecciona unha cor"
 msgid "Select account"
 msgstr "Seleccionar conta"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Selecciona un avatar"
@@ -6727,10 +6896,22 @@ msgstr "Selecciona un avatar"
 msgid "Select an emoji"
 msgstr "Selecciona un emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Selecciona unha conta existente"
@@ -6747,11 +6928,11 @@ msgstr "Seleccionar GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Selecciona durante canto tempo queres silenciar esta palabra."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Seleccionar idioma..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Seleccionar idiomas"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Seleccionar moderador"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Seleccionar o emoji {emojiName} como o teu avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Selecciona o(s) servizo(s) de moderación aos que queres informar"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Seleccionar vídeo"
 
@@ -6784,11 +6969,11 @@ msgstr "Seleccionar vídeo"
 msgid "Select what content this mute word should apply to."
 msgstr "Selecciona a que contido debería aplicarse esta palabra silenciada."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Elixe en que idiomas desexas que estean os chíos das túas canles. Se non seleccionas ningún, mostraranse en todos os idiomas."
 
@@ -6801,7 +6986,7 @@ msgstr "Seleccione a túa data de nacemento"
 msgid "Select your interests from the options below"
 msgstr "Seleccione os teus intereses entre as seguintes opcións"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "A que idioma queres traducir os chíos na túa canle."
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "Envía un sitio web interesante!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Enviar confirmación"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Enviar correo de confirmación"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Enviar correo de confirmación"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Enviar correo"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Enviar correo"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Enviar comentarios"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Enviar mensaxe"
@@ -6863,13 +7046,14 @@ msgstr "Enviar reporte a {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Enviar correo de verificación"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Enviar vía mensaxe directa"
 
@@ -6901,10 +7085,10 @@ msgstr "Configura a túa conta"
 msgid "Sets email for password reset"
 msgstr "Establece o correo electrónico para restablecer o contrasinal"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Axustes"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexualmente suxestivo"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Compartir"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Compartir"
@@ -6948,9 +7132,9 @@ msgstr "Comparte unha historia xenial!"
 msgid "Share a fun fact!"
 msgstr "Comparte un dato curioso!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Compartir de todas as maneiras"
 
@@ -6990,7 +7174,7 @@ msgstr "Comparte este paquete de iniciación e axuda a xente a unirse á túa co
 msgid "Share your favorite feed!"
 msgstr "Comparte as túas canles favoritas!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Probador de Preferencias Compartidas"
 
@@ -7011,8 +7195,8 @@ msgstr "Ver texto alternativo"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Ver de todas as maneiras"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Mostrar respostas ocultas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Mostrar menos como este"
 
@@ -7042,14 +7226,14 @@ msgstr "Mostrar menos como este"
 msgid "Show list anyway"
 msgstr "Mostrar listaxe de todas as maneiras"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Ver máis"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Mostrar máis como este"
 
@@ -7079,8 +7263,8 @@ msgstr "Amosar respostas a xeito de fío"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Ver respostas de xente que segues antes que outras respostas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Mostrar resposta para todo o mundo"
 
@@ -7102,11 +7286,11 @@ msgstr "Mostrar advertencia"
 msgid "Show warning and filter from feeds"
 msgstr "Mostrar advertencia e filtrar desde as canles"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Amosa información sobre cando foi creada esta publicación"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "Iniciar sesión"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Iniciar sesión como {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Inicia sesión ou crea a túa conta para unirte á conversa!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Acceder a unha conta que non está na listaxe"
 
@@ -7158,15 +7342,15 @@ msgstr "Acceder a unha conta que non está na listaxe"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Inicia sesión en Bluesky ou crea unha nova conta"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Pechar sesión"
 
@@ -7174,8 +7358,8 @@ msgstr "Pechar sesión"
 msgid "Sign Out"
 msgstr "Pechar sesión"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Pechar sesión?"
 
@@ -7206,12 +7390,17 @@ msgstr "Saltar este flujo"
 msgid "Smaller"
 msgstr "Máis pequeno"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Programación"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Algo saíu mal"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr "Ocorreu un erro? Dínolo."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Sentímolo! A túa sesión caducou. Inicia sesión de novo."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; mencións ou respostas excesivas"
 msgid "Sports"
 msgstr "Deportes"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Iniciar un novo chat"
 
@@ -7322,8 +7511,8 @@ msgstr "Comeza a engadir xente!"
 msgid "Start chat with {displayName}"
 msgstr "Iniciar chat con {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Paquete de inicio"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "O paquete de inicio non é válido"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Paquetes de inicio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Os paquetes de inicio permítenche compartir facilmente as túas canles e persoas favoritas coas túas amizades."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Páxina de estado"
 
@@ -7363,12 +7552,12 @@ msgstr "Páxina de estado"
 msgid "Step {0} of {1}"
 msgstr "Paso {0} de {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "O almacenamento borrado, cómpre reiniciar a aplicación agora."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Libro de contos"
 
@@ -7401,11 +7590,11 @@ msgstr "Suscribirse"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Suscríbete a @{0} para usar estas etiquetas:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Suscribirse ao etiquetador"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Suscribirse a este etiquetador"
 
@@ -7413,11 +7602,12 @@ msgstr "Suscribirse a este etiquetador"
 msgid "Subscribe to this list"
 msgstr "Suscribirse a esta listaxe"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Éxito!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Soporte"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Cambiar de conta"
 
@@ -7462,11 +7652,11 @@ msgstr "Cambiar de conta"
 msgid "Switch Account"
 msgstr "Cambiar a outra conta"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Cambiar de contas"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Cambiar para {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Cambiar para {0}"
 msgid "System"
 msgstr "Sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Rexistro do sistema"
 
@@ -7518,7 +7708,7 @@ msgstr "Tecnoloxía"
 msgid "Tell a joke!"
 msgstr "Conta unha brincadeira!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Fálanos un pouco de ti"
 
@@ -7531,12 +7721,12 @@ msgstr "Cóntanos un pouco máis"
 msgid "Terms"
 msgstr "Condicións"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Condicións de servizo"
 
@@ -7564,7 +7754,11 @@ msgstr "Campo de texto"
 msgid "Text input field"
 msgstr "Campo de entrada de texto"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Grazas! Verificouse correctamente o teu correo electrónico."
 
@@ -7597,12 +7791,12 @@ msgstr "Non se puido atopar ese paquete de inicio."
 msgid "That's all, folks!"
 msgstr "Iso é todo, parroquia!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Iso é todo!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "A conta poderá interactuar contigo despois de desbloqueala."
 
@@ -7636,6 +7830,10 @@ msgstr "A canle de Descubrir"
 msgid "The Discover feed now knows what you like"
 msgstr "A canle Discover agora sabe o que che gusta"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "A experiencia é mellor na aplicación. Descarga Bluesky agora e retomarémolo onde o deixaches."
@@ -7669,6 +7867,7 @@ msgstr "A Política de Privacidade moveuse a <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "O vídeo seleccionado pesa máis de 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Semella que o servidor está a experimentar problemas. Por favor, téntao de novo nun intre."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Produciuse un problema ao contactar co servidor"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Houbo un problema ao contactar co servidor. Comproba a túa conexión a Internet e téntao de novo."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Houbo un problema ao recuperar as notificacións. Toca aquí para tentalo de novo."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Houbo un problema ao recuperar os chíos. Toca aquí para tentalo de novo."
 
@@ -7763,20 +7962,20 @@ msgstr "Houbo un problema ao enviar o teu informe. Comproba a túa conexión a i
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Houbo un problema ao actualizar as túas canles. Comproba a túa conexión a Internet e téntao de novo."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Houbo un problema! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Estas opcións só se aplicarán ao seguinte fío."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Esta {screenDescription} foi marcada:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Esta conta solicitou que as persoas inicien sesión para ver o seu perfi
 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 conta está bloqueada por unha ou máis das túas listaxes de moderación. Para desbloquear, visita as listaxes directamente e elimina esta persoa."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Este contido non se pode ver sen unha conta Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Esta conversa é cunha conta eliminada ou desactivada. Preme para ver as opcións"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Esta función está en versión beta. Podes ler máis sobre as exportacións de repositorios en <0>este blog</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 característica non está dispoñíbel empregando un contrasinal de aplicación. Fai o favor de identificarte co teu contrasinal de usuario."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Esta canle está baleira! É posíbel que teñas que seguir a máis persoas ou axustar a túa configuración de idioma."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Esta canle está baleira."
@@ -7899,9 +8106,10 @@ msgstr "Este nome de usuario está reservado. Fai o favor de escoller un diferen
 msgid "This information is not shared with other users."
 msgstr "Esta información non se comparte con outras persoas."
 
-#: 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 "Isto é importante no caso de que necesites cambiar o teu correo electrónico ou restablecer o teu contrasinal."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Esta lista está baleira."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Este servizo de moderación non está disponíbel. Consulta máis detalles a continuación. Se o problema persiste, contáctanos."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Esta publicación declara que foi feita en <0>{0}</0>, pero foi vista por primeira vez por Bluesky en <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Esta publicación declara que foi feita en <0>{0}</0>, pero foi vista po
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Este chío foi eliminado."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Este chío ocultarase das canles e dos fíos. Isto non se pode desfacer."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "A persoa autora deste chío desactivou os chíos de citas."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Esta resposta ordenarase nunha sección oculta na parte inferior do teu fío e silenciará as notificacións para as respostas posteriores, tanto para ti como para os demais."
 
@@ -7976,6 +8184,10 @@ msgstr "Este servizo non proporcionou condicións de servizo nin unha política
 msgid "This should create a domain record at:"
 msgstr "Isto debería crear un rexistro de dominio en:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Esta persoa non ten seguidores."
@@ -8013,11 +8225,11 @@ msgstr "Este persoa non segue a ninguén."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Isto eliminará \"{0}\" das túas palabras silenciadas. Sempre podes engadilo máis tarde."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Isto eliminará @{0} da listaxe de acceso rápido."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Esto eliminará o teu chío desta cita para todas as persoas e substituirase por un marcador de posición."
 
@@ -8044,7 +8256,7 @@ msgstr "Enfiado"
 msgid "Threaded mode"
 msgstr "Modo de fíos"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferencias de fíos"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Para desactivar o método 2FA de correo electrónico, verifica o teu acceso ao enderezo de correo electrónico."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Para denunciar unha conversa, informa dunha das súas mensaxes a través da pantalla de conversa. Isto permite que os nosos moderadores comprendan o contexto do teu problema."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Para cargar vídeos en Bluesky, primeiro debes verificar o teu correo electrónico."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "A quen che gustaría enviar este informe?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "Arriba"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Tema"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traducir"
 
@@ -8144,6 +8357,7 @@ msgstr "Escribe aquí a túa mensaxe"
 msgid "Type:"
 msgstr "Tipo:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Non é posíbel conectar. Comproba a túa conexión a internet e téntao de novo."
@@ -8166,27 +8380,27 @@ msgstr "Non se pode eliminar"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Desbloquear"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Desbloquear"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Desbloquear conta"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Desbloquear Conta?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Deixar de seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Deixa de seguir a {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "No me gusta"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8252,10 +8466,10 @@ msgstr "Activar"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr ""
 
@@ -8267,8 +8481,8 @@ msgstr "Activar a conversa"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Activar o fío"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Desfixar do inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Desfixar do perfil"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} desfixada do Inicio"
 msgid "Unpinned from your feeds"
 msgstr "Desfixouse das túas canles"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Cancelar a subscrición"
 
@@ -8320,7 +8539,7 @@ msgstr "Cancelar a subscrición"
 msgid "Unsubscribe from list"
 msgstr "Cancelar a subscrición da listaxe"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Cancelar a subscrición a esta etiquetadora"
 
@@ -8328,11 +8547,11 @@ msgstr "Cancelar a subscrición a esta etiquetadora"
 msgid "Unsubscribed from list"
 msgstr "Cancelouse a subscrición da listaxe"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Tipo de vídeo non soportado"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Tipo de vídeo non soportado: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Actualizar <0>{displayName}</0> nas listaxes"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Actualizar para {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Produciuse un erro ao actualizar o anexo da cotización"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Produciuse un erro ao actualizar a visibilidade das respostas"
@@ -8371,7 +8601,7 @@ msgstr "Produciuse un erro ao actualizar a visibilidade das respostas"
 msgid "Updating..."
 msgstr "Actualizando..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Carga unha foto no seu lugar"
 
@@ -8379,22 +8609,22 @@ msgstr "Carga unha foto no seu lugar"
 msgid "Upload a text file to:"
 msgstr "Carga un ficheiro de texto a:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Cargar desde a cámara"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Cargar desde ficheiros"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Cargar desde a biblioteca"
 
@@ -8407,7 +8637,7 @@ msgstr "Cargando imaxes..."
 msgid "Uploading link thumbnail..."
 msgstr "Cargando miniatura da ligazón..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Cargando vídeo..."
 
@@ -8419,8 +8649,8 @@ msgstr ""
 msgid "Use default provider"
 msgstr "Usar o provedor predeterminado"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Usar o navegador na aplicación"
 
@@ -8429,8 +8659,8 @@ msgstr "Usar o navegador na aplicación"
 msgid "Use in-app browser to open links"
 msgstr "Usar o navegador da aplicación para abrir as ligazóns"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Usar o meu navegador predeterminado"
 
@@ -8484,12 +8714,12 @@ msgstr "Listaxe de persoas por {0}"
 msgid "User list by you"
 msgstr "Listaxe de persoas por ti"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Listaxe de persoas creada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Listaxe de persoas actualizada"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "Valor:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "É necesario un correo electrónico verificado"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verificar rexistro DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Verificación de correo electrónico"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verificar o novo correo electrónico"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verificar agora"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verificar o ficheiro de texto"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifica o teu correo electrónico"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versión {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Vídeo"
 msgid "Video failed to process"
 msgstr "Non se puido procesar o vídeo"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Canle de vídeo"
 
@@ -8616,11 +8853,11 @@ msgstr "Vídeo de {0}: {text}"
 msgid "Video Games"
 msgstr "Videoxogos"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Vídeo en pausa"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Vídeo en reprodución"
 
@@ -8628,11 +8865,11 @@ msgstr "Vídeo en reprodución"
 msgid "Video not found."
 msgstr "Non se encontrou o vídeo."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Axustes do video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Vídeo cargado"
 
@@ -8640,24 +8877,24 @@ msgstr "Vídeo cargado"
 msgid "Video: {0}"
 msgstr "Vídeo: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Vídeos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Ver o avatar de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Ver o perfil de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Ver o perfil de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Ver o perfil de {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Ver o perfil da persoa bloqueada"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Ver a entrada de depuración"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Ver detalles"
 
@@ -8688,7 +8925,7 @@ msgstr "Ver detalles"
 msgid "View details for reporting a copyright violation"
 msgstr "Consulta os detalles para informar dunha infracción do copyright"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Ver fío completo"
 
@@ -8703,13 +8940,12 @@ msgstr "Consulta información sobre estas etiquetas"
 msgid "View more"
 msgstr "Ver máis"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Ver perfil"
 
@@ -8790,6 +9026,11 @@ msgstr "Advertir contido"
 msgid "Warn content and filter from feeds"
 msgstr "Advirtir contido e filtra desde canles"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Non puidemos atopar ningún resultado para ese cancelo."
@@ -8798,7 +9039,7 @@ msgstr "Non puidemos atopar ningún resultado para ese cancelo."
 msgid "We couldn't find any results for that topic."
 msgstr "Non foi posíbel atopar resultados para ese tema."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Non puidemos cargar esta conversa"
 
@@ -8822,6 +9063,10 @@ msgstr "Quedamos sen chíos das persoas que segues. Aquí tes o último de <0/>.
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Non puidemos determinar se tes permiso para cargar vídeos. Téntao de novo."
@@ -8842,6 +9087,10 @@ msgstr "Non puidemos conectarnos. Téntao de novo para continuar configurando a
 msgid "We will let you know when your account is ready."
 msgstr "Informarémosche cando a túa conta estea lista."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Usarémolo para personalizar a túa experiencia."
@@ -8871,7 +9120,7 @@ msgstr "Sentímolo, mais non puidemos cargar as túas palabras silenciadas neste
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Sentímolo, mais a túa busca non se puido completar. Téntao de novo nuns minutos."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Sentímolo! Eliminouse o chío ao que estás respondendo."
 
@@ -8880,7 +9129,7 @@ msgstr "Sentímolo! Eliminouse o chío ao que estás respondendo."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Sentímolo! Non podemos encontrar a páxina que buscabas."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Sentímolo! Só podes subscribirte a vinte etiquetadoras e alcanzaches o límite de vinte."
 
@@ -8902,7 +9151,7 @@ msgstr "Como queres chamar ao teu paquete de inicio?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Que hai de novo?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Vaia!"
@@ -8984,11 +9233,11 @@ msgstr "Por que se debería revisar esta persoa?"
 msgid "Write a message"
 msgstr "Escribe unha mensaxe"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Escribe un chío"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Escribe a túa resposta"
@@ -9002,6 +9251,11 @@ msgstr "Escritores e escritoras"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "O servidor devolveu un DID incorrecto. Recibido: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Si"
@@ -9015,11 +9269,11 @@ msgstr "Si, desactivar"
 msgid "Yes, delete this starter pack"
 msgstr "Si, eliminar este paquete de inicio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Si, desprenderse"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Si, ocultar"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Estás en liña."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Non tes permiso para cargar vídeos."
@@ -9055,12 +9318,16 @@ msgstr "Non tes permiso para cargar vídeos."
 msgid "You are not following anyone."
 msgstr "Non estás seguindo a ninguén."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Silenciaches esta conta."
 msgid "You have muted this user"
 msgstr "Silenciaches esta persoas"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Non tes ningunha conversa. Comeza a parolar!"
 
@@ -9179,11 +9446,11 @@ msgstr "Non tes canles."
 msgid "You have no lists."
 msgstr "Non tes listaxes."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Aínda non bloqueaches ningunha conta. Para bloquear unha conta, vai ao seu perfil e selecciona \"Bloquear conta\" no menú da súa conta."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Aínda non silenciaches ningunha conta. Para silenciar unha conta, vai ao seu perfil e selecciona \"Silenciar conta\" no menú da súa conta."
 
@@ -9191,11 +9458,15 @@ msgstr "Aínda non silenciaches ningunha conta. Para silenciar unha conta, vai a
 msgid "You have reached the end"
 msgstr "Mimá! Chegaches ao final"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Alcanzaches temporalmente o límite de cargas de vídeos. Téntao de novo máis tarde."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Aínda non creaches un paquete de inicio!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Só podes engadir ata 3 canles"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Só podes seleccionar ata 4 imaxes"
 
@@ -9232,7 +9503,7 @@ msgstr "Só podes seleccionar ata 4 imaxes"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Debes seguir polo menos a outras sete persoas para xerar un paquete de inicio."
 
@@ -9248,10 +9519,18 @@ msgstr "Debes conceder acceso á túa biblioteca de fotos para gardar a imaxe."
 msgid "You must select at least one labeler for a report"
 msgstr "Debes seleccionar polo menos unha etiquetadora para un informe"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Anteriormente desactivaches a @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Sairás da sesión de todas as túas contas."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Xa non recibirás notificacións deste fío"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Agora recibirás notificacións deste fío"
 
@@ -9305,7 +9584,7 @@ msgstr "Seguirás a estas contas e a {0} máis"
 msgid "You'll follow these people right away"
 msgstr "Seguirás a estas contas de inmediato"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Recibirás un correo electrónico en <0>{0}</0> para verificar que es ti. "
 
@@ -9339,6 +9618,10 @@ msgstr "Atopaches algunhas contas a seguir"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Chegaches ao final das túas canles! Busca máis contas que seguir."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados bytes por hoxe)"
@@ -9347,7 +9630,7 @@ msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados bytes po
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados vídeos por hoxe)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Xa non hai máis vídeos para ver. Igual é bo momento para descansar un anaco?"
 
@@ -9391,14 +9674,18 @@ msgstr "O teu navegador non soporta este formato de vídeo. Por favor, proba cun
 msgid "Your chats have been disabled"
 msgstr "As túas conversas foron deshabilitadas."
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "A túa elección gardarase, mais pódese cambiar máis tarde na configuración."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "O teu actual nome de usuario <0>{0}</0> quedará reservado automaticamente para ti. Podes volver a el cando queiras desde esta conta."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "O teu actual nome de usuario <0>{0}</0> quedará reservado automaticamen
 msgid "Your email appears to be invalid."
 msgstr "O teu enderezo electrónico parece non ser válido."
 
-#: 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 "O teu enderezo electrónico foi actualizado mais non verificado. Verifica o teu novo enderezo electrónico."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "O teu enderezo electrónico aínda non foi verificado. Pola túa seguridade, recomendámosche que o verifiques."
 
@@ -9434,7 +9721,7 @@ msgstr "O teu alcume será <0>@{0}</0> "
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "O teu alcume completo será <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "O teu contrasinal cambiouse correctamente."
 msgid "Your password must be at least 8 characters long."
 msgstr "O teu contrasinal debe ter polo menos 8 caracteres."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Chío publicado"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "As túas publicacións foron publicadas"
 
@@ -9479,7 +9766,7 @@ msgstr "Os teus chíos, o que che gusta e a quen bloqueas son públicos. Ningué
 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 "O teu perfil, chíos, canles e listaxes non estarán visíbeis para outras persoas de Bluesky. Podes reactivar a túa conta en calquera momento iniciando sesión."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Resposta publicada"
 
diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po
index 2f30c81e4..7cd6aee35 100644
--- a/src/locale/locales/hi/messages.po
+++ b/src/locale/locales/hi/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: hi\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Hindi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(सक्रिय)"
 msgid "(contains embedded content)"
 msgstr "(एम्बेडेड सामग्री मौजूद है)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(कोई ईमेल नहीं है)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, other {# रीपोस्ट}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, other {# सेकंड}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {फ़ॉलोअर} other {फ़ॉलोअर}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {फ़ॉलोइंग} other {फ़ॉलोइंग}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, other {पसंद}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, other {पसंद}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, other {पोस्ट}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, other {क्वोट}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, other {रीपोस्ट}}"
 
@@ -136,6 +135,10 @@ msgstr "<0><1>टैग</1>में</0>{0}"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "<0><1>टेक्स्ट और टैग</1>में</0>{0}"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} लोग इस हफ़्ते शामिल हुए"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0} का अवतार"
 
@@ -189,7 +193,7 @@ msgstr "{0}मि"
 msgid "{0}s"
 msgstr "{0}से"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr ""
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, other {मिनट}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}</0> ने आपको फ़ॉलो किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}</0> ने आपके कस्टम फ़ीड को पसंद किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}</0> ने आपके पोस्ट को पसंद किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}</0> ने आपके पोस्ट को रीपोस्ट किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}</0> ने आपके स्टार्टर पैक से साइन अप किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} ने आपको फ़ॉलो किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} ने आपको वापस फ़ॉलो किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} ने आपके कस्टम फ़ीड को पसंद किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} ने आपके पोस्ट को पसंद किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} ने आपके पोस्ट को रीपोस्ट किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} ने आपके स्टार्टर पैक से साइन अप किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपको फ़ॉलो किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपके कस्टम फ़ीड को पसंद किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपके पोस्ट को पसंद किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपके पोस्ट को रीपोस्ट किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपके स्टार्टर पैक से साइन अप किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "ने आपको फ़ॉलो किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} ने आपको वापस फ़ॉलो किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} ने आपके कस्टम फ़ीड को पसंद किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} ने आपके पोस्ट को पसंद किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} ने आपके पोस्ट को रीपोस्ट किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} ने आपके स्टार्टर पैक से साइन अप किया"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} फ़ॉलोइंग"
@@ -335,11 +339,23 @@ msgstr "{following} फ़ॉलोइंग"
 msgid "{handle} can't be messaged"
 msgstr "{handle} को संदेश भेजा नहीं जा सकता"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>और {2, plural, other {# अन्य}} आपके स्टार्टर पैक में शामिल हैं"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {फ़ॉलोअर} other {फ़ॉलोअर}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {फ़ॉलोइंग} other {फ़ॉलोइंग}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>प्रयोगात्मत्क:</0> इस प्राथ
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>आप</0> और<1> </1><2>{0} </2>आपके स्टार्टर पैक में शामिल हैं"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠ अमान्य हैंडल"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "परिचय"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "सुलभता"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "सुलभता के सेटिंग"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "खाता"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "खाता अवरुद्ध"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "खाता फ़ॉलो किया गया"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "खाता म्यूट किया गया"
@@ -517,33 +533,33 @@ msgstr "खाता म्यूट किया गया"
 msgid "Account Muted by List"
 msgstr "सूची द्वारा खाता म्यूट किया गया"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "खाते के विकल्प"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "जल्द पहुँच से खाता हटाया गया"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "खाता अनअवरुद्ध"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "खाता अनफ़ॉलो किया गया"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "खाता अनम्यूट किया गया"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "स्टार्टर पैक में {displayName} को जो
 msgid "Add a content warning"
 msgstr "सामग्री चेतावनी जोड़ें"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "खाता जोड़ें"
 msgid "Add alt text"
 msgstr "विवरण जोड़ें"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "विवरण जोड़ें (वैकल्पिक)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "एक और खाता जोड़ें"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "एक और पोस्ट जोड़ें"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "म्यूट किए गए शब्द और टैग जोड़ें"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "नया पोस्ट जोड़ें"
 
@@ -664,8 +684,8 @@ msgstr "अपने डोमेन में निम्नलिखित DN
 msgid "Add this feed to your feeds"
 msgstr "आपके फ़ीड मे यह फ़ीड जोड़ें"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "सूचियों में जोड़ें"
 
@@ -718,6 +738,11 @@ msgstr "वयस्क सामग्री लेबल"
 msgid "Advanced"
 msgstr "विकसित"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "सभी"
@@ -732,7 +757,7 @@ msgstr "सारे खाते फ़ॉलो किए गए हैं!"
 msgid "All languages"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "एक ही जगह पर, आपके सभी सहेजे गए फीड।"
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "वैकल्पिक पाठ"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "{0} को ईमेल भेजा गया है। इसमें एक पुष्टिकरण कोड मौजूद है जिसे आप नीचे दर्ज कर सकते हैं।"
 
-#: 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 "{0} को ईमेल भेजा गया है। इसमें एक पुष्टिकरण कोड मौजूद है जिसे आप नीचे दर्ज कर सकते हैं।"
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "ईमेल भेजा गया है! ईमेल में मौजूद पुष्टिकरण कोड को नीचे दर्ज करें।"
 
@@ -825,7 +849,7 @@ msgstr "वीडियो कंप्रेशन के दौरान त
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "आपके स्टार्टर पैक बनाने में त्रुटि हुई। फिर से प्रयास करें?"
 
@@ -842,7 +866,7 @@ msgstr "वीडियो लोड करते समय में त्र
 msgid "An error occurred while saving the QR code!"
 msgstr "QR कोड सहेजने में त्रुटि हुई!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "वीडियो चुनने के समय त्रुटि हुई"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "वीडियो अपलोड करते समय त्रुटि हुई।"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "समस्या जो इन विकल्पों में से नहीं है"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "बातचीत शुरू करने में समस्या हुई"
 
@@ -875,8 +899,8 @@ msgstr "बातचीत खोलते समय समस्या हु
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "असामाजिक व्यवहार"
 msgid "Anybody can interact"
 msgstr "कोई भी संपर्क कर सकता है"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "ऐप आइकॉन"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "ऐप भाषा"
 
@@ -958,7 +982,7 @@ msgstr "ऐप पासवर्ड नाम में कम से कम 4
 msgid "App passwords"
 msgstr "ऐप पासवर्ड"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "ऐप पासवर्ड"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "इस निर्णय पर अपील करें"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "दिखावट"
 
@@ -1006,12 +1030,12 @@ msgstr "दिखावट"
 msgid "Apply default recommended feeds"
 msgstr "डिफ़ॉल्‍ट अनुशंसित फ़ीड लगाएँ"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "{0} से पुरालेखित"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "पुरालेखित पोस्ट"
 
@@ -1047,11 +1071,11 @@ msgstr "क्या आप सच में {0} को अपने फ़ीड 
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "क्या आप सच में इसे अपने फ़ीड से हटाना चाहते हैं?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "क्या आप सच में इस ड्राफ़्ट को ख़ारिज करना चाहेंगे?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "क्या आप सच में इस पोस्ट को ख़ारिज करना चाहेंगे?"
 
@@ -1072,6 +1096,11 @@ msgstr "कला"
 msgid "Artistic or non-erotic nudity."
 msgstr "कलात्मक या गैर-कामुक नग्नता।"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "कम से कम 3 वर्ण"
@@ -1103,7 +1132,7 @@ msgstr "वीडियो और GIF स्वतः चलाएँ"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "वापस"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "सूची बनाने से पहले, आपको अपना ईमेल सत्यापित करना होगा।"
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "पोस्ट बनाने से पहले, आपको अपना ईमेल सत्यापित करना होगा।"
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "स्टार्टर पैक बनाने से पहले, आपको अपना ईमेल सत्यापित करना होगा।"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "अन्य उपयोगकर्ताओं को संदेश भेजने से पहले, आपको अपना ईमेल सत्यापित करना होगा।"
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "जन्मदिन"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "अवरुद्ध करें"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "खाता अवरुद्ध करें"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "खाता अवरुद्ध करें?"
 
@@ -1200,17 +1235,17 @@ msgstr "अवरुद्ध"
 msgid "Blocked accounts"
 msgstr "अवरुद्ध किए गए खाते"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "अवरुद्ध किए गए खाते"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "अवरुद्ध खाते आपके थ्रेड में जवाब नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपसे संपर्क नहीं कर सकते।"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "अवरुद्ध खाते आपके थ्रेड में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपसे संपर्क नहीं कर सकते। आप उनकी सामग्री नहीं देख सकेंगे और उन्हें आपकी सामग्री देखने से रोका जाएगा।"
 
@@ -1226,11 +1261,11 @@ msgstr "अवरुद्ध करने पर भी यह लेबलक
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "अवरोधन सार्वजनिक है. अवरुद्ध खाते आपके थ्रेड्स में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपसे संपर्क नहीं कर सकते।"
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "अवरुद्ध करने पर भी आपके खाते पर लेबल लग सकता है, पर इससे यह खाता आपके थ्रेड में जवाब नहीं दे सकेगा या आपसे संपर्क नहीं कर सकेगा।"
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "ब्लॉग"
 
@@ -1239,7 +1274,7 @@ msgstr "ब्लॉग"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky दावा किए गए तिथि के प्रामाणिकता की पुष्टि नहीं कर सकता।"
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky दोस्तों के साथ बेहतर है!"
 msgid "Bluesky Social Terms of Service"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky आपके नेटवर्क से कुछ अनुशंसित खाते चुनेगा।"
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "{displayName} विषय देखें"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "व्यवसाय"
 
@@ -1374,45 +1409,47 @@ msgstr "खाता बनाने से आप <0>सेवा की शर
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "कैमरा"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "रद्द करें"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "खाता मिटाना रद्द करें"
 msgid "Cancel image crop"
 msgstr "छवि क्रॉप रद्द करें"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "प्रोफ़ाइल संपादन मत करो"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "लिंक वेबसाइट के खोलने को रद्द करता है"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "अवरुद्ध उपयोगकर्ता से संपर्क नहीं कर सकते"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "अनुशीर्षक (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "अनुशीर्षक और वैकल्पिक पाठ"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "बदलें"
 
@@ -1478,13 +1514,12 @@ msgstr "ऐप आइकॉन बदलें"
 msgid "Change app icon to \"{0}\""
 msgstr "ऐप आइकॉन को \"{0}\" में बदलें"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "ईमेल बदलें"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "ईमेल पता बदलें"
 
@@ -1497,10 +1532,6 @@ msgstr "हैंडल बदलें"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "मेरा ईमेल बदलें"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "पासवर्ड बदलें"
@@ -1513,11 +1544,11 @@ msgstr "पोस्ट भाषा को {suggestedLanguageName} करें
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "मेरा ईमेल बदलें"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "अपना ईमेल पता बदलें"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "बातचीत"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "बातचीत म्यूट किया गया"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "बातचीत सेटिंग"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "बातचीत अनम्यूट किया गया"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "डोमेन सत्यापन विधि चुनें"
 msgid "Choose Feeds"
 msgstr "फ़ीड चुनें"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "मेरे लिए चुनें"
 
@@ -1619,7 +1650,7 @@ msgstr "इस रंग को अपना अवतार के रूप 
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "आपका अपना टाइमलाइन चुनें! समुदाय द्वारा बनाए गए फ़ीड आपको पसंदीदा सामग्री ढूँढने में सहायता करते हैं।"
 
@@ -1631,16 +1662,16 @@ msgstr "अपना पासवर्ड चुनें"
 msgid "Choose your username"
 msgstr "आपका उपयोगकर्ता हैंडल"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "सभी स्टोरेज डेटा खाली करें"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "सभी स्टोरेज डेटा खाली करें (इसके बाद फिर से खोलें)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "खोज क्वेरी खाली करें"
 msgid "click here"
 msgstr "यहाँ क्लिक करें"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "इस पोस्ट के क्वोट पोस्ट अक्षम करने के लिए क्लिक करें।"
@@ -1676,29 +1715,34 @@ msgstr "जलवायु"
 msgid "Clip 🐴 clop 🐴"
 msgstr "ठक 🐴 ठक 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "बंद करें"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "सक्रिय डायलॉग बंद करें"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "निचला ड्रॉयर बंद करो"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "डायलॉग बंद करें"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "इमोजी चयन बंद करें"
 
@@ -1751,12 +1795,12 @@ msgstr "यह डायलॉग बंद करें"
 msgid "Closes password update alert"
 msgstr "पासवर्ड अपडेट सूचना बंद करता है"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "हेडर छवि का दर्शक बंद करता है"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "उपयोगकर्ताओं की सूची को संक्षिप्त करें"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "किसी अधिसूचना के उपयोगकर्ताओं की सूची को संक्षिप्त करता है"
 
@@ -1791,7 +1835,7 @@ msgstr "हास्य"
 msgid "Comics"
 msgstr "कॉमिक"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "समुदाय दिशानिर्देश"
@@ -1804,11 +1848,11 @@ msgstr "समाप्त करें और खाते का उपयो
 msgid "Complete the challenge"
 msgstr "चुनौती पूरी करें"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "नया पोस्ट बनाएँ"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "जवाब लिखें"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "वीडियो कंप्रेस हो रहा है..."
 
@@ -1828,23 +1872,17 @@ msgstr "{name} श्रेणी के लिए सामग्री फ़ि
 msgid "Configured in <0>moderation settings</0>."
 msgstr "<0>मॉडरेशन सेटिंग</0> में व्यवस्थित।"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "सामग्री भाषा सेटिंग की पुष्टि करें"
@@ -1861,18 +1899,19 @@ msgstr "अपने आयु की पुष्टि करें"
 msgid "Confirm your birthdate"
 msgstr "अपने जन्मतिथि की पुष्टि करें"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "पुष्टिकरण कोड"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "पुष्टिकरण कोड"
 
@@ -1880,8 +1919,8 @@ msgstr "पुष्टिकरण कोड"
 msgid "Connecting..."
 msgstr "कनेक्ट किया जा रहा..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "सहायता से संपर्क करें"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "सामाग्री और मीडिया"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "सामग्री और मीडिया"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "सामग्री और मीडिया"
 
@@ -1911,7 +1950,7 @@ msgstr "सामग्री फ़िल्टर"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "सामग्री भाषाएँ"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "संदर्भ मेनू पृष्ठभूमि, मेनू बंद करने के लिए क्लिक करें "
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "जारी रखें"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "(अभी साइन इन किया गया) {0} के रूप मे जारी रखें"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "थ्रेड को जारी रखें..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "अगले चरण पर जाएँ"
@@ -1973,7 +2012,7 @@ msgstr "रसोई"
 msgid "Copied"
 msgstr "कॉपी की गई"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "बिल्ड संस्कारण क्लिपबोर्ड पर कॉपी की गई"
 
@@ -1981,8 +2020,8 @@ msgstr "बिल्ड संस्कारण क्लिपबोर्ड
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "क्लिपबोर्ड पर कॉपी की गई"
 
@@ -1991,7 +2030,7 @@ msgstr "क्लिपबोर्ड पर कॉपी की गई"
 msgid "Copied!"
 msgstr "कॉपी की गई!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "कॉपी करें"
 msgid "Copy App Password"
 msgstr "ऐप पासवर्ड कॉपी करें"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "कोड कॉपी करें"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "DID कॉपी करें"
 
@@ -2040,8 +2079,8 @@ msgstr "लिंक कॉपी करें"
 msgid "Copy link to list"
 msgstr "सूची पर लिंक कॉपी करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "पोस्ट की लिंक कॉपी करें"
 
@@ -2050,13 +2089,13 @@ msgstr "पोस्ट की लिंक कॉपी करें"
 msgid "Copy message text"
 msgstr "संदेश पाठ कॉपी करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "पोस्ट पाठ कॉपी करें"
 
@@ -2068,7 +2107,7 @@ msgstr "QR कोड कॉपी करें"
 msgid "Copy TXT record value"
 msgstr "TXT रिकॉर्ड मूल्य कॉपी करें "
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "कॉपीराइट नीति"
@@ -2078,7 +2117,7 @@ msgstr "कॉपीराइट नीति"
 msgid "Could not leave chat"
 msgstr "बातचीत छोड़ी नहीं जा सकी"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "फ़ीड लोड नहीं किया जा सका"
 
@@ -2094,7 +2133,7 @@ msgstr "बातचीत म्यूट नहीं किया जा स
 msgid "Could not process your video"
 msgstr "आपका वीडियो प्रोसेस नहीं किया जा सका"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "बनाएँ"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "स्टार्टर पैक के लिए QR कोड बनाएँ"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "स्टार्टर पैक बनाएँ"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "मेरे लिए स्टार्टर पैक बनाएँ"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "खाता बनाएँ"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "इसके बदले अवतार बनाएँ"
 
@@ -2209,13 +2248,13 @@ msgstr "अँधेरा थीम"
 msgid "Date of birth"
 msgstr "जन्मतिथि"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "खाता निष्क्रिय करें"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "मॉडरेशन डिबग करें"
 
@@ -2237,13 +2276,13 @@ msgstr "डिफ़ॉल्‍ट आइकॉन"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "मिटाएँ"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "खाता मिटाएँ"
 
@@ -2259,19 +2298,19 @@ msgstr "अप्प पासवर्ड हटाएं"
 msgid "Delete app password?"
 msgstr "ऐप पासवर्ड मिटाएँ?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "बातचीत घोषणा रेकॉर्ड मिटाएँ"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr "मेरे लिए संदेश मिटाएँ"
 msgid "Delete my account"
 msgstr "मेरा खाता मिटाएँ"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "पोस्ट मिटाएँ"
 
@@ -2318,7 +2357,7 @@ msgstr "स्टार्टर पैक मिटाएँ?"
 msgid "Delete this list?"
 msgstr "यह सूची मिटाएँ?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "यह पोस्ट मिटाएँ?"
 
@@ -2335,19 +2374,19 @@ msgstr "मिटाया गया खाता"
 msgid "Deleted post."
 msgstr "यह पोस्ट मिट दी गई है।"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "विवरण"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "विवरण बहुत अधिक लंबा है"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "विस्तृत वैकल्पिक पाठ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "क्वोट अलग करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "क्वोट पोस्ट अलग करें"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "डेवलपर मोड अक्षम"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "डेवलपर मोड सक्षम"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "डेवलपर विकल्प"
 
@@ -2388,6 +2427,15 @@ msgstr "डायलॉग: चुनें कि इस पोस्ट से
 msgid "Dim"
 msgstr "मंद"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "ईमेल 2FA अक्षम करें"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "अक्षम"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "ख़ारिज करें"
 
@@ -2420,11 +2468,11 @@ msgstr "ख़ारिज करें"
 msgid "Discard changes?"
 msgstr "बदलाव ख़ारिज करें?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "ड्राफ़्ट ख़ारिज करें?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "पोस्ट ख़ारिज करें?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "नए कस्टम फ़ीड की खोज करें"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "नए फ़ीड की खोज करें"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "ख़ारिज करें"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "त्रुटि ख़ारिज करें"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "वैकल्पिक पाठ बटन को बड़े आकार मे दिखाएँ"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "प्रदर्शन का नाम"
@@ -2482,11 +2530,11 @@ msgstr "प्रदर्शन का नाम"
 msgid "Display Name"
 msgstr "प्रदर्शन का नाम"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "डिस्प्ले नाम बहुत अधिक लंबा है"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "हाइफ़न से शुरू या अंत नहीं हो
 msgid "Domain verified!"
 msgstr "डोमेन सत्यापित!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "ख़त्म{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "डायलॉग बंद करने के लिए दो बार दबाएँ"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "अवधि:"
 msgid "e.g. alice"
 msgstr "उदाहरण के लिए, राम"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "उदाहरण के लिए, राम उपनाम"
 
@@ -2587,7 +2645,7 @@ msgstr "उदाहरण के लिए, राम कुमार"
 msgid "e.g. alice.com"
 msgstr "उदाहरण के लिए, ramkumar.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "उदाहरण के लिए, कलाकार, पशुप्रेमी, और नियमित पाठक"
 
@@ -2595,19 +2653,19 @@ msgstr "उदाहरण के लिए, कलाकार, पशुप्
 msgid "E.g. artistic nudes."
 msgstr "उदाहरण के लिए, कलात्मक नग्नता"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "उदाहरण के लिए, दिलचस्प खाते"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "उदाहरण के लिए, स्पैम"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "उदाहरण के लिए, जिनकी हर बात मे सच्चाई झलकती है"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "उदाहरण के लिए, उपयोगकर्ता जो लगातार विज्ञापन स्पैम करते हैं"
 
@@ -2615,7 +2673,7 @@ msgstr "उदाहरण के लिए, उपयोगकर्ता ज
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "प्रत्येक कोड एक बार काम करता है। आपको समय-समय पर अधिक आमंत्रण कोड प्राप्त होंगे।"
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "संपादित करें"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "अवतार संपादित करें"
 
@@ -2637,14 +2695,14 @@ msgstr "अवतार संपादित करें"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "छवि संपादित करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "संपर्क सेटिंग संपादित करें"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "सूची विवरण संपादित करें"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "मॉडरेशन सूची संपादित करें"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "मेरे फ़ीड संपादित करें"
 
@@ -2679,15 +2742,15 @@ msgstr "लोग संपादित करें"
 msgid "Edit post interaction settings"
 msgstr "पोस्ट संपर्क सेटिंग संपादित करें"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "मेरी प्रोफ़ाइल संपादित करें"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "मेरी प्रोफ़ाइल संपादित करें"
 
@@ -2695,7 +2758,7 @@ msgstr "मेरी प्रोफ़ाइल संपादित करे
 msgid "Edit starter pack"
 msgstr "स्टार्टर पैक संपादित करें"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "उपयोगकर्ता सूची संपादित करें"
 
@@ -2707,11 +2770,11 @@ msgstr "संपादित करें कि कौन जवाब दे
 msgid "Edit your display name"
 msgstr "अपना डिस्प्ले नाम संपादित करें"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "अपना प्रोफ़ाइल विवरण संपादित करें"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "अपना स्टार्टर पैक संपादित करें"
 
@@ -2724,9 +2787,8 @@ msgstr "शिक्षा"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "इस सूची के रचयिता ने आपको अवरुद्ध किया है या आपने रचयिता को अवरुद्ध किया है।"
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "ईमेल"
 
@@ -2747,20 +2809,17 @@ msgstr "ईमेल"
 msgid "Email Resent"
 msgstr "ईमेल फिर से भेजा गया"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "ईमेल अपडेट किया गया"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "ईमेल अपडेट किया गया"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "ईमेल सत्यापित किया गया"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "HTML कोड एंबेड करें"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "पोस्ट एंबेड करें"
 
@@ -2785,8 +2844,9 @@ msgstr "इस पोस्ट को अपने वेबसाइट मे
 msgid "Embedded video player"
 msgstr "एम्बेडेड वीडियो प्लेयर"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "सक्षम करें"
 
@@ -2798,9 +2858,9 @@ msgstr "केवल {0} ही सक्षम करें"
 msgid "Enable adult content"
 msgstr "वयस्क सामग्री सक्षम करें"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "ईमेल 2FA सक्षम करें"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "सक्षम"
 msgid "End of feed"
 msgstr "फ़ीड का अंत"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "पक्का करें कि आपने हर उपशीर्षक फ़ाइल के लिए भाषा चुना है।"
 
@@ -2860,14 +2920,15 @@ msgstr "पासवर्ड दर्ज करें"
 msgid "Enter a word or tag"
 msgstr "शब्द या टैग दर्ज करें"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "कोड दर्ज करें"
 
-#: 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 "फ़ुलस्क्रीन में जाएँ"
@@ -2897,11 +2958,7 @@ msgstr "अपना जन्मतिथि दर्ज करें"
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "अपना नया ईमेल पता नीचे दर्ज करें।"
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "त्रुटि"
@@ -2997,15 +3054,15 @@ msgstr "छवि दर्शन से निकलता है"
 msgid "Expand alt text"
 msgstr "वैकल्पिक पाठ बढ़ाता है"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "उपयोगकर्ताओं की सूची बढ़ाताा है"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "जिस पोस्ट का जवाब दे रहे हैं उसे बढ़ाता या संक्षिप्त करता है"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "{0} में समाप्त होगा"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "अश्लील या संभावित व्यथित क
 msgid "Explicit sexual images."
 msgstr "अश्लील यौन छवि"
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "मेरा डेटा निर्यात करें"
 
@@ -3071,12 +3132,12 @@ msgstr "बाहरी मीडिया"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "बाहरी मीडिया वेबसाइट्स को आपके और आपके उपकरण के बारे मे जानकारी इकट्ठा करने दे सकता है। प्ले बटन न दबाने तक कोई जानकारी भेजी या अनुरोध नहीं की जाती।"
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "बाहरी मीडिया प्राथमिकताएँ"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "हैंडल बदलने में असफल। कृपया फिर से प्रयास करें।"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "ऐप पासवर्ड बनाने में असफल। कृपया फिर से प्रयास करें।"
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "स्टार्टर पैक बनाने मे असफल"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "सूची बनाने में असफल। अपना इंटरनेट कनेक्शन जाँचें और फिर से प्रयास करें।"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "संदेश मिटाने में असफल"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "पोस्ट मिटाने में असफल, फिर से प्रयास करें"
 
@@ -3129,7 +3186,7 @@ msgstr "पोस्ट मिटाने में असफल, फिर स
 msgid "Failed to delete starter pack"
 msgstr "स्टार्टर पैक मिटाने में असफल"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "भेजने में असफल"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "अपील जमा करने में असफल, फिर से प्रयास करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "थ्रेड म्यूट स्थिति बदलने में असफल, फिर से प्रयास करें"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "फ़ीड अपडेट करने में असफल"
@@ -3219,11 +3290,15 @@ msgstr "सेटिंग अपडेट करने में असफल"
 msgid "Failed to upload video"
 msgstr "वीडियो अपलोड करने में असफल"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "हैंडल सत्यापित करने में असफल। कृपया फिर से प्रयास करें।"
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "फ़ीड"
 
@@ -3242,24 +3317,24 @@ msgstr "फ़ीड टॉगल"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "प्रतिक्रिया"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "प्रतिक्रिया भेजी गई!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "फ़ीड"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "लचीला"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "फ़ॉलो करें"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "फ़ॉलो करें"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "{0} को फ़ॉलो करें"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "{name} को फ़ॉलो करें"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "10 खाते फ़ॉलो करें"
 msgid "Follow 7 accounts"
 msgstr "7 खातों को फ़ॉलो करें"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr ""
 
@@ -3391,7 +3462,7 @@ msgstr ""
 msgid "Follow all"
 msgstr "सभी को फ़ॉलो करें"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "वापस फ़ॉलो करें"
@@ -3417,7 +3488,7 @@ msgstr "<0>{0}</0> और <1>{1}</1> फ़ॉलो करते हैं"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "<0>{0}</0>, <1>{1}</1>, और {2, plural, one {# अन्य} other {# अन्य}} फ़ॉलो करते हैं"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "@{0} के फ़ॉलोअर जिन्हें आप जानते हैं"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "फ़ॉलोअर जिन्हें आप जानते हैं"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "फ़ॉलोइंग"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "{0} को फ़ॉलो करते हैं"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "{name} को फ़ॉलो करते हैं"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "फ़ॉलोइंग फ़ीड प्राथमिकताएँ"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "फ़ॉलोइंग फ़ीड प्राथमिकताएँ"
@@ -3524,7 +3591,7 @@ msgstr "लगातार अनचाही सामग्री पोस्
 msgid "From @{sanitizedAuthor}"
 msgstr "@{sanitizedAuthor} से"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "<0/> से"
@@ -3533,18 +3600,20 @@ msgstr "<0/> से"
 msgid "Gallery"
 msgstr "गैलरी"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "स्टार्टर पाक उत्पन्न करें"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "सहायता लें"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "शुरू करें"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "शुरुआत"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "अपने प्रोफ़ाइल को एक चेहरा दें"
 
@@ -3567,10 +3636,10 @@ msgstr "क़ानून या सेवा की शर्तों का स
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "वापस जाएँ"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "होम जाएँ"
 msgid "Go Home"
 msgstr "होम जाएँ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "भयानक मीडिया"
 msgid "Half way there!"
 msgstr "आधा रास्ता पार!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "हैंडल"
 
@@ -3665,7 +3750,7 @@ msgstr "कंपन"
 msgid "Harassment, trolling, or intolerance"
 msgstr "उत्पीड़न, ट्रोलिंग, या असहिष्णुता"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "हैशटैग"
 
@@ -3673,19 +3758,24 @@ msgstr "हैशटैग"
 msgid "Hashtag {tag}"
 msgstr "हैशटैग {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "मुश्किल हो रही है?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "सहायता"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "तस्वीर अपलोड कर के या अवतार बनाकर लोगों को जताएँ की आप एक रोबोट नहीं हैं।"
 
@@ -3698,7 +3788,7 @@ msgstr "यह है आपका ऐप पासवर्ड!"
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr "छिपाई गई सूची"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "छिपाएँ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "छिपाएँ"
@@ -3729,18 +3819,18 @@ msgstr "छिपाएँ"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "मेरे लिए पोस्ट छिपाएँ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "सब के लिए जवाब छिपाएँ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "मेरे लिए जवाब छिपाएँ"
 
@@ -3748,12 +3838,12 @@ msgstr "मेरे लिए जवाब छिपाएँ"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "यह पोस्ट छिपाएँ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "यह पोस्ट छिपाएँ?"
 
@@ -3771,7 +3861,7 @@ msgstr "रुझान छिपाएँ?"
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "उपयोगकर्ता सूची छुपाएँ"
 
@@ -3817,11 +3907,11 @@ msgstr "अरे, हम उस मॉडरेशन सेवा को ल
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "कृपया रुकिए। हम धीरे-धीरे वीडियो तक पहुँच दे रहें हैं, और आप अभी भी पंक्ति में हैं। बाद में प्रयास करें!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "होम फ़ीड"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "गर्मागर्म जवाब पहले"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "इस लिंक को हम कैसे खोलें?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "मेरे पास कोड है"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "मेरे पास कोड है"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "मेरे पास पुष्टिकरण कोड है"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "यदि आप इस सूची को मिटते हैं, 
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "यदि आपका अपना डोमेन है, आप उसे अपने हैंडल के तौर पर उपयोग कर सकते हैं। इसे आप ख़ुद अपने पहचान की पुष्टि कर सकते हैं। <0>यहाँ अधिक जानें।</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "यदि आप इस पोस्ट को मिटाते हैं, आप उसे वापस नहीं ला पाएँगे।"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "यदि आप अपना पासवर्ड बदलना चाहते हैं, हम आपको एक कोड भेजेंगे यहा सत्यापित करने के किए कि यह आपका खाता है।"
@@ -3915,18 +4008,19 @@ msgstr "ग़ैरक़ानूनी और अत्यावश्यक"
 msgid "Image"
 msgstr "छवि"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "छवि आपके कैमरा रोल में सहेजी गई!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "अमान्य 2FA पुष्टिकरण कोड"
 msgid "Invalid handle. Please try a different one."
 msgstr "अमान्य हैंडल। कृपया कुछ और चुनें।"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "अमान्य या असमर्थित पोस्ट रिकॉर्ड"
 
@@ -4041,12 +4135,12 @@ msgstr "सही है"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "अभी इसमें बस आप ही हैं! ऊपर खोजकर अपने स्टार्टर पैक में और लोगों को जोड़ें।"
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "काम आईडी: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "काम"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "रचयिता द्वारा लेबल किया गया।"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "लेबल"
 
@@ -4100,13 +4194,13 @@ msgstr "आपकी सामग्री पर लेबल"
 msgid "Language selection"
 msgstr "अपनी भाषा चुने"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "भाषा सेटिंग"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "भाषा"
 
@@ -4124,12 +4218,12 @@ msgstr "नए"
 msgid "learn more"
 msgstr "अधिक जानें"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "अधिक जानें"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Bluesky के बारे में अधिक जानें"
 
@@ -4158,8 +4252,8 @@ msgstr "इस सामग्री पर लगाए गए मॉडरे
 msgid "Learn more about this warning"
 msgstr "इस चेतावनी के बारे में अधिक जानें"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Bluesky से बाहर जा रहे हैं"
 msgid "left to go."
 msgstr "बाक़ी"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "मुझे चुनने दें।"
 
@@ -4230,7 +4324,7 @@ msgstr "रोशन"
 msgid "Like"
 msgstr "पसंद"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "पसंद करें ({0, plural, one {# पसंद} other {# पसंद}})"
 
@@ -4247,12 +4341,12 @@ msgstr "डिस्कवर फ़ीड को प्रशिक्षित 
 msgid "Like this feed"
 msgstr "इस फ़ीड को पसंद करें"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "इन्होनें पसंद किया"
 
@@ -4269,16 +4363,16 @@ msgstr "{0, plural, one {# उपयोगकर्ता} other {# उपयो
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "{likeCount, plural, one {# उपयोगकर्ता} other {# उपयोगकर्ताओं}} ने पसंद किया"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "पसंद"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "इस पोस्ट पर पसंद"
 
@@ -4287,11 +4381,11 @@ msgstr "इस पोस्ट पर पसंद"
 msgid "Linear"
 msgstr "रेखीय"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "सूची"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "सूची अवतार"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "सूची म्यूट की गई"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "सूची का नाम"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "सूची अनम्यूट की गई"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "सूची"
 
@@ -4358,6 +4452,22 @@ msgstr "सूची"
 msgid "Lists blocking this user:"
 msgstr "इस उपयोगकर्ता को अवरुद्ध करती सूचियाँ: "
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "और लोड करें"
@@ -4370,18 +4480,18 @@ msgstr "और अनुशंसित फ़ीड लोड करें"
 msgid "Load new notifications"
 msgstr "नई अधिसूचनाएँ लोड करें"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "नए पोस्ट लोड करें"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "लोड हो रहा है..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "लॉग"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "@sawaratsuki.bsky.social द्वारा लोगो"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "<0>@sawaratsuki.bsky.social</0> द्वारा लोगो"
 
@@ -4418,7 +4528,11 @@ msgstr "लगता है आपने अपने सभी फ़ीड अन
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "लगता है आप फ़ॉलोइंग फ़ीड भूल गए। <0>जोड़ने के लिए यहाँ क्लिक करें।</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "मेरे लिए एक बनाएँ"
 
@@ -4455,7 +4569,14 @@ msgstr "पढ़ा हुआ मार्क करें"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "मीडिया"
 
@@ -4479,7 +4600,7 @@ msgstr "उल्लेख"
 msgid "Menu"
 msgstr "मेनू"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "संदेश {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "संदेश बहुत लंबा है"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "संदेश"
 
@@ -4532,10 +4653,10 @@ msgstr "भ्रमित करने वाला खाता"
 msgid "Misleading Post"
 msgstr "भ्रमित करने वाला पोस्ट"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "मॉडरेशन"
 
@@ -4557,12 +4678,12 @@ msgstr "<0/> द्वारा मॉडरेशन सूची"
 msgid "Moderation list by you"
 msgstr "आपके द्वारा मॉडरेशन सूची"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "मॉडरेशन सूची बनाई गई"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "मॉडरेशन सूची अपडेट की गई"
@@ -4571,8 +4692,8 @@ msgstr "मॉडरेशन सूची अपडेट की गई"
 msgid "Moderation lists"
 msgstr "मॉडरेशन सूचियाँ"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "मॉडरेशन सूचियाँ"
 
@@ -4580,7 +4701,7 @@ msgstr "मॉडरेशन सूचियाँ"
 msgid "moderation settings"
 msgstr "मॉडरेशन सेटिंग"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "मॉडरेशन स्थिति"
 
@@ -4593,7 +4714,7 @@ msgstr "मॉडरेशन के औज़ार"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "मॉडरेटर ने सामग्री पर सामान्य चेतावनी दी है।"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "अधिक"
 
@@ -4602,8 +4723,8 @@ msgstr "अधिक"
 msgid "More feeds"
 msgstr "अधिक फ़ीड"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "अधिक विकल्प"
@@ -4637,10 +4758,10 @@ msgstr "म्यूट"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "खाता म्यूट करें"
 
@@ -4689,13 +4810,13 @@ msgstr "इस शब्द को केवल टैग में म्यू
 msgid "Mute this word until you unmute it"
 msgstr "इस शब्द को म्यूट करें जब तक आप इसे अनम्यूट नहीं करते"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "थ्रेड म्यूट करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "शब्द और टैग म्यूट करें"
 
@@ -4703,12 +4824,12 @@ msgstr "शब्द और टैग म्यूट करें"
 msgid "Muted accounts"
 msgstr "म्यूट किए गए खाते"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "म्यूट किए गए खाते"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "म्यूट किए गए खातों के पोस्ट आपके फ़ीड और आपकी अधिसूचनाओं से हटा दिए जाते हैं। म्यूट पूरी तरह से निजी हैं।"
 
@@ -4729,15 +4850,15 @@ msgstr "म्यूट करना निजी है। म्यूट क
 msgid "My Birthday"
 msgstr "मेरा जन्मदिन"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "मेरे फ़ीड"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "नाम"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "नाम आवश्यक है"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "अगले स्क्रीन पर जाता है"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "आपके प्रोफ़ाइल पर जाता है"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "इसे बदलना चाहते हैं?"
 
@@ -4797,18 +4918,23 @@ msgstr "छोड़ें, मेरे लिए हैंडल बनाएँ"
 msgid "New"
 msgstr "नया"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "नया"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "नया बातचीत"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "नया हैंडल"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "नई सूची"
 
@@ -4828,7 +4954,7 @@ msgstr "नई सूची"
 msgid "New messages"
 msgstr "नए संदेश"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "नया मॉडरेशन सूची"
 
@@ -4840,10 +4966,10 @@ msgstr "नया पासवर्ड"
 msgid "New Password"
 msgstr "नया पासवर्ड"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "नया पोस्ट"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "नया पोस्ट"
@@ -4863,7 +4989,7 @@ msgstr "नया पोस्ट"
 msgid "New user info dialog"
 msgstr "नया उपयोगकर्ता जानकारी डायलॉग"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "नया उपयोगकर्ता सूची"
 
@@ -4911,6 +5037,10 @@ msgstr "कोई ऐप पासवर्ड नहीं"
 msgid "No DNS Panel"
 msgstr "कोई DNS पैनल नहीं"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "कोई अनुशंसित GIF नहीं मिली। टेनोर के साथ समस्या हो सकती है।"
@@ -4924,8 +5054,8 @@ msgstr "कोई फीड नहीं मिली। कुछ और खो
 msgid "No likes yet"
 msgstr "अभी तक कोई पसंद नहीं"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "{0} को और फ़ॉलो नहीं कर रहे"
 
@@ -4962,8 +5092,8 @@ msgstr "कोई क्वोट नहीं"
 msgid "No reposts yet"
 msgstr "कोई रीपोस्ट नहीं"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "कोई परिणाम नहीं"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "कोई परिणाम नहीं मिले"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "\"{query}\" के लिए कोई परिणाम नहीं मिला"
 
@@ -5032,19 +5162,14 @@ msgstr "ग़ैर-यौन नग्नता"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "नहीं मिला"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "अभी नहीं"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "साझा करने के बारे में"
 
@@ -5052,7 +5177,7 @@ msgstr "साझा करने के बारे में"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "टिप्पणी: Bluesky एक खुला और सार्वजनिक नेटवर्क है। यह सेटिंग आपके सामग्री की दृश्यता केवल Bluesky ऐप और वेबसाइट पर सीमित करता है, और अन्य ऐप इस सेटिंग की अवमानना कर सकते हैं। अन्य ऐप और वेबसाइट पर आपके सामग्री को लॉग आउट उपयोगकर्ताओं को दिखा सकते हैं।"
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "यहाँ कुछ नहीं"
 
@@ -5060,7 +5185,7 @@ msgstr "यहाँ कुछ नहीं"
 msgid "Notification filters"
 msgstr "अधिसूचना फ़िल्टर"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "अधिसूचना सेटिंग"
@@ -5077,11 +5202,11 @@ msgstr "अधिसूचना ध्वनि"
 msgid "Notification Sounds"
 msgstr "अधिसूचना ध्वनि"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "अधिसूचनाएँ"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "अरे नहीं! कोई गड़बड़ हुई।"
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "ठीक"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "ठीक है"
 
@@ -5140,19 +5265,19 @@ msgstr "सबसे पुराने जवाब पहले"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "ज्ञानप्राप्ति रीसेट"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "एक या अधिक GIF के विवरण नहीं हैं।"
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "एक या अधिक छवियों पर वैकल्पिक पाठ नहीं है।"
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "एक या अधिक वीडियो के विवरण नहीं हैं।"
 
@@ -5168,7 +5293,7 @@ msgstr "केवल {0} जवाब दे सकता है"
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "केवल आक्षर, संख्या और हाइफ़न है"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "केवल छवि फाइलें समर्थित हैं"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "अरे, कोई गड़बड़ हुई!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "अरे!"
 
@@ -5194,11 +5319,7 @@ msgstr "अरे!"
 msgid "Open"
 msgstr "खोलें"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "{name} प्रोफ़ाइल शॉर्टकट मेनू खोलें"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "अवतार निर्माता खोलें"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "ड्रॉअर मेनू खोलें"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "इमोजी चयन खोलें"
 
@@ -5225,7 +5346,7 @@ msgstr "फ़ीड जानकारी स्क्रीन खोलें"
 msgid "Open feed options menu"
 msgstr "फ़ीड विकल्प मेनू खोलें"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "{niceUrl} का लिंक खोलें"
 msgid "Open message options"
 msgstr "संदेश विकल्प खोलें"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "मॉडरेशन डीबग पृष्ठ खोलें"
 
@@ -5249,20 +5370,25 @@ msgstr "म्यूट किए गए शब्द और टैग सेट
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "पोस्ट विकल्प मेनू खोलें"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "स्टार्टर पैक मेनू खोलें"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "कहानी की किताब का पृष्ठ खोलें"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "सिस्टम लॉग खोलें"
 
@@ -5282,19 +5408,19 @@ msgstr "यह चुनने के लिए डायलॉग खोलत
 msgid "Opens additional details for a debug entry"
 msgstr "डीबग प्रविष्टि के लिए अतिरिक्त विवरण खोलता है"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "उपकरण कर कैमरा खोलता है"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "रचयिता खोलता है"
 msgid "Opens device photo gallery"
 msgstr "उपकरण की तस्वीर गैलरी खोलता है"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr "अपने मौजूदा Bluesky खाते में साइ
 msgid "Opens GIF select dialog"
 msgstr "GIF चयन डायलॉग खोलता है"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "आमंत्रण कोड की सूची खोलता है"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "पासवर्ड रीसेट फ़ॉर्म खोलें"
@@ -5340,12 +5470,12 @@ msgstr "पासवर्ड रीसेट फ़ॉर्म खोलें"
 msgid "Opens the linked website"
 msgstr "लिंक की गई वेबसाइट खोलता है"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "यह प्रोफ़ाइल खोलता है"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "वीडियो चयन खोलता है"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "अन्य"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "अन्य खाता"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "पृष्ठ नहीं मिला"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "वीडियो रोकें"
 msgid "People"
 msgstr "लोग"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "@{0} द्वारा फ़ॉलो किए गए लोग"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "@{0} को फ़ॉलो करते लोग"
 
@@ -5508,12 +5638,12 @@ msgstr "होम में पिन करें"
 msgid "Pin to Home"
 msgstr "होम में पिन करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "अपने प्रोफ़ाइल में पिन करें"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "पिन किया गया"
 
@@ -5578,14 +5708,14 @@ msgstr "कृपया अपना हैंडल चुनें"
 msgid "Please choose your password."
 msgstr "कृपया अपना पासवर्ड चुनें"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "कृपया सत्यापन कैपचा समाप्त करें"
 
-#: 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 "इसे बदलने से पहले कृपया अपने ईमेल की पुष्टि करें। यह एक अस्थायी आवश्यकता है जबकि ईमेल-अपडेटिंग औज़ार जोड़ा जाता है, और इसे जल्द ही हटा दिया जाएगा।"
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "कृपया इस ऐप पासवर्ड के लिए एक अद्वितीय नाम दर्ज करें या हमारे द्वारा उत्पन्न यादृच्छिक नाम का उपयोग करें"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "कृपया म्यूट करने के लिए एक मान्य शब्द, टैग, या वाक्यांश दर्ज करें"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "कृपया अपना ईमेल दर्ज करें।"
 msgid "Please enter your invite code."
 msgstr "कृपया अपना ईमेल दर्ज करें।"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "कृपया @{0} के रूप में साइन इन करें"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "कृपया अपना ईमेल सत्यापित करें"
 
@@ -5662,7 +5818,7 @@ msgstr "राजनीति"
 msgid "Porn"
 msgstr "अश्लील"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "पोस्ट करें"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "पोस्ट करें"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "सभी पोस्ट करें"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0} द्वारा पोस्ट"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0} द्वारा पोस्ट"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "पोस्ट मिटाया गया"
@@ -5697,7 +5853,7 @@ msgstr "पोस्ट मिटाया गया"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "पोस्ट अपलोड करने में असफल। कृपया अपना इंटरनेट कनेक्शन जाँच लें और फिर प्रयास करें।"
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr "पोस्ट आपके द्वारा छिपाया ग
 msgid "Post interaction settings"
 msgstr "पोस्ट संपर्क सेटिंग"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "पोस्ट पिन से हटाया गया"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "पोस्ट"
@@ -5789,7 +5945,7 @@ msgstr "इस खाते के फ़ॉलोअर देखने के
 msgid "Previous image"
 msgstr "पिछली छवि"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "प्राथमिक भाषा"
 
@@ -5807,26 +5963,26 @@ msgstr "प्राथमिक अधिसूचनाएँ"
 msgid "Privacy"
 msgstr "गोपनीयता"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "गोपनियता और सुरक्षा"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "गोपनियता और सुरक्षा"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "गोपनीयता नीति"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "वीडियो प्रसंस्करण हो रहा है..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "प्रसंस्करण हो रहा है..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "प्रोफ़ाइल"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "प्रोफ़ाइल"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "प्रोफ़ाइल अपडेट की गई"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "सार्वजनिक, साझा योग्य सूचियाँ जो फ़ीड चला सकती हैं।"
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "QR कोड आपके कैमरा रोल में सहे
 msgid "Quote post"
 msgstr "क्वोट पोस्ट करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "क्वोट पोस्ट को फिर जोड़ा गया"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "क्वोट पोस्ट को सफलतापूर्वक अलग किया गया"
 
@@ -5927,7 +6083,7 @@ msgstr "क्वोट सेटिंग"
 msgid "Quotes"
 msgstr "क्वोट"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "इस पोस्ट के क्वोट"
 
@@ -5942,8 +6098,8 @@ msgstr "यादृच्छिक (यानि \"क्रमरहित\")"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "क्वोट को फिर जोड़ें"
 
@@ -5960,15 +6116,15 @@ msgstr "खाता फिर सक्रिय करें"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Bluesky ब्लॉग पढ़ें"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "फिर कनेक्ट करें"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "बातचीत फिर लोड करें"
@@ -6022,7 +6178,7 @@ msgstr "बातचीत फिर लोड करें"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "हटाएँ"
 msgid "Remove {displayName} from starter pack"
 msgstr "स्टार्टर पैक से {displayName} को हटाएँ"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "खाता हटाएँ"
 
@@ -6046,13 +6202,13 @@ msgstr "खाता हटाएँ"
 msgid "Remove attachment"
 msgstr "अटैचमेंट हटाएँ"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "अवतार हटाएँ"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "बैनर हटाएँ"
 
@@ -6079,7 +6235,7 @@ msgstr "फ़ीड हटाएँ?"
 msgid "Remove from my feeds"
 msgstr "मेरे फ़ीड से हटाएँ"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "जल्द पहुँच से हटाएँ?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "छवि हटाएँ"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "अपने सूची से म्यूट शब्द हटाएँ"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "प्रोफ़ाइल हटाएँ"
 
@@ -6114,7 +6275,7 @@ msgstr "क्वोट हटाएँ"
 msgid "Remove repost"
 msgstr "रिपोस्ट हटाएँ"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "उपशीर्षक फ़ाइल हटाएँ"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "आपके सहेजे फ़ीड से हटाया गया"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "क्वोट की गई पोस्ट हटाता है"
@@ -6181,7 +6338,7 @@ msgstr "क्वोट की गई पोस्ट हटाता है"
 msgid "Replace with Discover"
 msgstr "डिस्कवर से बदलें"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "जवाब"
 
@@ -6193,12 +6350,12 @@ msgstr "जवाब अक्षम"
 msgid "Replies to this post are disabled."
 msgstr "इस पोस्ट पर जवाब अक्षम है"
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "जवाब दें"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "जवाब दें ({0, plural, one {# जवाब} other {# जवाब}})"
 
@@ -6224,34 +6381,34 @@ msgstr "जवाब सेटिंग थ्रेड का लेखक च
 msgid "Reply sorting"
 msgstr "जवाब क्रम"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "<0><1/></0> को जवाब"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "अवरुद्ध पोस्ट को जवाब"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "पोस्ट को जवाब"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "आपको जवाब"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "जवाब दृश्यता अपडेट की गई"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "जवाब सफलतापूर्वक छिपाई गई"
 
@@ -6261,16 +6418,16 @@ msgstr "जवाब सफलतापूर्वक छिपाई गई"
 msgid "Report"
 msgstr "शिकायत करें"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "खाते की शिकायत करें"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "बातचीत की शिकायत करें"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "संदेश की शिकायत करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "पोस्ट की शिकायत करें"
 
@@ -6369,27 +6526,27 @@ msgstr "रीपोस्ट करें या पोस्ट क्वो
 msgid "Reposted By"
 msgstr "इन्होनें रीपोस्ट किया"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} ने रीपोस्ट किया"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0> ने रीपोस्ट किया"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "आपने रीपोस्ट किया"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "इस पोस्ट के रीपोस्ट"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "बदलाव अनुरोध करें"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "कोड अनुरोध करें"
 msgid "Require alt text before posting"
 msgstr "पोस्ट करने से पहले वैकल्पिक पाठ आवश्यक करें"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr "इस प्रदाता के लिए आवश्यक"
 msgid "Required in your region"
 msgstr "आपके क्षेत्र में आवश्यक"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "ईमेल फिर भेजें"
@@ -6436,8 +6599,8 @@ msgstr "कोड रीसेट करें"
 msgid "Reset Code"
 msgstr "कोड रीसेट करें"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "ज्ञानप्राप्ति स्थिति को रीसेट करें"
 
@@ -6458,10 +6621,10 @@ msgstr "पिछली क्रिया का फिर से प्रय
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "पिछले पृष्ठ पर वापस जाएँ"
 msgid "Returns to home page"
 msgstr "होम पृष्ठ पर वापस जाता है"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "सहेजें"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "सहेजें"
@@ -6534,7 +6699,7 @@ msgstr "जन्मदिन सहेजें"
 msgid "Save changes"
 msgstr "बदलाव सहेजें"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "बदलाव सेव करो"
 
@@ -6564,16 +6729,12 @@ msgstr "मेरे फ़ीड में सहेजें"
 msgid "Saved Feeds"
 msgstr "सहेजे गए फ़ीड"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "आपके कैमरा रोल में सहेजा गया"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "आपके फ़ीड में सहेजा गया"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "आपके प्रोफ़ाइल में बदलाव सहेजता हैं"
 
@@ -6583,8 +6744,8 @@ msgstr "छवि क्रॉप सेटिंग सहेजता है"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "नमस्ते कहें!"
 
@@ -6602,11 +6763,11 @@ msgstr "ऊपर जाएँ"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "खोजें"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr "नाम या दिलचस्पी से खोजें"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "फ़ीड खोजें"
 
@@ -6656,8 +6817,8 @@ msgstr "GIF खोजें"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "सुरक्षा चरण आवश्यक"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Bluesky में नौकरियाँ देखें"
 
@@ -6719,6 +6884,10 @@ msgstr "रंग चुनें"
 msgid "Select account"
 msgstr "खाता चुनें"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "अवतार चुनें"
@@ -6727,10 +6896,22 @@ msgstr "अवतार चुनें"
 msgid "Select an emoji"
 msgstr "इमोजी चुनें"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "सामग्री भाषाएँ चुनें"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "मौजूदा खाते से चुनें"
@@ -6747,11 +6928,11 @@ msgstr "\"{0}\" GIF चुनें"
 msgid "Select how long to mute this word for."
 msgstr "चुनें कि कितने समय तक इस शब्द को म्यूट करना है।"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "भाषा चुनें..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "भाषाएँ चुनें"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "मॉडरेटर चुनें"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "{emojiName} इमोजी को अपने अवतार के 
 msgid "Select the moderation service(s) to report to"
 msgstr "शिकायत करने के लिए मॉडरेशन सेवा(एँ) चुनें"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "वीडियो चुनें"
 
@@ -6784,11 +6969,11 @@ msgstr "वीडियो चुनें"
 msgid "Select what content this mute word should apply to."
 msgstr "चुनें कि किस सामग्री पर यह म्यूट शब्द लागू होगा"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "चुनें कि आप अपनी सदस्यता वाली फ़ीड में कौन सी भाषाएँ शामिल करना चाहते हैं। यदि कोई भी चयनित नहीं है, तो सभी भाषाएँ दिखाई जाएँगी।"
 
@@ -6801,7 +6986,7 @@ msgstr "अपनी जन्मतिथि चुनें"
 msgid "Select your interests from the options below"
 msgstr "नीचे दिए विकल्पों में अपनी दिलचस्पियाँ चुनें"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "अपने फ़ीड में अनुवाद के लिए अपनी पसंदीदा भाषा चुनें।"
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "कितना सुंदर वेबसाइट है!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "पुष्टिकरण भेजें"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "पुष्टिकरण ईमेल भेजें"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "पुष्टिकरण ईमेल भेजें"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "ईमेल भेजें"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "ईमेल भेजें"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "प्रतिक्रिया भेजें"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "संदेश भेजें"
@@ -6863,13 +7046,14 @@ msgstr "{0} को शिकायत भेजें"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "सीधा संदेश द्वारा भेजें"
 
@@ -6901,10 +7085,10 @@ msgstr "खाता बनाएँ"
 msgid "Sets email for password reset"
 msgstr "पासवर्ड रीसेट करने के लिए ईमेल चुनता है"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "सेटिंग"
 
@@ -6926,16 +7110,16 @@ msgstr "यौन रूप से भड़काऊ"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "साझा करें"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "साझा करें"
@@ -6948,9 +7132,9 @@ msgstr "अनोखी कहानी साझा करें"
 msgid "Share a fun fact!"
 msgstr "मज़ेदार बात साझा करें!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "फिर भी साझा करें"
 
@@ -6990,7 +7174,7 @@ msgstr "इस स्टार्टर पैक को साझा करे
 msgid "Share your favorite feed!"
 msgstr "अपना पसंदीदा फ़ीड साझा करें"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "साझा की गई प्राथमिकताओं का परीक्षक"
 
@@ -7011,8 +7195,8 @@ msgstr "वैकल्पिक पाठ दिखाएँ"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "फिर भी दिखाएँ"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "छिपाए गए जवाब दिखाएँ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "ऐसी चीज़ें कम देखें"
 
@@ -7042,14 +7226,14 @@ msgstr "ऐसी चीज़ें कम देखें"
 msgid "Show list anyway"
 msgstr "फिर भी सूची दिखाएँ"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "अधिक दिखाएँ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "ऐसी चीज़ें अधिक देखें"
 
@@ -7079,8 +7263,8 @@ msgstr "जवाबों को थ्रेड में दिखाएँ"
 msgid "Show replies by people you follow before all other replies"
 msgstr "अन्य जवाबों से पहले आपके फ़ॉलो किए गए लोगों के जवाब दिखाएँ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "जवाब सब के लिए दिखाएँ"
 
@@ -7102,11 +7286,11 @@ msgstr "चेतावनी दिखाएँ"
 msgid "Show warning and filter from feeds"
 msgstr "चेतावनी दिखाएँ और फ़ीड से फ़िल्टर करें"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "साइन इन करें"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "{0} के रूप में साइन इन करें"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "बातचीत में जुड़ने के लिए साइन इन करें या अपना खाता बनाएँ"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr ""
 
@@ -7158,15 +7342,15 @@ msgstr ""
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Bluesky में साइन इन करें या नया खाता बनाएँ"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "साइन आउट करें"
 
@@ -7174,8 +7358,8 @@ msgstr "साइन आउट करें"
 msgid "Sign Out"
 msgstr "साइन आउट करें"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "साइन आउट करें?"
 
@@ -7206,12 +7390,17 @@ msgstr "इस फ़्लो को छोड़ें"
 msgid "Smaller"
 msgstr "छोटा"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "सॉफ़्टवेयर डेवलपर"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "कोई गड़बड़ हुई"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr "कुछ गड़बड़ है? हमें बताएँ।"
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr ""
 
@@ -7304,7 +7493,7 @@ msgstr "स्पैम; अत्यधिक उल्लेख या जव
 msgid "Sports"
 msgstr "खेल"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "नया बातचीत शुरू करें"
 
@@ -7322,8 +7511,8 @@ msgstr "लोगों को जोड़ना शुरू करें!"
 msgid "Start chat with {displayName}"
 msgstr "{displayName} से बातचीत शुरू करें"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "स्टार्टर पैक"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "स्टार्टर पैक अमान्य है"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "स्टार्टर पैक"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "स्टार्टर पैक आपको अपने पसंदीदा फ़ीड और लोगों को अपने दोस्तों के साथ आसानी से साझा करने देते हैं"
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "स्थिति पृष्ठ"
 
@@ -7363,12 +7552,12 @@ msgstr "स्थिति पृष्ठ"
 msgid "Step {0} of {1}"
 msgstr "{1} से चरण {0}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "स्टोरेज खाली की गई, आपको ऐप फिर से खोलना पड़ेगा।"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "कहानी की किताब"
 
@@ -7401,11 +7590,11 @@ msgstr "सदस्यता लें"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "इन लेबलों का उपयोग करने के लिए @{0} की सदस्यता लें:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "लेबलकर्ता की सदस्यता लें"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "इस लेबलकर्ता की सदस्यता लें"
 
@@ -7413,11 +7602,12 @@ msgstr "इस लेबलकर्ता की सदस्यता ले
 msgid "Subscribe to this list"
 msgstr "इस सूची की सदस्यता लें"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "सफल!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "सहायता"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "खाता बदलें"
 
@@ -7462,11 +7652,11 @@ msgstr "खाता बदलें"
 msgid "Switch Account"
 msgstr "खाते बदलें"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "खाता बदलें"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "सिस्टम"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "सिस्टम लॉग"
 
@@ -7518,7 +7708,7 @@ msgstr "प्रौद्योगिकी"
 msgid "Tell a joke!"
 msgstr "कोई मज़ाक कहें!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "हमें अपने बारे में कुछ बताएँ"
 
@@ -7531,12 +7721,12 @@ msgstr "हमें थोड़ा और बताएँ"
 msgid "Terms"
 msgstr "शर्तें"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "सेवा की शर्तें"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "पाठ दर्ज करने की फ़ील्ड"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "धन्यवाद! आपका ईमेल सफलतापूर्वक सत्यापित किया गया।"
 
@@ -7597,12 +7791,12 @@ msgstr "वह स्टार्टर पैक नहीं मिला।"
 msgid "That's all, folks!"
 msgstr "बस इतना ही, दोस्तों!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "अनअवरुद्ध करने के बाद खाता आपसे संपर्क कर सकेगा।"
 
@@ -7636,6 +7830,10 @@ msgstr "डिस्कवर फ़ीड"
 msgid "The Discover feed now knows what you like"
 msgstr "अब डिस्कवर फ़ीड को पता है कि आपको क्या पसंद है"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "यह अनुभव ऐप में बेहतर है। अभी Bluesky डाउनलोड करें और हम ठीक यहीं से जारी रखेंगे।"
@@ -7669,6 +7867,7 @@ msgstr "गोपनीयता नीति को <0/> पर स्थान
 msgid "The selected video is larger than 100 MB."
 msgstr ""
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "लगता है सर्वर को समस्याएँ हो रहीं हैं। कृपया थोड़े समय बाद फिर प्रयास करें।"
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "सर्वर से संपर्क करने में समस्या हुई"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "सर्वर से संपर्क करने में समस्या हुई, कृपया अपना इंटरनेट कनेक्शन जाँच लें और फिर प्रयास करें।"
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "अधिसूचनाएँ लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "पोस्ट लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।"
 
@@ -7763,20 +7962,20 @@ msgstr "आपके शिकायत को भेजने में सम
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "आपके फ़ीड को अपडेट करने में समस्या हुई। कृपया अपना इंटरनेट कनेक्शन जाँच लें और फिर प्रयास करें।"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "कोई समस्या हुई! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "ये सेटिंग केवल फ़ॉलोइंग फ़ी
 msgid "This {screenDescription} has been flagged:"
 msgstr "यह {screenDescription} फ्लैग किया गया है:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "इस खाते ने अनुरोध किया है कि
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "इस खाते को को आपके एक या अधिक मॉडरेशन सूचियों द्वारा अवरुद्ध किया गया है। अनअवरुद्ध करने के लिए सूची में जाकर इस उपयोगकर्ता को वहाँ से हटाएँ।"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "यह सामग्री Bluesky खाते के बिना 
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "यह सुविधा बीटा में है। आप <0>इस ब्लॉग पोस्ट</0> पर रेपोसीटोरी निर्यात के बारे में अधिक पढ़ सकते हैं।"
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "यह सुविधा ऐप पासवर्ड के उपयोग के साथ उपलब्ध नहीं है। कृपया अपने मुख्य पासवर्ड से साइन इन करें।"
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "यह फ़ीड खाली है! आपको अधिक उपयोगकर्ताओं को फ़ॉलो करना पड़ेगा या अपने भाषा सेटिंग को बदलना पड़ेगा।"
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "यह फ़ीड खाली है।"
@@ -7899,9 +8106,10 @@ msgstr "यह हैंडल सुरक्षित है। कृपय
 msgid "This information is not shared with other users."
 msgstr "यह जानकारी अन्य उपयोगकर्ताओं के साथ साझा नहीं की जाती।"
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "यह सूची खाली है।"
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "यह मॉडरेशन सेवा अनुपलब्ध है। अधिक जानकारी के लिए नीचे देखें। यदि यहा समस्या बनी रहती है, हमसे संपर्क करें।"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "यह पोस्ट <0>{0}</0> को बनने का दावा करता है, पर इसे Bluesky पर सबसे पहले <1>{1}</1> को देखा गया।"
 
@@ -7943,28 +8151,28 @@ msgstr "यह पोस्ट <0>{0}</0> को बनने का दाव
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "इस पोस्ट को मिटा दिया गया है।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "इस पोस्ट को फ़ीड और थ्रेड से छिपा दिया जाएगा। इसे पूर्ववत नहीं किया जा सकता।"
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "इस पोस्ट के लेखक ने क्वोट पोस्ट अक्षम किए हैं।"
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "इस जवाब को आपके थ्रेड के नीचे एक छिपे अनुभाग में डाल दिया जाएगा और उत्तरवर्ती जवाबों के अधिसूचनाओं को सभी के लिए म्यूट किया जाएगा।"
 
@@ -7976,6 +8184,10 @@ msgstr "इस सेवा ने कोई सेवा की शर्ते
 msgid "This should create a domain record at:"
 msgstr "इस जगह पर डोमेन रिकॉर्ड बनना चाहिए:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "इस उपयोगकर्ता के कोई फ़ॉलोअर नहीं हैं"
@@ -8013,11 +8225,11 @@ msgstr "यह उपयोगकर्ता किसी को फ़ॉल
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "यह आपके म्यूट शब्दों से \"{0}\" को मिटा देगा। आप हमेशा इसे "
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "यह @{0} को जल्द पहुँच सूची से हटा देगा।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "यह आपके पोस्ट को इस क्वोट पोस्ट से सभी उपयोगकर्ताओं के लिए हटा देगा, और उसके बदले एक स्थानधारक छोड़ देगा।"
 
@@ -8044,7 +8256,7 @@ msgstr "थ्रेड"
 msgid "Threaded mode"
 msgstr "थ्रेड मोड"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "थ्रेड प्राथमिकताएँ"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "ईमेल 2FA विधि अक्षम करने के लिए, कृपया ईमेल पते तक पहुँच को सत्यापित करें।"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "बातचीत की शिकायत करने के लिए, कृपया बातचीत स्क्रीन द्वारा किसी संदेश की शिकायत करें। इससे हमारे मॉडरेटर को आपकी समस्या का संदर्भ समझने में आसानी होगी।"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Bluesky पर वीडियो अपलोड करने के लिए, आपको पहले अपना ईमेल सत्यापित करना होगा।"
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "आप यह शिकायत किसे भेजना चाहते हैं?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "बहतरीन"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "विषय"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "अनुवाद करें"
 
@@ -8144,6 +8357,7 @@ msgstr "अपना संदेश यहाँ लिखें"
 msgid "Type:"
 msgstr "प्रकार:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "कनेक्ट करने में असफल। कृपया अपना इंटरनेट कनेक्शन जाँच ले और फिर प्रयास करें।"
@@ -8166,27 +8380,27 @@ msgstr "मिटाने में असमर्थ"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "अनअवरुद्ध करें"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "अनअवरुद्ध करें"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "खाता अनअवरुद्ध करें"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "खाता अनअवरुद्ध करें?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "अनफ़ॉलो करें"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0} को अनफ़ॉलो करें"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "खाता अनफ़ॉलो करें"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "नापसंद करें"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "नापसंद करें ({0, plural, one {# पसंद} other {# पसंद}})"
 
@@ -8252,10 +8466,10 @@ msgstr "अनम्यूट करें"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "खाता अनम्यूट करें"
 
@@ -8267,8 +8481,8 @@ msgstr "बातचीत अनम्यूट करें"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "थ्रेड अनम्यूट करें"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "होम से पिन से हटाएँ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "प्रोफ़ाइल से पिन से हटाएँ"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} को होम पिन से हटाया गया"
 msgid "Unpinned from your feeds"
 msgstr "आपके फ़ीड से पिन से हटाया गया"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "सदस्यता छोड़ें"
 
@@ -8320,7 +8539,7 @@ msgstr "सदस्यता छोड़ें"
 msgid "Unsubscribe from list"
 msgstr "सूची की सदस्यता छोड़ें"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "इस लेबलकर्ता की सदस्यता छोड़ें"
 
@@ -8328,11 +8547,11 @@ msgstr "इस लेबलकर्ता की सदस्यता छो
 msgid "Unsubscribed from list"
 msgstr "सूची की सदस्यता छोड़ी गई"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "असमर्थित वीडियो प्रकार"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "असमर्थित वीडियो प्रकार: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "सूची में <0>{displayName}</0> अपडेट करें"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "{domain} को अपडेट करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "क्वोट अटैचमेंट का अपडेट असफल"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "जवाब दृश्यता का अपडेट असफल"
@@ -8371,7 +8601,7 @@ msgstr "जवाब दृश्यता का अपडेट असफल"
 msgid "Updating..."
 msgstr "अपडेट हो रहा है..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "इसके बदले फ़ोटो अपलोड करें"
 
@@ -8379,22 +8609,22 @@ msgstr "इसके बदले फ़ोटो अपलोड करें"
 msgid "Upload a text file to:"
 msgstr "यहाँ पाठ फ़ाइल अपलोड करें:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "कैमरा से अपलोड करें"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "फ़ाइलों से अपलोड करें"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "लाइब्रेरी से अपलोड करें"
 
@@ -8407,7 +8637,7 @@ msgstr "छवि अपलोड हो रहा है..."
 msgid "Uploading link thumbnail..."
 msgstr "लिंक थंबनेल अपलोड हो रहा है..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "वीडियो अपलोड हो रहा है..."
 
@@ -8419,8 +8649,8 @@ msgstr "अपने खाते या पासवर्ड का पूर
 msgid "Use default provider"
 msgstr "डिफ़ॉल्ट प्रदाता का उपयोग करें"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "ऐप-आंतरिक ब्राउज़र का उपयोग करें"
 
@@ -8429,8 +8659,8 @@ msgstr "ऐप-आंतरिक ब्राउज़र का उपयोग 
 msgid "Use in-app browser to open links"
 msgstr "लिंक खोलने के लिए ऐप-आंतरिक ब्राउज़र का उपयोग करें"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "मेरे डिफ़ॉल्ट ब्राउज़र का उपयोग करें"
 
@@ -8484,12 +8714,12 @@ msgstr "{0} द्वारा उपयोगकर्ता सूची"
 msgid "User list by you"
 msgstr "आपके द्वारा उपयोगकर्ता सूची"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "उपयोगकर्ता सूची बनाई गई"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "उपयोगकर्ता सूची अपडेट की गई"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "मूल्य:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "सत्यापित ईमेल आवश्यक"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "DNS रिकॉर्ड सत्यापित करें"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "अभी सत्यापित करें"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "अभी पाठ फ़ाइल सत्यापित करें"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "अपना ईमेल सत्यापित करें"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "अपना ईमेल सत्यापित करें"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "संस्कारण {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "वीडियो"
 msgid "Video failed to process"
 msgstr "वीडियो संसाधित करने में असफल"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "वीडियो गेम"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "वीडियो नहीं मिला"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "वीडियो सेटिंग"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "वीडियो अपलोड किया गया"
 
@@ -8640,24 +8877,24 @@ msgstr "वीडियो अपलोड किया गया"
 msgid "Video: {0}"
 msgstr "वीडियो: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "{0} का अवतार देखें"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "{0} का प्रोफ़ाइल देखें"
 
@@ -8665,7 +8902,7 @@ msgstr "{0} का प्रोफ़ाइल देखें"
 msgid "View {displayName}'s profile"
 msgstr "{displayName} का प्रोफ़ाइल देखें"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "अवरुद्ध उपयोगकर्ता का प्रोफ़ाइल देखें"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "डीबग प्रविष्टि देखें"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "विवरण देखें"
 
@@ -8688,7 +8925,7 @@ msgstr "विवरण देखें"
 msgid "View details for reporting a copyright violation"
 msgstr "कॉपीराइट उल्लंघन की शिकायत करने के लिए विवरण देखें"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "पूरा थ्रेड देखें"
 
@@ -8703,13 +8940,12 @@ msgstr "इन लेबलों के बारे में जानका
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "प्रोफ़ाइल देखें"
 
@@ -8790,6 +9026,11 @@ msgstr "सामग्री की चेतावनी दें"
 msgid "Warn content and filter from feeds"
 msgstr "सामग्री की चेतावनी दें और फ़ीड से फ़िल्टर करें"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "हमें इस हैशटैग के लिए कोई परिणाम नहीं मिला"
@@ -8798,7 +9039,7 @@ msgstr "हमें इस हैशटैग के लिए कोई पर
 msgid "We couldn't find any results for that topic."
 msgstr "उस विषय से जुड़े हमें कोई परिणाम नहीं मिले।"
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "हम इस बातचीत को लोड नहीं कर सके"
 
@@ -8822,6 +9063,10 @@ msgstr "आपके फ़ॉलो किए गए लोगों के प
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "हम तय नहीं कर पाए कि आपको वीडियो आपलोग करने की अनुमति है या नहीं। कृपया फिर प्रयास करें।"
@@ -8842,6 +9087,10 @@ msgstr "हम कनेक्ट नहीं कर सके। अपना
 msgid "We will let you know when your account is ready."
 msgstr "हम आपको बताएँगे जब आपका खाता तैयार हो जाएगा।"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "हम इसका उपयोग आपके अनुभव को वैयक्तिकृत करने के लिए करेंगे।"
@@ -8871,7 +9120,7 @@ msgstr "हमें क्षमा करें, पर हम अभी आ
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "हमें क्षमा करें, पर आपका खोज पूरा नहीं किया जा सके। कृपया कुछ मिनट बाद फिर प्रयास करें।"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "हमें क्षमा करें! आप जिस पोस्ट को जवाब दे रहे हैं उसे मिटा दिया गया है।"
 
@@ -8880,7 +9129,7 @@ msgstr "हमें क्षमा करें! आप जिस पोस्
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "हमें क्षमा करें! हमें वह पृष्ठ नहीं मिल रहा जिसे आप ढूँढ रहे थे।"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "हमें क्षमा करें! आप केवल बीस लेबलकर्ताओं की सदस्यता ले सकते हैं, और आप बीस की सीमा तक पहुँच गए हैं।"
 
@@ -8902,7 +9151,7 @@ msgstr "आप अपने स्टार्टर पैक को क्य
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "क्या चल रहा है?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "उफ़!"
@@ -8984,11 +9233,11 @@ msgstr "इस उपयोगकर्ता की समीक्षा क
 msgid "Write a message"
 msgstr "संदेश लिखें"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "पोस्ट लिखें"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "अपना जवाब दें"
@@ -9002,6 +9251,11 @@ msgstr "लेखक"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "सर्वर से ग़लत DID प्राप्त हुआ। प्राप्त: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "हाँ"
@@ -9015,11 +9269,11 @@ msgstr "हाँ, निष्क्रिय करें"
 msgid "Yes, delete this starter pack"
 msgstr "हाँ, इस स्टार्टर पैक को मिटाएँ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "हाँ, अलग करें"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "हाँ, छिपाएँ"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "आप पंक्ति में हैं"
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "आपको वीडियो अपलोड करने की अनुमति नहीं है।"
@@ -9055,12 +9318,16 @@ msgstr "आपको वीडियो अपलोड करने की अ
 msgid "You are not following anyone."
 msgstr "आप किसी को फ़ॉलो नहीं कर रहे है।"
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "आपने इस खाते को म्यूट किया ह
 msgid "You have muted this user"
 msgstr "आपने इस उपयोगकर्ता को म्यूट किया है"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "आपके कोई बातचीत नहीं हैं। एक शुरू करें!"
 
@@ -9179,11 +9446,11 @@ msgstr "आपके कोई फ़ीड नहीं है।"
 msgid "You have no lists."
 msgstr "आपकी कोई सूचियाँ नहीं हैं।"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "आपने अभी तक किसी खाते को अवरुद्ध नहीं किया है। खाता अवरुद्ध करने के लिए, उनके प्रोफ़ाइल पर जाकर मेनू से \"खाता अवरुद्ध करें\" चुनें।"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "आपने अभी तक किसी खाते को म्यूट नहीं किया है। खाता म्यूट करने के लिए, उनके प्रोफ़ाइल पर जाकर मेनू से \"खाता म्यूट करें\" चुनें।"
 
@@ -9191,11 +9458,15 @@ msgstr "आपने अभी तक किसी खाते को म्य
 msgid "You have reached the end"
 msgstr "आप अंत तक आ गए हैं"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "आप अस्थायी रूप से वीडियो अपलोड की सीमा तक पहुँच गए हैं। कृपया बाद मे फिर प्रयास करें।"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "आपने अभी तक कोई स्टार्टर पैक नहीं बनाई है!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "आप अधिकतम केवल 3 फ़ीड जोड़ सकते हैं"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "आप अधिकतम 4 छवियों को चुन सकते हैं"
 
@@ -9232,7 +9503,7 @@ msgstr "आप अधिकतम 4 छवियों को चुन सक
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "स्टार्टर पैक उत्पन्न करने के लिए आपको कम से कम सात अन्य लोगों को फ़ॉलो करना होगा।"
 
@@ -9248,10 +9519,18 @@ msgstr "छवि सहेजने के लिए आपको फ़ोटो
 msgid "You must select at least one labeler for a report"
 msgstr "शिकायत करने के लिए आपको कम से कम एक लेबलकर्ता चुनना पड़ेगा।"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "आपने पहले @{0} को निष्क्रिय किया था।"
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "आप अपने सभी खातों से साइन आउट हो जाएँगे।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "आपको और इस थ्रेड के लिए अधिसूचनाएँ नहीं मिलेंगी।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "आपको अब इस थ्रेड के लिए अधिसूचनाएँ नहीं मिलेंगी।"
 
@@ -9305,7 +9584,7 @@ msgstr "आप इन लोगों और {0} अन्यों को फ
 msgid "You'll follow these people right away"
 msgstr "आप इन लोगों को तुरंत फ़ॉलो करेंगे"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "आपको <0>{0}</0> पर एक ईमेल मिलगे यह सत्यापित करने के लिए कि यह आप ही हैं।"
 
@@ -9339,6 +9618,10 @@ msgstr "आपने फ़ॉलो करने के लिए कुछ ल
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "आप अपने फ़ीड के अंत तक पहुँच गए! कुछ और खातों को फ़ॉलो करें!"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "आप वीडियो अपलोड करने की दैनिक सीमा तक पहुँच गए (अत्यधिक बाइट)"
@@ -9347,7 +9630,7 @@ msgstr "आप वीडियो अपलोड करने की दैन
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "आप वीडियो अपलोड करने की दैनिक सीमा तक पहुँच गए (अत्यधिक वीडियो)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "आपका ब्राउज़र वीडियो के प्र
 msgid "Your chats have been disabled"
 msgstr "आपके बतचिक अक्षम किए गए हैं।"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "आपका चयन सहेजा जाएगा, पर सेटिंग में बाद में बदला जा सकता है।"
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "आपका वर्तमान हैंडल <0>{0}</0> आपके लिए आरक्षित रहेगा। आप इस खाते से कभी भी उस हैंडल पर वापस जा सकते हैं।"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "आपका वर्तमान हैंडल <0>{0}</0> आपक
 msgid "Your email appears to be invalid."
 msgstr "आपका ईमेल अमान्य प्रतीत हो रहा है।"
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "आपका ईमेल अभी तक सत्यापित नहीं हुआ है। यह एक महत्वपूर्ण सुरक्षा कदम है जिसकी हम अनुशंसा करते हैं।"
 
@@ -9434,7 +9721,7 @@ msgstr "आपका पूरा हैंडल <0>@{0}</0> होगा"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "आपके पासवर्ड को सफलतापूर्व
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "आपका पोस्ट प्रकाशित हुआ"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "आपके पोस्ट प्रकाशित हुए"
 
@@ -9479,7 +9766,7 @@ msgstr "आपके पोस्ट, पसंद और अवरोध सा
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "आपके प्रोफ़ाइल, पोस्ट, फ़ीड और सूचियाँ अन्य Bluesky उपयोगकर्ताओं को और नहीं दिखेंगे। आप लॉग इन करके अपने खाते को फिर से सक्रिय कर सकते हैं।"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "आपके जवाब को प्रकाशित किया गया"
 
diff --git a/src/locale/locales/hu/messages.po b/src/locale/locales/hu/messages.po
index 503b5dff9..e438a8457 100644
--- a/src/locale/locales/hu/messages.po
+++ b/src/locale/locales/hu/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: hu\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Hungarian\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(jelenleg aktív)"
 msgid "(contains embedded content)"
 msgstr "(beágyazott tartalom)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(nincs megadott email-cím)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# megosztás} other {# megosztás}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# másodperce} other {# másodperce}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# olvasatlan} other {# olvasatlan}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# olvasatlan} other {# olvasatlan}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# hónapja} other {# hónapja}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {követő} other {követő}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {követett} other {követett}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {kedvelés} other {kedvelés}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {kedvelés} other {kedvelés}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {bejegyzés} other {bejegyzés}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {idézés} other {idézés}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {megosztás} other {megosztás}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>a <1>címkékben</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>a <1>szövegekben és címkékben</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} felhasználó csatlakozott ezen a héten"
@@ -157,7 +160,8 @@ msgstr "{0} {1}-emojival reagált"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} {1}-emojival reagált erre: {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0} profilképe"
 
@@ -189,7 +193,7 @@ msgstr "{0} perce"
 msgid "{0}s"
 msgstr "{0} másodperce"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# olvasatlan} other {# olvasatlan}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {# óra} other {# óra}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {# perc} other {# perc}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}</0> további személy mostantól követ Téged"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}</0> további személy kedvelte az egyéni hírfolyamodat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}</0> további személy kedvelte a bejegyzésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}</0> további személy eltávolította a hitelesítését a fiókodról"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}</0> további személy megosztotta a bejegyzésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}</0> további személy a Te kezdőcsomagoddal regisztrált"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}</0> további személy hitelesített Téged"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} mostantól követ Téged"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} kölcsönözte a követésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} kedvelte az egyéni hírfolyamodat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} kedvelte a bejegyzésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} eltávolította a hitelesítését a fiókodról"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} megosztotta a bejegyzésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} a Te kezdőcsomagoddal regisztrált"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} hitelesített Téged"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy mostantól követ Téged"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy kedvelte az egyéni hírfolyamodat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy kedvelte a bejegyzésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy eltávolította a hitelesítését a fiókodról"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy megosztotta a bejegyzésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy a Te kezdőcsomagoddal regisztrált"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy hitelesített Téged"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} mostantól követ Téged"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} kölcsönözte a követésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} kedvelte az egyéni hírfolyamodat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} kedvelte a bejegyzésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} eltávolította a hitelesítését a fiókodról"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} megosztotta a bejegyzésedet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} a Te kezdőcsomagoddal regisztrált"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} hitelesített Téged"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} követett"
@@ -335,11 +339,23 @@ msgstr "{following} követett"
 msgid "{handle} can't be messaged"
 msgstr "{handle} jelenleg nem fogad üzeneteket"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {#}} felhasználó csatlakozott ezzel!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# olvasatlan értesítés} other {# olvasatlan értesítés}}"
@@ -364,16 +380,16 @@ msgstr "{type} órája"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} egy megbízható hitelesítő"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} hitelesített"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName} hitelesítései"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1} </1>és {2, plural, one {#} other {#}} további személy szerepel a kezdőcsomagodban"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {követő} other {követő}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {követett} other {követett}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Kísérleti:</0> Ha ez a funkció engedélyezve van, akkor csak az á
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Te</0> és<1> </1><2>{0} </2>szerepeltek a kezdőcsomagodban"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Érvénytelen felhasználónév"
 
@@ -449,21 +465,21 @@ msgstr "(üres üzenet)"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "A hitelesítés egy új formája"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Névjegy"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Elfogadás"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Csevegési kérelem elfogadása"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Kérelem elfogadása"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Kisegítő lehetőségek"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Kisegítő lehetőségek"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Fiók"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Letiltottad a fiókot"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Mostantól követed a fiókot"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Elnémítottad a fiókot"
@@ -517,34 +533,34 @@ msgstr "Elnémított fiók"
 msgid "Account Muted by List"
 msgstr "Elnémított fiók (lista által)"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Fióklehetőségek"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Eltávolítottad a fiókot a listáról"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Feloldottad a fiók tiltását"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Mostantól már nem követed a fiókot"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Feloldottad a fiók némítását"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Másokat hitelesíteni csak a <0><1/></0> recés pipával rendelkező fiókok képesek. Ezeket a megbízható hitelesítőket a Bluesky jelöli ki."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "{displayName} felvétele egy kezdőcsomaghoz"
 msgid "Add a content warning"
 msgstr "Tartalomfigyelmeztetés felvétele"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Fiók felvétele a listára"
 msgid "Add alt text"
 msgstr "Helyettesítő szöveg hozzáadása"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Helyettesítő szöveg hozzáadása (nem kötelező)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Fiók felvétele a listára"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Válaszlánc folytatása"
 
@@ -627,7 +647,7 @@ msgstr "Szó elnémítása a megadott beállításokkal"
 msgid "Add muted words and tags"
 msgstr "Elnémított szavak és címkék felvétele"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Válaszlánc folytatása"
 
@@ -664,8 +684,8 @@ msgstr "Vedd fel az alábbi DNS-rekordot a tartományodhoz:"
 msgid "Add this feed to your feeds"
 msgstr "Add hozzá ezt a hírfolyamot a gyűjteményedhez!"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Felvétel listára"
 
@@ -718,6 +738,11 @@ msgstr "Felnőtt tartalmi feljegyzések"
 msgid "Advanced"
 msgstr "Haladó beállítások"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "janos@pelda.hu"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Mind"
@@ -732,7 +757,7 @@ msgstr "Mostantól mindegyik fiókot követed!"
 msgid "All languages"
 msgstr "Bármilyen nyelven"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Itt egy helyen megtalálod az összes elmentett hírfolyamot."
 
@@ -776,10 +801,10 @@ msgstr "HLYT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Helyettesítő szöveg"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "A helyettesítő szöveg össze lesz csukva. {MAX_ALT_TEXT, plural, other {Korlát: {0} karakter.}}"
 
 #: 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 "Küldtünk egy emailt a(z) {0} címre. Ez a levél egy ellenőrzőkódot tartalmaz, amit alább adhatsz meg."
 
-#: 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 "Küldtünk egy emailt a korábbi email címedre: {0}. Ez a levél egy ellenőrzőkódot tartalmaz, amit alább adhatsz meg."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Küldtünk egy emailt a korábbi email címedre: {currentEmail}. Ez a levél egy ellenőrzőkódot tartalmaz, amit alább adhatsz meg."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Küldtünk egy emailt. Ez a levél egy ellenőrzőkódot tartalmaz, amit alább adhatsz meg."
 
@@ -825,7 +849,7 @@ msgstr "A videó tömörítése meghiúsult."
 msgid "An error occurred while fetching the feed."
 msgstr "A hírfolyam lekérdezése meghiúsult."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "A kezdőcsomag létrehozása meghiúsult. Szeretnéd újra megpróbálni?"
 
@@ -842,7 +866,7 @@ msgstr "A videó betöltése meghiúsult. Próbáld újra!"
 msgid "An error occurred while saving the QR code!"
 msgstr "A QR-kód mentése meghiúsult!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "A videó kiválasztása meghiúsult"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "A videó feltöltése meghiúsult."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "A megbízható hitelesítőket a Bluesky jelöli ki, akik ezután képesek más személyeket hitelesíteni."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Olyan probléma, amit nem lehet a többi kategóriába sorolni"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "A csevegés indítása meghiúsult"
 
@@ -875,8 +899,8 @@ msgstr "A csevegés megnyitása meghiúsult"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Hiba történt. Próbáld újra!"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Egy kék pipával rendelkező felhasználó, az iPhone-os Bluesky-alkalmazásban megjelenítve."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "Animált GIF"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Hitelesítés a Blueskyon"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,16 +945,16 @@ msgstr "Antiszociális viselkedés"
 msgid "Anybody can interact"
 msgstr "Bárki kapcsolatba léphet"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Alkalmazásikon"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
-msgstr "Az alkalmazás nyelve"
+msgstr "Alkalmazás nyelve"
 
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:122
 msgid "App Password"
@@ -958,7 +982,7 @@ msgstr "Egy alkalmazásjelszónak legalább 4 karakter hosszúnak kell lennie"
 msgid "App passwords"
 msgstr "Alkalmazásjelszók"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Alkalmazásjelszók"
@@ -994,10 +1018,10 @@ msgstr "Felfüggesztés fellebbezése"
 msgid "Appeal this decision"
 msgstr "Döntés fellebbezése"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Megjelenítés"
 
@@ -1006,12 +1030,12 @@ msgstr "Megjelenítés"
 msgid "Apply default recommended feeds"
 msgstr "Ajánlott hírfolyamok elfogadása"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archiválás dátuma: {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Archivált bejegyzés"
 
@@ -1047,11 +1071,11 @@ msgstr "Biztosan el akarod távolítani a(z) {0} c. hírfolyamot a gyűjteménye
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Biztosan el akarod távolítani ezt a hírfolyamgyűjteményedből?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Biztosan el akarod vetni ezt a piszkozatot?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Biztosan el akarod vetni ezt a bejegyzést?"
 
@@ -1072,6 +1096,11 @@ msgstr "Művészet"
 msgid "Artistic or non-erotic nudity."
 msgstr "Művészi- vagy nem erotikus meztelenség"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Adj meg legalább 3 karaktert"
@@ -1103,7 +1132,7 @@ msgstr "Videók és GIF-ek automatikus lejátszása"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Vissza"
 msgid "Back to Chats"
 msgstr "Vissza a csevegésekhez"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "A listakészítés előtt ellenőriznünk kell az email-címedet."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "A bejegyzésírás előtt ellenőriznünk kell az email-címedet."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "A bejegyzés- vagy válaszírás előtt ellenőriznünk kell az email-címedet."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "A kezdőcsomag-létrehozás előtt ellenőriznünk kell az email-címedet."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Az üzenetfogadás előtt ellenőriznünk kell az email-címedet."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
 msgstr "Az üzenetküldés előtt ellenőriznünk kell az email-címedet."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Születésnap"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Letiltás"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Fiók letiltása"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Fiók letiltása"
 
@@ -1200,17 +1235,17 @@ msgstr "Letiltva"
 msgid "Blocked accounts"
 msgstr "Letiltott fiókok"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Letiltott fiókok"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Az általad letiltott fiókok nem képesek válaszolni a bejegyzéseidre, megemlíteni Téged vagy bármilyen egyéb módon kapcsolatba lépni Veled."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Az általad letiltott fiókok nem képesek válaszolni a bejegyzéseidre, megemlíteni Téged vagy bármilyen egyéb módon kapcsolatba lépni Veled. A letiltott fiókok bejegyzéseit nem fogod látni és ez fordítva is érvényes."
 
@@ -1226,11 +1261,11 @@ msgstr "A feljegyző letiltása nem akadályozza meg abban, hogy feljegyzéseket
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "A letiltás nyilvános. Az általad letiltott fiókok nem képesek válaszolni a bejegyzéseidre, megemlíteni Téged vagy bármilyen egyéb módon kapcsolatba lépni Veled."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "A fiók letiltása nem fogja megakadályozni a feljegyzések hozzárendelését a saját fiókodhoz, viszont a letiltott fiók nem lesz képes válaszolni a bejegyzéseidre és egyéb módon kapcsolatba lépni Veled."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "A Bluesky nem tudja megerősíteni a létrehozás dátumát."
 
@@ -1265,7 +1300,7 @@ msgstr "A Bluesky ismerősökkel még jobb!"
 msgid "Bluesky Social Terms of Service"
 msgstr "A Bluesky felhasználási feltételei"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "A Bluesky egy javasolt felhasználócsoportot fog kijelölni a hálózatodon."
 
@@ -1275,7 +1310,7 @@ msgstr "A Bluesky nem fogja mutatni a profilodat és a bejegyzéseidet a kijelen
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "A Bluesky mostantól hitelesíti a jelentős és megbízható fiókokat."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "A(z) „{0}” témakör böngészése"
 msgid "Browse topic {displayName}"
 msgstr "A(z) „{displayName}” témakör böngészése"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Honlap"
 
@@ -1374,45 +1409,47 @@ msgstr "A fiók létrehozásával elfogadod a <0>felhasználási feltételeket</
 msgid "By you"
 msgstr "Saját"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Kamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Mégse"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Fióktörlés megszakítása"
 msgid "Cancel image crop"
 msgstr "Képkivágás megszakítása"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Profilszerkesztés megszakítása"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "A hivatkozás megnyitásának megszakítása"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Egy letiltott felhasználóval nem léphetsz kapcsolatba"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Feliratok (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Feliratok és helyettesítő szöveg"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Megváltoztatás"
 
@@ -1478,13 +1514,12 @@ msgstr "Alkalmazásikon megváltoztatása"
 msgid "Change app icon to \"{0}\""
 msgstr "Alkalmazásikon megváltoztatása erre: {0}"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Email-cím megváltoztatása"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Alkalmazás nyelvének megváltoztatása"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Email-cím megváltoztatása"
 
@@ -1497,10 +1532,6 @@ msgstr "Felhasználónév megváltoztatása"
 msgid "Change moderation service"
 msgstr "Címzett megváltoztatása"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Email-cím megváltoztatása"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Jelszó megváltoztatása"
@@ -1513,11 +1544,11 @@ msgstr "Bejegyzés nyelvének megváltoztatása erre: {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Jelentési ok megváltoztatása"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Email-cím megváltoztatása"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Email-cím megváltoztatása"
 
@@ -1530,15 +1561,15 @@ msgstr "Alkalmazásikon megváltoztatása"
 msgid "Changes hosting provider"
 msgstr "Tárhelyszolgáltató megváltoztatása"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Csevegés"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Törölted a csevegést"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Elnémítottad a csevegést"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Csevegési kérelmek"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Csevegési kérelmek"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Csevegések"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Feloldottad a csevegés némítását"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Csevegések"
 
@@ -1599,7 +1630,7 @@ msgstr "Tartományhitelesítési módszer"
 msgid "Choose Feeds"
 msgstr "Hírfolyamok böngészése"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Létrehozás automatikusan"
 
@@ -1619,7 +1650,7 @@ msgstr "Szín használata profilképként"
 msgid "Choose your account provider"
 msgstr "Tárhelyszolgáltató megadása"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Válaszd ki, hogy milyen idővonalakat akarsz böngészni! A közösség által épített egyéni hírfolyamok segítenek megtalálni a Téged érdeklő tartalmakat."
 
@@ -1631,16 +1662,16 @@ msgstr "Jelszó megadása"
 msgid "Choose your username"
 msgstr "Felhasználónév megadása"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Összes adat törlése"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Összes adat törlése (A program újra fog indulni)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Képgyorsítótár ürítése"
 
@@ -1652,6 +1683,14 @@ msgstr "Keresési kifejezés törlése"
 msgid "click here"
 msgstr "kattints ide"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Hitelesítés most."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Email-cím frissítése"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Kattints ide a bejegyzés idézésének letiltásához."
@@ -1676,29 +1715,34 @@ msgstr "Éghajlat"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Kipp 🐴 kopp 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Bezárás"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Az előtérben lévő párbeszédablak bezárása"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Alsó kinyíló menü bezárása"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Párbeszédablak bezárása"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Oldalsó menü bezárása"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Emojiválasztó bezárása"
 
@@ -1751,12 +1795,12 @@ msgstr "Párbeszédablak bezárása"
 msgid "Closes password update alert"
 msgstr "Jelszófrissítési figyelmeztetés bezárása"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "A bejegyzésíró bezárása és a piszkozat elvetése"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Emojiválasztó bezárása"
 
@@ -1764,11 +1808,11 @@ msgstr "Emojiválasztó bezárása"
 msgid "Closes viewer for header image"
 msgstr "Borítókép-nézegető bezárása"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Lista összecsukása"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Egy értesítés felhasználólistájának összecsukása"
 
@@ -1791,7 +1835,7 @@ msgstr "Humor"
 msgid "Comics"
 msgstr "Képregények"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Közösségi irányelvek"
@@ -1804,11 +1848,11 @@ msgstr "Regisztrációs varázsló befejezése és a Bluesky használatának meg
 msgid "Complete the challenge"
 msgstr "Biztonsági kihívás"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Új bejegyzés írása"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Egy bejegyzés legfeljebb {0, plural, other{#}} karakter hosszú lehet"
 
@@ -1816,7 +1860,7 @@ msgstr "Egy bejegyzés legfeljebb {0, plural, other{#}} karakter hosszú lehet"
 msgid "Compose reply"
 msgstr "Válaszírás"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Videó tömörítése folyamatban…"
 
@@ -1828,23 +1872,17 @@ msgstr "A(z) „{name}” tartalomkategória szűrési beállításai"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "A <0>moderálási beállításokban</0> módosítható."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Megerősítés"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Változtatások megerősítése"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Tartalomnyelvi beállítások megerősítése"
@@ -1861,18 +1899,19 @@ msgstr "Életkor megerősítése:"
 msgid "Confirm your birthdate"
 msgstr "Születési dátum megerősítése"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Megerősítőkód"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Megerősítőkód"
 
@@ -1880,8 +1919,8 @@ msgstr "Megerősítőkód"
 msgid "Connecting..."
 msgstr "Csatlakozás folyamatban…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Támogatás"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Tartalom és média"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Tartalom és média"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Tartalom és média"
 
@@ -1911,7 +1950,7 @@ msgstr "Tartalomszűrés"
 msgid "Content from across the network we think you might like."
 msgstr "Javasolt tartalmak a hálózatról."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Tartalmak nyelve"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "A környezetérzékeny menü háttere. Kattints ide a menü bezárásához!"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Folytatás"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Folytatás, mint {0} (Bejelentkezve)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Válaszlánc folytatása…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Következő lépés"
@@ -1973,7 +2012,7 @@ msgstr "Sütés-főzés"
 msgid "Copied"
 msgstr "Vágólapra helyezve"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Buildszám a vágólapra helyezve"
 
@@ -1981,8 +2020,8 @@ msgstr "Buildszám a vágólapra helyezve"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Vágólapra helyezve"
 
@@ -1991,7 +2030,7 @@ msgstr "Vágólapra helyezve"
 msgid "Copied!"
 msgstr "Vágólapra helyezve."
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Buildszám másolása a vágólapra"
 
@@ -2003,13 +2042,13 @@ msgstr "Másolás"
 msgid "Copy App Password"
 msgstr "Alkalmazásjelszó másolása"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "„at://” URI másolása"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Szerző DID-jének másolása"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kód másolása"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "DID másolása"
 
@@ -2040,8 +2079,8 @@ msgstr "Hivatkozás másolása"
 msgid "Copy link to list"
 msgstr "Lista hivatkozásának másolása"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Bejegyzés hivatkozásának másolása"
 
@@ -2050,13 +2089,13 @@ msgstr "Bejegyzés hivatkozásának másolása"
 msgid "Copy message text"
 msgstr "Üzenet szövegének másolása"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Bejegyzés „at://” URI-jének másolása"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Bejegyzés szövegének másolása"
 
@@ -2068,7 +2107,7 @@ msgstr "QR-kód másolása"
 msgid "Copy TXT record value"
 msgstr "TXT-rekord értékének másolása"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Jogi irányelvek"
@@ -2078,7 +2117,7 @@ msgstr "Jogi irányelvek"
 msgid "Could not leave chat"
 msgstr "A csevegés elhagyása meghiúsult"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "A hírfolyam betöltése meghiúsult"
 
@@ -2094,7 +2133,7 @@ msgstr "A csevegés elnémítása meghiúsult"
 msgid "Could not process your video"
 msgstr "A videó feldolgozása meghiúsult."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Létrehozás"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "QR-kód létrehozása egy kezdőcsomaghoz"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Kezdőcsomag létrehozása"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Automatikus létrehozás"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Regisztráció"
 msgid "Create an account without using this starter pack"
 msgstr "Fiók létrehozása a kezdőcsomag igénybevétele nélkül"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Profilkép létrehozása"
 
@@ -2209,13 +2248,13 @@ msgstr "Sötét téma"
 msgid "Date of birth"
 msgstr "Születési dátum"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Fiók deaktiválása"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Moderálási hibakeresés"
 
@@ -2237,13 +2276,13 @@ msgstr "Alapértelmezett ikonok"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Törlés"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Fiók törlése"
 
@@ -2259,19 +2298,19 @@ msgstr "Alkalmazásjelszó törlése"
 msgid "Delete app password?"
 msgstr "Alkalmazásjelszó törlése"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Csevegés törlése"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Csevegéskijelentési jegyzőkönyv ürítése"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Beszélgetés törlése"
 
@@ -2299,9 +2338,9 @@ msgstr "Üzenet törlése helyileg"
 msgid "Delete my account"
 msgstr "Fiók törlése"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Bejegyzés törlése"
 
@@ -2318,7 +2357,7 @@ msgstr "Kezdőcsomag törlése"
 msgid "Delete this list?"
 msgstr "Lista törlése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Bejegyzés törlése"
 
@@ -2335,19 +2374,19 @@ msgstr "Törölt fiók"
 msgid "Deleted post."
 msgstr "Törölted a bejegyzést."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Leírás"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "A leírás túl hosszú"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "A leírás túl hosszú. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Korlát: # karakter.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "A leírás túl hosszú. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Korl
 msgid "Descriptive alt text"
 msgstr "Helyettesítő szöveg"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Idézet leválasztása"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Idézet leválasztása"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Kikapcsoltad a fejlesztői módot"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Bekapcsoltad a fejlesztői módot"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Fejlesztői beállítások"
 
@@ -2388,6 +2427,15 @@ msgstr "Párbeszédablak: A bejegyzés kapcsolatbalépési jogosultságainak tes
 msgid "Dim"
 msgstr "Félhomályos"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Kétlépcsős azonosítás kikapcsolása"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Emailes kétlépcsős azonosítás kikapcsolása"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Kétlépcsős azonosítás kikapcsolása"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Letiltva"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Elvetés"
 
@@ -2420,11 +2468,11 @@ msgstr "Elvetés"
 msgid "Discard changes?"
 msgstr "Változtatások elvetése"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Piszkozat elvetése"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Bejegyzés elvetése"
 
@@ -2442,15 +2490,15 @@ msgstr "Hírfolyamok felfedezése"
 msgid "Discover new custom feeds"
 msgstr "Egyéni hírfolyamok felfedezése"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Új hírfolyamok felfedezése"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Bezárás"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Hiba bezárása"
 
@@ -2471,9 +2519,9 @@ msgstr "Szakasz bezárása"
 msgid "Display larger alt text badges"
 msgstr "A helyettesítő szövegek jelvényeinek megnagyobbítása"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Megjelenítendő név"
@@ -2482,11 +2530,11 @@ msgstr "Megjelenítendő név"
 msgid "Display Name"
 msgstr "Megjelenítendő név"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "A megjelenítendő név túl hosszú"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "A megjelenítendő név túl hosszú. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Korlát: # karakter.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Nem kezdődhet vagy végződhet kötőjellel"
 msgid "Domain verified!"
 msgstr "A tartományellenőrzés kész."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Ha nem rendelkezel kóddal vagy újra van szükséged, <0>kattints ide</0>!"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Ha nem kaptad meg, <0>kattints ide</0> egy új email küldéséhez!"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Kész{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Koppints kétszer vagy tartsd lenyomva az üzenetet egy reakció hozzáfűzéséhez!"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Koppints kétszer a párbeszédablak bezárásához"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Koppints kétszer a kedveléshez"
 
@@ -2575,7 +2633,7 @@ msgstr "Időtartam:"
 msgid "e.g. alice"
 msgstr "pl.: janos"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "pl.: Minta Janos"
 
@@ -2587,7 +2645,7 @@ msgstr "pl.: Minta János"
 msgid "e.g. alice.com"
 msgstr "pl.: janos.hu"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "pl.: Művész, kutyabarát, könyvmoly."
 
@@ -2595,19 +2653,19 @@ msgstr "pl.: Művész, kutyabarát, könyvmoly."
 msgid "E.g. artistic nudes."
 msgstr "Pl.: művészi meztelen képek."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "pl.: Nagyszerű emberek"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "pl.: Spammelők"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "pl.: Akik sosem fognak mellé."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "pl.: Akik folyton csak reklámokkal válaszolnak."
 
@@ -2615,7 +2673,7 @@ msgstr "pl.: Akik folyton csak reklámokkal válaszolnak."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Mindegyik meghívó csak egyszer használható fel. Időközönként újakat fogsz kapni."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Szerkesztés"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Profilkép szerkesztése"
 
@@ -2637,14 +2695,14 @@ msgstr "Profilkép szerkesztése"
 msgid "Edit Feeds"
 msgstr "Hírfolyamok szerkesztése"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Kép szerkesztése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Kapcsolatbalépési beállítások szerkesztése"
 
@@ -2657,12 +2715,17 @@ msgstr "Érdeklődési körök szerkesztése"
 msgid "Edit list details"
 msgstr "Lista szerkesztése"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Moderálólista szerkesztése"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Hírfolyamgyűjtemény szerkesztése"
 
@@ -2679,15 +2742,15 @@ msgstr "Személyek szerkesztése"
 msgid "Edit post interaction settings"
 msgstr "A bejegyzés kapcsolatbalépési beállításainak szerkesztése"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Profil szerkesztése"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Profil szerkesztése"
 
@@ -2695,7 +2758,7 @@ msgstr "Profil szerkesztése"
 msgid "Edit starter pack"
 msgstr "Kezdőcsomag szerkesztése"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Felhasználólista szerkesztése"
 
@@ -2707,11 +2770,11 @@ msgstr "Válaszjogosultsági beállítások szerkesztése"
 msgid "Edit your display name"
 msgstr "Megjelenítendő név szerkesztése"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Profilleírás szerkesztése"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Kezdőcsomag szerkesztése"
 
@@ -2724,9 +2787,8 @@ msgstr "Tanítás-tanulás"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Letiltottad a lista szerzőjét vagy ő tiltott le Téged."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Email-cím"
 
@@ -2747,20 +2809,17 @@ msgstr "Email-cím"
 msgid "Email Resent"
 msgstr "Email újraküldve"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Frissítetted az email-címedet"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "Email elküldve!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Frissítetted az email-címedet"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Frissítetted az email-címedet."
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Visszaigazoltad az email-címedet"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "Az emailes hitelesítés sikeresen befejeződött!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "HTML-kód beágyazása"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Bejegyzés beágyazása"
 
@@ -2785,8 +2844,9 @@ msgstr "Jelenítsd meg ezt a bejegyzést a honlapodon! Másold ki az alábbi kó
 msgid "Embedded video player"
 msgstr "Beágyazott videólejátszó"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Engedélyezés"
 
@@ -2798,9 +2858,9 @@ msgstr "Csak a(z) {0} engedélyezése"
 msgid "Enable adult content"
 msgstr "Felnőtt tartalmak engedélyezése"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Emailes kétlépcsős azonosítás bekapcsolása"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr "Emailes kétlépcsős azonosítás kikapcsolása"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Engedélyezve"
 msgid "End of feed"
 msgstr "A hírfolyam véget ért"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Minden feliratfájlhoz rendelj hozzá egy nyelvet!"
 
@@ -2860,13 +2920,14 @@ msgstr "Jelszó megadása"
 msgid "Enter a word or tag"
 msgstr "Szó vagy címke megadása"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "Kód megadása"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Ellenőrzőkód megadása"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "Kód megadása"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "Add meg a születési dátumod"
 msgid "Enter your email address"
 msgstr "Add meg az email-címed"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Add meg felül az új email-címed"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Add meg alább az új email-címed!"
 
@@ -2921,7 +2978,7 @@ msgstr "Teljes képernyős mód"
 msgid "Entertainment"
 msgstr "Szórakozás"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Hiba"
@@ -2997,15 +3054,15 @@ msgstr "Képnézegető bezárása"
 msgid "Expand alt text"
 msgstr "Helyettesítő szöveg folytatásának mutatása"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Lista kibontása"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "A válasz forrásaként származó bejegyzés kibontása/összecsukása"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Bejegyzés teljes szövegének kibontása/összecsukása"
 
@@ -3031,6 +3088,10 @@ msgstr "{0} lejár"
 msgid "Expires in {0}"
 msgstr "Lejár: {0} múlva"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "A nyugalom megzavarására alkalmas képek és videók."
 msgid "Explicit sexual images."
 msgstr "Szexuális tartalmakat ábrázoló képek."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Felfedezés"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Adatok exportálása"
 
@@ -3071,12 +3132,12 @@ msgstr "Külső médiatartalom"
 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 "A külső médiatartalmak engedélyezése lehetővé teszi más honlapok számára az adatgyűjtést Rólad vagy az eszközödről. A „Lejátszás” gomb megnyomásáig semmilyen adatot sem küldünk vagy kérünk le."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Külső médiatartalmak"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "A csevegési kérelem elfogadása meghiúsult"
@@ -3090,15 +3151,11 @@ msgstr "Az emoji-reakció hozzáfűzése meghiúsult"
 msgid "Failed to change handle. Please try again."
 msgstr "A felhasználónév megváltoztatása meghiúsult. Próbáld újra!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Az alkalmazásjelszó létrehozása meghiúsult. Próbáld újra!"
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "A csevegés törlése meghiúsult"
 
@@ -3107,12 +3164,12 @@ msgstr "A csevegés törlése meghiúsult"
 msgid "Failed to create starter pack"
 msgstr "A kezdőcsomag létrehozása meghiúsult"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "A lista létrehozása meghiúsult. Ellenőrizd az internetkapcsolatot, majd próbáld újra!"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "A csevegés törlése meghiúsult"
@@ -3121,7 +3178,7 @@ msgstr "A csevegés törlése meghiúsult"
 msgid "Failed to delete message"
 msgstr "Az üzenet törlése meghiúsult"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "A bejegyzés törlése meghiúsult. Próbáld újra!"
 
@@ -3129,7 +3186,7 @@ msgstr "A bejegyzés törlése meghiúsult. Próbáld újra!"
 msgid "Failed to delete starter pack"
 msgstr "A kezdőcsomag törlése meghiúsult"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "A csevegések betöltése meghiúsult"
@@ -3172,7 +3229,7 @@ msgstr "Az emoji-reakció eltávolítása meghiúsult"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "A hitelesítés eltávolítása meghiúsult"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Az érdeklődési körök mentése meghiúsult."
 msgid "Failed to send"
 msgstr "A küldés meghiúsult"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "Az email elküldése meghiúsult. Próbáld újra!"
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "A fellebbezés elküldése meghiúsult. Próbáld újra!"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "A beszélgetés némításának ki-/bekapcsolása meghiúsult. Próbáld újra!"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "A kétlépcsős azonosítási beállítások mentése meghiúsult"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "Az email-cím frissítése meghiúsult. Próbáld újra!"
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "A hírfolyamok frissítése meghiúsult"
@@ -3219,11 +3290,15 @@ msgstr "A beállítások mentése meghiúsult"
 msgid "Failed to upload video"
 msgstr "A videó feltöltése meghiúsult"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "Az email-cím hitelesítése meghiúsult. Próbáld újra!"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "A felhasználónév hitelesítése meghiúsult. Próbáld újra!"
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Hírfolyam"
 
@@ -3242,24 +3317,24 @@ msgstr "Hírfolyam ki/be"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Visszajelzés"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Megkaptuk a visszajelzést!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Hírfolyamok"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Rugalmas"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Követés"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Követés"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "{0} követése"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "{handle} követése"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "{name} követése"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Kövess 10 fiókot!"
 msgid "Follow 7 accounts"
 msgstr "Kövess 7 fiókot!"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Fiók követése"
 
@@ -3391,7 +3462,7 @@ msgstr "Fiók követése"
 msgid "Follow all"
 msgstr "Összes követése"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Követés kölcsönzése"
@@ -3417,7 +3488,7 @@ msgstr "<0>{0}</0> és <1>{1}</1> követi"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "<0>{0}</0>, <1>{1}</1> és {2, plural, one {#} other {#}} további személy követi"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "@{0} általad ismert követői"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Ismert követők"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Követett"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Mostantól követed: {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Mostantól követed: {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Mostantól követed: {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Követett hírfolyam"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Követett hírfolyam"
@@ -3524,7 +3591,7 @@ msgstr "Gyakran tesz közzé kéretlen tartalmakat"
 msgid "From @{sanitizedAuthor}"
 msgstr "Forrás: @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "A(z) <0/> hírfolyamból"
@@ -3533,18 +3600,20 @@ msgstr "A(z) <0/> hírfolyamból"
 msgid "Gallery"
 msgstr "Galéria"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Kezdőcsomag létrehozása"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Súgó"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Gyorstalpaló"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "Rendben"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Gyorstalpaló"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Adj arcot a profilodnak!"
 
@@ -3567,10 +3636,10 @@ msgstr "A törvény vagy a felhasználási feltételek egyértelmű megszegése"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Vissza"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Ugrás a kezdőlapra"
 msgid "Go Home"
 msgstr "Ugrás a kezdőlapra"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "{firstAuthorName} profiljának megnyitása"
 
@@ -3638,8 +3723,8 @@ msgstr "Grafikus médiatartalom"
 msgid "Half way there!"
 msgstr "Már félúton vagy!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Felhasználónév"
 
@@ -3665,7 +3750,7 @@ msgstr "Rezgés"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Zaklatás, gúnyolódás vagy tűrélytelenség"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Címke"
 
@@ -3673,19 +3758,24 @@ msgstr "Címke"
 msgid "Hashtag {tag}"
 msgstr "Címke: {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Ha már rendelkezel kóddal, <0>kattints ide</0>!"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Problémába ütköztél?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Súgó"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Segíts másoknak megbizonyosodni arról, hogy valódi személy vagy egy profilkép létrehozásával!"
 
@@ -3698,7 +3788,7 @@ msgstr "Elkészült az alkalmazásjelszó."
 msgid "Hidden"
 msgstr "Rejtett tartalom"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Elrejtve a moderálási beállítások alapján."
 
@@ -3715,12 +3805,12 @@ msgstr "Rejtett lista"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Elrejtés"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Elrejtés"
@@ -3729,18 +3819,18 @@ msgstr "Elrejtés"
 msgid "Hide customization options"
 msgstr "Testreszabási lehetőségek elrejtése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Bejegyzés elrejtése helyileg"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Válasz elrejtése mindenkinek"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Válasz elrejtése helyileg"
 
@@ -3748,12 +3838,12 @@ msgstr "Válasz elrejtése helyileg"
 msgid "Hide this card"
 msgstr "Kártya elrejtése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Bejegyzés elrejtése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Válasz elrejtése"
 
@@ -3771,14 +3861,14 @@ msgstr "Felkapott témakörök elrejtése"
 msgid "Hide trending videos?"
 msgstr "Felkapott videók elrejtése"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Felhasználólista elrejtése"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Hitelesítési jelvények elrejtése"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm… Ez a moderálási szolgáltatás nem található."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Egy pillanat! A videófeltöltés lehetősége még nem mindenki számára elérhető. Próbáld újra később!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Kezdőlap"
 
@@ -3845,25 +3935,20 @@ msgstr "Felkapott"
 msgid "Hot replies first"
 msgstr "A legfelkapottabb válaszok elöl"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Hogyan nyissuk meg ezt a hivatkozást?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Kóddal rendelkezem"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Kóddal rendelkezem"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Ellenőrzőkóddal rendelkezem"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "A lista törlése nem vonható vissza."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Ha rendelkezel saját tartománnyal, akkor az is lehet a felhasználóneved. Így magadtól is hitelesítheted a kiléted. <0>További információ</0>."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "Ha frissítened kell az email-címedet, <0>kattints ide</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "A bejegyzés törlése nem vonható vissza."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Ha frissíted az email-címedet, akkor a jelenleg beállított kétlépcsős azonosítás ki lesz kapcsolva."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "A jelszó megváltoztatásához egy ellenőrzőkódot fogunk küldeni, hogy igazolhasd a kiléted."
@@ -3915,18 +4008,19 @@ msgstr "Illegális és sürgős"
 msgid "Image"
 msgstr "Kép"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Képgyorsítótár kiürítve"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Képgyorsítótár kiürítve. {0} hely felszabadult."
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "A kép mentése sikeresen megtörtént"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "A kép mentésre került"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Érvénytelen kétlépcsős azonosítási kód."
 msgid "Invalid handle. Please try a different one."
 msgstr "Érvénytelen felhasználónév. Adj meg egy másikat!"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "A megadott bejegyzésrekord érvénytelen vagy nem támogatott"
 
@@ -4041,12 +4135,12 @@ msgstr "Igen, helyes"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Még csak Te szerepelsz a kezdőcsomagban. A fenti keresővel másokat is hozzáadhatsz."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Állásazonosító: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Karrier"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Feljegyezte a szerző."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Feljegyzések"
 
@@ -4100,13 +4194,13 @@ msgstr "A tartalmadra helyezett feljegyzések"
 msgid "Language selection"
 msgstr "Nyelvválasztás"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Nyelvi beállítások"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Nyelvek"
 
@@ -4124,20 +4218,20 @@ msgstr "Legújabb"
 msgid "learn more"
 msgstr "további információ"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "További információ"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "További információ"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "További információ a Blueskyról"
 
@@ -4158,10 +4252,10 @@ msgstr "További információ a tartalommoderálásról."
 msgid "Learn more about this warning"
 msgstr "További információ erről a figyelmeztetésről"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "További információ a Blueskyos hitelesítésől"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "A Bluesky elhagyása"
 msgid "left to go."
 msgstr "maradt."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Fiókok választása kézileg"
 
@@ -4230,7 +4324,7 @@ msgstr "Világos"
 msgid "Like"
 msgstr "Kedvelés"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Tetszik ({0, plural, one {# kedvelés} other {# kedvelés}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Kedvelj 10 megjegyzést a Követett hírfolyam idomításához!"
 msgid "Like this feed"
 msgstr "Hírfolyam kedvelése"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Feljegyző kedvelése"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Kedvelők"
 
@@ -4269,16 +4363,16 @@ msgstr "{0, plural, one {#} other {#}} felhasználó kedveli"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "{likeCount, plural, one {#} other {#}} felhasználó kedveli"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Kedvelések"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "A bejegyzést kedvelők"
 
@@ -4287,11 +4381,11 @@ msgstr "A bejegyzést kedvelők"
 msgid "Linear"
 msgstr "Egyszerű"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Lista profilképe"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Elnémítottad a listán szereplő személyeket"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Listacím"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Feloldottad a listán szereplő személyek némítását"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listák"
 
@@ -4358,6 +4452,22 @@ msgstr "Listák"
 msgid "Lists blocking this user:"
 msgstr "Ez a felhasználó az alábbi tiltólistákon szerepel:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Továbbiak"
@@ -4370,18 +4480,18 @@ msgstr "További javasolt hírfolyamok"
 msgid "Load new notifications"
 msgstr "Új értesítések betöltése"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Új bejegyzések betöltése"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Betöltés…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Napló"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "A logó szerzője: @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "A logó szerzője: <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Úgy tűnik, hogy egy hírfolyamot sem tűztél ki. De ne aggódj – al
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Úgy tűnik, hogy hiányzik a Követett hírfolyamod. <0>Kattints ide, ha ki szeretnéd tűzni!</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "A fiók email-beállításainak testreszabása"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Automatikus létrehozás"
 
@@ -4433,7 +4547,7 @@ msgstr "Elmentett hírfolyamok kezelése"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Hitelesítési beállítások"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Megjelölés olvasottként"
 msgid "Marked all as read"
 msgstr "Az összes üzenetet megjelölted olvasottként"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Talán később"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Média"
 
@@ -4479,7 +4600,7 @@ msgstr "Említések"
 msgid "Menu"
 msgstr "Menü"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Üzenetküldés neki: {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Az üzenet túl hosszú"
 msgid "Message options"
 msgstr "Üzenetlehetőségek"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Üzenetek"
 
@@ -4532,10 +4653,10 @@ msgstr "Félrevezető fiók"
 msgid "Misleading Post"
 msgstr "Félrevezető bejegyzés"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderálás"
 
@@ -4557,12 +4678,12 @@ msgstr "Moderálólista – Szerző: <0/>"
 msgid "Moderation list by you"
 msgstr "Moderálólista – Saját"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Létrehoztad a moderálólistát"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Frissítetted a moderálólistát"
@@ -4571,8 +4692,8 @@ msgstr "Frissítetted a moderálólistát"
 msgid "Moderation lists"
 msgstr "Moderálólisták"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Moderálólisták"
 
@@ -4580,7 +4701,7 @@ msgstr "Moderálólisták"
 msgid "moderation settings"
 msgstr "moderálási beállítások"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderálási állapotok"
 
@@ -4593,7 +4714,7 @@ msgstr "Moderálási eszközök"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Ezen a tartalmon általános figyelmeztetés van érvényben, egy moderátor döntése alapján."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Továbbiak"
 
@@ -4602,8 +4723,8 @@ msgstr "Továbbiak"
 msgid "More feeds"
 msgstr "További hírfolyamok"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "További lehetőségek"
@@ -4637,10 +4758,10 @@ msgstr "Elnémítás"
 msgid "Mute {tag}"
 msgstr "A(z) {tag} címke elnémítása"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Fiók elnémítása"
 
@@ -4689,13 +4810,13 @@ msgstr "Szó elnémítása csak címkékben"
 msgid "Mute this word until you unmute it"
 msgstr "Szó elnémítása a némítás feloldásáig"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Válaszlánc elnémítása"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Szavak és címkék elnémítása"
 
@@ -4703,12 +4824,12 @@ msgstr "Szavak és címkék elnémítása"
 msgid "Muted accounts"
 msgstr "Elnémított fiókok"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Elnémított fiókok"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Egy elnémított fiók nem fog megjelenni a hírfolyamaidban és nem kapsz tőle értesítéseket. A némított fiókok listája nem nyilvános."
 
@@ -4729,15 +4850,15 @@ msgstr "Egy fiók elnémítása nem nyilvános. Egy elnémított felhasználó k
 msgid "My Birthday"
 msgstr "Születésnap megadása"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Hírfolyamgyűjtemény"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Név"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "A név megadása kötelező"
 
@@ -4772,11 +4893,11 @@ msgstr "Ugrás a kezdőcsomaghoz"
 msgid "Navigates to the next screen"
 msgstr "Ugrás a következő képernyőre"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Ugrás a profilodra"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Meg akarod változtatni?"
 
@@ -4797,21 +4918,26 @@ msgstr "Mégse – hozzon létre egy felhasználónevet automatikusan"
 msgid "New"
 msgstr "Létrehozás"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Létrehozás"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Új csevegés"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Új email-cím"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Új funkció"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Új felhasználónév"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Új lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Új lista"
 msgid "New messages"
 msgstr "Új üzenetek"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Moderálólista létrehozása"
 
@@ -4840,10 +4966,10 @@ msgstr "Új jelszó"
 msgid "New Password"
 msgstr "Új jelszó"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Új bejegyzés"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Új bejegyzés"
@@ -4863,7 +4989,7 @@ msgstr "Új bejegyzés"
 msgid "New user info dialog"
 msgstr "Új felhasználó információs párbeszédablaka"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Felhasználólista létrehozása"
 
@@ -4911,6 +5037,10 @@ msgstr "Még nem hoztál létre alkalmazásjelszót"
 msgid "No DNS Panel"
 msgstr "DNS-panel nélkül"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "A kiemelt GIF-ek lekérése meghiúsult. Lehetséges, hogy ez a Tenor hibája."
@@ -4924,8 +5054,8 @@ msgstr "Nincs találat. Próbálj megadni egy másik keresési kifejezést!"
 msgid "No likes yet"
 msgstr "Még nincsenek kedvelések"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Abbahagytad {0} követését"
 
@@ -4962,8 +5092,8 @@ msgstr "Még nincsenek idézések"
 msgid "No reposts yet"
 msgstr "Még nincsenek megosztások"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Nincs találat"
 
@@ -4980,7 +5110,7 @@ msgstr "A(z) „{0}”-kifejezésre nincs találat."
 msgid "No results found"
 msgstr "Nincs találat"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "A(z) „{query}”-kifejezésre nincs találat"
 
@@ -5032,19 +5162,14 @@ msgstr "Nem szexuális meztelenség"
 msgid "Not followed by anyone you're following"
 msgstr "Nincsenek ismert követők"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Ez a tartalom nem található"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Talán máskor"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Korlátozott láthatóság"
 
@@ -5052,7 +5177,7 @@ msgstr "Korlátozott láthatóság"
 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 "Megjegyzés: A Bluesky egy nyílt és nyilvános hálózat. Ez a beállítás csak a Bluesky alkalmazásban és -honlapon korlátozza a tartalmaid láthatóságát és nem biztos, hogy más alkalmazások is tiszteletben tartják. Lehetséges, hogy más alkalmazásokban és honlapokon ugyanúgy láthatóak maradnak a tartalmaid kijelentkezett felhasználók számára is."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Nincs itt semmi"
 
@@ -5060,7 +5185,7 @@ msgstr "Nincs itt semmi"
 msgid "Notification filters"
 msgstr "Értesítések szűrése"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Értesítési beállítások"
@@ -5077,11 +5202,11 @@ msgstr "Értesítési hangok"
 msgid "Notification Sounds"
 msgstr "Értesítési hangok"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Értesítések"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Jaj, ne! Valami balul sült el."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Oké"
 
@@ -5140,19 +5265,19 @@ msgstr "A legrégebbi válaszok elöl"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "ekkor:<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Alaphelyzetbe állítottad a regisztrációs varázslót"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Legalább egy GIF-ről hiányzik a helyettesítő szöveg."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Legalább egy képről hiányzik a helyettesítő szöveg."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Legalább egy videóról hiányzik a helyettesítő szöveg."
 
@@ -5168,7 +5293,7 @@ msgstr "Csak {0} válaszolhatnak."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Csak az angol ábécé betűit, számokat és kötőjeleket tartalmazhat"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Csak a képfájlok támogatottak"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Hoppá! Valami balul sült el!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Hoppá!"
 
@@ -5194,11 +5319,7 @@ msgstr "Hoppá!"
 msgid "Open"
 msgstr "Megnyitás"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "A menü megnyitása {name} profilján"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Profilképkészítő megnyitása"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Oldalsó menü megnyitása"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Emojiválasztó megnyitása"
 
@@ -5225,7 +5346,7 @@ msgstr "Hírfolyam tulajdonságainak megnyitása"
 msgid "Open feed options menu"
 msgstr "Hírfolyambeállítások megnyitása"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Teljes emojilista megnyitása"
 
@@ -5237,7 +5358,7 @@ msgstr "A(z) {niceUrl} hivatkozás megnyitása"
 msgid "Open message options"
 msgstr "Üzenetlehetőségek megnyitása"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Moderálási hibakeresési oldal megnyitása"
 
@@ -5249,20 +5370,25 @@ msgstr "Elnémított szavak és címkék beállításainak megnyitása"
 msgid "Open pack"
 msgstr "Csomag megnyitása"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Bejegyzéslehetőségek megnyitása"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Kezdőcsomag-menü megnyitása"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Mesekönyv-oldal megnyitása"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Rendszernapló megnyitása"
 
@@ -5282,19 +5408,19 @@ msgstr "Párbeszédablak megnyitása, ahol megadhatod, hogy ki vehet részt a v
 msgid "Opens additional details for a debug entry"
 msgstr "Hibakeresési bejegyzés részleteinek megnyitása"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Helyettesítő szöveget tartalmazó ablak megnyitása"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Az eszköz kamerájának megnyitása"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Feliratokat és helyettesítő szöveget tartalmazó ablak megnyitása"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Felhasználónév-megváltoztatási párbeszédablak megnyitása"
 
@@ -5306,7 +5432,7 @@ msgstr "Bejegyzésíró megnyitása"
 msgid "Opens device photo gallery"
 msgstr "Az eszköz fényképgalériájának megnyitása"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Emojiválasztó megnyitása"
 
@@ -5324,7 +5450,7 @@ msgstr "Bejelentkezési varázsló megnyitása"
 msgid "Opens GIF select dialog"
 msgstr "GIF-választó párbeszédablak megnyitása"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Támogatási hivatkozás megnyitása böngészőben"
 
@@ -5332,6 +5458,10 @@ msgstr "Támogatási hivatkozás megnyitása böngészőben"
 msgid "Opens list of invite codes"
 msgstr "A meghívókódok listájának megnyitása"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Jelszóvisszaállítási űrlap megnyitása"
@@ -5340,12 +5470,12 @@ msgstr "Jelszóvisszaállítási űrlap megnyitása"
 msgid "Opens the linked website"
 msgstr "Hivatkozás megnyitása"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Saját profil megnyitása"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Videó csatolása"
 
@@ -5392,7 +5522,7 @@ msgstr "Frissítési állapot: Nincs elérhető frissítés"
 msgid "Other"
 msgstr "Egyéb"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Másik fiók"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Az oldal nem található"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Videó szüneteltetése"
 msgid "People"
 msgstr "Személyek"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "A(z) @{0} által követett személyek"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Az őt követő személyek: @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Kitűzés a kezdőlapra"
 msgid "Pin to Home"
 msgstr "Kitűzés a kezdőlapra"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Kitűzés a profilodra"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Kitűzve"
 
@@ -5578,14 +5708,14 @@ msgstr "Válassz ki egy felhasználónevet!"
 msgid "Please choose your password."
 msgstr "Válassz ki egy jelszót!"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Kérjük, kattints a tőlünk kapott emailben található hivatkozásra a címed visszaigazolásához! Ez fontos, ha továbbra is használni kívánod a Bluesky összes funkcióját."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Végezd el a captchás ellenőrzést!"
 
-#: 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 "Az email-címed megváltoztatása előtt ellenőriznünk kell a jelenlegit. Ez egy átmeneti megoldás, amíg ki nem fejlesztjük a rendes email-cím-frissítő eszközöket."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Kérjük ellenőrizd, hogy az email-cím helyesen van megadva!"
@@ -5602,10 +5732,28 @@ msgstr "Adj meg egy jelszót! A jelszónak legalább 8 karakter hosszúnak kell
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Nevezd el egyedien az alkalmazásjelszót vagy használd a véletlenszerűen létrehozottat."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "A megadott kód érvénytelen."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "A megadott email-cím érvénytelen."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Adj meg egy érvényes elnémítandó szót, címkét vagy kifejezést!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Add meg a(z) <0>{0}</0>-címre küldött kódot!"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Add meg a korábbi email-címedre küldött kódot!"
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Add meg az email-címed!"
 msgid "Please enter your invite code."
 msgstr "Add meg a meghívókódod!"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Add meg az új email-címedet!"
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Add meg a jelszót"
@@ -5648,7 +5800,11 @@ msgstr "Add meg a jelentés okát!"
 msgid "Please sign in as @{0}"
 msgstr "Jelentkezz be, mint @{0}!"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Email-cím visszaigazolása"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Igazold vissza az email-címed!"
 
@@ -5662,7 +5818,7 @@ msgstr "Politika"
 msgid "Porn"
 msgstr "Pornó"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Közzététel"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Bejegyzés"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Összes közzététele"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0} bejegyzése"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0} bejegyzése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Törölted a bejegyzést"
@@ -5697,7 +5853,7 @@ msgstr "Törölted a bejegyzést"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "A bejegyzés közzététele meghiúsult. Ellenőrizd az internetkapcsolatot, majd próbáld újra!"
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Ezt a bejegyzést törölték."
 
@@ -5719,7 +5875,7 @@ msgstr "Elrejtetted a bejegyzést"
 msgid "Post interaction settings"
 msgstr "Kapcsolatbalépési beállítások"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Kapcsolatbalépési beállítások"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Feloldottad a bejegyzés kitűzését"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Bejegyzések"
@@ -5789,7 +5945,7 @@ msgstr "Kattints ide a fiók azon követőinek megjelenítéséhez, akiket Te is
 msgid "Previous image"
 msgstr "Előző kép"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Elsődleges nyelv"
 
@@ -5807,26 +5963,26 @@ msgstr "Előnyben részesített értesítések"
 msgid "Privacy"
 msgstr "Adatvédelem"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Adatvédelem és biztonság"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Adatvédelem és biztonság"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Adatvédelmi irányelvek"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Videó feldolgozása folyamatban…"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Feldolgozás folyamatban…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Frissítetted a profilodat"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Nyilvános, megosztható listák, amelyek hírfolyamként üzemelhetnek."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Bejegyzés közzététele"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Bejegyzések közzététele"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Válaszok közzététele"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Válasz közzététele"
 
@@ -5904,11 +6060,11 @@ msgstr "A QR-kód fényképalbumba mentése megtörtént"
 msgid "Quote post"
 msgstr "Idézés"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Visszakapcsoltad az idézetet"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Leválasztottad az idézetet"
 
@@ -5917,7 +6073,7 @@ msgstr "Leválasztottad az idézetet"
 #: 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 "Ezt a bejegyzést nem idézhetik mások"
+msgstr "Idézés letiltva"
 
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:329
 msgid "Quote settings"
@@ -5927,7 +6083,7 @@ msgstr "Idézési beállítások"
 msgid "Quotes"
 msgstr "Idézések"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "A bejegyzés idézései"
 
@@ -5942,8 +6098,8 @@ msgstr "Véletlenszerű (más néven: „Közzétevői rulett”)"
 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 "Korlát átlépve – rövid időn belül túl sokszor próbáltad megváltoztatni a felhasználónevedet. Várj egy kicsit, mielőtt újra megkísérelnéd!"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Idézet visszakapcsolása"
 
@@ -5958,19 +6114,19 @@ msgstr "Fiók újraaktiválása"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Blogbejegyzés megtekintése (angolul)"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Kevesebb"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Több"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
-msgstr "A Bluesky blog megnyitása"
+msgstr "A Bluesky blog megnyitása (angolul)"
 
 #: src/screens/Signup/StepInfo/Policies.tsx:58
 #: src/screens/Signup/StepInfo/Policies.tsx:84
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Újracsatlakozás"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Elutasítás"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Csevegési kérelem elutasítása"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Beszélgetések újratöltése"
@@ -6022,7 +6178,7 @@ msgstr "Beszélgetések újratöltése"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Eltávolítás"
 msgid "Remove {displayName} from starter pack"
 msgstr "{displayName} eltávolítása a kezdőcsomagból"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "{historyItem} törlése"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Fiók eltávolítása"
 
@@ -6046,13 +6202,13 @@ msgstr "Fiók eltávolítása"
 msgid "Remove attachment"
 msgstr "Melléklet eltávolítása"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Profilkép eltávolítása"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Borítókép eltávolítása"
 
@@ -6079,7 +6235,7 @@ msgstr "Hírfolyam eltávolítása"
 msgid "Remove from my feeds"
 msgstr "Eltávolítás a hírfolyamgyűjteményből"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Eltávolítás a fióklistáról"
 
@@ -6097,11 +6253,16 @@ msgstr "Eltávolítás a hírfolyamgyűjteményből"
 msgid "Remove image"
 msgstr "Kép eltávolítása"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Szó némításának feloldása"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Profil eltávolítása"
 
@@ -6114,7 +6275,7 @@ msgstr "Idézet eltávolítása"
 msgid "Remove repost"
 msgstr "Megosztott bejegyzés eltávolítása"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Feliratfájl eltávolítása"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Személy levétele a listáról"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Hitelesítés eltávolítása"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Biztosan el akarod távolítani a hitelesítésedet erről a fiókról?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Eltávolítottad a hírfolyamot a gyűjteményedből"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Profil eltávolítása a keresési előzményekből"
+msgstr "Eltávolítottad a hitelesítést"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Idézett bejegyzés eltávolítása"
 msgid "Replace with Discover"
 msgstr "Kicserélés a Felfedezés hírfolyamra"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Válaszok"
 
@@ -6193,12 +6350,12 @@ msgstr "Válaszadás letiltva"
 msgid "Replies to this post are disabled."
 msgstr "A bejegyzés alatti válaszadás le van tiltva."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Válasz közzététele"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Válasz írása ({0, plural, one {# válasz} other {# válasz}})"
 
@@ -6224,34 +6381,34 @@ msgstr "A teljes válaszlánc beállításait az eredeti szerző kezeli"
 msgid "Reply sorting"
 msgstr "Válaszok rendezése"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Válasz neki: <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Válasz egy letiltott bejegyzésre"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Válasz egy bejegyzésre"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Válasz a bejegyzésedre"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Frissítetted a válasz láthatóságát"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Elrejtetted a választ"
 
@@ -6261,16 +6418,16 @@ msgstr "Elrejtetted a választ"
 msgid "Report"
 msgstr "Jelentés"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Fiók jelentése"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Beszélgetés jelentése"
 
@@ -6293,8 +6450,8 @@ msgstr "Lista jelentése"
 msgid "Report message"
 msgstr "Üzenet jelentése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Bejegyzés jelentése"
 
@@ -6369,27 +6526,27 @@ msgstr "Megosztás vagy idézet"
 msgid "Reposted By"
 msgstr "Megosztók"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} megosztotta"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0> megosztotta"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Megosztottad"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "A bejegyzés megosztásai"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Változtatás kérelmezése"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "Megváltoztatás kérelmezése"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Kód kérelmezése"
 msgid "Require alt text before posting"
 msgstr "Helyettesítő szöveg hozzáadásának megkövetelése közzététel előtt"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Emailben kapott kód megkövetelése a bejelentkezéshez."
 
@@ -6413,13 +6570,19 @@ msgstr "Szükséges a tárhelyszolgáltatóhoz"
 msgid "Required in your region"
 msgstr "Szükséges ebben a régióban"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Újraküldés"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Email újraküldése"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Email újraküldése"
@@ -6436,8 +6599,8 @@ msgstr "Helyreállítási kód"
 msgid "Reset Code"
 msgstr "Helyreállítási kód"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Regisztrációs varázsló állapotának alaphelyzetbe állítása"
 
@@ -6458,10 +6621,10 @@ msgstr "A legutóbb meghiúsult folyamat újrapróbálása"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Vissza az előző oldalra"
 msgid "Returns to home page"
 msgstr "Vissza a kezdőlapra"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Vissza az előző lépéshez"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Mentés"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Mentés"
@@ -6534,7 +6699,7 @@ msgstr "Születésnap elmentése"
 msgid "Save changes"
 msgstr "Változtatások mentése"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Változtatások mentése"
 
@@ -6564,16 +6729,12 @@ msgstr "Mentés a hírfolyamgyűjteménybe"
 msgid "Saved Feeds"
 msgstr "Elmentett hírfolyamok"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Elmentetted a képet a galériába"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Elmentetted a hírfolyamot a gyűjteményedbe"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "A profilon végzett változtatások mentése"
 
@@ -6583,8 +6744,8 @@ msgstr "Képkivágási beállítások mentése"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Köszönj!"
 
@@ -6602,11 +6763,11 @@ msgstr "Vissza a tetejére"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Keresés"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Keresés @{0} bejegyzései között"
@@ -6615,7 +6776,7 @@ msgstr "Keresés @{0} bejegyzései között"
 msgid "Search by name or interest"
 msgstr "Keresés név vagy érdeklődési kör alapján"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Profilok keresése"
 
@@ -6656,8 +6817,8 @@ msgstr "GIF-ek keresése"
 msgid "Search my posts"
 msgstr "Keresés a saját bejegyzések között"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Keresés a bejegyzések között"
 
@@ -6679,7 +6840,11 @@ msgstr "Keresés…"
 msgid "Searches for profiles"
 msgstr "Profilok keresése"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Biztonsági lépés szükséges"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Biztonsági lépés szükséges"
 
@@ -6699,7 +6864,7 @@ msgstr "A(z) #{tag} címkével ellátott bejegyzések megtekintése"
 msgid "See #{tag} posts by user"
 msgstr "A felhasználó #{tag} címkével ellátott bejegyzéseinek megtekintése"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Állások a Blueskynál"
 
@@ -6719,6 +6884,10 @@ msgstr "Szín kiválasztása"
 msgid "Select account"
 msgstr "Fiók kiválasztása"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Alkalmazás nyelvének megadása"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Profilkép kiválasztása"
@@ -6727,10 +6896,22 @@ msgstr "Profilkép kiválasztása"
 msgid "Select an emoji"
 msgstr "Emoji kiválasztása"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Lehetőség kiválasztása"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Alkalmazás nyelvének megadása"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Nyelvek kiválasztása"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Fiók kiválasztása"
@@ -6747,11 +6928,11 @@ msgstr "„{0}” GIF kiválasztása"
 msgid "Select how long to mute this word for."
 msgstr "Add meg, hogy milyen sokáig legyen ez a szó elnémítva!"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Nyelv kiválasztása…"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Nyelvek kiválasztása"
 
@@ -6763,6 +6944,10 @@ msgstr "Moderálási szolgáltatás kiválasztása"
 msgid "Select moderator"
 msgstr "Moderátor kiválasztása"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Elsődleges nyelv megadása"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "A(z) {emojiName} emoji kiválasztása profilképként"
 msgid "Select the moderation service(s) to report to"
 msgstr "A jelentéseket fogadó moderálási szolgáltatás(ok) megadása"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Videó csatolása"
 
@@ -6784,11 +6969,11 @@ msgstr "Videó csatolása"
 msgid "Select what content this mute word should apply to."
 msgstr "Add meg, hogy milyen típusú tartalmakra legyen alkalmazható ez a szó!"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Add meg, hogy milyen nyelven szeretnéd az alkalmazást használni."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Add meg, hogy milyen nyelveken szeretnél tartalmakat látni a hírfolyamaidban. Ha egy nyelvet sem jelölsz ki, akkor minden bejegyzés láthatóvá válik."
 
@@ -6801,7 +6986,7 @@ msgstr "Születési dátum megadása"
 msgid "Select your interests from the options below"
 msgstr "Válaszd ki az érdeklődési köreidet az alábbi lehetőségek közül!"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Add meg, hogy milyen nyelvre szeretnéd lefordítani a bejegyzéseket."
 
@@ -6813,19 +6998,17 @@ msgstr "{numItems}/{0}. lehetőség kiválasztása"
 msgid "Send a neat website!"
 msgstr "Küldj be egy pompás honlapot!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Visszaigazolás küldése"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Visszaigazoló email küldése"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Visszaigazoló email küldése"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Email küldése"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Email küldése"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Visszajelzés küldése"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Üzenet küldése"
@@ -6863,13 +7046,14 @@ msgstr "Jelentés küldése neki: {0}"
 msgid "Send report to {title}"
 msgstr "Jelentés küldése neki: {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Visszaigazoló email küldése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Továbbítás személyes üzenetben"
 
@@ -6901,10 +7085,10 @@ msgstr "Fiók beállítása"
 msgid "Sets email for password reset"
 msgstr "Email cím beállítása jelszóvisszaállításhoz"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Beállítások"
 
@@ -6926,16 +7110,16 @@ msgstr "Szexuális tartalom"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Továbbítás"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Továbbítás"
@@ -6948,9 +7132,9 @@ msgstr "Meséld el, hogy mi történt Veled!"
 msgid "Share a fun fact!"
 msgstr "Mondj el egy érdekességet!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Továbbítás mégis"
 
@@ -6990,7 +7174,7 @@ msgstr "Oszd meg ezt a kezdőcsomagot, hogy mások is csatlakozhassanak a Bluesk
 msgid "Share your favorite feed!"
 msgstr "Oszd meg a kedvenc hírfolyamod!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "„Megosztott beállítások” tesztelő"
 
@@ -7011,8 +7195,8 @@ msgstr "Helyettesítő szöveg mutatása"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Mutatás mégis"
 
@@ -7033,8 +7217,8 @@ msgstr "Testreszabási lehetőségek mutatása"
 msgid "Show hidden replies"
 msgstr "Elrejtett válaszok mutatása"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Kevesebb ilyet mutasson"
 
@@ -7042,14 +7226,14 @@ msgstr "Kevesebb ilyet mutasson"
 msgid "Show list anyway"
 msgstr "Lista mutatása mégis"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Továbbiak"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Több ilyet mutasson"
 
@@ -7079,8 +7263,8 @@ msgstr "Válaszok megjelenítése egymásba ágyazva"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Az Általad követett személyek válaszainak megjelenítése legfelül egy bejegyzés alatt"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Válasz mutatása mindenkinek"
 
@@ -7102,11 +7286,11 @@ msgstr "Figyelmeztetés"
 msgid "Show warning and filter from feeds"
 msgstr "Figyelmeztetés és kiszűrés a hírfolyamokból"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "További információ a bejegyzés dátumáról"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "További fiókok megjelenítése váltás céljából"
 
@@ -7124,8 +7308,8 @@ msgstr "Tartalom mutatása"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Tartalom mutatása"
 msgid "Sign in"
 msgstr "Bejelentkezés"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Bejelentkezés, mint {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Jelentkezz be vagy regisztrálj!"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Jelentkezz be vagy regisztrálj a csatlakozáshoz!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Bejelentkezés egy másik felhasználói fiókba"
 
@@ -7158,15 +7342,15 @@ msgstr "Bejelentkezés egy másik felhasználói fiókba"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Jelentkezz be vagy hozz létre egy Bluesky-fiókot!"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Kijelentkezés"
 
@@ -7174,8 +7358,8 @@ msgstr "Kijelentkezés"
 msgid "Sign Out"
 msgstr "Kijelentkezés"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Kijelentkezés"
 
@@ -7206,14 +7390,19 @@ msgstr "Folyamat kihagyása"
 msgid "Smaller"
 msgstr "Kisebb"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Emlékeztető elhalasztása"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Szoftverfejlesztő"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "A hitelesítéseidnek egy része érvénytelen."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Valaki {0}-emojival reagált erre: {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Valami nem stimmel a beküldendő adatokkal. Vedd fel a kapcsolatot az ügyfélszolgálattal!"
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Valami balul sült el"
 
@@ -7264,8 +7453,8 @@ msgstr "Valami balul sült el. Próbáld újra!"
 msgid "Something wrong? Let us know."
 msgstr "Valami nem stimmel? Vedd fel velünk a kapcsolatot!"
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Sajnáljuk, de lejárt a munkameneted. Jelentkezz be újra!"
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; túl sok említés vagy válasz"
 msgid "Sports"
 msgstr "Sport"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Új csevegés indítása"
 
@@ -7322,8 +7511,8 @@ msgstr "Vegyél fel személyeket!"
 msgid "Start chat with {displayName}"
 msgstr "Csevegés indítása vele: {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Kezdőcsomag"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Ez a kezdőcsomag érvénytelen"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Kezdőcsomagok"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "A kezdőcsomagokkal könnyen megoszthatod a kedvenc hírfolyamaidat és személyeidet."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Állapot"
 
@@ -7363,12 +7552,12 @@ msgstr "Állapot"
 msgid "Step {0} of {1}"
 msgstr "{1}/{0}. lépés"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Adatok törölve. Indítsd újra az alkalmazást!"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Mesekönyv"
 
@@ -7401,11 +7590,11 @@ msgstr "Feliratkozás"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Az alábbi feljegyzési kategóriák használatához iratkozz fel a(z) @{0} nevű szolgáltatóra:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Feliratkozás a feljegyzőre"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Feliratkozás a feljegyzőre"
 
@@ -7413,13 +7602,14 @@ msgstr "Feliratkozás a feljegyzőre"
 msgid "Subscribe to this list"
 msgstr "Feliratkozás a listára"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Siker!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Hitelesítetted a fiókot"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Szürkület"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Támogatás"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Fiókváltás"
 
@@ -7462,11 +7652,11 @@ msgstr "Fiókváltás"
 msgid "Switch Account"
 msgstr "Fiókváltás"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Fiókváltás"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Váltás rá: {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Váltás rá: {0}"
 msgid "System"
 msgstr "Rendszer"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Rendszernapló"
 
@@ -7520,7 +7710,7 @@ msgstr "Technológia"
 msgid "Tell a joke!"
 msgstr "Mondj el egy viccet!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Mesélj magadról!"
 
@@ -7533,12 +7723,12 @@ msgstr "További részletek"
 msgid "Terms"
 msgstr "Feltételek"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Felhasználási feltételek"
 
@@ -7566,7 +7756,11 @@ msgstr "Szövegmező"
 msgid "Text input field"
 msgstr "Szövegbeviteli mező"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Köszönjük! A hírfolyam üzemeltetője megkapta a visszajelzést."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Köszönjük! Az email-cím visszaigazolása megtörtént."
 
@@ -7599,12 +7793,12 @@ msgstr "Ez a kezdőcsomag nem található."
 msgid "That's all, folks!"
 msgstr "Ez van, srácok!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Ez minden!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "A fiók ismét képes lesz kapcsolatba lépni veled, ha feloldod a letiltását."
 
@@ -7638,6 +7832,10 @@ msgstr "A Felfedezés hírfolyam"
 msgid "The Discover feed now knows what you like"
 msgstr "A Felfedezés hírfolyam olyan tartalmakat mutat, amelyek tetszhetnek Neked"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "Az új és a régi email-cím megegyezik."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Az alkalmazás jobb. Töltsd le a Blueskyt és onnan folytatjuk, ahol abbahagytad!"
@@ -7671,6 +7869,7 @@ msgstr "Az adatvédelmi irányelvek elköltöztek: <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "A megadott videó nagyobb, mint 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Hibát tapasztaltunk a kiszolgálóval. Próbáld újra egy pár percen belül!"
@@ -7715,7 +7914,7 @@ msgid "There was an issue contacting the server"
 msgstr "Megszakadt a kapcsolat a kiszolgálóval"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Megszakadt a kapcsolat a kiszolgálóval. Ellenőrizd az internetkapcsolatot, majd próbáld újra!"
 
@@ -7729,7 +7928,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Az értesítések frissítése meghiúsult. Koppints ide az újrapróbálkozáshoz!"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "A bejegyzések lekérése meghiúsult. Koppints ide az újrapróbálkozáshoz!"
 
@@ -7765,20 +7964,20 @@ msgstr "A jelentés küldése meghiúsult. Ellenőrizd az internetkapcsolatot!"
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "A hírfolyamok frissítése meghiúsult. Ellenőrizd az internetkapcsolatot, majd próbáld újra!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Hiba történt! {0}"
 
@@ -7810,13 +8009,13 @@ msgstr "Az alábbi beállítások csak a Követett hírfolyamra vonatkoznak."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Valaki feljegyzést alkalmazott erre a(z) {screenDescription}-ra/-re:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Ezt a fiókot egy megbízható forrásból hitelesítési pipával látták el."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Ez a fiók legalább egy hitelesítési javaslattal rendelkezik, de még nincs hitelesítve."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7826,9 +8025,9 @@ msgstr "Ez a fiók azt kérte, hogy a megtekintéséhez jelentkezz be."
 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 "Ezt a felhasználót legalább egy aktív moderálólista letiltotta. Ha szeretnéd feloldani a tiltását, akkor el kell távolítanod a listáról."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Ezt bármikor visszavonhatod."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7867,9 +8066,17 @@ msgstr "Ezt a tartalmat bejelentkezés nélkül nem tekintheted meg."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Ez a beszélgetés egy már törölt vagy deaktivált fiókkal történt. A lehetőségekhez kattints ide"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Ez az email-cím már jelenleg is hozzá van rendelve a fiókodhoz."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
-msgstr "Kísérleti funkció. Az adattár-exportálásról bővebben <0>ebben a blogbejegyzésben</0> olvashatsz."
+msgstr "Kísérleti funkció. Az adattár-exportálásról bővebben <0>ebben a blogbejegyzésben</0> olvashatsz (angolul)."
+
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Jelenleg egy alkalmazásjelszóval vagy bejelentkezve. A funkció használatához a valódi jelszavaddal kell bejelentkezned."
 
 #: src/lib/strings/errors.ts:21
 msgid "This feature is not available while using an App Password. Please sign in with your main password."
@@ -7884,7 +8091,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Ez a hírfolyam üres. Lehetséges, hogy nem követsz elég felhasználót vagy rosszul van beállítva a hírfolyam."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Ez a hírfolyam üres."
@@ -7901,9 +8108,10 @@ msgstr "Ez a felhasználónév le van foglalva. Adj meg egy másikat!"
 msgid "This information is not shared with other users."
 msgstr "Ezt az információt nem osztjuk meg más felhasználókkal."
 
-#: 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 "Ez fontos, ha a jövőben megváltoztatnád az email-címed vagy a jelszavad."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7937,7 +8145,7 @@ msgstr "Ez a lista üres."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Ez a moderálási szolgáltatás jelenleg nem elérhető. A részleteket alább olvashatod. Ha a probléma fennáll, lépj velünk kapcsolatba!"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "A bejegyzés adatai szerint az eredeti létrehozási dátuma <0>{0}</0> volt, de először ekkor jelent meg a Blueskyon: <1>{1}</1>"
 
@@ -7945,28 +8153,28 @@ msgstr "A bejegyzés adatai szerint az eredeti létrehozási dátuma <0>{0}</0>
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Ez a bejegyzés egy ismeretlen válaszkapu-típussal rendelkezik. Lehetséges, hogy az alkalmazás verziója elavult."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Ezt a bejegyzést törölték."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Ez a bejegyzés csak a bejelentkezett felhasználók számára látható; a kijelentkezett felhasználók számára nem."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Ez a bejegyzés el lesz rejtve a hírfolyamokból és a válaszláncokból. Ez a művelet nem vonható vissza."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "A szerző letiltotta az idézést."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Ez a profil csak a bejelentkezett felhasználók számára látható; a kijelentkezett felhasználók számára nem."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Ez a válasz egy rejtett részlegbe lesz sorolva a válaszláncok legalján és se Te, sem pedig mások nem fognak értesítéseket kapni a jövőbeli válaszokról."
 
@@ -7978,6 +8186,10 @@ msgstr "Ez a szolgáltatás nem osztotta meg a felhasználási feltételeit vagy
 msgid "This should create a domain record at:"
 msgstr "Ez az alábbi helyen fog tartományrekordot létrehozni:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Ez a felhasználó nem rendelkezik megjelenítendő névvel, ezért nem hitelesíthető."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Ezt a felhasználót még senki sem követi."
@@ -8015,11 +8227,11 @@ msgstr "Ez a felhasználó még senkit sem követ."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Ezzel a(z) „{0}” kifejezés el lesz távolítva az elnémított szavak listájáról. Később bármikor újra felveheted."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Ezzel @{0} el lesz távolítva a fióklistáról."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Ezzel el fogod távolítani a bejegyzést az idézésből mindenki számára, ami egy helyőrzővel lesz helyettesítve."
 
@@ -8046,7 +8258,7 @@ msgstr "Egymásba ágyazott"
 msgid "Threaded mode"
 msgstr "Beágyazott mód"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Válaszlánc-beállítások"
 
@@ -8058,14 +8270,15 @@ msgstr "Hátralévő idő: {0, plural, one {# másodperc} other {# másodperc}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "A kétlépcsős azonosítás kikapcsolásához vissza kell igazolnod az email-címedet."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "A kétlépcsős azonosítás kikapcsolásához vissza kell igazolnod az email-címedet: <0>{0}</0>"
+
 #: 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 "Ha egy beszélgetést szeretnél jelenteni, kérjük egy konkrét üzenetet jelents a csevegési képernyőről. Ez segít a moderátorainknak megérteni a probléma szókörnyezetét."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "A videófeltöltés előtt ellenőriznünk kell az email-címedet."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Kinek szeretnéd elküldeni ezt a jelentést?"
@@ -8092,16 +8305,16 @@ msgstr "Hang némítása"
 msgid "Top"
 msgstr "Felkapott"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Témakör"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Lefordítás"
 
@@ -8119,7 +8332,7 @@ msgstr "Felkapott videók"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "A bizalom kapcsolatok, közösségek és egy megosztott környezet útján alakul ki, ezért bevezetjük a <0>megbízható hitelesítők</0> rendszerét is – ezek olyan egyesületek, amelyek közvetlenül is képesek hitelesíteni másokat."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8146,6 +8359,7 @@ msgstr "Üzenet megadása"
 msgid "Type:"
 msgstr "Típus:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "A kiszolgáló nem található. Ellenőrizd az internetkapcsolatot, majd próbáld újra!"
@@ -8168,27 +8382,27 @@ msgstr "A törlés meghiúsult"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Tiltás feloldása"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Tiltás feloldása"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Fiók tiltásának feloldása"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Fiók tiltásának feloldása"
 
@@ -8210,16 +8424,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Követés megszüntetése"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0} követésének megszüntetése"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Fiók követésének megszüntetése"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Követés megszüntetése"
 
@@ -8227,15 +8441,15 @@ msgstr "Követés megszüntetése"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "A feljegyzőid közül egyik sem támogatja ezt a jelentési típust."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Ismeretlen hitelesítő"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Kedvelés visszavonása"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Kedvelés visszavonása ({0, plural, one {# kedvelés} other {# kedvelés}})"
 
@@ -8254,10 +8468,10 @@ msgstr "Némítás feloldása"
 msgid "Unmute {tag}"
 msgstr "A(z) {tag} némításának feloldása"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Fiók némításának feloldása"
 
@@ -8269,8 +8483,8 @@ msgstr "Beszélgetés némításának feloldása"
 msgid "Unmute list"
 msgstr "Lista némításának feloldása"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Válaszlánc némításának feloldása"
 
@@ -8296,8 +8510,8 @@ msgstr "Kitűzés feloldása"
 msgid "Unpin from home"
 msgstr "Kitűzés feloldása a kezdőlapról"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Kitűzés feloldása a profilodról"
 
@@ -8313,7 +8527,12 @@ msgstr "Feloldottad a(z) {0} kitűzését"
 msgid "Unpinned from your feeds"
 msgstr "Feloldottad a hírfolyam kitűzését"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Emailcím-emlékeztető elhalasztásának visszavonása"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Leiratkozás"
 
@@ -8322,7 +8541,7 @@ msgstr "Leiratkozás"
 msgid "Unsubscribe from list"
 msgstr "Leiratkozás a listáról"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Leiratkozás a feljegyzőről"
 
@@ -8330,11 +8549,11 @@ msgstr "Leiratkozás a feljegyzőről"
 msgid "Unsubscribed from list"
 msgstr "Leiratkoztál a listáról"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Nem támogatott videóformátum"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Nem támogatott videóformátum: {0}"
 
@@ -8354,17 +8573,28 @@ msgstr "Frissítés"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "<0>{displayName}</0> listatagságának frissítése"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Email-cím frissítése"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Frissítés erre: {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Email-cím frissítése"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Az idézet leválasztása/visszakapcsolása meghiúsult"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "A válasz láthatóságának frissítése meghiúsult"
@@ -8373,7 +8603,7 @@ msgstr "A válasz láthatóságának frissítése meghiúsult"
 msgid "Updating..."
 msgstr "Frissítés folyamatban…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Fénykép feltöltése"
 
@@ -8381,22 +8611,22 @@ msgstr "Fénykép feltöltése"
 msgid "Upload a text file to:"
 msgstr "Tölts fel ide egy szöveges fájlt:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Feltöltés a kamerából"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Feltöltés a fájlkezelőből"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Feltöltés a galériából"
 
@@ -8409,7 +8639,7 @@ msgstr "Képek feltöltése folyamatban…"
 msgid "Uploading link thumbnail..."
 msgstr "Hivatkozás indexképének feltöltése folyamatban…"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Videó feltöltése folyamatban…"
 
@@ -8421,8 +8651,8 @@ msgstr "Egy alkalmazásjelszó használatával bármely egyéb Bluesky-kliensbe
 msgid "Use default provider"
 msgstr "Alapértelmezett adattárszolgáltató használata"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Alkalmazáson belüli böngésző használata"
 
@@ -8431,8 +8661,8 @@ msgstr "Alkalmazáson belüli böngésző használata"
 msgid "Use in-app browser to open links"
 msgstr "Hivatkozások megnyitása az alkalmazáson belüli böngészővel"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Alapértelmezett böngésző használata"
 
@@ -8486,12 +8716,12 @@ msgstr "Felhasználólista – Szerző: {0}"
 msgid "User list by you"
 msgstr "Felhasználólista – Saját"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Létrehoztad a felhasználólistát"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Frissítetted a felhasználólistát"
@@ -8525,73 +8755,80 @@ msgstr "Az Általad követett személyektől"
 msgid "Value:"
 msgstr "Érték:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "A hitelesítés meghiúsult. Próbáld újra!"
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Hitelesítési beállítások"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Hitelesítési beállítások"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "A Bluesky a megszokottól eltérően kezeli a hitelesítéseket. <0>További információ</0>."
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Email-cím-visszaigazolás szükséges"
+msgstr "Hitelesítő:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Fiók hitelesítése"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Kód megerősítése"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "DNS-rekord ellenőrzése"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Email-cím visszaigazolása"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Emailes kód megerősítése"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Email-cím-visszaigazoló párbeszédablak"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Új email-cím visszaigazolása"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Visszaigazolás"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Szöveges fájl ellenőrzése"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Fiók hitelesítése"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Email-cím visszaigazolása"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Email-cím visszaigazolása"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Verziószám: {appVersion}"
 
@@ -8604,7 +8841,7 @@ msgstr "Videó"
 msgid "Video failed to process"
 msgstr "A videó feldolgozása meghiúsult"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Videófolyam"
 
@@ -8618,11 +8855,11 @@ msgstr "{0} videója: {text}"
 msgid "Video Games"
 msgstr "Videojátékok"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Videó szüneteltetve"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Videó lejátszása folyamatban"
 
@@ -8630,11 +8867,11 @@ msgstr "Videó lejátszása folyamatban"
 msgid "Video not found."
 msgstr "A videó nem található."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Videóbeállítások"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "A videó feltöltése sikeresen befejeződött"
 
@@ -8642,24 +8879,24 @@ msgstr "A videó feltöltése sikeresen befejeződött"
 msgid "Video: {0}"
 msgstr "Videó: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videók"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "A videónak 3 percnél rövidebbnek kell lennie"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "{0} profilképének megtekintése"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "{0} profiljának megtekintése"
 
@@ -8667,21 +8904,21 @@ msgstr "{0} profiljának megtekintése"
 msgid "View {displayName}'s profile"
 msgstr "{displayName} profiljának megtekintése"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Letiltott felhasználó profiljának megtekintése"
 
 #: src/screens/Settings/components/ExportCarDialog.tsx:100
 msgid "View blogpost for more details"
-msgstr "További részleteket a blogbejegyzésben olvashatsz"
+msgstr "További részleteket a blogbejegyzésben olvashatsz (angolul)"
 
 #: src/view/screens/Log.tsx:57
 msgid "View debug entry"
 msgstr "Hibakeresési bejegyzés megtekintése"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Részletek"
 
@@ -8690,7 +8927,7 @@ msgstr "Részletek"
 msgid "View details for reporting a copyright violation"
 msgstr "A szerzői jogi törvényszegés jelentésének részletei"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Teljes válaszlánc megtekintése"
 
@@ -8705,13 +8942,12 @@ msgstr "További információ a feljegyzésekről"
 msgid "View more"
 msgstr "Továbbiak megtekintése"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Profil megtekintése"
 
@@ -8725,7 +8961,7 @@ msgstr "A(z) {0} által kínált feljegyzési szolgáltatás megtekintése"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Felhasználó hitelesítéseinek megtekintése"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8758,7 +8994,7 @@ msgstr "Elnémított fiókok megjelenítése"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Saját hitelesítések megtekintése"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8792,6 +9028,11 @@ msgstr "Figyelmeztetés"
 msgid "Warn content and filter from feeds"
 msgstr "Figyelmeztetés és kiszűrés a hírfolyamokból"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Erre a címkére nincs találat."
@@ -8800,7 +9041,7 @@ msgstr "Erre a címkére nincs találat."
 msgid "We couldn't find any results for that topic."
 msgstr "Erre a témakörre nincs találat."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Ez a beszélgetés nem található"
 
@@ -8824,6 +9065,10 @@ msgstr "Kifogytunk a követett felhasználók bejegyzéseiből. A további tarta
 msgid "We recommend selecting at least two interests."
 msgstr "Legalább két érdeklődési kör megadása ajánlott."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Küldtünk egy emailt a(z) <0>{0}</0>-címre. Kattints rá a benne található hivatkozásra a visszaigazoláshoz!"
+
 #: 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 "A videófeltöltési jogosultságod ellenőrzése meghiúsult. Próbáld újra!"
@@ -8844,6 +9089,10 @@ msgstr "Megszakadt a kapcsolat. A folytatáshoz próbáld újra! Ha a probléma
 msgid "We will let you know when your account is ready."
 msgstr "Majd szólunk, ha a fiókod használatra kész."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Küldünk egy emailt a(z) <0>{0}</0>-címre. Kattints rá a benne található hivatkozásra a visszaigazoláshoz!"
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Ezeket az adatokat az élményed testreszabására fogjuk felhasználni."
@@ -8855,7 +9104,7 @@ msgstr "Hálózati hiba történt. Próbáld újra!"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Bevezetjük a hitelesítés egy új formáját: egy könnyen látható jelvényt."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8873,7 +9122,7 @@ msgstr "Sajnáljuk, de az elnémított szavak listájának betöltése meghiúsu
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Sajnáljuk, de a keresés meghiúsult. Próbáld újra egy pár percen belül!"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Sajnáljuk, de törölték a bejegyzést, amire válaszolnál."
 
@@ -8882,7 +9131,7 @@ msgstr "Sajnáljuk, de törölték a bejegyzést, amire válaszolnál."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Sajnáljuk, de a keresett oldal nem található."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Sajnáljuk, de egyszerre csak 20 feljegyzőre iratkozhatsz fel és elérted ezt a korlátot."
 
@@ -8904,13 +9153,13 @@ msgstr "Milyen címet adnál a kezdőcsomagodnak?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Mi a helyzet?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Ha rákoppintasz a jelvényre, akkor megtekintheted egy fiók hitelesítőit."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8930,10 +9179,10 @@ msgstr "Ki válaszolhat?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Ki hitelesíthet?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Hoppá!"
@@ -8986,11 +9235,11 @@ msgstr "Miért kell ezt a felhasználót átvizsgálni?"
 msgid "Write a message"
 msgstr "Üzenet írása"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Bejegyzés írása"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Válasz írása"
@@ -9004,6 +9253,11 @@ msgstr "Írók"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "A kiszolgáló helytelen DID-t adott vissza. Válasz: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Igen"
@@ -9017,11 +9271,11 @@ msgstr "Igen – deaktiválás"
 msgid "Yes, delete this starter pack"
 msgstr "Igen – kezdőcsomag törlése"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Igen – leválasztás"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Igen – elrejtés"
 
@@ -9039,7 +9293,7 @@ msgstr "Te"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Megbítzható hitelesítő vagy"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9049,6 +9303,15 @@ msgstr "Ez a fiók az alábbi tárhelyszolgáltatónál lesz létrehozva:"
 msgid "You are in line."
 msgstr "Sorban állsz."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Nincs jogosultságod a videófeltöltésre."
@@ -9057,18 +9320,22 @@ msgstr "Nincs jogosultságod a videófeltöltésre."
 msgid "You are not following anyone."
 msgstr "Még senkit sem követsz."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Hitelesítve vagy"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Jelenleg hitelesítve vagy. Ha megváltoztatod a megjelenítendő nevedet, azzal elveszik a hitelesítésed. <0>További információ</0>."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Jelenleg hitelesítve vagy. Ha megváltoztatod a felhasználónevedet, azzal elveszik a hitelesítésed. <0>További információ</0>."
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9168,7 +9435,7 @@ msgstr "Elnémítottad ezt a fiókot."
 msgid "You have muted this user"
 msgstr "Elnémítottad ezt a felhasználót"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Még senkivel sem kezdtél el beszélgetni. Hajrá!"
 
@@ -9181,11 +9448,11 @@ msgstr "A nyilvános hírfolyamgyűjteményed üres."
 msgid "You have no lists."
 msgstr "Még nincsenek listáid."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Még egy fiókot sem tiltottál le. Ha szeretnél egy fiókot letiltani, akkor nyisd meg a profilját és a menüből válaszd ki a „Fiók letiltása” lehetőséget."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Még egy fiókot sem némítottál el. Ha szeretnél egy fiókot elnémítani, akkor nyisd meg a profilját és a menüből válaszd ki a „Fiók elnémítása” lehetőséget."
 
@@ -9193,11 +9460,15 @@ msgstr "Még egy fiókot sem némítottál el. Ha szeretnél egy fiókot elném
 msgid "You have reached the end"
 msgstr "Elérted a hírfolyam végét"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Visszaigazoltad az email-címed – most már bezárhatod ezt az ablakot."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Átmenetileg elérted a videófeltöltési korlátot. Próbáld újra később!"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Még egy kezdőcsomagot sem hoztál létre!"
 
@@ -9226,7 +9497,7 @@ msgstr "A csomag legfeljebb {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK
 msgid "You may only add up to 3 feeds"
 msgstr "Legfeljebb 3 hírfolyamot jelölhetsz ki."
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Legfeljebb 4 képet csatolhatsz"
 
@@ -9234,7 +9505,7 @@ msgstr "Legfeljebb 4 képet csatolhatsz"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "A regisztrációhoz legalább 13 évesnek kell lenned."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Egy kezdőcsomag létrehozásához legalább hét különböző személyt követned kell."
 
@@ -9250,10 +9521,18 @@ msgstr "A kép mentéséhez először hozzáférést kell biztosítanod a fényk
 msgid "You must select at least one labeler for a report"
 msgstr "A jelentéshez ki kell választanod legalább egy címzettet"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Az emailes kétlépcsős azonosítás bekapcsolása előtt vissza kell igazolnod a címedet."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Korábban deaktiváltad a(z) @{0} fiókot."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Lehetséges, hogy most előnyös lenne bezárni és újra megnyitni az alkalmazást."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "{0}-emojival reagáltál"
@@ -9262,16 +9541,16 @@ msgstr "{0}-emojival reagáltál"
 msgid "You reacted {0} to {1}"
 msgstr "{0}-emojival reagáltál erre: {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Ezzel az összes fiókból ki fogsz jelentkezni."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Mostantól nem fogsz értesítéseket kapni erről a válaszláncról"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Mostantól fogsz értesítéseket kapni erről a válaszláncról"
 
@@ -9307,7 +9586,7 @@ msgstr "Őket és {0} további felhasználót fogsz követni"
 msgid "You'll follow these people right away"
 msgstr "Ezeket a személyeket rögtön követni fogod"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Kapni fogsz egy emailt a(z) <0>{0}</0> címre, hogy ellenőrizhessük a kiléted."
 
@@ -9341,6 +9620,10 @@ msgstr "Követnivaló személyekre találtál."
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Elérted a hírfolyamod végét. Kövess még több fiókot!"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Túllépted az egyidejűleg megengedett legtöbb lekérést. Próbáld újra később!"
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Elérted a napi videófeltöltési korlátot (bájthatár meghaladva)"
@@ -9349,7 +9632,7 @@ msgstr "Elérted a napi videófeltöltési korlátot (bájthatár meghaladva)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Elérted a napi videófeltöltési korlátot (videómennyiség meghaladva)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Kifogytunk a videókból. Mit szólnál egy kis szünethez?"
 
@@ -9393,14 +9676,18 @@ msgstr "A jelenlegi böngésződ nem támogatja ezt a videóformátumot. Próbá
 msgid "Your chats have been disabled"
 msgstr "Megfosztottak a csevegési jogosultságodtól"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Ezt most elmentjük, de a beállításokban később bármikor megváltoztathatod."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Ez a választás tartós, de a jövőben bármikor megváltoztathatod az alkalmazás beállításaiban."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Lefoglaljuk a jelenlegi felhasználónevedet (<0>{0}</0>), így bármikor visszaválthatsz rá."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Frissítetted az email-címedet, viszont még nem igazoltad vissza. A következő lépésben tedd ezt meg!"
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9408,11 +9695,11 @@ msgstr "Lefoglaljuk a jelenlegi felhasználónevedet (<0>{0}</0>), így bármiko
 msgid "Your email appears to be invalid."
 msgstr "Az email-címed érvénytelen."
 
-#: 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 "Frissítetted az email-címed, viszont még nem igazoltad vissza. A következő lépésben tedd ezt meg!"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "A Bluesky teljes funkcionalitásának kihasználásához az email-címed visszaigazolása szükséges."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Az email-címed még nincs visszaigazolva. Ez egy fontos biztonsági lépés, amelynek javasoljuk az elvégzését."
 
@@ -9436,7 +9723,7 @@ msgstr "A teljes felhasználóneved: <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "A teljes felhasználóneved: <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9465,11 +9752,11 @@ msgstr "Sikeresen megváltoztattad a felhasználóneved!"
 msgid "Your password must be at least 8 characters long."
 msgstr "A jelszónak legalább 8 karakter hosszúnak kell lennie."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Közzétetted a bejegyzést"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Közzétetted a bejegyzéseket"
 
@@ -9481,7 +9768,7 @@ msgstr "A bejegyzéseid, kedveléseid és letiltásaid nyilvánosak. Az elnémí
 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 "A profilod, bejegyzéseid, hírfolyamaid és listáid mostantól el vannak rejtve a többi Bluesky-felhasználó elől. A fiókod újraaktiválásához jelentkezz be!"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Közzétetted a választ"
 
@@ -9499,4 +9786,4 @@ msgstr "Az érdeklődési köreid megadásával személyre szabhatod a javasolt
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Saját hitelesítések"
diff --git a/src/locale/locales/ia/messages.po b/src/locale/locales/ia/messages.po
index 7f133f8ba..0f4ce3538 100644
--- a/src/locale/locales/ia/messages.po
+++ b/src/locale/locales/ia/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ia\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Interlingua\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
@@ -27,8 +27,7 @@ msgstr "(active)"
 msgid "(contains embedded content)"
 msgstr "(include contento incorporate)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(necun e-mail)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# republication} other {# republicationes}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# secunda} other {# secundas}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# elemento non legite} other {# elementos non legite}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# elemento non legite} other {# elementos non legite}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#me} other {#me}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {sequitor} other {sequitores}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {sequite} other {sequites}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {appreciation} other {appreciationes}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {appreciation} other {appreciationes}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {publication} other {publicationes}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citation} other {citationes}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {republication} other {republicationes}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>in <1>etiquettas</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>in <1>texto e etiquettas</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} se ha inscribite iste septimana"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatar de {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# elemento non legite} other {# elementos non legite}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuta} other {minutas}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}</0> te ha sequite"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}</0> ha appreciate tu canal personalisate"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}</0> ha appreciate tu message"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}</0> ha republicate tu publication"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}</0> se ha inscribite con tu pacchetto de initio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} te seque"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} te seque in retorno"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} ha appreciate tu canal personalisate"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} ha appreciate tu publication"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} ha republicate tu publication"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} se ha inscribite con tu pacchetto de initio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} te seque"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu canal personalisate"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu publication"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha republicate tu publication"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} se ha inscribite con tu pacchetto de initio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} te seque"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} te seque in retorno"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} ha appreciate tu canal personalisate"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} ha appreciate tu publication"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} ha republicate tu publication"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} se ha inscribite con tu pacchetto de initio"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} sequites"
@@ -335,11 +339,23 @@ msgstr "{following} sequites"
 msgid "{handle} can't be messaged"
 msgstr "Non es possibile inviar messages a {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# elemento non legite} other {# elementos non legite}}"
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>e {2, plural, one {# altere} other {# alteres}} es includite in tu pacchetto de initio"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {sequitor} other {sequitores}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {sequite} other {sequites}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Experimental:</0> Quando iste preferentia es activate, tu recipera so
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Tu</0> e<1> </1><2>{0} </2>es includite in tu pacchetto de initio"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Pseudonymo invalide"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "A proposito"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Acceptar"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Acceptar requesta de chat"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Acceptar requesta"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accessibilitate"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Parametros de accessibilitate"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Conto"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Conto blocate"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Conto sequite"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Conto silentiate"
@@ -517,33 +533,33 @@ msgstr "Conto silentiate"
 msgid "Account Muted by List"
 msgstr "Conto silentiate per lista"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Optiones de conto"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Conto removite del accesso rapide"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Conto disblocate"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Conto non plus sequite"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Conto dissilentiate"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Adder {displayName} al pacchetto de initio"
 msgid "Add a content warning"
 msgstr "Adder un advertimento de contento"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Adder conto"
 msgid "Add alt text"
 msgstr "Adder texto alternative"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Adder texto alternative (optional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Adder altere conto"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Adder un altere publication"
 
@@ -627,7 +647,7 @@ msgstr "Adder un parola a silentiar con le parametros eligite"
 msgid "Add muted words and tags"
 msgstr "Adder parolas e etiquettas silentiate"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Adder nove publication"
 
@@ -664,8 +684,8 @@ msgstr "Adde le sequente registro DNS a tu dominio:"
 msgid "Add this feed to your feeds"
 msgstr "Adde iste fluxo a tu fluxos"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Adder al listas"
 
@@ -718,6 +738,11 @@ msgstr "Etiquettas de contento pro adultos"
 msgid "Advanced"
 msgstr "Avantiate"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Toto"
@@ -732,7 +757,7 @@ msgstr "Tote le contos ha essite sequite!"
 msgid "All languages"
 msgstr "Tote le linguas"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Tote le canales que tu ha salvate, in un sol loco."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Texto alternative"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Un adresse de e-mail ha essite inviate a {0}. Illo include un codice de confirmation que tu pote inserer hic infra."
 
-#: 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 "Un message ha essite inviate a tu previe adresse de e-posta, {0}. Illo include un codice de confirmation que tu pote inserer hic infra."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Un message de e-mail ha essite inviate! Per favor insere le codice de confirmation includite in illo hic infra."
 
@@ -825,7 +849,7 @@ msgstr "Un error ha occurrite durante le compression del video."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Un error ha occurrite durante le generation de tu pacchetto de initio. Vole tu tentar lo de novo?"
 
@@ -842,7 +866,7 @@ msgstr "Un error ha occurrite durante le cargamento del video. Per favor tenta l
 msgid "An error occurred while saving the QR code!"
 msgstr "Un error ha occurrite in salvar le codice QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Un error ha occurrite durante le selection del video"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Un error ha occurrite durante le cargamento del video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Un problema non includite in iste optiones"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Un problema ha occurrite durante le initialisation del chat"
 
@@ -875,8 +899,8 @@ msgstr "Un problema ha occurrite durante le tentativa de aperir le chat"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Comportamento antisocial"
 msgid "Anybody can interact"
 msgstr "Quicunque pote interager"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Icone del application"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Lingua del application"
 
@@ -958,7 +982,7 @@ msgstr "Le nomines de contrasigno de application debe haber al minus 4 character
 msgid "App passwords"
 msgstr "Contrasignos de application"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Contrasignos de application"
@@ -994,10 +1018,10 @@ msgstr "Facer appello del suspension"
 msgid "Appeal this decision"
 msgstr "Facer appello de iste decision"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Apparentia"
 
@@ -1006,12 +1030,12 @@ msgstr "Apparentia"
 msgid "Apply default recommended feeds"
 msgstr "Applicar le canales recommendate predefinite"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archivate desde {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Publication archivate"
 
@@ -1047,11 +1071,11 @@ msgstr "Es tu secur de voler remover {0} de tu canales?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Es tu secur de voler remover isto de tu canales?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Es tu secur de voler discartar iste esbosso?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Es tu secur de voler discartar iste publication?"
 
@@ -1072,6 +1096,11 @@ msgstr "Arte"
 msgid "Artistic or non-erotic nudity."
 msgstr "Nuditate artistic o non erotic."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Al minus 3 characteres"
@@ -1103,7 +1132,7 @@ msgstr "Reproducer automaticamente videos e GIFs"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Retro"
 msgid "Back to Chats"
 msgstr "Retornar al chats"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Ante de crear un lista, tu debe primo verificar tu adresse de e-posta."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Ante de crear un publication, tu debe primo verificar tu adresse de e-mail."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Ante de crear un pacchetto de initio, tu debe primo verificar tu adresse de e-mail."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Ante que tu pote inviar un message a un altere usator, tu debe primo verificar tu adresse de e-mail."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Anniversario"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blocar"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Blocar conto"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Blocar conto?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blocate"
 msgid "Blocked accounts"
 msgstr "Contos blocate"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Contos blocate"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Le contos blocate non pote responder in tu discussiones, mentionar te, o alteremente interager con te."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Le contos blocate non pote responder in tu discussiones, mentionar te, o alteremente interager con te. Tu non videra lor contento e illes non potera vider le tue."
 
@@ -1226,11 +1261,11 @@ msgstr "Blocar non impedi que iste etiquettator applica etiquettas a tu conto."
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Le blocage es public. Contos blocate non pote responder in tu discussiones, mentionar te o alteremente interager con te."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Le blocage non impedi le application de etiquettas a tu conto, ma iste conto non potera responder in tu discussiones o interager con te."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky non pote confirmar le authenticitate del data declarate."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky es melior con amicos!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Conditiones de servicio de Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky eligera un insimul de contos recommendate inter le personas in tu rete."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Percurrer le topico {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Negotios"
 
@@ -1374,45 +1409,47 @@ msgstr "In crear un conto, tu accepta le <0>conditiones de servicio</0>."
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Camera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Cancellar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Cancellar suppression de conto"
 msgid "Cancel image crop"
 msgstr "Cancellar le retalio del imagine"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Cancellar edition de profilo"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Cancella le apertura del sito web ligate"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Impossibile interager con un usator blocate"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Subtitulos (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Subtitulos e texto alternative"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Cambiar"
 
@@ -1478,13 +1514,12 @@ msgstr "Cambiar icone de application"
 msgid "Change app icon to \"{0}\""
 msgstr "Cambiar icone de application a \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Cambiar e-mail"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Cambiar adresse de e-mail"
 
@@ -1497,10 +1532,6 @@ msgstr "Cambiar nomine de usator"
 msgid "Change moderation service"
 msgstr "Cambiar de servicio de moderation"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Cambiar mi e-mail"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Cambiar contrasigno"
@@ -1513,11 +1544,11 @@ msgstr "Cambiar le lingua del publication a {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Cambiar ration de appello"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Cambiar tu e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Cambiar tu adresse de e-mail"
 
@@ -1530,15 +1561,15 @@ msgstr "Cambia le icone del application"
 msgid "Changes hosting provider"
 msgstr "Cambia le fornitor de albergamento"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Chat delite"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chat silentiate"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Requestas de chat"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Configurationes de Chat"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chat dissilentiate"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Chats"
 
@@ -1599,7 +1630,7 @@ msgstr "Elige methodo de verification de dominio"
 msgid "Choose Feeds"
 msgstr "Eliger fluxos"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Elige por me"
 
@@ -1619,7 +1650,7 @@ msgstr "Elige iste color como tu avatar"
 msgid "Choose your account provider"
 msgstr "Elige tu fornitor de conto"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Elige tu proprie linea de tempore! Le canales construite per le communitate te adjuta a trovar contentos que tu ama."
 
@@ -1631,16 +1662,16 @@ msgstr "Elige tu contrasigno"
 msgid "Choose your username"
 msgstr "Elige tu nomine de usator"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Nettar tote le datos de immagazinage"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Rader tote le datos de immagazinage (reinitiar postea)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Nettar texto a cercar"
 msgid "click here"
 msgstr "clicca hic"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Clicca pro impedir le citationes de iste publication."
@@ -1676,29 +1715,34 @@ msgstr "Climate"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Cataclop 🐴 cataclop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Clauder"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Clauder quadro de dialogo active"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Clauder le tiratorio inferior"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Clauder quadro de dialogo"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Clauder le selector de emojis"
 
@@ -1751,12 +1795,12 @@ msgstr "Clauder iste quadro de dialogo"
 msgid "Closes password update alert"
 msgstr "Claude le alerta de actualisation de contrasigno"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Claude le selector de emojis"
 
@@ -1764,11 +1808,11 @@ msgstr "Claude le selector de emojis"
 msgid "Closes viewer for header image"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Collaber lista de usatores"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Contrahe le lista de usatores pro un notification date"
 
@@ -1791,7 +1835,7 @@ msgstr "Comedia"
 msgid "Comics"
 msgstr ""
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Guidas del communitate"
@@ -1804,11 +1848,11 @@ msgstr ""
 msgid "Complete the challenge"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Scriber un nove publication"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Scriber un responsa"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Compression del video in curso..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configurar le parametros de filtrage de contento pro le categoria: {name
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configurate in le <0>parametros de moderation</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirmar"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirmar cambiamentos"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confirmar configurationes de lingua de contento"
@@ -1861,18 +1899,19 @@ msgstr "Confirma tu etate:"
 msgid "Confirm your birthdate"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Codice de confirmation"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Codice de confirmation"
 
@@ -1880,8 +1919,8 @@ msgstr "Codice de confirmation"
 msgid "Connecting..."
 msgstr "Connexion in corso..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contactar supporto"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Contento e multimedia"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Contento e multimedia"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Contento e multimedia"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtros de contento"
 msgid "Content from across the network we think you might like."
 msgstr "Contento de tote le rete que poterea placer te."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Linguas de contento"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Fundo de menu contextual. Clicca pro clauder le menu."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continuar"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continar como {0} (actualmente in session)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr ""
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr ""
@@ -1973,7 +2012,7 @@ msgstr "Cocina"
 msgid "Copied"
 msgstr "Copiate"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Version de compilation copiate al area de transferentia"
 
@@ -1981,8 +2020,8 @@ msgstr "Version de compilation copiate al area de transferentia"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copiate al area de transferentia"
 
@@ -1991,7 +2030,7 @@ msgstr "Copiate al area de transferentia"
 msgid "Copied!"
 msgstr "Copiate!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copia le version del compilation al area de transferentia"
 
@@ -2003,13 +2042,13 @@ msgstr "Copiar"
 msgid "Copy App Password"
 msgstr "Copiar contrasigno de application"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copiar URI at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copiar le DID del autor"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copiar codice"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copiar DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copiar ligamine"
 msgid "Copy link to list"
 msgstr "Copiar ligamine al lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copiar ligamine al publication"
 
@@ -2050,13 +2089,13 @@ msgstr "Copiar ligamine al publication"
 msgid "Copy message text"
 msgstr "Copiar message de texto"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copiar URI at:// del publication"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copiar texto de publication"
 
@@ -2068,7 +2107,7 @@ msgstr "Copiar codice QR"
 msgid "Copy TXT record value"
 msgstr "Copiar le valor del registro TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Politica de Copyright"
@@ -2078,7 +2117,7 @@ msgstr "Politica de Copyright"
 msgid "Could not leave chat"
 msgstr ""
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Non poteva cargar le canal"
 
@@ -2094,7 +2133,7 @@ msgstr "Non poteva silentiar le chat"
 msgid "Could not process your video"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Crear"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Crear un codice QR pro un pacchetto de initio"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Crear un pacchetto de initio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Crea un pacchetto de initio pro me"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Crear un conto"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "In vice de isto, crear un avatar"
 
@@ -2209,13 +2248,13 @@ msgstr "Thema obscur"
 msgid "Date of birth"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Disactivar conto"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr ""
 
@@ -2237,13 +2276,13 @@ msgstr "Icones predefinite"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Deler"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Deler conto"
 
@@ -2259,19 +2298,19 @@ msgstr "Deler le contrasigno de application"
 msgid "Delete app password?"
 msgstr "Deler le contrasigno de application?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Deler chat"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Deler le registro de declaration de chat"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Deler conversation"
 
@@ -2299,9 +2338,9 @@ msgstr "Deler message pro me"
 msgid "Delete my account"
 msgstr "Deler mi conto"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Deler publication"
 
@@ -2318,7 +2357,7 @@ msgstr "Deler pacchetto de initio?"
 msgid "Delete this list?"
 msgstr "Deler iste lista?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Deler iste publication?"
 
@@ -2335,19 +2374,19 @@ msgstr "Conto delite"
 msgid "Deleted post."
 msgstr "Publication delite."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Description"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Le description es troppo longe"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Texto alternative descriptive"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Modo de disveloppator dishabilitate"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Modo de disveloppator habilitate"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Optiones de disveloppator"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialogo: adjusta qui pote interager con iste publication"
 msgid "Dim"
 msgstr "Tenue"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Disactivar le 2FA per e-mail"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Dishabilitate"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr ""
 
@@ -2420,11 +2468,11 @@ msgstr ""
 msgid "Discard changes?"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr ""
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Discoperi nove fluxos personalisate"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Discoperir nove canales"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Clauder"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Clauder error"
 
@@ -2471,9 +2519,9 @@ msgstr "Clauder iste section"
 msgid "Display larger alt text badges"
 msgstr "Monstrar insignias plus grande de texto alternative"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nomine a monstrar"
@@ -2482,11 +2530,11 @@ msgstr "Nomine a monstrar"
 msgid "Display Name"
 msgstr "Nomine a monstrar"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Le nomine a monstrar es troppo longe"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr ""
 msgid "Domain verified!"
 msgstr "Dominio verificate!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Facite{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Tocca duo vices pro clauder le quadro de dialogo"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Tocca duo vices pro appreciar"
 
@@ -2575,7 +2633,7 @@ msgstr "Duration:"
 msgid "e.g. alice"
 msgstr "p.ex. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "p.ex. Alice Nominedefamilia"
 
@@ -2587,7 +2645,7 @@ msgstr "p.ex. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "p.ex. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "p.ex. Artista, amante de canes e lectrice avide."
 
@@ -2595,19 +2653,19 @@ msgstr "p.ex. Artista, amante de canes e lectrice avide."
 msgid "E.g. artistic nudes."
 msgstr "P.ex. nuditate artistic."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "p.ex. Publicatores excellente"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "p.ex. Spammatores"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "p.ex. Le personas que sempre ha ration."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "p.ex. Usatores qui sempre responde con publicitate."
 
@@ -2615,7 +2673,7 @@ msgstr "p.ex. Usatores qui sempre responde con publicitate."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Cata codice functiona un vice. Tu recipera plus codices de invitation periodicamente."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Modificar"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Modificar avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Modificar avatar"
 msgid "Edit Feeds"
 msgstr "Modificar canales"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Modificar imagine"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Modificar parametros de interaction"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Modificar le detalios del lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Modificar lista de moderation"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Modificar mi canales"
 
@@ -2679,15 +2742,15 @@ msgstr "Modificar personas"
 msgid "Edit post interaction settings"
 msgstr "Modificar le parametros de interaction del publication"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Modificar profilo"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Modificar profilo"
 
@@ -2695,7 +2758,7 @@ msgstr "Modificar profilo"
 msgid "Edit starter pack"
 msgstr "Modificar pacchetto de initio"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Modificar lista de usatores"
 
@@ -2707,11 +2770,11 @@ msgstr "Modificar qui pote responder"
 msgid "Edit your display name"
 msgstr "Modificar tu nomine a monstrar"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Modificar tu description de profilo"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Modificar tu pacchetto de initio"
 
@@ -2724,9 +2787,8 @@ msgstr "Education"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "O le creator de iste lista te ha blocate, o tu ha blocate le creator."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-mail"
 
@@ -2747,20 +2809,17 @@ msgstr "Adresse de e-mail"
 msgid "Email Resent"
 msgstr "E-mail reinviate"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Adresse de e-mail actualisate"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Adresse de e-mail actualisate"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Adresse de e-mail verificate"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr ""
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr ""
 
@@ -2785,8 +2844,9 @@ msgstr "Incorporar iste publication in tu sito web. Basta copiar le sequente fra
 msgid "Embedded video player"
 msgstr "Reproductor de video incorporate"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Habilitar"
 
@@ -2798,9 +2858,9 @@ msgstr "Habilitar {0} solmente"
 msgid "Enable adult content"
 msgstr "Habilitar contento pro adultos"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Activar le 2FA per e-mail"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Habilitate"
 msgid "End of feed"
 msgstr "Fin de canal"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Assecura te que tu ha selectionate un lingua pro cata file de subtitulo."
 
@@ -2860,14 +2920,15 @@ msgstr "Entra un contrasigno"
 msgid "Enter a word or tag"
 msgstr "Entra un parola o etiquetta"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Entra codice"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Entra codice de confirmation"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr ""
@@ -2897,11 +2958,7 @@ msgstr ""
 msgid "Enter your email address"
 msgstr "Insere tu adresse de e-mail"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Insere tu nove e-mail supra"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Insere tu nove adresse de e-mail infra."
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Error"
@@ -2997,15 +3054,15 @@ msgstr ""
 msgid "Expand alt text"
 msgstr "Expander texto alternative"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Expander lista de usatores"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Expander o contraher le publication integre al qual tu responde"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Expande o contrahe le texto del publication"
 
@@ -3031,6 +3088,10 @@ msgstr "Expira {0}"
 msgid "Expires in {0}"
 msgstr "Expira in {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Multimedia explicite o potentialmente perturbator."
 msgid "Explicit sexual images."
 msgstr "Imagines sexual explicite."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exportar mi datos"
 
@@ -3071,12 +3132,12 @@ msgstr "Multimedia externe"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr ""
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferentias de multimedia externe"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Falleva le acceptation del chat"
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Non esseva possibile modificar le pseudonymo. Tenta de novo."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Non esseva possibile crear le contrasigno del application. Tenta de novo."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Falleva le creation del conversation"
 
@@ -3107,12 +3164,12 @@ msgstr "Falleva le creation del conversation"
 msgid "Failed to create starter pack"
 msgstr "Non esseva possibile crear pacchetto de initio"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Non esseva possibile crear le lista. Verifica tu connexion al internet e tenta de novo."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Falleva le deletion del chat"
@@ -3121,7 +3178,7 @@ msgstr "Falleva le deletion del chat"
 msgid "Failed to delete message"
 msgstr "Non esseva possibile deler le message"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Non esseva possibile deler le publication, tenta de novo"
 
@@ -3129,7 +3186,7 @@ msgstr "Non esseva possibile deler le publication, tenta de novo"
 msgid "Failed to delete starter pack"
 msgstr "Non esseva possibile deler le pacchetto de initio"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Falleva le cargamento del conversationes"
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Non esseva possibile inviar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Non esseva possibile inviar le appello, tenta de novo."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Non esseva possibile actualisar canales"
@@ -3219,11 +3290,15 @@ msgstr ""
 msgid "Failed to upload video"
 msgstr "Non esseva possibile cargar video"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Non esseva possibile verificar le pseudonymo. Tenta de novo."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Canal"
 
@@ -3242,24 +3317,24 @@ msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Commentarios"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Commentarios inviate!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Canales"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexibile"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Sequer"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Sequer"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Sequer {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Sequer {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Sequer {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Seque 10 contos"
 msgid "Follow 7 accounts"
 msgstr "Seque 7 contos"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Sequer conto"
 
@@ -3391,7 +3462,7 @@ msgstr "Sequer conto"
 msgid "Follow all"
 msgstr "Sequer totes"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Sequer in retorno"
@@ -3417,7 +3488,7 @@ msgstr "Sequite per <0>{0}</0> e <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Sequite per <0>{0}</0>, <1>{1}</1> e {2, plural, one {# altere} other {# alteres}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Sequitores de @{0} que tu cognosce"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Sequitores que tu cognosce"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Sequinte"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Sequente {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Sequente {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Sequente {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferentias del canal Sequente"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferentias del canal Sequente"
@@ -3524,7 +3591,7 @@ msgstr "Publica con frequentia contentos non desirate"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "De <0/>"
@@ -3533,18 +3600,20 @@ msgstr "De <0/>"
 msgid "Gallery"
 msgstr "Galeria"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Generar un pacchetto de initio"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Obtener adjuta"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Comenciar"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Pro comenciar"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Da un facie a tu profilo"
 
@@ -3567,10 +3636,10 @@ msgstr ""
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Retornar"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr ""
 msgid "Go Home"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Contento explicite"
 msgid "Half way there!"
 msgstr "Al medietate del cammino!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Pseudonymo"
 
@@ -3665,7 +3750,7 @@ msgstr "Technologia haptic"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Molestia, importunation o intolerantia"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Problemas?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Adjuta"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr ""
 
@@ -3698,7 +3788,7 @@ msgstr "Hic es tu contrasigno de application!"
 msgid "Hidden"
 msgstr "Occultate"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Celate per tu parametros de moderation."
 
@@ -3715,12 +3805,12 @@ msgstr "Lista celate"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Celar"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Celar"
@@ -3729,18 +3819,18 @@ msgstr "Celar"
 msgid "Hide customization options"
 msgstr "Celar optiones de personalisation"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Celar le publication pro me"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Celar le responsa pro totes"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Celar le responsa pro me"
 
@@ -3748,12 +3838,12 @@ msgstr "Celar le responsa pro me"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Occultar iste publication?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Occultar iste responsa?"
 
@@ -3771,7 +3861,7 @@ msgstr "Celar tendentias?"
 msgid "Hide trending videos?"
 msgstr "Celar videos in tendentia?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Celar lista de usatores"
 
@@ -3817,11 +3907,11 @@ msgstr "Le systema non ha succedite a cargar iste servicio de moderation."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Un momento! Nos concede gradualmente le accesso al video, e tu attende ancora in le cauda. Reveni tosto!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Initio"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Responsas popular primo"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Como nos deberea aperir iste ligamine?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Io ha un codice"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Io ha un codice"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Io ha un codice de confirmation"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Si tu elimina iste lista, tu non potera recuperar lo."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Si tu ha un proprie dominio, tu pote usar lo como pseudonymo. Isto te permitte autoverificar tu identitate. <0>Lege plus hic.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Si tu remove iste publication, tu non potera recuperar lo."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Si tu vole cambiar tu contrasigno, nos te inviara un codice pro verificar que iste conto es tue."
@@ -3915,17 +4008,18 @@ msgstr "Illegal e urgente"
 msgid "Image"
 msgstr "Imagine"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
 msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Codice de confirmation 2FA non valide."
 msgid "Invalid handle. Please try a different one."
 msgstr "Pseudonymo invalide. Tenta un differente."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Registro de publication non valide o non supportate"
 
@@ -4041,12 +4135,12 @@ msgstr "Es correcte"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Tu es le unic al momento! Adde plus personas a tu pacchetto de initio cercante hic supra."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID del processo: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Empleos"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Etiquettate per le autor."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etiquettas"
 
@@ -4100,13 +4194,13 @@ msgstr "Etiquettas sur tu contento"
 msgid "Language selection"
 msgstr "Selection de lingua"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Configurationes de lingua"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Linguas"
 
@@ -4124,12 +4218,12 @@ msgstr "Ultime"
 msgid "learn more"
 msgstr "apprender plus"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Apprender plus"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Apprender plus super Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Saper plus sur le moderation applicate a iste contento."
 msgid "Learn more about this warning"
 msgstr "Apprender plus super iste advertimento"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Quitar Bluesky"
 msgid "left to go."
 msgstr "remane."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Lassa me eliger"
 
@@ -4230,7 +4324,7 @@ msgstr "Clar"
 msgid "Like"
 msgstr "Appreciar"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Appreciar ({0, plural, one {# appreciation} other {# appreciationes}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Apprecia 10 publicationes pro trainar le canal Discoperir"
 msgid "Like this feed"
 msgstr "Appreciar iste canal"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Appreciar iste etiquettator"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Appreciate per"
 
@@ -4269,16 +4363,16 @@ msgstr "Appreciate per {0, plural, one {# usator} other {# usatores}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Appreciate per {likeCount, plural, one {# usator} other {# usatores}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Appreciationes"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Appreciationes de iste publication"
 
@@ -4287,11 +4381,11 @@ msgstr "Appreciationes de iste publication"
 msgid "Linear"
 msgstr "Linear"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar del lista"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lista silentiate"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nomine del lista"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Lista dissilentiate"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listas"
 
@@ -4358,6 +4452,22 @@ msgstr "Listas"
 msgid "Lists blocking this user:"
 msgstr "Listas que bloca iste usator:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Cargar plus"
@@ -4370,18 +4480,18 @@ msgstr "Cargar plus canales suggerite"
 msgid "Load new notifications"
 msgstr "Cargar nove notificationes"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Cargar nove publicationes"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Cargante..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Registro"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo de @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo de <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr ""
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Apparentemente te manca un canal de sequitos. <0>Clicca hic pro adder un.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Face un pro me"
 
@@ -4455,7 +4569,14 @@ msgstr "Marcar como legite"
 msgid "Marked all as read"
 msgstr "Marcate toto como legite"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Multimedia"
 
@@ -4479,7 +4600,7 @@ msgstr "Mentiones"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Message {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Le message es troppo longe"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Messages"
 
@@ -4532,10 +4653,10 @@ msgstr ""
 msgid "Misleading Post"
 msgstr ""
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderation"
 
@@ -4557,12 +4678,12 @@ msgstr "Lista de moderation de <0/>"
 msgid "Moderation list by you"
 msgstr "Lista de moderation tue"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Lista de moderation create"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Lista de moderation actualisate"
@@ -4571,8 +4692,8 @@ msgstr "Lista de moderation actualisate"
 msgid "Moderation lists"
 msgstr "Listas de moderation"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Listas de moderation"
 
@@ -4580,7 +4701,7 @@ msgstr "Listas de moderation"
 msgid "moderation settings"
 msgstr "parametros de moderation"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Statos de moderation"
 
@@ -4593,7 +4714,7 @@ msgstr "Instrumentos de moderation"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Le moderator optava pro poner un advertimento general super le contento."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Plus"
 
@@ -4602,8 +4723,8 @@ msgstr "Plus"
 msgid "More feeds"
 msgstr "Plus fluxos"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Plus optiones"
@@ -4637,10 +4758,10 @@ msgstr "Silentiar"
 msgid "Mute {tag}"
 msgstr "Silentiar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Silentiar conto"
 
@@ -4689,13 +4810,13 @@ msgstr "Silentiar iste parola solmente in etiquettas"
 msgid "Mute this word until you unmute it"
 msgstr "Silentiar iste parola usque tu lo dissilentia"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silentiar discussion"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silentiar parolas e etiquettas"
 
@@ -4703,12 +4824,12 @@ msgstr "Silentiar parolas e etiquettas"
 msgid "Muted accounts"
 msgstr "Contos silentiate"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Contos silentiate"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Le publicationes de contos silentiate es removite de tu canal e de tu notificationes. Le silentiamento es completemente private."
 
@@ -4729,15 +4850,15 @@ msgstr "Le silentiamento es private. Le contos silentiate pote interager con te,
 msgid "My Birthday"
 msgstr "Mi anniversario"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Mi canales"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nomine"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Le nomine es requirite"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Naviga al proxime schermo"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Naviga a tu profilo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Tu debe cambiar lo?"
 
@@ -4797,18 +4918,23 @@ msgstr "Non importa, crea un pseudonymo pro me"
 msgid "New"
 msgstr "Nove"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nove"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nove chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nove pseudonymo"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nove lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Nove lista"
 msgid "New messages"
 msgstr "Nove messages"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nove lista de moderation"
 
@@ -4840,10 +4966,10 @@ msgstr "Nove contrasigno"
 msgid "New Password"
 msgstr "Nove contrasigno"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nove publication"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nove publication"
@@ -4863,7 +4989,7 @@ msgstr "Nove publication"
 msgid "New user info dialog"
 msgstr "Quadro de dialogo de information de nove usator"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nove lista de usatores"
 
@@ -4911,6 +5037,10 @@ msgstr ""
 msgid "No DNS Panel"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Necun GIF promovite trovate. Il pote haber un problema con Tenor."
@@ -4924,8 +5054,8 @@ msgstr ""
 msgid "No likes yet"
 msgstr "Necun appreciation ancora"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Non plus sequente {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Necun citation ancora"
 msgid "No reposts yet"
 msgstr "Necun republication ancora"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Necun resultato"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Necun resultato trovate"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Necun resultato trovate pro \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Nuditate non sexual"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Non trovate"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Non ora"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr ""
 
@@ -5052,7 +5177,7 @@ msgstr ""
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Nihil hic"
 
@@ -5060,7 +5185,7 @@ msgstr "Nihil hic"
 msgid "Notification filters"
 msgstr "Filtros de notification"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Parametros de notification"
@@ -5077,11 +5202,11 @@ msgstr "Sonos de notification"
 msgid "Notification Sounds"
 msgstr "Sonos de notification"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notificationes"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Oh no! Alcun error occurreva."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr ""
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr ""
 
@@ -5140,19 +5265,19 @@ msgstr "Responsas plus ancian primo"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Manca texto alternative a un o plus GIFs."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Manca texto alternative a un o plus imagines."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Manca texto alternative a un o plus videos."
 
@@ -5168,7 +5293,7 @@ msgstr "Solmente {0} pote responder."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr ""
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Solmente files de imagine es supportate"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ops, alcun error occurreva!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ops!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ops!"
 msgid "Open"
 msgstr "Aperir"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr ""
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Aperir creator de avatar"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr ""
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Aperir selector de emojis"
 
@@ -5225,7 +5346,7 @@ msgstr "Aperir schermo de information de canal"
 msgid "Open feed options menu"
 msgstr "Aperir menu de optiones de canal"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Aperir ligamine a {niceUrl}"
 msgid "Open message options"
 msgstr "Aperir optiones de message"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr ""
 
@@ -5249,20 +5370,25 @@ msgstr "Aperir parametros de parolas e etiquettas silentiate"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Aperir menu de optiones de publication"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Aperir menu de pacchetto de initio"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Aperir registro de systema"
 
@@ -5282,19 +5408,19 @@ msgstr "Aperi un quadro de dialogo pro selectionar qui pote responder a iste fil
 msgid "Opens additional details for a debug entry"
 msgstr ""
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Aperi dialogo de texto alternative"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Aperi camera sur dispositivo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Aperi le dialogo de subtitulos e texto alternative"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "Aperi le fenestra de redaction"
 msgid "Opens device photo gallery"
 msgstr "Aperi le galeria de photos del dispositivo"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Aperi le selector de emojis"
 
@@ -5324,7 +5450,7 @@ msgstr "Aperi le fluxo pro aperir session con tu conto Bluesky existente"
 msgid "Opens GIF select dialog"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Aperi le servicio de assistentia technic in le navigator"
 
@@ -5332,6 +5458,10 @@ msgstr "Aperi le servicio de assistentia technic in le navigator"
 msgid "Opens list of invite codes"
 msgstr "Aperi le lista de codices de invitation"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Aperi le formulario de reinitialisation de contrasigno"
@@ -5340,12 +5470,12 @@ msgstr "Aperi le formulario de reinitialisation de contrasigno"
 msgid "Opens the linked website"
 msgstr "Aperi le sito web ligate"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Aperi iste profilo"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Aperi le selector de videos"
 
@@ -5392,7 +5522,7 @@ msgstr "Stato OTA: Necun disponibile"
 msgid "Other"
 msgstr "Altere"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Altere conto"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Pagina non trovate"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pausar video"
 msgid "People"
 msgstr "Personas"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Personas sequite per @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Personas qui seque @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Fixar al initio"
 msgid "Pin to Home"
 msgstr "Fixar al initio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fixar in tu profilo"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fixate"
 
@@ -5578,14 +5708,14 @@ msgstr "Per favor elige tu pseudonymo."
 msgid "Please choose your password."
 msgstr "Per favor elige tu contrasigno."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Per favor completa le captcha de verification."
 
-#: 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 ""
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Verifica duplemente que tu ha inserite tu adresse de e-mail correctemente."
@@ -5602,10 +5732,28 @@ msgstr "Insere un contrasigno. Illo debe haber al minus 8 characteres."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Insere un nomine unic pro iste contrasigno del application o usa illo que nos generava aleatorimente."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Insere un parola, etiquetta o phrase valide pro silentiar lo"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Per favor insere tu adresse de e-mail."
 msgid "Please enter your invite code."
 msgstr "Per favor insere tu codice de invitation."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Insere tu contrasigno"
@@ -5648,7 +5800,11 @@ msgstr "Selige un motivo pro iste reporto"
 msgid "Please sign in as @{0}"
 msgstr "Per favor aperi session como @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Verifica tu e-mail"
 
@@ -5662,7 +5818,7 @@ msgstr "Politica"
 msgid "Porn"
 msgstr "Pornographia"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Publication"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Publication"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Publicar toto"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Publication de {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Publication de @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Publication eliminate"
@@ -5697,7 +5853,7 @@ msgstr "Publication eliminate"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Non esseva possibile cargar le publication. Verifica tu connexion al Internet e tenta de novo."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Le publication ha essite eliminate"
 
@@ -5719,7 +5875,7 @@ msgstr "Publication occultate per te"
 msgid "Post interaction settings"
 msgstr ""
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Publication disfixate"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Publicationes"
@@ -5789,7 +5945,7 @@ msgstr "Preme pro vider sequitores de iste conto que tu tamben seque"
 msgid "Previous image"
 msgstr "Imagine precedente"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Lingua principal"
 
@@ -5807,26 +5963,26 @@ msgstr "Notificationes prioritari"
 msgid "Privacy"
 msgstr "Privatessa"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privatessa e securitate"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privatessa e securitate"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Politica de privatessa"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Processante video..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Processante..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profilo"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profilo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profilo actualisate"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "Codice QR salvate in tu rolo del camera!"
 msgid "Quote post"
 msgstr "Citar publication"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Le citation esseva re-attaccate"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Le citation esseva distaccate con successo"
 
@@ -5927,7 +6083,7 @@ msgstr "Parametros de citation"
 msgid "Quotes"
 msgstr "Citationes"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citationes de iste publication"
 
@@ -5942,8 +6098,8 @@ msgstr "Aleatori (o \"Roulette del publicator\")"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr ""
 
@@ -5960,15 +6116,15 @@ msgstr "Reactivar tu conto"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Leger minus"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Leger plus"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Lege le blog de Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Reconnecter"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Rejectar"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Rejectar requesta de chat"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Recargar conversationes"
@@ -6022,7 +6178,7 @@ msgstr "Recargar conversationes"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Remover"
 msgid "Remove {displayName} from starter pack"
 msgstr "Remover {displayName} del pacchetto de initio"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Remover {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Remover conto"
 
@@ -6046,13 +6202,13 @@ msgstr "Remover conto"
 msgid "Remove attachment"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Remover avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr ""
 
@@ -6079,7 +6235,7 @@ msgstr "Remover canal?"
 msgid "Remove from my feeds"
 msgstr "Remover de mi canales"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Remover del accesso rapide?"
 
@@ -6097,11 +6253,16 @@ msgstr "Remover de tu canales?"
 msgid "Remove image"
 msgstr "Remover imagine"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Remover parola silentiate de tu lista"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Remover profilo"
 
@@ -6114,7 +6275,7 @@ msgstr "Remover citation"
 msgid "Remove repost"
 msgstr "Remover republication"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Remover file de subtitulos"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Removite de tu canales"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Remove citation"
@@ -6181,7 +6338,7 @@ msgstr "Remove citation"
 msgid "Replace with Discover"
 msgstr "Reimplaciar con Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Responsas"
 
@@ -6193,12 +6350,12 @@ msgstr "Responsas disactivate"
 msgid "Replies to this post are disabled."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Responsa"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Responsa ({0, plural, one {# responsa} other {# responsas}})"
 
@@ -6224,34 +6381,34 @@ msgstr ""
 msgid "Reply sorting"
 msgstr "Ordinamento de responsas"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Responsa a <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Responsa a un publication blocate"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Responder a un publication"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Responsa a te"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Visibilitate del responsa actualisate"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr ""
 
@@ -6261,16 +6418,16 @@ msgstr ""
 msgid "Report"
 msgstr "Signalar"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Signalar conto"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Signalar conversation"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Signalar message"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Signalar publication"
 
@@ -6369,27 +6526,27 @@ msgstr "Republication o citation"
 msgid "Reposted By"
 msgstr "Republicate per"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Republicate per {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Republicate per <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Republicate per te"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Republicationes de iste publication"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Requestar cambiamento"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Requestar codice"
 msgid "Require alt text before posting"
 msgstr "Require texto alternative ante le publication"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Require in codice de e-mail pro initiar session in tu conto."
 
@@ -6413,13 +6570,19 @@ msgstr "Obligatori pro iste fornitor"
 msgid "Required in your region"
 msgstr "Requirite in tu region"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Reinviar e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Reinviar e-mail"
@@ -6436,8 +6599,8 @@ msgstr "Reinitialisar codice"
 msgid "Reset Code"
 msgstr "Reinitialisar codice"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr ""
 
@@ -6458,10 +6621,10 @@ msgstr ""
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Retornar al pagina precedente"
 msgid "Returns to home page"
 msgstr "Retorna al pagina de initio"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Retorna al passo precedente"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Salvar"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Salvar"
@@ -6534,7 +6699,7 @@ msgstr ""
 msgid "Save changes"
 msgstr "Salvar cambiamentos"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Salvar cambiamentos"
 
@@ -6564,16 +6729,12 @@ msgstr "Salvar a mi fluxos"
 msgid "Saved Feeds"
 msgstr "Fluxos salvate"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Salvate in tu rolo del camera"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Salvate in tu canales"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Salva qualcunque cambio a tu profilo"
 
@@ -6583,8 +6744,8 @@ msgstr ""
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Dice hallo!"
 
@@ -6602,11 +6763,11 @@ msgstr "Rolar al alto"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Cercar"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Cercar publicationes de @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Cercar publicationes de @{0}"
 msgid "Search by name or interest"
 msgstr "Cercar per nomine o interesse"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Cercar canales"
 
@@ -6656,8 +6817,8 @@ msgstr "Cercar GIFs"
 msgid "Search my posts"
 msgstr "Cercar mi publicationes"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Cercar publicationes"
 
@@ -6679,7 +6840,11 @@ msgstr "Cercar..."
 msgid "Searches for profiles"
 msgstr "Cercas per profilos"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Passo de securitate requirite"
 
@@ -6699,7 +6864,7 @@ msgstr "Vider le publicationes sur #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Vider le publicationes sur #{tag} per usator"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Vider offertas de empleo a Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Selige un color"
 msgid "Select account"
 msgstr "Selectionar conto"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Selectionar un avatar"
@@ -6727,10 +6896,22 @@ msgstr "Selectionar un avatar"
 msgid "Select an emoji"
 msgstr "Selectiona un emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Selectionar linguas de contento"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Selectiona desde un conto existente"
@@ -6747,11 +6928,11 @@ msgstr "Seliger GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Selige per quante tempore silentiar iste parola."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Selectionar lingua..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Selectionar linguas"
 
@@ -6763,6 +6944,10 @@ msgstr "Seliger servicio de moderation"
 msgid "Select moderator"
 msgstr "Seliger moderator"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Seliger le emoji {emojiName} como tu avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Selectionar video"
 
@@ -6784,11 +6969,11 @@ msgstr "Selectionar video"
 msgid "Select what content this mute word should apply to."
 msgstr "Seliger a qual contento iste parola silentiate debe applicar se."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Selige qual lingua usar pro le interfacie de usator del application."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Selige qual linguas tu vole que tu canales subscribite include. Si necun es selectionate, tote le linguas essera monstrate."
 
@@ -6801,7 +6986,7 @@ msgstr "Selectiona tu data de nascentia"
 msgid "Select your interests from the options below"
 msgstr "Selige tu interesses desde le optiones hic infra"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Selectiona tu lingua preferite pro traductiones in tu canal."
 
@@ -6813,19 +6998,17 @@ msgstr "Selige le option {0} de {numItems}"
 msgid "Send a neat website!"
 msgstr "Invia un sito web interessante!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Inviar confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Inviar e-posta de confirmation"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Inviar e-posta de confirmation"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Inviar e-posta"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Inviar e-posta"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Inviar commentarios"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Inviar message"
@@ -6863,13 +7046,14 @@ msgstr "Inviar reporto a {0}"
 msgid "Send report to {title}"
 msgstr "Inviar reporto a {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Inviar e-posta de verification"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Inviar via message directe"
 
@@ -6901,10 +7085,10 @@ msgstr "Configurar tu conto"
 msgid "Sets email for password reset"
 msgstr "Defini email pro reinitialisation de contrasigno"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Parametros"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexualmente suggestive"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr ""
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr ""
@@ -6948,9 +7132,9 @@ msgstr ""
 msgid "Share a fun fact!"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr ""
 
@@ -6990,7 +7174,7 @@ msgstr ""
 msgid "Share your favorite feed!"
 msgstr ""
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr ""
 
@@ -7011,8 +7195,8 @@ msgstr "Monstrar texto alternative"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Mostrar nonobstante"
 
@@ -7033,8 +7217,8 @@ msgstr "Monstrar optiones de personalisation"
 msgid "Show hidden replies"
 msgstr "Monstrar responsas celate"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Monstrar minus como iste"
 
@@ -7042,14 +7226,14 @@ msgstr "Monstrar minus como iste"
 msgid "Show list anyway"
 msgstr "Monstrar le lista nonobstante"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Monstrar plus"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Monstrar plus como isto"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr "Monstrar le responsas del personas que tu seque ante tote le altere responsas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Monstrar responsa pro totes"
 
@@ -7102,11 +7286,11 @@ msgstr "Monstrar advertimento"
 msgid "Show warning and filter from feeds"
 msgstr "Monstrar advertimento e filtrar desde fluxos"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Monstra information super quando iste publication esseva create"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Monstrar altere contos al qual tu pote cambiar"
 
@@ -7124,8 +7308,8 @@ msgstr "Monstra le contento"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Monstra le contento"
 msgid "Sign in"
 msgstr "Aperir session"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Aperir session como {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Aperi session o crea tu conto pro participar al conversation!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Aperir session con un conto que non es listate"
 
@@ -7158,15 +7342,15 @@ msgstr "Aperir session con un conto que non es listate"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Aperi session in Bluesky o crea un nove conto"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Clauder session"
 
@@ -7174,8 +7358,8 @@ msgstr "Clauder session"
 msgid "Sign Out"
 msgstr "Clauder session"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Clauder session?"
 
@@ -7206,12 +7390,17 @@ msgstr "Saltar iste canal"
 msgid "Smaller"
 msgstr "Minor"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Disveloppamento de software"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Alcun error occurreva"
 
@@ -7264,8 +7453,8 @@ msgstr "Alcun error occurreva. Tenta de novo."
 msgid "Something wrong? Let us know."
 msgstr "Alcun problema? Informa nos."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Pardono! Tu session expirava. Aperi session de novo."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; mentiones o responsas excessive"
 msgid "Sports"
 msgstr ""
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Comenciar un nove chat"
 
@@ -7322,8 +7511,8 @@ msgstr "Comencia a adder personas!"
 msgid "Start chat with {displayName}"
 msgstr "Initiar chat con {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Pacchetto de initio"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Le pacchetto de initio es invalide"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Pacchettos de initio"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Le pacchettos de initio te permitte condivider facilemente tu canales e personas favorite con tu amicos."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Pagina de stato"
 
@@ -7363,12 +7552,12 @@ msgstr "Pagina de stato"
 msgid "Step {0} of {1}"
 msgstr "Passo {0} de {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr ""
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr ""
 
@@ -7401,11 +7590,11 @@ msgstr "Subscriber"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Subscriber se al etiquettator"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Subscriber se a iste etiquettator"
 
@@ -7413,11 +7602,12 @@ msgstr "Subscriber se a iste etiquettator"
 msgid "Subscribe to this list"
 msgstr "Subscriber te a iste lista"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Successo!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Supporto"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Cambiar conto"
 
@@ -7462,11 +7652,11 @@ msgstr "Cambiar conto"
 msgid "Switch Account"
 msgstr "Cambiar conto"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Cambiar contos"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Cambia a {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Cambia a {0}"
 msgid "System"
 msgstr "Systema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Registro de systema"
 
@@ -7518,7 +7708,7 @@ msgstr "Technologia"
 msgid "Tell a joke!"
 msgstr "Conta un burla!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Conta nos un pauco de te"
 
@@ -7531,12 +7721,12 @@ msgstr "Conta nos un pauco plus"
 msgid "Terms"
 msgstr "Terminos"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Conditiones de servicio"
 
@@ -7564,7 +7754,11 @@ msgstr "Campo de texto"
 msgid "Text input field"
 msgstr "Campo de insertion de texto"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Gratias! Tu e-mail ha essite verificate con successo."
 
@@ -7597,12 +7791,12 @@ msgstr "Le pacchetto de initio non poteva esser trovate."
 msgid "That's all, folks!"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr ""
 
@@ -7636,6 +7830,10 @@ msgstr "Le fluxo Discoperir"
 msgid "The Discover feed now knows what you like"
 msgstr "Le fluxo Discoperir ora cognosce lo que tu ama"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr ""
@@ -7669,6 +7867,7 @@ msgstr "Le Politica de privatessa ha essite displaciate a <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr ""
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Le servitor pare haber problemas. Tenta de novo post alcun instantes."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Il habeva un problema in connecter al servitor"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Il habeva un problema in connecter al servidor, verifica tu connexion al internet e tenta de novo."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Il habeva un problema durante le recuperation del notificationes. Tocca hic pro tentar de novo."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Il habeva un problema durante le recuperation del publicationes. Tocca hic pro tentar de novo."
 
@@ -7763,20 +7962,20 @@ msgstr ""
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Il habeva un problema durante le actualisation de tu canales, verifica tu connexion al internet e tenta de novo."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Occurreva un problema! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr ""
 msgid "This {screenDescription} has been flagged:"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Iste conto require que usatores aperi session pro vider su profilo."
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr ""
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Le contento non se pote visualisar sin un conto de Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Iste conversation es con un conto eliminate o disactivate. Preme pro optiones"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr ""
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Iste function non es disponibile quando se usa un contrasigno de application. Per favor aperi session con tu contrasigno principal."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr ""
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Iste fluxo es vacue."
@@ -7899,8 +8106,9 @@ msgstr "Iste pseudonymo es reservate. Tenta un altere."
 msgid "This information is not shared with other users."
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
 msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
@@ -7935,7 +8143,7 @@ msgstr "Iste lista es vacue."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Iste servicio de moderation es indisponibile. Vide hic infra pro plus detalios. Si iste problema persiste, contacta nos."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr ""
 
@@ -7943,28 +8151,28 @@ msgstr ""
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Iste message ha essite delite."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Le autor del publication ha disactivate le citationes."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 ""
 
@@ -7976,6 +8184,10 @@ msgstr "Iste servicio non ha fornite conditiones de servicio o un politica de pr
 msgid "This should create a domain record at:"
 msgstr ""
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Iste usator non ha sequitores."
@@ -8013,11 +8225,11 @@ msgstr "Iste usator non seque alcuno."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Isto removera @{0} del lista de accesso rapide."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr ""
 
@@ -8044,7 +8256,7 @@ msgstr ""
 msgid "Threaded mode"
 msgstr ""
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr ""
 
@@ -8056,12 +8268,13 @@ msgstr "Tempore restante: {0, plural, one {# secunda} other {# secundas}}"
 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."
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
+#: 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 ""
 
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
@@ -8090,16 +8303,16 @@ msgstr "Commuta le sono"
 msgid "Top"
 msgstr ""
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr ""
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traducer"
 
@@ -8144,6 +8357,7 @@ msgstr "Scribe tu message hic"
 msgid "Type:"
 msgstr "Typo:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr ""
@@ -8166,27 +8380,27 @@ msgstr "Impossibile deler"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Disblocar"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Disblocar"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Disblocar conto"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Disblocar le conto?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "Disappreciar"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Disappreciar ({0, plural, one {# appreciation} other {# appreciationes}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Dissilentiar"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr ""
 
@@ -8267,8 +8481,8 @@ msgstr ""
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr ""
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Disfixar del initio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Disfixar del profilo"
 
@@ -8311,7 +8525,12 @@ msgstr "Disfixate {0} del Initio"
 msgid "Unpinned from your feeds"
 msgstr "Disfixate de tu canales"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Cancellar le subscription"
 
@@ -8320,7 +8539,7 @@ msgstr "Cancellar le subscription"
 msgid "Unsubscribe from list"
 msgstr "Cancellar le subscription del lista"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Cancellar le subscription de iste etiquettator"
 
@@ -8328,11 +8547,11 @@ msgstr "Cancellar le subscription de iste etiquettator"
 msgid "Unsubscribed from list"
 msgstr "Cancellate le subscription del lista"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Typo de video non supportate"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Typo de video non supportate: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Actualisar"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Actualisar <0>{displayName}</0> in Listas"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Actualisar a {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr ""
@@ -8371,7 +8601,7 @@ msgstr ""
 msgid "Updating..."
 msgstr "Actualisante..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Incargar un photo in su loco"
 
@@ -8379,22 +8609,22 @@ msgstr "Incargar un photo in su loco"
 msgid "Upload a text file to:"
 msgstr "Incargar un file de texto a:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Cargar desde le camera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Cargar desde files"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Cargar desde bibliotheca"
 
@@ -8407,7 +8637,7 @@ msgstr "Incargante imagines..."
 msgid "Uploading link thumbnail..."
 msgstr "Incargante miniatura de ligamine..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Incargante video..."
 
@@ -8419,8 +8649,8 @@ msgstr "Usa contrasignos de application pro aperir session in altere clientes Bl
 msgid "Use default provider"
 msgstr "Usar fornitor predefinite"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr ""
 
@@ -8429,8 +8659,8 @@ msgstr ""
 msgid "Use in-app browser to open links"
 msgstr ""
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Usar mi navigator predefinite"
 
@@ -8484,12 +8714,12 @@ msgstr ""
 msgid "User list by you"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Lista de usator create"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Lista de usator actualisate"
@@ -8523,11 +8753,15 @@ msgstr "Usatores que tu seque"
 msgid "Value:"
 msgstr "Valor:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Un adresse de e-posta verificate es requirite"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verificar registro DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Dialogo de verification de e-posta"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verificar nove e-posta"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verificar ora"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verificar file de texto"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verificar tu e-posta"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verificar tu e-posta"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Version {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Falleva le processamento del video"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Fluxo de video"
 
@@ -8616,11 +8853,11 @@ msgstr "Video de {0}: {text}"
 msgid "Video Games"
 msgstr "Videojocos"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video in pausa"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Video in reproduction"
 
@@ -8628,11 +8865,11 @@ msgstr "Video in reproduction"
 msgid "Video not found."
 msgstr "Video non trovate."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Configurationes de video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video cargate"
 
@@ -8640,24 +8877,24 @@ msgstr "Video cargate"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Vider le avatar de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Visualisar profilo de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Visualisar profilo de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Visualisar profilo de {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Visualisar profilo de usator blocate"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Vider entrata de depuration"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Visualisar detalios"
 
@@ -8688,7 +8925,7 @@ msgstr "Visualisar detalios"
 msgid "View details for reporting a copyright violation"
 msgstr "Visualisar detalios pro signalar un violation de copyright"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Visualisar topico complete"
 
@@ -8703,13 +8940,12 @@ msgstr "Visualisar information sur iste etiquettas"
 msgid "View more"
 msgstr "Vider plus"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Visualisar profilo"
 
@@ -8790,6 +9026,11 @@ msgstr "Advertir contento"
 msgid "Warn content and filter from feeds"
 msgstr "Advertir contento e filtrar desde fluxos"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Nos non poteva trovar necun resultatos pro iste hashtag."
@@ -8798,7 +9039,7 @@ msgstr "Nos non poteva trovar necun resultatos pro iste hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Nos non poteva cargar iste conversation"
 
@@ -8822,6 +9063,10 @@ msgstr ""
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 ""
@@ -8842,6 +9087,10 @@ msgstr ""
 msgid "We will let you know when your account is ready."
 msgstr "Nos te informara quando tu conto es preste."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Nos usara isto pro personalisar tu experientia."
@@ -8871,7 +9120,7 @@ msgstr ""
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Nos regretta! Le publication que tu responde ha essite delite."
 
@@ -8880,7 +9129,7 @@ msgstr "Nos regretta! Le publication que tu responde ha essite delite."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr ""
 
@@ -8902,7 +9151,7 @@ msgstr ""
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Como va?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ops!"
@@ -8984,11 +9233,11 @@ msgstr ""
 msgid "Write a message"
 msgstr "Scribe un message"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Scriber message"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Scribe tu responsa"
@@ -9002,6 +9251,11 @@ msgstr "Scriptores"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Le servitor retornava un DID incorrecte. Recipite: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Si"
@@ -9015,11 +9269,11 @@ msgstr "Si, disactivar"
 msgid "Yes, delete this starter pack"
 msgstr "Si, deler iste pacchetto de initio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Si, celar"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Tu es in fila."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Tu non es permitte incargar videos."
@@ -9055,12 +9318,16 @@ msgstr "Tu non es permitte incargar videos."
 msgid "You are not following anyone."
 msgstr "Tu non seque alcuno."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Tu ha silentiate iste conto."
 msgid "You have muted this user"
 msgstr "Tu ha silentiate iste usator"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Tu non ha ancora conversationes. Initia un!"
 
@@ -9179,11 +9446,11 @@ msgstr "Tu non ha fluxos."
 msgid "You have no lists."
 msgstr "Tu non ha listas."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr ""
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 ""
 
@@ -9191,11 +9458,15 @@ msgstr ""
 msgid "You have reached the end"
 msgstr "Tu ha attingite le fin"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Tu ha temporarimente attingite le limite pro le incargamento de video. Tenta lo de novo plus tarde."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Tu non ha create ancora un pacchetto de initio!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Tu pote solmente adder usque 3 fluxos"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Tu pote selectionar solmente 4 imagines"
 
@@ -9232,7 +9503,7 @@ msgstr "Tu pote selectionar solmente 4 imagines"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Tu debe sequer al minus septe altere personas pro generar un pacchetto de initio."
 
@@ -9248,10 +9519,18 @@ msgstr "Tu debe conceder accesso a tu bibliotheca de photos pro salvar le imagin
 msgid "You must select at least one labeler for a report"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr ""
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Le session de tote tu contos se claudera."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr ""
 
@@ -9305,7 +9584,7 @@ msgstr ""
 msgid "You'll follow these people right away"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr ""
 
@@ -9339,6 +9618,10 @@ msgstr "Tu ha trovate alicun personas a sequer"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Tu ha attingite le fin de tu canal! Trova alcun altere contos pro sequer."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr ""
@@ -9347,7 +9630,7 @@ msgstr ""
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "Tu navigator non supporta le formato de video. Retenta con un navigator
 msgid "Your chats have been disabled"
 msgstr "Tu chats ha essite dishabilitate"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Tu election essera salvate, ma pote esser cambiate depost in le parametros."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr ""
 msgid "Your email appears to be invalid."
 msgstr "Il pare que tu adresse de e-posta es invalide."
 
-#: 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 "Tu e-mail ha essite actualisate ma non verificate. Como passo sequente, verifica tu nove e-mail."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Tu e-mail ancora non ha essite verificate. Iste es un passo importante de securitate que nos recommenda."
 
@@ -9434,7 +9721,7 @@ msgstr "Tu nomine de usator complete sera <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Tu nomine de usator complete essera <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Tu contrasigno ha essite cambiate con successo!"
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Tu message ha essite publicate"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Tu messages ha essite publicate"
 
@@ -9479,7 +9766,7 @@ msgstr "Tu publicationes, appreciationes e blocages es public. Le silentiamentos
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Tu responsa ha essite publicate"
 
diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po
index 9ae390a55..8cf8c370a 100644
--- a/src/locale/locales/id/messages.po
+++ b/src/locale/locales/id/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: id\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Indonesian\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr "(aktif)"
 msgid "(contains embedded content)"
 msgstr "(berisi konten yang disisipkan)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(tidak ada email)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, other {# postingan ulang}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, other {# detik}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, other {# item belum dibaca}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, other {# item belum dibaca}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, other {# bln}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, other {pengikut}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, other {mengikuti}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, other {suka}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, other {suka}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, other {postingan}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, other {kutipan}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, other {posting ulang}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>dalam <1>tagar</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>dalam <1>teks & tagar</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} telah bergabung minggu ini"
@@ -151,13 +154,14 @@ msgstr "{0} dari 50"
 
 #: src/components/dms/MessageItem.tsx:143
 msgid "{0} reacted {1}"
-msgstr "{0} bereaksi {1}"
+msgstr "{0} menanggapi {1}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:231
 msgid "{0} reacted {1} to {2}"
-msgstr "{0} bereaksi {1} pada {2}"
+msgstr "{0} menanggapi {1} pada {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatar {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}d"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, other {# item belum dibaca}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, other {jam}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, other {menit}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}</0> mengikuti Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}</0> menyukai feed kustom Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}</0> menyukai postingan Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}</0> menghapus verifikasi mereka dari akun Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}</0> memposting ulang postingan Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}</0> mendaftar dengan paket pemula Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}</0> memverifikasi Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} mengikuti Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} mengikuti Anda kembali"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} menyukai feed kustom Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} menyukai postingan Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} menghapus verifikasi mereka dari akun Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} memposting ulang postingan Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} mendaftar dengan paket pemula Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} memverfikasi Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} mengikuti Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai feed kustom Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai postingan Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menghapus verifikasi mereka dari akun Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memposting ulang postingan Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} mendaftar dengan paket pemula Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memverifikasi Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} mengikuti Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} mengikuti Anda kembali"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} menyukai feed kustom Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} menyukai postingan Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} menghapus verifikasi mereka dari akun Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} memposting ulang postingan Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} mendaftar dengan paket pemula Anda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} memverifikasi Anda"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} mengikuti"
@@ -335,11 +339,23 @@ msgstr "{following} mengikuti"
 msgid "{handle} can't be messaged"
 msgstr "{handle} tidak dapat dikirimi pesan"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# pengguna telah}} bergabung!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, other {# item belum dibaca}}"
@@ -355,30 +371,30 @@ msgstr "{profileName} bergabung di Bluesky menggunakan paket pemula {0} yang lal
 #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor"
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:107
 msgid "{rank}."
-msgstr ""
+msgstr "{rank}."
 
 #. trending topic time spent trending. should be as short as possible to fit in a pill
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:202
 msgid "{type}h ago"
-msgstr ""
+msgstr "{type}j yang lalu"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} adalah verifikator terpercaya"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} telah diverifikasi"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "Verifikasi {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
 msgid "+{computedTotal}"
-msgstr ""
+msgstr "+{computedTotal}"
 
 #: src/screens/StarterPack/Wizard/index.tsx:449
 msgctxt "profiles"
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>dan {2, plural, other {# lainnya}} sudah disertakan dalam paket pemula Anda"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, other {pengikut}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, other {mengikuti}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Eksperimental:</0> Jika preferensi ini diaktifkan, Anda hanya akan me
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Anda</0> dan<1> </1><2>{0} </2>sudah disertakan dalam paket pemula"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Panggilan Tidak Valid"
 
@@ -449,21 +465,21 @@ msgstr "sebuah pesan"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Bentuk baru verifikasi"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Tentang"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Terima"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Terima permintaan obrolan"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Terima Permintaan"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Aksesibilitas"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Pengaturan Aksesibilitas"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Akun"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Akun diblokir"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Akun diikuti"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Akun dibisukan"
@@ -517,34 +533,34 @@ msgstr "Akun Dibisukan"
 msgid "Account Muted by List"
 msgstr "Akun Dibisukan oleh Daftar"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Pengaturan akun"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Akun dihapus dari akses cepat"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Akun batal diblokir"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Akun tidak diikuti"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Akun tidak dibisukan"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Akun dengan tanda cek biru bergerigi <0><1/></0> dapat memverifikasi lainnya. Verifikator ini telah dipilih oleh Bluesky."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Tambahkan {displayName} dalam paket pemula"
 msgid "Add a content warning"
 msgstr "Tambahkan peringatan konten"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Tambahkan akun"
 msgid "Add alt text"
 msgstr "Tambahkan teks alt"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Tambahkan teks alt (opsional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Tambahkan akun lain"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Tambahkan postingan lain"
 
@@ -627,7 +647,7 @@ msgstr "Tambahkan kata bisu yang dipilih pengaturan"
 msgid "Add muted words and tags"
 msgstr "Tambah kata dan tagar untuk dibisukan"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Tambahkan postingan baru"
 
@@ -638,7 +658,7 @@ msgstr "Tambahkan orang"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr ""
+msgstr "Tambahkan orang ke daftar"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
@@ -664,8 +684,8 @@ msgstr "Tambahkan catatan DNS berikut ke domain Anda:"
 msgid "Add this feed to your feeds"
 msgstr "Tambahkan feed ini ke daftar feed Anda"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Tambahkan dalam daftar"
 
@@ -675,7 +695,7 @@ msgstr "Tambahkan ke daftar feed saya"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "Tambahkan pengguna ke daftar"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "Label Konten Dewasa"
 msgid "Advanced"
 msgstr "Lanjutan"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "kresna@contoh.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Semua"
@@ -732,7 +757,7 @@ msgstr "Semua akun telah diikuti!"
 msgid "All languages"
 msgstr "Semua bahasa"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Berisi semua feed yang telah Anda simpan dalam satu tempat."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Teks alt"
 
@@ -794,18 +819,17 @@ msgstr "Teks alt menjelaskan gambar untuk pengguna tunanetra dan pengguna dengan
 #: src/view/com/composer/GifAltText.tsx:179
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:139
 msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} characters.}}"
-msgstr ""
+msgstr "Teks alt akan disingkat. {MAX_ALT_TEXT, plural, other {Batas: {0} karakter.}}"
 
 #: 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 "Email telah dikirim ke {0}. Email tersebut berisi kode konfirmasi yang dapat Anda masukkan di bawah ini."
 
-#: 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 "Email telah dikirim ke alamat Anda sebelumnya, {0}. Email tersebut berisi kode konfirmasi yang dapat Anda masukkan di bawah ini."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Email telah dikirimkan ke alamat Anda sebelumnya, {currentEmail}. Email tersebut menyertakan kode konfirmasi yang dapat Anda masukkan di bawah ini."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Email telah dikirim! Silakan masukkan kode konfirmasi yang tercantum dalam email tersebut di bawah ini."
 
@@ -825,7 +849,7 @@ msgstr "Terjadi kesalahan saat mengompresi video."
 msgid "An error occurred while fetching the feed."
 msgstr "Terjadi kesalahan saat mengambil feed."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Terjadi kesalahan saat membuat paket pemula. Coba lagi?"
 
@@ -842,7 +866,7 @@ msgstr "Terjadi kesalahan saat memuat video. Silakan coba lagi."
 msgid "An error occurred while saving the QR code!"
 msgstr "Terjadi kesalahan saat menyimpan kode QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Terjadi kesalahan saat memilih video"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Terjadi kesalahan saat mengunggah video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Sebuah ilustrasi menampilkan Bluesky memilih verifikator terpercaya, dan verifikator terpercaya pada waktunya memverifikasi akun pengguna individual."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Masalah lain yang tidak termasuk dalam pilihan"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Terjadi masalah saat memulai obrolan"
 
@@ -875,8 +899,8 @@ msgstr "Terjadi masalah saat mencoba membuka obrolan"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Terjadi masalah, silakan coba lagi."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Maket iPhone yang menampilkan aplikasi Bluesky terbuka profil pengguna terverifikasi dengan tanda centang biru di sebelah nama tampilan mereka."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "Animasi GIF"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Mengumumkan verifikasi Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Perilaku Anti-Sosial"
 msgid "Anybody can interact"
 msgstr "Siapa saja dapat berinteraksi"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Ikon Aplikasi"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Bahasa Aplikasi"
 
@@ -958,7 +982,7 @@ msgstr "Nama sandi aplikasi harus terdiri dari minimal 4 karakter"
 msgid "App passwords"
 msgstr "Sandi aplikasi"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Kata Sandi Aplikasi"
@@ -994,10 +1018,10 @@ msgstr "Banding Penangguhan"
 msgid "Appeal this decision"
 msgstr "Ajukan banding atas keputusan ini"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Tampilan"
 
@@ -1006,12 +1030,12 @@ msgstr "Tampilan"
 msgid "Apply default recommended feeds"
 msgstr "Tambahkan feed bawaan yang direkomendasikan"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arsip dari {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Arsip postingan"
 
@@ -1047,11 +1071,11 @@ msgstr "Anda yakin ingin menghapus {0} dari daftar feed Anda?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Anda yakin ingin menghapus ini dari daftar feed Anda?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Anda yakin ingin membuang draf ini?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Anda yakin ingin membuang postingan ini?"
 
@@ -1072,6 +1096,11 @@ msgstr "Seni"
 msgid "Artistic or non-erotic nudity."
 msgstr "Ketelanjangan artistik atau non-erotis."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Minimal 3 karakter"
@@ -1103,7 +1132,7 @@ msgstr "Putar otomatis video dan GIF"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Kembali"
 msgid "Back to Chats"
 msgstr "Kembali ke Obrolan"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Untuk membuat daftar, harap verifikasi email Anda terlebih dahulu."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Untuk membuat postingan, harap verifikasi email Anda terlebih dahulu."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Untuk membuat paket pemula, harap verifikasi email Anda terlebih dahulu."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Untuk dapat mengirim pesan ke pengguna lain, harap verifikasi email Anda terlebih dahulu."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Tanggal lahir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blokir"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Blokir akun"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Blokir Akun?"
 
@@ -1200,17 +1235,17 @@ msgstr "Diblokir"
 msgid "Blocked accounts"
 msgstr "Akun yang diblokir"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Akun yang Diblokir"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Akun yang diblokir tidak dapat membalas utas Anda, menyebut Anda, atau berinteraksi dengan Anda."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Akun yang diblokir tidak dapat membalas utas Anda, menyebut Anda, atau berinteraksi dengan Anda. Anda juga tidak akan melihat konten mereka dan mereka akan dicegah melihat konten Anda."
 
@@ -1226,11 +1261,11 @@ msgstr "Pemblokiran tidak menghalangi pelabel ini menerapkan label pada akun And
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Pemblokiran bersifat publik. Akun yang diblokir tidak dapat membalas utas Anda, menyebut Anda, atau berinteraksi dengan Anda."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Memblokir tidak akan mencegah label diterapkan pada akun Anda, tetapi akan menghentikan akun ini untuk membalas atau berinteraksi dengan Anda."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky tidak dapat memastikan keaslian tanggal yang diklaim."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky lebih seru jika bersama teman!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Ketentuan Layanan Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky akan memilih serangkaian akun yang direkomendasikan dari orang-orang dalam jaringan Anda."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky tidak akan menampilkan profil dan postingan Anda kepada pengguna
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky akan secara pro-aktif verifikasi akun-akun penting dan otentik."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Jelajahi topik {0}"
 msgid "Browse topic {displayName}"
 msgstr "Jelajahi topik {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Bisnis"
 
@@ -1374,45 +1409,47 @@ msgstr "Dengan membuat akun, Anda menyatakan setuju dengan <0>Ketentuan Layanan<
 msgid "By you"
 msgstr "Oleh anda"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Kamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Batal"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Batal menghapus akun"
 msgid "Cancel image crop"
 msgstr "Batal memotong gambar"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Batal mengedit profil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Membatalkan membuka situs web tertaut"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Tidak dapat berinteraksi dengan pengguna yang diblokir"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Subtitel (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Subtitel & teks alt"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Ubah"
 
@@ -1478,13 +1514,12 @@ msgstr "Ubah ikon aplikasi"
 msgid "Change app icon to \"{0}\""
 msgstr "Ganti ikon aplikasi ke \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Ubah email"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Ganti bahasa aplikasi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Ubah alamat email"
 
@@ -1497,10 +1532,6 @@ msgstr "Ubah Panggilan"
 msgid "Change moderation service"
 msgstr "Ubah layanan moderasi"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Ubah email saya"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Ubah Kata Sandi"
@@ -1513,11 +1544,11 @@ msgstr "Ubah bahasa postingan ke {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Ubah alasan melapor"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Ubah Email Anda"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Ubah alamat email Anda"
 
@@ -1530,15 +1561,15 @@ msgstr "Mengganti ikon aplikasi"
 msgid "Changes hosting provider"
 msgstr "Mengganti penyedia hosting"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Obrolan"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Obrolan dihapus"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Obrolan dibisukan"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Kotak masuk permintaan obrolan"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Permintaan obrolan"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Pengaturan obrolan"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Obrolan dibunyikan"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Obrolan"
 
@@ -1599,7 +1630,7 @@ msgstr "Pilih metode verifikasi domain"
 msgid "Choose Feeds"
 msgstr "Pilih Feed"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Pilihkan untuk saya"
 
@@ -1619,7 +1650,7 @@ msgstr "Pilih warna ini sebagai avatar Anda"
 msgid "Choose your account provider"
 msgstr "Pilih penyedia akun Anda"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Pilih sendiri linimasa Anda! Feed buatan komunitas dapat membantu menemukan konten yang Anda sukai."
 
@@ -1631,18 +1662,18 @@ msgstr "Pilih kata sandi Anda"
 msgid "Choose your username"
 msgstr "Panggilan Anda"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Hapus semua data penyimpanan"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Hapus semua data penyimpanan (mulai ulang setelah ini)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
-msgstr ""
+msgstr "Hapus tembolok gambar"
 
 #: src/components/forms/SearchInput.tsx:70
 msgid "Clear search query"
@@ -1652,6 +1683,14 @@ msgstr "Hapus kueri pencarian"
 msgid "click here"
 msgstr "klik di sini"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Klik untuk menonaktifkan kutipan pada postingan ini."
@@ -1676,29 +1715,34 @@ msgstr "Iklim"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Keletak 🐴 keletuk 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Tutup"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Tutup dialog aktif"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Tutup kotak bawah"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Tutup dialog"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Tutup menu geser"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Tutup pemilih emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Tutup dialog ini"
 msgid "Closes password update alert"
 msgstr "Menutup peringatan pembaruan kata sandi"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Menutup komposer pos dan menghapus draf postingan"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Menutup pemilih emoji"
 
@@ -1764,11 +1808,11 @@ msgstr "Menutup pemilih emoji"
 msgid "Closes viewer for header image"
 msgstr "Menutup penampil gambar header"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Ciutkan daftar pengguna"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Menciutkan daftar pengguna untuk notifikasi tertentu"
 
@@ -1791,7 +1835,7 @@ msgstr "Komedi"
 msgid "Comics"
 msgstr "Komik"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Panduan Komunitas"
@@ -1804,19 +1848,19 @@ msgstr "Selesaikan orientasi dan mulai menggunakan akun Anda"
 msgid "Complete the challenge"
 msgstr "Selesaikan tantangan"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Tulis postingan baru"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
-msgstr ""
+msgstr "Tulis postingan hingga {0, plural, other {# karakter}} panjangnya"
 
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:34
 msgid "Compose reply"
 msgstr "Tulis balasan"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Mengompres video..."
 
@@ -1828,23 +1872,17 @@ msgstr "Konfigurasikan pengaturan penyaringan konten untuk kategori: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Diatur pada <0>pengaturan moderasi</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Konfirmasi"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Konfirmasi Perubahan"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Konfirmasi pengaturan bahasa konten"
@@ -1861,18 +1899,19 @@ msgstr "Konfirmasi usia Anda:"
 msgid "Confirm your birthdate"
 msgstr "Konfirmasi tanggal lahir Anda"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Kode konfirmasi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Kode Konfirmasi"
 
@@ -1880,8 +1919,8 @@ msgstr "Kode Konfirmasi"
 msgid "Connecting..."
 msgstr "Menghubungkan..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Hubungi pusat dukungan"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Konten & Media"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Konten dan media"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Konten dan Media"
 
@@ -1911,7 +1950,7 @@ msgstr "Penyaring konten"
 msgid "Content from across the network we think you might like."
 msgstr "Konten dari seluruh jaringan yang mungkin Anda sukai."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Bahasa Konten"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Latar menu konteks, klik untuk menutup menu."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Lanjutkan"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Lanjutkan sebagai {0} (sudah masuk)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Lanjutkan utas..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Lanjutkan ke langkah berikutnya"
@@ -1973,7 +2012,7 @@ msgstr "Memasak"
 msgid "Copied"
 msgstr "Disalin"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Versi build disalin ke papan klip"
 
@@ -1981,8 +2020,8 @@ msgstr "Versi build disalin ke papan klip"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Disalin ke papan klip"
 
@@ -1991,7 +2030,7 @@ msgstr "Disalin ke papan klip"
 msgid "Copied!"
 msgstr "Tersalin!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Menyalin versi build ke papan klip"
 
@@ -2003,13 +2042,13 @@ msgstr "Salin"
 msgid "Copy App Password"
 msgstr "Salin Sandi Aplikasi"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Salin URI at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Salin DID pemosting"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Salin kode"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Salin DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Salin Tautan"
 msgid "Copy link to list"
 msgstr "Salin tautan daftar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Salin tautan postingan"
 
@@ -2050,13 +2089,13 @@ msgstr "Salin tautan postingan"
 msgid "Copy message text"
 msgstr "Salin teks pesan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Salin URI postingan at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Salin teks postingan"
 
@@ -2068,7 +2107,7 @@ msgstr "Salin kode QR"
 msgid "Copy TXT record value"
 msgstr "Salin nilai data TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Kebijakan Hak Cipta"
@@ -2078,7 +2117,7 @@ msgstr "Kebijakan Hak Cipta"
 msgid "Could not leave chat"
 msgstr "Tidak dapat meninggalkan obrolan"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Tidak dapat memuat feed"
 
@@ -2094,7 +2133,7 @@ msgstr "Tidak dapat membisukan obrolan"
 msgid "Could not process your video"
 msgstr "Tidak dapat memproses video"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Buat"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Buat kode QR untuk paket pemula"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Buat paket pemula"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Buatkan paket pemula untuk saya"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Buat akun"
 msgid "Create an account without using this starter pack"
 msgstr "Buat akun tanpa menggunakan paket pemula ini"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Buat avatar saja"
 
@@ -2209,13 +2248,13 @@ msgstr "Tema gelap"
 msgid "Date of birth"
 msgstr "Tanggal lahir"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Nonaktifkan akun"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Debug Moderasi"
 
@@ -2237,13 +2276,13 @@ msgstr "Ikon bawaan"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Hapus"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Hapus akun"
 
@@ -2259,19 +2298,19 @@ msgstr "Hapus kata sandi aplikasi"
 msgid "Delete app password?"
 msgstr "Hapus kata sandi aplikasi?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Hapus obrolan"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Hapus catatan deklarasi obrolan"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Hapus percakapan"
 
@@ -2299,9 +2338,9 @@ msgstr "Hapus pesan untuk saya"
 msgid "Delete my account"
 msgstr "Hapus akun saya"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Hapus postingan"
 
@@ -2318,7 +2357,7 @@ msgstr "Hapus paket pemula?"
 msgid "Delete this list?"
 msgstr "Hapus daftar ini?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Hapus postingan ini?"
 
@@ -2335,48 +2374,48 @@ msgstr "Akun Telah Dihapus"
 msgid "Deleted post."
 msgstr "Postingan dihapus."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Deskripsi"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Deskripsi terlalu panjang"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
-msgstr ""
+msgstr "Deskripsi terlalu panjang. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Maksimum jumlah karakter adalah #.}}"
 
 #: src/view/com/composer/GifAltText.tsx:150
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:114
 msgid "Descriptive alt text"
 msgstr "Teks alt deskriptif"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Lepaskan kutipan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Lepaskan kutipan ini?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Mode pengembang dimatikan"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Mode pengembang dinyalakan"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Opsi pengembang"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialog: sesuaikan siapa saja yang dapat berinteraksi dengan postingan in
 msgid "Dim"
 msgstr "Redup"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Nonaktifkan Email 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Dinonaktifkan"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Buang"
 
@@ -2420,11 +2468,11 @@ msgstr "Buang"
 msgid "Discard changes?"
 msgstr "Buang perubahan?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Buang draf?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Buang postingan?"
 
@@ -2442,15 +2490,15 @@ msgstr "Jelajahi Feed"
 msgid "Discover new custom feeds"
 msgstr "Temukan feed kustom baru"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Temukan Feed Baru"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Tutup"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Abaikan kesalahan"
 
@@ -2460,7 +2508,7 @@ msgstr "Tutup panduan memulai"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:43
 msgid "Dismiss interests"
-msgstr ""
+msgstr "Abaikan minat"
 
 #: src/components/interstitials/TrendingVideos.tsx:92
 msgid "Dismiss this section"
@@ -2471,9 +2519,9 @@ msgstr "Tutup bagian ini"
 msgid "Display larger alt text badges"
 msgstr "Tampilkan lencana teks alt yang lebih besar"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nama tampilan"
@@ -2482,11 +2530,11 @@ msgstr "Nama tampilan"
 msgid "Display Name"
 msgstr "Nama Tampilan"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Nama tampilan terlalu panjang"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Nama tampilan terlalu panjang. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Maksimum jumlah karakter adalah #.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Tidak diawali atau diakhiri dengan tanda hubung"
 msgid "Domain verified!"
 msgstr "Domain terverifikasi!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Selesai{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Ketuk dua kali atau tekan lama pada pesan untuk menambahkan reaksi"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Ketuk dua kali untuk menutup dialog"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Ketuk dua kali untuk menyukai"
 
@@ -2575,7 +2633,7 @@ msgstr "Durasi:"
 msgid "e.g. alice"
 msgstr "contoh: kresna"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "contoh: Langit Kresna"
 
@@ -2587,7 +2645,7 @@ msgstr "contoh: Langit Kresna"
 msgid "e.g. alice.com"
 msgstr "contoh: kresna.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "contoh: Penulis, penyiar radio, dan sejarawan."
 
@@ -2595,19 +2653,19 @@ msgstr "contoh: Penulis, penyiar radio, dan sejarawan."
 msgid "E.g. artistic nudes."
 msgstr "Contoh: ketelanjangan artistik."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "contoh: Pemosting Keren"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "contoh: Spammer"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "contoh: Pemosting yang selalu tepat sasaran."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "contoh: Pengguna yang membalas dengan iklan secara berulang."
 
@@ -2615,7 +2673,7 @@ msgstr "contoh: Pengguna yang membalas dengan iklan secara berulang."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Tiap kode hanya berlaku sekali. Anda akan mendapatkan tambahan kode undangan secara berkala."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Ubah"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Ubah avatar"
 
@@ -2637,32 +2695,37 @@ msgstr "Ubah avatar"
 msgid "Edit Feeds"
 msgstr "Ubah Daftar Feed"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Edit gambar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Ubah pengaturan interaksi"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:98
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:105
 msgid "Edit interests"
-msgstr ""
+msgstr "Ubah minat"
 
 #: src/view/screens/ProfileList.tsx:544
 msgid "Edit list details"
 msgstr "Ubah rincian daftar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Ubah Daftar Moderasi"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Ubah Daftar Feed"
 
@@ -2679,15 +2742,15 @@ msgstr "Ubah Daftar Pengguna"
 msgid "Edit post interaction settings"
 msgstr "Ubah pengaturan interaksi postingan"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Edit profil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Edit Profil"
 
@@ -2695,7 +2758,7 @@ msgstr "Edit Profil"
 msgid "Edit starter pack"
 msgstr "Ubah paket pemula"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Ubah Daftar Pengguna"
 
@@ -2707,11 +2770,11 @@ msgstr "Ubah siapa yang dapat membalas"
 msgid "Edit your display name"
 msgstr "Ubah nama tampilan Anda"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Sunting deskripsi profil Anda"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Ubah paket pemula Anda"
 
@@ -2724,9 +2787,8 @@ msgstr "Pendidikan"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Pembuat daftar ini mungkin telah memblokir Anda atau Anda telah memblokirnya."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Email"
 
@@ -2747,20 +2809,17 @@ msgstr "Alamat email"
 msgid "Email Resent"
 msgstr "Email Dikirim Ulang"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Email diperbarui"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Email Diperbarui"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Email diperbarui!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Email terverifikasi"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Sisipkan kode HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Sisipkan postingan"
 
@@ -2785,8 +2844,9 @@ msgstr "Sisipkan postingan ini di situs web Anda. Salin potongan kode berikut da
 msgid "Embedded video player"
 msgstr "Pemutar video tertanam"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Aktifkan"
 
@@ -2798,9 +2858,9 @@ msgstr "Aktifkan {0} saja"
 msgid "Enable adult content"
 msgstr "Aktifkan konten dewasa"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Aktifkan Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Diaktifkan"
 msgid "End of feed"
 msgstr "Akhir feed"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Pastikan Anda telah memilih bahasa untuk masing-masing berkas subtitel."
 
@@ -2860,14 +2920,15 @@ msgstr "Masukkan kata sandi"
 msgid "Enter a word or tag"
 msgstr "Masukkan kata atau tagar"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Masukkan Kode"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Masukkan Kode Konfirmasi"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Masuk ke layar penuh"
@@ -2897,11 +2958,7 @@ msgstr "Masukkan tanggal lahir Anda"
 msgid "Enter your email address"
 msgstr "Masukkan alamat email Anda"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Masukkan email baru Anda di atas"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Masukkan alamat email baru Anda di bawah ini."
 
@@ -2921,7 +2978,7 @@ msgstr "Masuk ke mode layar penuh"
 msgid "Entertainment"
 msgstr "Hiburan"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Galat"
@@ -2940,7 +2997,7 @@ msgstr "Galat:"
 
 #: src/screens/Search/SearchResults.tsx:131
 msgid "Error: {error}"
-msgstr ""
+msgstr "Kesalahan: {error}"
 
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:394
 msgid "Everybody"
@@ -2997,15 +3054,15 @@ msgstr "Keluar dari tampilan gambar"
 msgid "Expand alt text"
 msgstr "Bentangkan teks alt"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Bentangkan daftar pengguna"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Bentangkan atau ciutkan postingan lengkap yang Anda balas"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Bentangkan atau ciutkan postingan"
 
@@ -3031,6 +3088,10 @@ msgstr "Kedaluwarsa {0}"
 msgid "Expires in {0}"
 msgstr "Kedaluwarsa dalam {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Media eksplisit atau berpotensi mengganggu."
 msgid "Explicit sexual images."
 msgstr "Gambar seksual eksplisit."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
-msgstr ""
+msgstr "Jelajahi"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Ekspor data saya"
 
@@ -3071,12 +3132,12 @@ msgstr "Media Eksternal"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Media eksternal memungkinkan situs web untuk mengumpulkan informasi tentang Anda dan perangkat Anda. Tidak ada informasi yang dikirim atau diminta hingga Anda menekan tombol \"putar\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferensi Media Eksternal"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Gagal menerima obrolan"
@@ -3090,15 +3151,11 @@ msgstr "Gagal menambahkan emoji reaksi"
 msgid "Failed to change handle. Please try again."
 msgstr "Gagal mengubah panggilan. Silakan coba lagi."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Gagal membuat sandi aplikasi. Silakan coba lagi."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Gagal membuat percakapan"
 
@@ -3107,12 +3164,12 @@ msgstr "Gagal membuat percakapan"
 msgid "Failed to create starter pack"
 msgstr "Gagal membuat paket pemula"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Gagal membuat daftar. Periksa koneksi internet Anda dan coba lagi."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Gagal menghapus obrolan"
@@ -3121,7 +3178,7 @@ msgstr "Gagal menghapus obrolan"
 msgid "Failed to delete message"
 msgstr "Gagal menghapus pesan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Gagal menghapus postingan, silakan coba lagi"
 
@@ -3129,7 +3186,7 @@ msgstr "Gagal menghapus postingan, silakan coba lagi"
 msgid "Failed to delete starter pack"
 msgstr "Gagal menghapus paket pemula"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Gagal memuat percakapan"
@@ -3172,7 +3229,7 @@ msgstr "Gagal menghapus emoji reaksi"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Gagal menghapus verifikasi"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3189,21 +3246,35 @@ msgstr "Gagal menyimpan pengaturan. Silakan coba lagi."
 #: src/screens/Settings/SettingsInterests.tsx:133
 msgctxt "toast"
 msgid "Failed to save your interests."
-msgstr ""
+msgstr "Gagal untuk menyimpan minat Anda."
 
 #: src/components/dms/MessageItem.tsx:310
 msgid "Failed to send"
 msgstr "Gagal mengirim"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Gagal mengajukan banding, silakan coba lagi."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Gagal membisukan utas, silakan coba lagi"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Gagal memperbarui daftar feed"
@@ -3219,11 +3290,15 @@ msgstr "Gagal memperbarui pengaturan"
 msgid "Failed to upload video"
 msgstr "Gagal menggunggah video"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Gagal verifikasi panggilan. Silakan coba lagi."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feed"
 
@@ -3242,24 +3317,24 @@ msgstr "Tombol alih feed"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Masukan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Masukan terkirim!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feed"
 
@@ -3328,28 +3403,28 @@ msgstr "Kebugaran"
 #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117
 msgctxt "Name of app icon variant"
 msgid "Flat Black"
-msgstr ""
+msgstr "Hitam Flat"
 
 #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:93
 msgctxt "Name of app icon variant"
 msgid "Flat Blue"
-msgstr ""
+msgstr "Biru Flat"
 
 #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:105
 msgctxt "Name of app icon variant"
 msgid "Flat White"
-msgstr ""
+msgstr "Putih Flat"
 
 #: src/screens/Onboarding/StepFinished.tsx:294
 msgid "Flexible"
 msgstr "Fleksibel"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Ikuti"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Ikuti"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Ikuti {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Ikuti {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Ikuti {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Ikuti 10 akun"
 msgid "Follow 7 accounts"
 msgstr "Ikuti 7 akun"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Ikuti akun"
 
@@ -3391,7 +3462,7 @@ msgstr "Ikuti akun"
 msgid "Follow all"
 msgstr "Ikuti semua"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Ikuti Balik"
@@ -3417,7 +3488,7 @@ msgstr "Diikuti oleh <0>{0}</0> dan <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Diikuti oleh <0>{0}</0>, <1>{1}</1>, dan {2, plural, other {# lainnya}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Pengikut @{0} yang Anda kenal"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Pengikut yang Anda kenal"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Mengikuti"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Mengikuti {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Mengikuti {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Mengikuti {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferensi feed Mengikuti"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferensi Feed Mengikuti"
@@ -3496,7 +3563,7 @@ msgstr "Untuk pengalaman terbaik, kami sarankan menggunakan font tema."
 
 #: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:94
 msgid "For You"
-msgstr ""
+msgstr "Untuk Anda"
 
 #: src/components/dialogs/MutedWords.tsx:178
 msgid "Forever"
@@ -3524,7 +3591,7 @@ msgstr "Sering Memposting Konten yang Tidak Diinginkan"
 msgid "From @{sanitizedAuthor}"
 msgstr "Dari @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Dari <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Dari <0/>"
 msgid "Gallery"
 msgstr "Galeri"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Buatkan paket pemula"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Dapatkan bantuan"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Mulai"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "Memulai"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Memulai"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Beri wajah pada profil Anda"
 
@@ -3567,10 +3636,10 @@ msgstr "Pelanggaran hukum atau ketentuan layanan secara terang-terangan"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Kembali"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,10 +3674,26 @@ msgstr "Kembali ke beranda"
 msgid "Go Home"
 msgstr "Ke Beranda"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
-msgid "Go to {firstAuthorName}'s profile"
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
+msgid "Go to {firstAuthorName}'s profile"
+msgstr "Buka profil {firstAuthorName}"
+
 #: src/screens/Messages/components/ChatListItem.tsx:360
 msgid "Go to conversation with {0}"
 msgstr "Buka percakapan dengan {0}"
@@ -3638,8 +3723,8 @@ msgstr "Media Sensitif"
 msgid "Half way there!"
 msgstr "Setengah jalan lagi!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Panggilan"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptik"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Pelecehan, unggah sulut, atau intoleransi"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Tagar"
 
@@ -3673,19 +3758,24 @@ msgstr "Tagar"
 msgid "Hashtag {tag}"
 msgstr "Tagar {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Mengalami masalah?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Bantuan"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Beri tahu orang-orang bahwa Anda bukan bot dengan mengunggah gambar atau membuat avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Berikut adalah sandi aplikasi Anda!"
 msgid "Hidden"
 msgstr "Disembunyikan"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Disembunyikan berdasarkan aturan moderasi Anda."
 
@@ -3715,12 +3805,12 @@ msgstr "Daftar yang disembunyikan"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Sembunyikan"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Sembunyikan"
@@ -3729,31 +3819,31 @@ msgstr "Sembunyikan"
 msgid "Hide customization options"
 msgstr "Sembunyikan opsi penyesuaian"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Sembunyikan postingan untuk saya"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Sembunyikan balasan untuk semua"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Sembunyikan balasan untuk saya"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:110
 msgid "Hide this card"
-msgstr ""
+msgstr "Sembunyikan kartu ini"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Sembunyikan postingan ini?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Sembunyikan balasan ini?"
 
@@ -3771,14 +3861,14 @@ msgstr "Sembunyikan tren topik?"
 msgid "Hide trending videos?"
 msgstr "Sembunyikan tren video?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Sembunyikan daftar pengguna"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Sembunyikan lencana verifikasi"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm, kami tidak dapat memuat layanan moderasi."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Harap tunggu! Kami secara bertahap memberikan akses video, dan Anda masih dalam antrian. Periksa kembali nanti!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Beranda"
 
@@ -3836,7 +3926,7 @@ msgstr "Penyedia hosting"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:190
 msgid "Hot"
-msgstr ""
+msgstr "Sedang hangat"
 
 #: src/screens/Settings/ThreadPreferences.tsx:67
 #: src/screens/Settings/ThreadPreferences.tsx:70
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Balasan hangat lebih dulu"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Bagaimana kami harus membuka tautan ini?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Saya punya kode"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Saya Mempunyai Kode"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Saya punya kode konfirmasi"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Jika Anda menghapus daftar ini, Anda tidak dapat memulihkannya lagi."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Jika Anda memiliki domain sendiri, Anda dapat menggunakannya sebagai panggilan. Ini memungkinkan Anda untuk memverifikasi identitas secara mandiri. <0>Pelajari selengkapnya di sini.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Jika Anda menghapus postingan ini, Anda tidak dapat memulihkannya lagi."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Jika Anda ingin mengubah kata sandi, kami akan mengirimkan kode untuk memverifikasi bahwa ini adalah akun Anda."
@@ -3915,18 +4008,19 @@ msgstr "Ilegal dan Urgen"
 msgid "Image"
 msgstr "Gambar"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr ""
+msgstr "Tembolok gambar dibersihkan"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr ""
+msgstr "Tembolok gambar dibersihkan, sisa {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Gambar telah disimpan ke rol kamera Anda!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Kode konfirmasi 2FA tidak valid."
 msgid "Invalid handle. Please try a different one."
 msgstr "Panggilan tidak valid. Silakan coba yang lain."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Catatan postingan tidak valid atau tidak didukung"
 
@@ -4041,12 +4135,12 @@ msgstr "Sudah benar"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Hanya ada Anda saat ini! Tambahkan lebih banyak orang ke paket pemula Anda melalui pencarian di atas."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID Kerja: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Karir"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Dilabeli oleh pemosting."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Label"
 
@@ -4100,13 +4194,13 @@ msgstr "Label pada konten Anda"
 msgid "Language selection"
 msgstr "Pilih bahasa"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Pengaturan Bahasa"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Bahasa"
 
@@ -4124,20 +4218,20 @@ msgstr "Terbaru"
 msgid "learn more"
 msgstr "pelajari lebih lanjut"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Pelajari selengkapnya"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Pelajari Lebih Lanjut"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Pelajari lebih lanjut tentang Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Pelajari lebih lanjut tentang moderasi yang diterapkan pada konten ini."
 msgid "Learn more about this warning"
 msgstr "Pelajari lebih lanjut tentang peringatan ini"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Pelajari selengkapnya mengenai verifikasi di Bluesky (dalam bahasa Inggris)"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Meninggalkan Bluesky"
 msgid "left to go."
 msgstr "yang tersisa"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Biarkan saya memilih"
 
@@ -4230,7 +4324,7 @@ msgstr "Terang"
 msgid "Like"
 msgstr "Suka"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Suka ({0, plural, other {# suka}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Sukai 10 postingan untuk melatih feed Discover"
 msgid "Like this feed"
 msgstr "Sukai feed ini"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Sukai labeler ini"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Disukai oleh"
 
@@ -4269,16 +4363,16 @@ msgstr "Disukai oleh {0, plural, other {# pengguna}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Disukai oleh {likeCount, plural, other {# pengguna}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Suka"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Suka pada postingan ini"
 
@@ -4287,11 +4381,11 @@ msgstr "Suka pada postingan ini"
 msgid "Linear"
 msgstr "Linier"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Daftar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar Daftar"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Daftar dibisukan"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nama Daftar"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Daftar batal dibisukan"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Daftar"
 
@@ -4358,6 +4452,22 @@ msgstr "Daftar"
 msgid "Lists blocking this user:"
 msgstr "Daftar yang memblokir pengguna ini:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Muat lebih banyak"
@@ -4370,18 +4480,18 @@ msgstr "Muat lebih banyak feed yang disarankan"
 msgid "Load new notifications"
 msgstr "Muat notifikasi baru"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Muat postingan baru"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Memuat..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Catatan"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo oleh @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo oleh <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Sepertinya Anda menghapus semua feed tersemat. Tapi jangan khawatir, And
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Sepertinya Anda belum memiliki feed mengikuti. <0>Klik di sini untuk menambahkan.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Buatkan untuk saya"
 
@@ -4433,7 +4547,7 @@ msgstr "Kelola feed tersimpan"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Kelola pengaturan verifikasi"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Tandai telah dibaca"
 msgid "Marked all as read"
 msgstr "Ditandai semua sebagai dibaca"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Mungkin nanti"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Media"
 
@@ -4479,7 +4600,7 @@ msgstr "Sebutan"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Kirim pesan ke {0}"
 
@@ -4494,7 +4615,7 @@ msgstr "Pesan dihapus"
 
 #: src/components/dms/MessageContextMenu.tsx:126
 msgid "Message from @{0}: {1}"
-msgstr ""
+msgstr "Pesan dari @{0}: {1}"
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:201
 msgid "Message from server: {0}"
@@ -4513,7 +4634,7 @@ msgstr "Pesan terlalu panjang"
 msgid "Message options"
 msgstr "Opsi pesan"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Pesan"
 
@@ -4532,10 +4653,10 @@ msgstr "Akun Menyesatkan"
 msgid "Misleading Post"
 msgstr "Postingan yang Menyesatkan"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderasi"
 
@@ -4557,12 +4678,12 @@ msgstr "Daftar moderasi oleh <0/>"
 msgid "Moderation list by you"
 msgstr "Daftar moderasi Anda"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Daftar moderasi dibuat"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Daftar moderasi diperbarui"
@@ -4571,8 +4692,8 @@ msgstr "Daftar moderasi diperbarui"
 msgid "Moderation lists"
 msgstr "Daftar moderasi"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Daftar Moderasi"
 
@@ -4580,7 +4701,7 @@ msgstr "Daftar Moderasi"
 msgid "moderation settings"
 msgstr "pengaturan moderasi"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Status moderasi"
 
@@ -4593,7 +4714,7 @@ msgstr "Alat moderasi"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Moderator telah memilih untuk menetapkan peringatan umum pada konten."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Selengkapnya"
 
@@ -4602,8 +4723,8 @@ msgstr "Selengkapnya"
 msgid "More feeds"
 msgstr "Feed lainnya"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Opsi lainnya"
@@ -4637,10 +4758,10 @@ msgstr "Bisukan"
 msgid "Mute {tag}"
 msgstr "Bisukan {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Bisukan akun"
 
@@ -4689,13 +4810,13 @@ msgstr "Bisukan kata ini hanya dalam tagar"
 msgid "Mute this word until you unmute it"
 msgstr "Bisukan kata ini sampai Anda membunyikannya"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Bisukan utas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Bisukan kata & tagar"
 
@@ -4703,12 +4824,12 @@ msgstr "Bisukan kata & tagar"
 msgid "Muted accounts"
 msgstr "Akun yang dibisukan"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Akun yang Dibisukan"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Postingan dari akun yang dibisukan akan dihilangkan dari feed dan notifikasi Anda. Pembisuan ini bersifat privat."
 
@@ -4729,15 +4850,15 @@ msgstr "Pembisuan bersifat privat. Akun yang dibisukan tetap dapat berinteraksi
 msgid "My Birthday"
 msgstr "Tanggal Lahir Saya"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Daftar Feed Saya"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nama"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Nama harus diisi"
 
@@ -4772,11 +4893,11 @@ msgstr "Menuju ke paket pemula"
 msgid "Navigates to the next screen"
 msgstr "Menuju ke layar berikutnya"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Menuju ke profil Anda"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Ingin mengubahnya?"
 
@@ -4797,21 +4918,26 @@ msgstr "Tidak usah, buatkan panggilan untuk saya"
 msgid "New"
 msgstr "Baru"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Baru"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Obrolan baru"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Alamat email baru"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Fitur Baru"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Panggilan baru"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Daftar baru"
 
@@ -4828,7 +4954,7 @@ msgstr "Daftar baru"
 msgid "New messages"
 msgstr "Pesan baru"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Daftar Moderasi Baru"
 
@@ -4840,10 +4966,10 @@ msgstr "Kata sandi baru"
 msgid "New Password"
 msgstr "Kata Sandi Baru"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Postingan baru"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Postingan Baru"
@@ -4863,7 +4989,7 @@ msgstr "Postingan Baru"
 msgid "New user info dialog"
 msgstr "Dialog informasi pengguna baru"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Daftar Pengguna Baru"
 
@@ -4911,6 +5037,10 @@ msgstr "Tidak ada sandi aplikasi"
 msgid "No DNS Panel"
 msgstr "Tanpa Panel DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "GIF tidak ditemukan. Mungkin ada masalah dengan Tenor."
@@ -4924,14 +5054,14 @@ msgstr "Tidak ditemukan feed apa pun. Coba pencarian lain."
 msgid "No likes yet"
 msgstr "Belum ada yang menyukai"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Tidak lagi mengikuti {0}"
 
 #: src/screens/Signup/StepHandle.tsx:184
 msgid "No longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}"
-msgstr ""
+msgstr "Tidak lebih dari {MAX_SERVICE_HANDLE_LENGTH, plural, other {# karakter}}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:139
 msgid "No messages yet"
@@ -4962,8 +5092,8 @@ msgstr "Belum ada kutipan"
 msgid "No reposts yet"
 msgstr "Belum ada postingan ulang"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Tidak ada hasil"
 
@@ -4974,13 +5104,13 @@ msgstr "Tidak ada hasil"
 
 #: src/screens/Search/Explore.tsx:715
 msgid "No results for \"{0}\"."
-msgstr ""
+msgstr "Tidak ada hasil untuk \"{0}\"."
 
 #: src/components/Lists.tsx:189
 msgid "No results found"
 msgstr "Tidak ditemukan hasil"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Tidak ditemukan hasil untuk \"{query}\""
 
@@ -4992,7 +5122,7 @@ msgstr "Tidak ditemukan hasil untuk {query}"
 
 #: src/screens/Search/Explore.tsx:719
 msgid "No results."
-msgstr ""
+msgstr "Tidak ada hasil."
 
 #: src/components/dialogs/GifSelect.tsx:229
 msgid "No search results found for \"{search}\"."
@@ -5032,19 +5162,14 @@ msgstr "Ketelanjangan Non-Seksual"
 msgid "Not followed by anyone you're following"
 msgstr "Tidak diikuti oleh siapapun yang Anda ikuti"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Tidak Ditemukan"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Jangan sekarang"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Catatan tentang berbagi"
 
@@ -5052,7 +5177,7 @@ msgstr "Catatan tentang berbagi"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Catatan: Bluesky merupakan jaringan terbuka dan publik. Pengaturan ini hanya membatasi visibilitas konten Anda pada aplikasi dan situs web Bluesky. Konten Anda mungkin tetap ditampilkan oleh aplikasi atau situs web lain kepada pengguna yang tidak masuk."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Kosong"
 
@@ -5060,7 +5185,7 @@ msgstr "Kosong"
 msgid "Notification filters"
 msgstr "Filter notifikasi"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Pengaturan notifikasi"
@@ -5077,11 +5202,11 @@ msgstr "Suara notifikasi"
 msgid "Notification Sounds"
 msgstr "Suara Notifikasi"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notifikasi"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Oh tidak! Ada yang tidak beres."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Oke"
 
@@ -5140,19 +5265,19 @@ msgstr "Balasan terlama lebih dulu"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "di<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Pengaturan ulang orientasi"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Satu atau beberapa GIF belum memiliki teks alt."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Satu atau beberapa gambar belum memiliki teks alt."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Satu atau beberapa video belum memiliki teks alt."
 
@@ -5168,7 +5293,7 @@ msgstr "Hanya {0} yang dapat membalas."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Hanya berisi huruf, angka, dan tanda hubung"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Hanya mendukung berkas gambar"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ups, ada yang tidak beres!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ups!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ups!"
 msgid "Open"
 msgstr "Terbuka"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Buka menu pintasan profil {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Buka pembuat avatar"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Buka menu geser"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Buka pemilih emoji"
 
@@ -5225,9 +5346,9 @@ msgstr "Buka halaman info feed"
 msgid "Open feed options menu"
 msgstr "Buka menu opsi feed"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
-msgstr ""
+msgstr "Buka daftar emoji lengkap"
 
 #: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:79
 msgid "Open link to {niceUrl}"
@@ -5237,7 +5358,7 @@ msgstr "Buka tautan {niceUrl}"
 msgid "Open message options"
 msgstr "Buka opsi pesan"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Buka halaman debug moderasi"
 
@@ -5249,20 +5370,25 @@ msgstr "Buka pengaturan kata dan tagar yang dibisukan"
 msgid "Open pack"
 msgstr "Buka paket"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Buka menu opsi postingan"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Buka menu paket pemula"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Buka halaman buku cerita"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Buka log sistem"
 
@@ -5282,19 +5408,19 @@ msgstr "Membuka dialog untuk memilih siapa yang dapat membalas utas ini"
 msgid "Opens additional details for a debug entry"
 msgstr "Membuka detail tambahan untuk entri debug"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Membuka dialog teks alt"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Membuka kamera pada perangkat"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Membuka dialog subtitel dan teks alt"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Membuka dialog ubah panggilan"
 
@@ -5306,7 +5432,7 @@ msgstr "Membuka penyusun postingan"
 msgid "Opens device photo gallery"
 msgstr "Membuka galeri foto perangkat"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Membuka pemilih emoji"
 
@@ -5324,7 +5450,7 @@ msgstr "Membuka alur untuk masuk ke akun Bluesky Anda yang sudah ada"
 msgid "Opens GIF select dialog"
 msgstr "Membuka dialog pemilihan GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Membuka bantuan dalam peramban"
 
@@ -5332,6 +5458,10 @@ msgstr "Membuka bantuan dalam peramban"
 msgid "Opens list of invite codes"
 msgstr "Membuka daftar kode undangan"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Membuka formulir pengaturan ulang kata sandi"
@@ -5340,12 +5470,12 @@ msgstr "Membuka formulir pengaturan ulang kata sandi"
 msgid "Opens the linked website"
 msgstr "Membuka situs web tertaut"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Membuka profil ini"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Membuka pemilih video"
 
@@ -5392,7 +5522,7 @@ msgstr "Status OTA: Tidak ada yang tersedia"
 msgid "Other"
 msgstr "Lainnya"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Akun lainnya"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Halaman Tidak Ditemukan"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Jeda video"
 msgid "People"
 msgstr "Profil"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Orang yang diikuti oleh @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Orang yang mengikuti @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Sematkan ke beranda"
 msgid "Pin to Home"
 msgstr "Sematkan ke Beranda"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Sematkan ke profil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Disematkan"
 
@@ -5567,7 +5697,7 @@ msgstr "Memutar video"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:115
 msgid "Please add any content warning labels that are applicable for the media you are posting."
-msgstr ""
+msgstr "Silakan tambahkan label peringatan konten yang sesuai dengan media yang Anda posting."
 
 #: src/screens/Signup/state.ts:286
 msgid "Please choose your handle."
@@ -5578,14 +5708,14 @@ msgstr "Silakan tentukan panggilan Anda."
 msgid "Please choose your password."
 msgstr "Masukkan kata sandi Anda."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Mohon selesaikan verifikasi captcha."
 
-#: 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 "Harap konfirmasi email Anda sebelum mengubahnya. Ini adalah persyaratan sementara selama alat pembaruan email ditambahkan, dan akan segera dihapus."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Mohon periksa kembali apakah Anda telah memasukkan alamat email dengan benar."
@@ -5602,10 +5732,28 @@ msgstr "Silakan masukkan kata sandi. Kata sandi harus memiliki setidaknya 8 kara
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Masukkan nama unik untuk sandi aplikasi ini atau gunakan nama yang kami buat secara acak."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Silakan masukkan kata, tagar, atau frasa yang valid untuk dibisukan"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Masukkan email Anda."
 msgid "Please enter your invite code."
 msgstr "Silakan masukkan kode undangan Anda."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Silakan masukkan kata sandi"
@@ -5648,7 +5800,11 @@ msgstr "Silakan pilih alasan untuk laporan ini"
 msgid "Please sign in as @{0}"
 msgstr "Silakan masuk sebagai @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Mohon Verifikasi Email Anda"
 
@@ -5662,7 +5818,7 @@ msgstr "Politik"
 msgid "Porn"
 msgstr "Pornografi"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Posting"
@@ -5670,25 +5826,25 @@ msgstr "Posting"
 #: src/view/com/post-thread/PostThread.tsx:540
 msgctxt "description"
 msgid "Post"
-msgstr "Posting"
+msgstr "Postingan"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Posting Semua"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Postingan oleh {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Postingan oleh @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Postingan dihapus"
@@ -5697,7 +5853,7 @@ msgstr "Postingan dihapus"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Postingan gagal diunggah. Silakan periksa koneksi internet Anda dan coba lagi."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Postingan telah dihapus"
 
@@ -5719,7 +5875,7 @@ msgstr "Postingan yang Anda sembunyikan"
 msgid "Post interaction settings"
 msgstr "Pengaturan interaksi postingan"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Pengaturan Interaksi Postingan"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Postingan dilepaskan"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Postingan"
@@ -5789,7 +5945,7 @@ msgstr "Tekan untuk melihat pengikut akun ini yang juga Anda ikuti"
 msgid "Previous image"
 msgstr "Gambar sebelumnya"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Bahasa Utama"
 
@@ -5807,26 +5963,26 @@ msgstr "Notifikasi prioritas"
 msgid "Privacy"
 msgstr "Privasi"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privasi dan keamanan"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privasi dan Keamanan"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Kebijakan Privasi"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Memproses video..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Memproses..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profil diperbarui"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Daftar terbuka yang dapat dibagikan dan digunakan sebagai feed."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Kirim postingan"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Kirim postingan"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Kirim balasan"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Kirim balasan"
 
@@ -5904,11 +6060,11 @@ msgstr "Kode QR disimpan ke rol kamera Anda!"
 msgid "Quote post"
 msgstr "Kutip postingan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Kutipan kembali dilampirkan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Kutipan berhasil dilepaskan"
 
@@ -5927,7 +6083,7 @@ msgstr "Pengaturan kutipan"
 msgid "Quotes"
 msgstr "Kutipan"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Kutipan postingan ini"
 
@@ -5942,8 +6098,8 @@ msgstr "Acak (alias \"Rolet Pemosting\")"
 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 "Melebihi batas perubahan – Anda terlalu sering mengubah panggilan dalam waktu singkat. Harap tunggu beberapa saat sebelum mencoba kembali."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Kembalikan kutipan"
 
@@ -5958,17 +6114,17 @@ msgstr "Aktifkan kembali akun Anda"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Baca blog postingan (dalam bahasa Inggris)"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Sembunyikan"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Lihat selengkapnya"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Baca blog Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Hubungkan kembali"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Tolak"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Tolak permintaan obrolan"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Memuat ulang percakapan"
@@ -6022,7 +6178,7 @@ msgstr "Memuat ulang percakapan"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Hapus"
 msgid "Remove {displayName} from starter pack"
 msgstr "Hapus {displayName} dari paket pemula"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Hapus {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Hapus akun"
 
@@ -6046,13 +6202,13 @@ msgstr "Hapus akun"
 msgid "Remove attachment"
 msgstr "Hapus sisipan"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Hapus Avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Hapus Sampul"
 
@@ -6079,7 +6235,7 @@ msgstr "Hapus feed?"
 msgid "Remove from my feeds"
 msgstr "Hapus dari daftar feed saya"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Hapus dari akses cepat?"
 
@@ -6097,11 +6253,16 @@ msgstr "Hapus dari feed Anda?"
 msgid "Remove image"
 msgstr "Hapus gambar"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Hapus kata yang dibisukan dari daftar Anda"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Hapus profil"
 
@@ -6114,7 +6275,7 @@ msgstr "Hapus kutipan"
 msgid "Remove repost"
 msgstr "Hapus postingan ulang"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Hapus berkas subtitel"
 
@@ -6124,18 +6285,18 @@ msgstr "Hapus feed ini dari feed tersimpan Anda"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr ""
+msgstr "Hapus pengguna dari daftar"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Hapus verifikasi"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Hapus verifikasi Anda dari akun ini?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Dihapus dari daftar feed Anda"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Menghapus profil dari riwayat pencarian"
+msgstr "Hapus verifikasi"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Menghapus postingan yang dikutip"
 msgid "Replace with Discover"
 msgstr "Ganti dengan Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Balasan"
 
@@ -6193,12 +6350,12 @@ msgstr "Balasan dinonaktifkan"
 msgid "Replies to this post are disabled."
 msgstr "Balasan ke postingan ini dinonaktifkan."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Balas"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Balas ({0, plural, other {# balasan}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Pengaturan balasan dipilih oleh pembuat utas"
 msgid "Reply sorting"
 msgstr "Urutan balasan"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Membalas <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Membalas postingan yang diblokir"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Membalas postingan"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Membalas Anda"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Visibilitas balasan diperbarui"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Balasan berhasil disembunyikan"
 
@@ -6261,16 +6418,16 @@ msgstr "Balasan berhasil disembunyikan"
 msgid "Report"
 msgstr "Laporkan"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Laporkan akun"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Laporkan percakapan"
 
@@ -6293,8 +6450,8 @@ msgstr "Laporkan daftar"
 msgid "Report message"
 msgstr "Laporkan pesan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Laporkan postingan"
 
@@ -6369,27 +6526,27 @@ msgstr "Posting ulang atau kutip postingan"
 msgid "Reposted By"
 msgstr "Diposting Ulang Oleh"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Diposting ulang oleh {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Diposting ulang oleh <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Diposting ulang oleh Anda"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Postingan ulang postingan ini"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Ajukan Perubahan"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "Ajukan perubahan"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Minta Kode"
 msgid "Require alt text before posting"
 msgstr "Wajibkan teks alt sebelum memposting"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Gunakan kode email untuk masuk ke akun Anda."
 
@@ -6413,13 +6570,19 @@ msgstr "Diwajibkan untuk provider ini"
 msgid "Required in your region"
 msgstr "Diperlukan di wilayah Anda"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Kirim ulang email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Kirim Ulang Email"
@@ -6436,8 +6599,8 @@ msgstr "Kode reset"
 msgid "Reset Code"
 msgstr "Kode Reset"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Reset status orientasi"
 
@@ -6458,10 +6621,10 @@ msgstr "Mencoba kembali tindakan terakhir yang gagal"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Kembali ke halaman sebelumnya"
 msgid "Returns to home page"
 msgstr "Kembali ke beranda"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Kembali ke langkah sebelumnya"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Simpan"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Simpan"
@@ -6534,7 +6699,7 @@ msgstr "Simpan tanggal lahir"
 msgid "Save changes"
 msgstr "Simpan perubahan"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Simpan Perubahan"
 
@@ -6564,16 +6729,12 @@ msgstr "Simpan ke daftar feed saya"
 msgid "Saved Feeds"
 msgstr "Feed Tersimpan"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Disimpan ke rol kamera Anda"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Disimpan ke daftar feed Anda"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Simpan setiap perubahan pada profil Anda"
 
@@ -6583,8 +6744,8 @@ msgstr "Menyimpan pengaturan pemangkasan gambar"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Katakan halo!"
 
@@ -6602,11 +6763,11 @@ msgstr "Gulir ke atas"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Cari"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Cari postingan @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Cari postingan @{0}"
 msgid "Search by name or interest"
 msgstr "Cari berdasarkan nama atau minat"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Cari feed"
 
@@ -6638,11 +6799,11 @@ msgstr "Cari feed yang ingin Anda sarankan kepada orang lain."
 
 #: src/screens/Search/Explore.tsx:362
 msgid "Search for more accounts"
-msgstr ""
+msgstr "Cari lebih banyak akun"
 
 #: src/screens/Search/Explore.tsx:439
 msgid "Search for more feeds"
-msgstr ""
+msgstr "Cari lebih banyak umpan"
 
 #: src/screens/Search/Shell.tsx:334
 msgid "Search for posts, users, or feeds"
@@ -6656,8 +6817,8 @@ msgstr "Cari GIF"
 msgid "Search my posts"
 msgstr "Cari postingan saya"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Cari postingan"
 
@@ -6679,7 +6840,11 @@ msgstr "Cari..."
 msgid "Searches for profiles"
 msgstr "Mencari profil"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Langkah Keamanan Diperlukan"
 
@@ -6699,7 +6864,7 @@ msgstr "Lihat postingan #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Lihat postingan #{tag} dari pengguna"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Lihat lowongan pekerjaan di Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Pilih warna"
 msgid "Select account"
 msgstr "Pilih akun"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Pilih bahasa aplikasi"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Pilih avatar"
@@ -6727,10 +6896,22 @@ msgstr "Pilih avatar"
 msgid "Select an emoji"
 msgstr "Pilih emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Pilih suatu opsi"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Pilih bahasa aplikasi"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Pilih bahasa konten"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Pilih dari akun yang sudah ada"
@@ -6747,11 +6928,11 @@ msgstr "Pilih GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Pilih berapa lama kata ini akan dibisukan."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Pilih bahasa..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Pilih bahasa"
 
@@ -6763,6 +6944,10 @@ msgstr "Pilih layanan moderasi"
 msgid "Select moderator"
 msgstr "Pilih moderator"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Pilih bahasa utama"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Pilih emoji {emojiName} sebagai avatar Anda"
 msgid "Select the moderation service(s) to report to"
 msgstr "Pilih layanan moderasi untuk melaporkan"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Pilih video"
 
@@ -6784,11 +6969,11 @@ msgstr "Pilih video"
 msgid "Select what content this mute word should apply to."
 msgstr "Pilih di konten mana saja kata ini akan dibisukan."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Pilih bahasa apa yang digunakan untuk antarmuka pengguna."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Pilih bahasa yang ingin Anda sertakan dalam feed langganan Anda. Jika tidak memilih, maka semua bahasa akan ditampilkan."
 
@@ -6801,7 +6986,7 @@ msgstr "Pilih tanggal lahir Anda"
 msgid "Select your interests from the options below"
 msgstr "Pilih minat Anda dari opsi di bawah ini"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Pilih bahasa yang disukai untuk terjemahan dalam feed Anda."
 
@@ -6813,19 +6998,17 @@ msgstr "Memilih opsi {0} dari {numItems}"
 msgid "Send a neat website!"
 msgstr "Kirimkan situs web yang bagus!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Kirim Konfirmasi"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "Kirim konfirmasi"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Kirim email konfirmasi"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Kirim Email Konfirmasi"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Kirim email"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Kirim Email"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Kirim masukan"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Kirim pesan"
@@ -6863,13 +7046,14 @@ msgstr "Kirim laporan ke {0}"
 msgid "Send report to {title}"
 msgstr "Kirim laporan ke {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Kirim email verifikasi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Kirim melalui pesan"
 
@@ -6901,10 +7085,10 @@ msgstr "Siapkan akun Anda"
 msgid "Sets email for password reset"
 msgstr "Atur email untuk pengaturan ulang kata sandi"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Pengaturan"
 
@@ -6926,16 +7110,16 @@ msgstr "Bermuatan Seksual"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Bagikan"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Bagikan"
@@ -6948,9 +7132,9 @@ msgstr "Bagikan cerita seru!"
 msgid "Share a fun fact!"
 msgstr "Bagikan fakta menarik!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Tetap bagikan"
 
@@ -6990,7 +7174,7 @@ msgstr "Bagikan paket pemula ini dan bantu orang-orang untuk bergabung dengan ko
 msgid "Share your favorite feed!"
 msgstr "Bagikan feed favorit Anda!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Penguji Preferensi Bersama"
 
@@ -7011,8 +7195,8 @@ msgstr "Tampilkan teks alt"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Tetap tampilkan"
 
@@ -7033,8 +7217,8 @@ msgstr "Tampilkan opsi penyesuaian"
 msgid "Show hidden replies"
 msgstr "Tampilkan balasan yang disembunyikan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Kurangi postingan serupa"
 
@@ -7042,14 +7226,14 @@ msgstr "Kurangi postingan serupa"
 msgid "Show list anyway"
 msgstr "Tetap tampilkan daftar"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Tampilkan Lebih Lanjut"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Perbanyak postingan serupa"
 
@@ -7079,8 +7263,8 @@ msgstr "Tampilkan balasan dalam bentuk bersusun"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Tampilkan balasan dari orang yang Anda ikuti sebelum balasan lainnya"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Tampilkan balasan untuk semua"
 
@@ -7102,11 +7286,11 @@ msgstr "Tampilkan peringatan"
 msgid "Show warning and filter from feeds"
 msgstr "Tampilkan peringatan dan saring dari feed"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Menampilkan informasi tentang kapan postingan ini dibuat"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Menampilkan akun lain yang dapat Anda alihkan"
 
@@ -7124,8 +7308,8 @@ msgstr "Menampilkan konten"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Menampilkan konten"
 msgid "Sign in"
 msgstr "Masuk"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Masuk sebagai {0}"
 
@@ -7144,13 +7328,13 @@ msgstr "Masuk sebagai..."
 #: src/screens/Deactivated.tsx:203
 #: src/screens/Deactivated.tsx:209
 msgid "Sign in or create an account"
-msgstr ""
+msgstr "Masuk atau buat akun"
 
 #: src/components/dialogs/Signin.tsx:75
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Masuk atau buat akun Anda untuk bergabung dalam percakapan!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Masuk ke akun yang tidak tercantum dalam daftar"
 
@@ -7158,15 +7342,15 @@ msgstr "Masuk ke akun yang tidak tercantum dalam daftar"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Masuk ke Bluesky atau buat akun baru"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Keluar"
 
@@ -7174,8 +7358,8 @@ msgstr "Keluar"
 msgid "Sign Out"
 msgstr "Keluar"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Keluar?"
 
@@ -7206,14 +7390,19 @@ msgstr "Lewati tahap ini"
 msgid "Smaller"
 msgstr "Lebih kecil"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Menunda pengingat"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Pengembang Perangkat Lunak"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Beberapa dari verifikasi Anda tidak valid."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7225,17 +7414,17 @@ msgstr "Beberapa orang dapat membalas"
 
 #: src/components/dms/MessageItem.tsx:148
 msgid "Someone reacted {0}"
-msgstr ""
+msgstr "Seseorang menanggapi {0}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:241
 msgid "Someone reacted {0} to {1}"
-msgstr ""
+msgstr "Seseorang menanggapi {0} ke {1}"
 
 #: src/components/moderation/ReportDialog/index.tsx:76
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Ada sesuatu yang kurang benar dengan data yang Anda laporkan. Silakan hubungi bantuan."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Ada yang tidak beres"
 
@@ -7264,8 +7453,8 @@ msgstr "Ada yang tidak beres. Silakan coba lagi."
 msgid "Something wrong? Let us know."
 msgstr "Ada masalah? Beri tahu kami."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Maaf! Sesi Anda telah berakhir. Silakan masuk lagi."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; menyebut atau membalas secara berlebihan"
 msgid "Sports"
 msgstr "Olahraga"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Mulai obrolan baru"
 
@@ -7322,8 +7511,8 @@ msgstr "Mulai tambahkan orang!"
 msgid "Start chat with {displayName}"
 msgstr "Mulai obrolan dengan {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Paket Pemula"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Paket pemula tidak valid"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Paket Pemula"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Paket pemula memudahkan Anda untuk berbagi feed dan akun favorit Anda dengan teman."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Halaman Status"
 
@@ -7363,12 +7552,12 @@ msgstr "Halaman Status"
 msgid "Step {0} of {1}"
 msgstr "Langkah {0} dari {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Penyimpanan dibersihkan, Anda perlu memulai ulang aplikasi sekarang."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Storybook"
 
@@ -7401,11 +7590,11 @@ msgstr "Berlangganan"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Berlangganan @{0} untuk menggunakan label berikut:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Berlangganan Pelabel"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Berlangganan pelabel ini"
 
@@ -7413,17 +7602,18 @@ msgstr "Berlangganan pelabel ini"
 msgid "Subscribe to this list"
 msgstr "Berlangganan ke daftar ini"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Sukses!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Berhasil diverifikasi"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
-msgstr ""
+msgstr "Akun yang disarankan"
 
 #: src/components/FeedInterstitials.tsx:339
 msgid "Suggested for you"
@@ -7437,23 +7627,23 @@ msgstr "Sugestif"
 #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:60
 msgctxt "Name of app icon variant"
 msgid "Sunrise"
-msgstr ""
+msgstr "Terbit"
 
 #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:70
 msgctxt "Name of app icon variant"
 msgid "Sunset"
-msgstr ""
+msgstr "Terbenam"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Dukungan"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Ganti akun"
 
@@ -7462,11 +7652,11 @@ msgstr "Ganti akun"
 msgid "Switch Account"
 msgstr "Beralih Akun"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Ganti akun"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Beralih ke {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Beralih ke {0}"
 msgid "System"
 msgstr "Sistem"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Log sistem"
 
@@ -7491,7 +7681,7 @@ msgstr "Hanya tagar"
 #: src/components/ContextMenu/Backdrop.ios.tsx:80
 #: src/components/ContextMenu/Backdrop.tsx:46
 msgid "Tap to close context menu"
-msgstr ""
+msgstr "Ketuk untuk tutup menu konteks"
 
 #: src/components/ProgressGuide/Toast.tsx:156
 msgid "Tap to dismiss"
@@ -7518,7 +7708,7 @@ msgstr "Teknologi"
 msgid "Tell a joke!"
 msgstr "Ceritakan sebuah lelucon!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Ceritakan sedikit tentang diri Anda"
 
@@ -7531,12 +7721,12 @@ msgstr "Beritahu kami lebih lanjut"
 msgid "Terms"
 msgstr "Ketentuan"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Ketentuan Layanan"
 
@@ -7564,7 +7754,11 @@ msgstr "Kolom teks"
 msgid "Text input field"
 msgstr "Area input teks"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Terima kasih atas umpan balik Anda! Ini telah dikirim ke operator feed."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Terima kasih! Email Anda berhasil diverifikasi."
 
@@ -7597,12 +7791,12 @@ msgstr "Tidak dapat menemukan paket pemula."
 msgid "That's all, folks!"
 msgstr "Sekian!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Itu saja!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Akun ini dapat berinteraksi kembali dengan Anda setelah blokir dibuka."
 
@@ -7636,6 +7830,10 @@ msgstr "Feed Discover"
 msgid "The Discover feed now knows what you like"
 msgstr "Feed Discover kini tahu apa yang Anda sukai"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "Alamat email yang Anda masukkan sama dengan alamat email Anda saat ini."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Dapatkan pengalaman yang lebih baik dalam aplikasi. Unduh Bluesky sekarang dan kami akan melanjutkan dari langkah terakhir yang Anda tinggalkan."
@@ -7669,6 +7867,7 @@ msgstr "Kebijakan Privasi telah dipindahkan ke <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Video yang dipilih lebih besar dari 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Server tampaknya mengalami masalah. Silahkan coba lagi dalam beberapa saat."
@@ -7679,7 +7878,7 @@ msgstr "Paket pemula yang ingin Anda lihat tidak valid. Anda dapat menghapus pak
 
 #: src/components/ContextMenu/index.tsx:433
 msgid "The subject of the context menu"
-msgstr ""
+msgstr "Subyek dari menu konteks"
 
 #: 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."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Ada masalah saat menghubungi server"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Ada masalah saat menghubungi server, silakan periksa koneksi internet Anda dan coba lagi."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi."
 
@@ -7763,20 +7962,20 @@ msgstr "Ada masalah saat mengirimkan laporan. Silakan periksa koneksi internet A
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Ada masalah saat memperbarui feed Anda, silakan periksa koneksi internet dan coba lagi."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Ada masalah! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Pengaturan ini hanya berlaku untuk feed Mengikuti."
 msgid "This {screenDescription} has been flagged:"
 msgstr "{screenDescription} ini telah ditandai:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Akun ini memiliki tanda centang karena telah diverifikasi oleh sumber terpercaya."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Akun ini memiliki satu atau beberapa kali upaya verifikasi, namun saat ini belum terverifikasi."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Akun ini mewajibkan pengguna untuk masuk agar bisa melihat profilnya."
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Akun ini diblokir oleh satu atau lebih daftar moderasi Anda. Untuk membuka blokir, silakan kunjungi daftar tersebut secara langsung dan hapus pengguna ini."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Tindakan ini dapat dibatalkan kapan saja."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Konten ini tidak dapat dilihat tanpa akun Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Percakapan ini dilakukan dengan akun yang telah dihapus atau dinonaktifkan. Tekan untuk opsi lain"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Fitur ini masih dalam versi beta. Anda dapat membaca lebih lanjut tentang ekspor repositori di <0>postingan blog ini</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Fitur ini tidak tersedia saat menggunakan sandi aplikasi. Silakan masuk dengan sandi utama Anda."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Feed ini kosong! Anda mungkin perlu mengikuti lebih banyak pengguna atau menyesuaikan pengaturan bahasa."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Feed ini kosong."
@@ -7899,9 +8106,10 @@ msgstr "Panggilan ini sudah digunakan. Silakan coba yang lain."
 msgid "This information is not shared with other users."
 msgstr "Informasi ini tidak akan dibagikan ke pengguna lain."
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
-msgstr "Ini penting dilakukan untuk berjaga-jaga jika Anda perlu mengubah email atau mengatur ulang kata sandi."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Daftar ini kosong."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Layanan moderasi ini tidak tersedia. Lihat detail lebih lanjut di bawah. Jika masalah berlanjut, hubungi kami."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Postingan ini mengklaim dibuat pada <0>{0}</0>, tetapi baru terlihat di Bluesky pada <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Postingan ini mengklaim dibuat pada <0>{0}</0>, tetapi baru terlihat di
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Postingan ini menggunakan pembatasan interaksi yang tidak dikenali. Anda mungkin perlu memperbarui aplikasi."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Postingan ini telah dihapus."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Postingan ini hanya dapat dilihat oleh pengguna yang masuk. Ini tidak akan terlihat bagi pengguna yang belum masuk."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Postingan ini akan disembunyikan dari semua feed dan utas. Tindakan ini tidak dapat dibatalkan."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Pembuat postingan ini telah menonaktifkan kutipan."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Profil ini hanya dapat dilihat oleh pengguna yang masuk. Ini tidak akan terlihat bagi pengguna yang belum masuk."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Balasan ini akan disortir ke bagian tersembunyi di bawah utas Anda dan akan membisukan notifikasi balasan selanjutnya - baik untuk Anda maupun orang lain."
 
@@ -7976,6 +8184,10 @@ msgstr "Layanan ini tidak menyediakan ketentuan layanan atau kebijakan privasi."
 msgid "This should create a domain record at:"
 msgstr "Ini akan membuat catatan domain di:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Pengguna ini tidak memiliki nama tampilan, dan oleh karena itu tidak dapat diverifikasi."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Pengguna ini tidak memiliki pengikut."
@@ -8013,11 +8225,11 @@ msgstr "Pengguna ini tidak mengikuti siapa pun."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Ini akan menghapus \"{0}\" dari daftar kata yang Anda bisukan. Anda tetap dapat menambahkannya lagi nanti."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Ini akan menghapus @{0} dari daftar akses cepat."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Ini akan menghapus postingan Anda dari kutipan ini untuk semua pengguna, dan menempatkan teks pengganti."
 
@@ -8044,7 +8256,7 @@ msgstr "Bersusun"
 msgid "Threaded mode"
 msgstr "Mode bersusun"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferensi Utas"
 
@@ -8056,14 +8268,15 @@ msgstr "Waktu tersisa: {0, plural, other {# detik}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Untuk menonaktifkan metode 2FA melalui email, silakan verifikasi akses Anda ke alamat email tersebut."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Untuk melaporkan percakapan, silakan laporkan salah satu pesannya melalui laman percakapan. Ini akan membantu moderator kami memahami konteks masalah Anda."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Untuk mengunggah video ke Bluesky, Anda harus memverifikasi email Anda terlebih dahulu."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Kepada siapa Anda ingin mengirimkan laporan ini?"
@@ -8090,16 +8303,16 @@ msgstr "Mengaktifkan atau menonaktifkan suara"
 msgid "Top"
 msgstr "Teratas"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Topik"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Terjemahkan"
 
@@ -8109,7 +8322,7 @@ msgstr "Trending"
 
 #: src/screens/Search/Explore.tsx:608
 msgid "Trending topics"
-msgstr ""
+msgstr "Topik trending"
 
 #: src/components/interstitials/TrendingVideos.tsx:88
 msgid "Trending Videos"
@@ -8117,7 +8330,7 @@ msgstr "Tren Video"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Percaya muncul dari hubungan, komunitas, dan konteks bersama, oleh karena itu kami juga aktifkan <0>verifikator terpecaya</0>: organisasi yang bisa langsung terbitkan verifikasi."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Ketik pesan Anda di sini"
 msgid "Type:"
 msgstr "Tipe:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Tidak dapat tersambung. Silakan periksa koneksi internet Anda dan coba lagi."
@@ -8166,33 +8380,33 @@ msgstr "Tidak dapat menghapus"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Buka blokir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Buka blokir"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Buka blokir akun"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Buka Blokir Akun?"
 
 #: src/view/screens/ProfileList.tsx:620
 msgid "Unblock list"
-msgstr ""
+msgstr "Buka blokir daftar"
 
 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72
 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Berhenti ikuti"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Berhenti ikuti {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Berhenti ikuti akun"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Berhenti mengikuti pengguna"
 
@@ -8225,15 +8439,15 @@ msgstr "Berhenti mengikuti pengguna"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Sayangnya, tidak ada dari labeler yang Anda langgani mendukung tipe laporan ini."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Verifikator tidak diketahui"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Batal suka"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Batal suka ({0, plural, other {# suka}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Bunyikan"
 msgid "Unmute {tag}"
 msgstr "Bunyikan {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Bunyikan akun"
 
@@ -8265,10 +8479,10 @@ msgstr "Bunyikan percakapan"
 
 #: src/view/screens/ProfileList.tsx:605
 msgid "Unmute list"
-msgstr ""
+msgstr "Bunyikan daftar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Bunyikan utas"
 
@@ -8287,15 +8501,15 @@ msgstr "Lepaskan feed"
 
 #: src/components/FeedCard.tsx:320
 msgid "Unpin Feed"
-msgstr ""
+msgstr "Lepaskan Feed"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:305
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:307
 msgid "Unpin from home"
 msgstr "Lepaskan sematan dari beranda"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Lepas sematan dari profil"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} dilepaskan dari Beranda"
 msgid "Unpinned from your feeds"
 msgstr "Dilepaskan dari daftar feed Anda"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Batalkan penundaan pengingat email"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Berhenti langganan"
 
@@ -8320,7 +8539,7 @@ msgstr "Berhenti langganan"
 msgid "Unsubscribe from list"
 msgstr "Berhenti langganan daftar ini"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Berhenti langganan pelabel ini"
 
@@ -8328,11 +8547,11 @@ msgstr "Berhenti langganan pelabel ini"
 msgid "Unsubscribed from list"
 msgstr "Telah berhenti berlangganan dari daftar"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Tipe video tidak didukung"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Tipe video tidak didukung: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Perbarui"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Perbarui <0>{displayName}</0> dalam Daftar"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Perbarui ke {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Gagal memperbarui lampiran kutipan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Gagal memperbarui visibilitas balasan"
@@ -8371,7 +8601,7 @@ msgstr "Gagal memperbarui visibilitas balasan"
 msgid "Updating..."
 msgstr "Memperbarui..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Unggah foto saja"
 
@@ -8379,22 +8609,22 @@ msgstr "Unggah foto saja"
 msgid "Upload a text file to:"
 msgstr "Unggah berkas teks ke:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Unggah dari Kamera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Unggah dari Berkas"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Unggah dari Pustaka"
 
@@ -8407,7 +8637,7 @@ msgstr "Mengunggah gambar..."
 msgid "Uploading link thumbnail..."
 msgstr "Mengunggah keluku tautan..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Mengunggah video..."
 
@@ -8419,8 +8649,8 @@ msgstr "Gunakan kata sandi aplikasi untuk masuk ke klien Bluesky lain tanpa memb
 msgid "Use default provider"
 msgstr "Gunakan penyedia panggilan bawaan"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Gunakan peramban dalam aplikasi"
 
@@ -8429,8 +8659,8 @@ msgstr "Gunakan peramban dalam aplikasi"
 msgid "Use in-app browser to open links"
 msgstr "Gunakan peramban dalam aplikasi untuk membuka tautan"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Gunakan peramban baku saya"
 
@@ -8484,12 +8714,12 @@ msgstr "Daftar pengguna {0}"
 msgid "User list by you"
 msgstr "Daftar pengguna Anda"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Daftar pengguna dibuat"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Daftar pengguna diperbarui"
@@ -8523,31 +8753,37 @@ msgstr "Pengguna yang saya ikuti"
 msgid "Value:"
 msgstr "Nilai:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Verifikasi gagal, silakan coba lagi."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Pengaturan verifikasi"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Pengaturan Verifikasi"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Verifikasi di Bluesky bekerja secara berbeda dari platfrom lainnya <0>Pelajari selengkapnya di sini. (dalam Bahasa Inggris)</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Diperlukan email yang terverifikasi"
+msgstr "Diverifikasi oleh:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "Verifikasi akun"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "Verifikasi DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Verifikasi email"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Dialog verifikasi email"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verifikasi Email Baru"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verifikasi sekarang"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verifikasi Berkas"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Verifikasi akun ini?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verifikasi email Anda"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifikasi Email Anda"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versi {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Video gagal diproses"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Feed Video"
 
@@ -8616,11 +8853,11 @@ msgstr "Video dari {0}: {text}"
 msgid "Video Games"
 msgstr "Permainan Video"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video telah dijeda"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Video sedang diputar"
 
@@ -8628,11 +8865,11 @@ msgstr "Video sedang diputar"
 msgid "Video not found."
 msgstr "Video tidak ditemukan."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Pengaturan video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video diunggah"
 
@@ -8640,24 +8877,24 @@ msgstr "Video diunggah"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Video"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Durasi video harus kurang dari 3 menit"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Lihat avatar {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Lihat profil {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Lihat profil {0}"
 msgid "View {displayName}'s profile"
 msgstr "Lihat profil {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Lihat profil pengguna yang diblokir"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Lihat entri debug"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Lihat detail"
 
@@ -8688,7 +8925,7 @@ msgstr "Lihat detail"
 msgid "View details for reporting a copyright violation"
 msgstr "Lihat detail untuk melaporkan pelanggaran hak cipta"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Lihat utas lengkap"
 
@@ -8703,13 +8940,12 @@ msgstr "Lihat informasi tentang label ini"
 msgid "View more"
 msgstr "Lihat lainnya"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Lihat profil"
 
@@ -8723,7 +8959,7 @@ msgstr "Lihat layanan pelabelan yang disediakan oleh @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Lihat verifikasi pengguna ini"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Lihat daftar akun yang Anda bisukan"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Lihat verifikasi Anda"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Peringatkan konten"
 msgid "Warn content and filter from feeds"
 msgstr "Peringatkan konten dan saring dari feed"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Kami tidak menemukan hasil apa pun untuk tagar tersebut."
@@ -8798,7 +9039,7 @@ msgstr "Kami tidak menemukan hasil apa pun untuk tagar tersebut."
 msgid "We couldn't find any results for that topic."
 msgstr "Kami tidak menemukan hasil apa pun untuk topik tersebut."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Kami tidak dapat memuat percakapan ini"
 
@@ -8820,6 +9061,10 @@ msgstr "Kami kehabisan postingan dari akun yang Anda ikuti. Inilah yang terbaru
 
 #: src/screens/Settings/SettingsInterests.tsx:155
 msgid "We recommend selecting at least two interests."
+msgstr "Kami sarankan memilih setidaknya dua minat."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
 msgstr ""
 
 #: src/view/com/composer/state/video.ts:417
@@ -8842,6 +9087,10 @@ msgstr "Sepertinya ada masalah koneksi. Mohon coba lagi untuk melanjutkan pengat
 msgid "We will let you know when your account is ready."
 msgstr "Kami akan memberi tahu Anda ketika akun Anda siap."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Kami akan menggunakan ini untuk menyesuaikan pengalaman Anda."
@@ -8853,7 +9102,7 @@ msgstr "Kami mengalami masalah jaringan, coba lagi"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Kami memperkenalkan lapisan verifikasi baru di Bluesky — tanda centang yang mudah dilihat."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Mohon maaf, untuk saat ini kami tidak dapat memuat kata yang Anda bisuka
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Maaf, pencarian Anda tidak dapat dilakukan. Mohon coba lagi dalam beberapa menit."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Kami mohon maaf! Postingan yang Anda balas telah dihapus."
 
@@ -8880,7 +9129,7 @@ msgstr "Kami mohon maaf! Postingan yang Anda balas telah dihapus."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Maaf! Kami tidak dapat menemukan halaman yang Anda cari."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Maaf! Anda hanya dapat berlangganan dua puluh pelabel, dan Anda telah mencapai batas tersebut."
 
@@ -8902,13 +9151,13 @@ msgstr "Apa nama paket pemula Anda?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Apa kabar?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Saat Anda ketuk pada tanda centang, Anda akan melihat organisasi mana yang telah memberikan verifikasi."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Siapa yang dapat membalas"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Siapa yang dapat memverifikasi?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Waduh!"
@@ -8984,11 +9233,11 @@ msgstr "Mengapa pengguna ini perlu ditinjau?"
 msgid "Write a message"
 msgstr "Tulis pesan"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Tulis postingan"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Tulis balasan Anda"
@@ -9002,6 +9251,11 @@ msgstr "Penulis"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "DID yang dikembalikan dari server salah: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Ya"
@@ -9015,11 +9269,11 @@ msgstr "Ya, nonaktifkan"
 msgid "Yes, delete this starter pack"
 msgstr "Ya, hapus paket pemula ini"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Ya, lepaskan"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Ya, sembunyikan"
 
@@ -9037,16 +9291,25 @@ msgstr "Anda"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Anda adalah verifikator terpercaya"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
-msgstr ""
+msgstr "Anda akan membuat akun pada"
 
 #: src/screens/SignupQueued.tsx:157
 msgid "You are in line."
 msgstr "Anda sedang dalam antrian."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Anda tidak diizinkan untuk mengunggah video."
@@ -9055,22 +9318,26 @@ msgstr "Anda tidak diizinkan untuk mengunggah video."
 msgid "You are not following anyone."
 msgstr "Anda tidak mengikuti siapa pun."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Anda telah diverifikasi"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Anda telah diverfikasi. Status verifikasi Anda akan hilang jika Anda mengganti nama tampilan Anda. <0>Pelajari selengkapnya. (dalam bahasa Inggris)</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Anda telah diverfikasi. Status verifikasi Anda akan hilang jika Anda mengganti nama panggilan Anda. <0>Pelajari selengkapnya.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
-msgstr ""
+msgstr "Anda dapat menyesuaikan minat Anda kapan saja melalui pengaturan \"Konten dan Media\"."
 
 #: src/view/com/posts/FollowingEmptyState.tsx:63
 #: src/view/com/posts/FollowingEndOfFeed.tsx:64
@@ -9166,7 +9433,7 @@ msgstr "Anda telah membisukan akun ini."
 msgid "You have muted this user"
 msgstr "Anda telah membisukan pengguna ini"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Anda belum memiliki percakapan. Mulai sekarang!"
 
@@ -9179,11 +9446,11 @@ msgstr "Anda tidak memiliki feed."
 msgid "You have no lists."
 msgstr "Anda tidak memiliki daftar."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Anda belum memblokir akun apa pun. Untuk memblokir akun, buka profil mereka dan pilih \"Blokir akun\" dari menu di akunnya."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Anda belum membisukan akun apa pun. Untuk membisukan akun, buka profil mereka dan pilih \"Bisukan akun\" dari menu di akunnya."
 
@@ -9191,11 +9458,15 @@ msgstr "Anda belum membisukan akun apa pun. Untuk membisukan akun, buka profil m
 msgid "You have reached the end"
 msgstr "Anda telah mencapai akhir"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Anda telah mencapai batas sementara unggahan video. Silakan coba lagi nanti."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Anda belum membuat paket pemula!"
 
@@ -9224,7 +9495,7 @@ msgstr "Anda hanya dapat menambahkan hingga {STARTER_PACK_MAX_SIZE, plural, othe
 msgid "You may only add up to 3 feeds"
 msgstr "Anda hanya boleh menambahkan maksimal 3 feed"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Anda hanya boleh memilih maksimal 4 gambar"
 
@@ -9232,7 +9503,7 @@ msgstr "Anda hanya boleh memilih maksimal 4 gambar"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Anda harus berusia 13 tahun atau lebih untuk membuat akun."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Anda harus mengikuti setidaknya tujuh orang sebelum membuat paket pemula."
 
@@ -9248,28 +9519,36 @@ msgstr "Anda harus memberikan akses ke pustaka foto Anda untuk menyimpan gambar
 msgid "You must select at least one labeler for a report"
 msgstr "Anda harus memilih setidaknya satu pelabel untuk sebuah laporan"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Anda perlu memverifikasi email Anda sebelum Anda mengaktifkan email 2FA."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Anda telah menonaktifkan @{0} sebelumnya."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Anda mungkin ingin memuat ulang aplikasi sekarang."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
-msgstr "Anda bereaksi {0}"
+msgstr "Anda menanggapi {0}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:218
 msgid "You reacted {0} to {1}"
-msgstr "Anda bereaksi {0} pada {1}"
+msgstr "Anda menanggapi {0} pada {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Anda akan keluar dari semua akun."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Anda tidak akan lagi menerima notifikasi untuk utas ini"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Anda sekarang akan menerima notifikasi untuk utas ini"
 
@@ -9305,7 +9584,7 @@ msgstr "Anda akan mengikuti pengguna ini dan {0} lainnya"
 msgid "You'll follow these people right away"
 msgstr "Anda akan otomatis mengikuti para pengguna ini"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Anda akan menerima email di <0>{0}</0> untuk memverifikasi bahwa ini benar Anda."
 
@@ -9339,6 +9618,10 @@ msgstr "Anda telah menemukan orang-orang untuk diikuti"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Anda telah mencapai bagian akhir feed! Temukan lebih banyak akun lain untuk diikuti."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak bita)"
@@ -9347,7 +9630,7 @@ msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak bita)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak video)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Anda kehabisan video untuk ditonton. Mungkin sudah saatnya untuk beristirahat?"
 
@@ -9391,14 +9674,18 @@ msgstr "Peramban Anda tidak mendukung format video. Silakan coba peramban lain."
 msgid "Your chats have been disabled"
 msgstr "Obrolan Anda telah dinonaktifkan"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Pilihan Anda akan disimpan, tetapi dapat diubah nanti di pengaturan."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Pilihan Anda akan diingat untuk tautan selanjutnya. Anda dapat mengubahnya kapan saja di pengaturan."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Nama panggilan Anda <0>{0}</0> akan otomatis dicadangkan untuk Anda. Anda bisa kembali menggantinya kapan saja dari akun ini."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Alamat email Anda sudah diperbarui tapi belum diverifikasi. Langkah selanjutnya, silakan verifikasi surel baru Anda."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Nama panggilan Anda <0>{0}</0> akan otomatis dicadangkan untuk Anda. And
 msgid "Your email appears to be invalid."
 msgstr "Email Anda tidak valid."
 
-#: 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 "Alamat email Anda telah diperbarui namun belum diverifikasi. Silakan verifikasi alamat email baru Anda."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Alamat email Anda belum diverifikasi. Ini merupakan langkah keamanan penting yang kami rekomendasikan."
 
@@ -9434,22 +9721,22 @@ msgstr "Panggilan lengkap Anda akan menjadi <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Nama pengguna lengkap Anda akan menjadi <0> {0} </0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
 #: src/screens/Settings/SettingsInterests.tsx:39
 msgid "Your interests"
-msgstr ""
+msgstr "Minat Anda"
 
 #: src/screens/Settings/SettingsInterests.tsx:124
 msgctxt "toast"
 msgid "Your interests have been updated!"
-msgstr ""
+msgstr "Minat Anda telah diperbarui!"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:94
 msgid "Your interests help us find what you like!"
-msgstr ""
+msgstr "Minat Anda membantu kami mencari apa yang Anda sukai!"
 
 #: src/components/dialogs/MutedWords.tsx:369
 msgid "Your muted words"
@@ -9463,11 +9750,11 @@ msgstr "Kata sandi Anda telah berhasil diubah!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Kata sandi Anda harus terdiri dari setidaknya 8 karakter."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Postingan Anda telah dipublikasikan"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Postingan Anda telah dipublikasikan"
 
@@ -9479,7 +9766,7 @@ msgstr "Postingan, suka, dan pemblokiran Anda bersifat publik. Sedangkan pembisu
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "Profil, postingan, feed, dan daftar Anda tidak akan terlihat lagi oleh pengguna Bluesky lain. Anda dapat mengaktifkan kembali kapan saja dengan cara masuk ke akun."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Balasan Anda telah dipublikasikan"
 
@@ -9493,8 +9780,8 @@ msgstr "Laporan Anda akan dikirim ke Layanan Moderasi Bluesky"
 
 #: src/screens/Settings/SettingsInterests.tsx:53
 msgid "Your selected interests help us serve you content you care about."
-msgstr ""
+msgstr "Minat yang anda pilih membantu kami menyajikan konten yang Anda inginkan."
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Verifikasi Anda"
diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po
index adcac2855..c25cc2e8d 100644
--- a/src/locale/locales/it/messages.po
+++ b/src/locale/locales/it/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: it\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Italian\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(attivo)"
 msgid "(contains embedded content)"
 msgstr "(contiene allegati)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(nessuna email)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# ripubblicazione} other {# ripubblicazioni}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# secondo} other {# secondi}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# elemento non letto} other {# elementi non letti}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# elemento non letto} other {# elementi non letti}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# mese} other {# mesi}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {follower} other {follower}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {seguito} other {seguiti}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {mi piace} other {mi piace}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {mi piace} other {mi piace}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {post} other {post}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citazione} other {citazioni}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {repost} other {repost}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>in <1>tag</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>in <1>testo e tag</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} aggiunti questa settimana"
@@ -157,7 +160,8 @@ msgstr "{0} ha reagito con {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} ha reagito con {1} a {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Foto profilo di {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# elemento non letto} other {# elementi non letti}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {ora} other {ore}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuto} other {minuti}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}</0> ti hanno seguito"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "A {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}</0> è piaciuto il tuo feed personalizzato"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "A {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}</0> è piaciuto il tuo post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}</0> hanno rimosso le loro verifiche dal tuo account"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}</0> hanno ripubblicato il tuo post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}</0> si sono iscritti al tuo starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}</0> ti hanno verificato"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} ha iniziato a seguirti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} ha iniziato a seguirti a sua volta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "A {firstAuthorLink} è piaciuto il tuo feed personalizzato"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "A {firstAuthorLink} è piaciuto il tuo post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} ha rimosso la propria verifica dal tuo account"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} ha ripubblicato il tuo post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} si è iscritto con il tuo starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} ti ha verificato"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno iniziato a seguirti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "A {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} è piaciuto il tuo feed personalizzato"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "A {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} è piaciuto il tuo post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno rimosso le loro verifiche dal tuo account"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno ripubblicato il tuo post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} si sono iscritti al tuo starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} ti hanno verificato"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} ha iniziato a seguirti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} ha iniziato a seguirti a sua volta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "A {firstAuthorName} è piaciuto il tuo feed personalizzato"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "A {firstAuthorName} è piaciuto il tuo post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} ha rimosso la propria verifica dal tuo account"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} ha ripubblicato il tuo post"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} si è iscritto al tuo starter pack"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} ti ha verificato"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} seguiti"
@@ -335,11 +339,23 @@ msgstr "{following} seguiti"
 msgid "{handle} can't be messaged"
 msgstr "{handle} non può ricevere messaggi"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# utenti si sono uniti}}!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# elemento non letto} other {# elementi non letti}}"
@@ -364,16 +380,16 @@ msgstr "{type}h fa"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} è un certificatore attendibile"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} è verificato"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "Verifiche di {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>e {2, plural, one {# altro} other {# altri}} sono inclusi nel tuo starter pack"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {follower} other {follower}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {seguito} other {seguiti}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Sperimentale:</0> Attivando questa opzione riceverai solo le notifich
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Tu</0> e<1> </1><2>{0} </2>sono inclusi nel tuo starter pack"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Nome utente non valido"
 
@@ -449,21 +465,21 @@ msgstr "un messaggio"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Una nuova forma di verifica"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Risorse aggiuntive"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Accetta"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Accetta richiesta"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Accetta richiesta"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accessibilità"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Impostazioni di accessibilità"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Account"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Account bloccato"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Account seguito"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Account silenziato"
@@ -517,34 +533,34 @@ msgstr "Account silenziato"
 msgid "Account Muted by List"
 msgstr "Account silenziato dalla lista"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Opzioni dell'account"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Account rimosso dall'accesso rapido"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Account sbloccato"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Non segui più questo account"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Account riattivato"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Gli account con una spunta blu dentellata <0><1/></0> possono verificare l'identità di altri account. I certificatori attendibili sono selezionati da Bluesky."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Aggiungi {displayName} allo starter pack"
 msgid "Add a content warning"
 msgstr "Aggiungi un avviso sul contenuto"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Aggiungi account"
 msgid "Add alt text"
 msgstr "Aggiungi testo alternativo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Aggiungi testo alternativo (opzionale)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Aggiungi un altro account"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Aggiungi un altro post"
 
@@ -627,7 +647,7 @@ msgstr "Aggiungi parola silenziata con le impostazioni indicate"
 msgid "Add muted words and tags"
 msgstr "Aggiungi parole e tag silenziati"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Aggiungi nuovo post"
 
@@ -664,8 +684,8 @@ msgstr "Aggiungi il seguente record DNS al tuo dominio:"
 msgid "Add this feed to your feeds"
 msgstr "Aggiungi feed"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Aggiungi a liste"
 
@@ -718,6 +738,11 @@ msgstr "Etichette per contenuti per adulti"
 msgid "Advanced"
 msgstr "Avanzate"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Tutte"
@@ -732,7 +757,7 @@ msgstr "Tutti gli account sono stati seguiti!"
 msgid "All languages"
 msgstr "Tutte le lingue"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Tutti i feed che hai salvato, in un unico posto."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Testo alternativo"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Il testo alternaivo verrà troncato. {MAX_ALT_TEXT, plural, other {Limite: {0} caratteri.}}"
 
 #: 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 "È stata inviata un'email a {0}. Include un codice di conferma che puoi inserire di seguito."
 
-#: 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 "Una email è stata inviata al tuo indirizzo precedente, {0}. Include un codice di conferma che puoi inserire di seguito."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Abbiamo inviato un'email al tuo indirizzo precedente, {currentEmail}. Include un codice di conferma che puoi inserire qui sotto."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Un email è stata inviata! Inserisci qui sotto il codice di conferma presente nell'email."
 
@@ -825,7 +849,7 @@ msgstr "Si è verificato un errore durante la compressione del video."
 msgid "An error occurred while fetching the feed."
 msgstr "Si è verificato un errore recuperando il feed."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Si è verificato un errore nel creare il tuo starter pack. Vuoi riprovare?"
 
@@ -842,7 +866,7 @@ msgstr "Si è verificato un errore durante il caricamento del video. Riprova."
 msgid "An error occurred while saving the QR code!"
 msgstr "Si è verificato un errore nel salvare il codice QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Si è verificato un errore durante la selezione del video"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Si è verificato un errore nel caricare il video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Un'illustrazione che mostra che Bluesky seleziona certificatori attendibili e questi a loro volta verificano gli account dei singoli utenti."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Un problema non incluso in queste opzioni"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Si è verificato un problema nel creare la chat"
 
@@ -875,8 +899,8 @@ msgstr "Si è verificato un problema nell'aprire la chat"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Si è verificato un problema, riprova."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Un'immagine di un iPhone che mostra l'app Bluesky aperta sul profilo di un utente verificato, con un segno di spunta blu accanto al suo nome."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF animata"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Annuncio delle verifiche in Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Comportamento antisociale"
 msgid "Anybody can interact"
 msgstr "Tutti possono interagire"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Icona app"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Lingua dell'app"
 
@@ -958,7 +982,7 @@ msgstr "I nomi delle password per app devono essere lunghi almeno 4 caratteri"
 msgid "App passwords"
 msgstr "Password per app"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Password per app"
@@ -994,10 +1018,10 @@ msgstr "Revisione sospensione"
 msgid "Appeal this decision"
 msgstr "Fai ricorso contro questa decisione"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Aspetto"
 
@@ -1006,12 +1030,12 @@ msgstr "Aspetto"
 msgid "Apply default recommended feeds"
 msgstr "Applica i feed consigliati predefiniti"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archiviato da {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Post archiviato"
 
@@ -1047,11 +1071,11 @@ msgstr "Confermi di voler rimuovere {0} dai tuoi feed?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Vuoi rimuoverlo dai tuoi feed?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Scartare questa bozza?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Scartare questo post?"
 
@@ -1072,6 +1096,11 @@ msgstr "Arte"
 msgid "Artistic or non-erotic nudity."
 msgstr "Nudità artistica o non erotica."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Almeno 3 caratteri"
@@ -1103,7 +1132,7 @@ msgstr "Riproduci automaticamente video e GIF"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Indietro"
 msgid "Back to Chats"
 msgstr "Vai ai messaggi"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Prima di creare una lista, devi verificare il tuo indirizzo email."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Prima di creare un post, devi verificare la tua email."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Devi verificare il tuo indirizzo email prima di creare un post o rispondere."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Prima di creare uno starter pack, devi verificare la tua email."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Prima di poter inviare un messaggio a un altro utente, devi verificare la tua email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Devi verificare il tuo indirizzo email prima di poter accettare questa richiesta di chat."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr "Devi verificare il tuo indirizzo email prima di poter inviare un messaggio a un altro utente."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Compleanno"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blocca"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Blocca account"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Bloccare account?"
 
@@ -1200,17 +1235,17 @@ msgstr "Bloccato"
 msgid "Blocked accounts"
 msgstr "Account bloccati"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Account bloccati"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Gli account bloccati non possono rispondere alle tue discussioni, menzionarti o interagire in nessun altro modo con te."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Gli account bloccati non possono rispondere alle tue discussioni, menzionarti, o interagire in nessun altro modo con te. Non vedrai il loro contenuto e non vedranno il tuo."
 
@@ -1226,11 +1261,11 @@ msgstr "Il blocco non impedisce all'etichettatore di inserire etichette sul tuo
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Il blocco è pubblico. Gli account bloccati non possono rispondere alle tue discussioni, menzionarti, o interagire con te in nessun altro modo."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Il blocco non impedirà l'applicazione delle etichette al tuo account, ma impedirà a questo account di rispondere alle tue discussioni o di interagire con te."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky non può confermare l'autenticità della data dichiarata."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky è meglio con gli amici!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Termini di servizio di Bluesky"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky sceglierà un set di account consigliati dal tuo network."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky non mostrerà il tuo profilo e i tuoi post agli utenti che non h
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky verificherà in modo proattivo gli account notevoli e autentici."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Sfoglia l'argomento {0}"
 msgid "Browse topic {displayName}"
 msgstr "Sfoglia l'argomento {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Attività commerciale"
 
@@ -1374,45 +1409,47 @@ msgstr "Iscrivendoti accetti i <0>Termini di servizio</0>."
 msgid "By you"
 msgstr "Da te"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Fotocamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Annulla"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Annulla l'eliminazione dell'account"
 msgid "Cancel image crop"
 msgstr "Annulla il ritaglio dell'immagine"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Annulla la modifica del profilo"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Annulla l'apertura del sito collegato"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Non puoi interagire con un utente bloccato"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Sottotitoli (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Sottotitoli e testo alternativo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Cambia"
 
@@ -1478,13 +1514,12 @@ msgstr "Cambia icona app"
 msgid "Change app icon to \"{0}\""
 msgstr "Cambia l'icona dell'app in \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Modifica email"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Cambia lingua app"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Cambia indirizzo email"
 
@@ -1497,10 +1532,6 @@ msgstr "Modifica il nome utente"
 msgid "Change moderation service"
 msgstr "Modifica servizio di moderazione"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Modifica la mia email"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Modifica la password"
@@ -1513,11 +1544,11 @@ msgstr "Cambia la lingua del post in {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Modifica motivo della segnalazione"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Modifica la tua email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Modifica il tuo indirizzo email"
 
@@ -1530,15 +1561,15 @@ msgstr "Cambia icona dell'app"
 msgid "Changes hosting provider"
 msgstr "Cambia il fornitore di hosting"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Messaggi"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Conversazione eliminata"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Conversazione silenziata"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Richieste"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Richieste di messaggi"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Impostazioni chat"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Conversazione riattivata"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Messaggi"
 
@@ -1599,7 +1630,7 @@ msgstr "Scegli il metodo di verifica del dominio"
 msgid "Choose Feeds"
 msgstr "Scegli feed"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Scegli per me"
 
@@ -1619,7 +1650,7 @@ msgstr "Scegli questo colore per il tuo avatar"
 msgid "Choose your account provider"
 msgstr "Scegli il fornitore del tuo account"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Personalizza la tua cronologia! I feed creati dalla collettività ti permettono di scoprire i contenuti di tuo interesse."
 
@@ -1631,16 +1662,16 @@ msgstr "Scegli la tua password"
 msgid "Choose your username"
 msgstr "Scegli il tuo nome utente"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Cancella tutti i dati in archivio"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Cancella tutti i dati in archivio (poi ricomincia)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Svuota cache immagini"
 
@@ -1652,6 +1683,14 @@ msgstr "Annulla la ricerca"
 msgid "click here"
 msgstr "clicca qui"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Fai clic qui per riavviare il processo di verifica."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Fai clic qui per aggiornare il tuo indirizzo email"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Clicca per disattivare le citazioni di questo post."
@@ -1676,29 +1715,34 @@ msgstr "Clima"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Clop 🐴 clop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Chiudi"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Chiudi la finestra attiva"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Chiudi menu a scomparsa inferiore"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Chiudi la finestra di dialogo"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Chiudi il menu a scomparsa"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Chiudi selettore emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Chiudi la finestra"
 msgid "Closes password update alert"
 msgstr "Chiude l'avviso di aggiornamento della password"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Annulla la creazione del post ed elimina la bozza"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Chiude il selettore emoji"
 
@@ -1764,11 +1808,11 @@ msgstr "Chiude il selettore emoji"
 msgid "Closes viewer for header image"
 msgstr "Chiude il visualizzatore dell'immagine di intestazione"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Comprimi la lista di utenti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Comprime l'elenco degli utenti per una determinata notifica"
 
@@ -1791,7 +1835,7 @@ msgstr "Commedia"
 msgid "Comics"
 msgstr "Fumetti"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Linee guida della community"
@@ -1804,11 +1848,11 @@ msgstr "Completa la registrazione e inizia a usare il tuo account"
 msgid "Complete the challenge"
 msgstr "Completa la challenge"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Scrivi un nuovo post"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Scrivi post fino a {0, plural, other {# caratteri}}"
 
@@ -1816,7 +1860,7 @@ msgstr "Scrivi post fino a {0, plural, other {# caratteri}}"
 msgid "Compose reply"
 msgstr "Scrivi la risposta"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Compressione del video..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configura l'impostazione del filtro dei contenuti per la categoria: {nam
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configurato nelle <0>impostazioni di moderazione</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Conferma"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Conferma il cambio"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Conferma le impostazioni della lingua del contenuto"
@@ -1861,18 +1899,19 @@ msgstr "Conferma la tua età:"
 msgid "Confirm your birthdate"
 msgstr "Conferma la tua data di nascita"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Codice di conferma"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Codice di conferma"
 
@@ -1880,8 +1919,8 @@ msgstr "Codice di conferma"
 msgid "Connecting..."
 msgstr "Connessione in corso..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contatta il supporto"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Contenuti e media"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Contenuti e media"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Contenuti e media"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtri dei contenuti"
 msgid "Content from across the network we think you might like."
 msgstr "Contenuti dalla rete che potrebbero piacerti."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Lingue dei contenuti"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Sfondo del menu contestuale, clicca per chiudere il menu."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continua"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continua come {0} (attualmente connesso)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Continua thread..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Vai al passaggio successivo"
@@ -1973,7 +2012,7 @@ msgstr "Cucina"
 msgid "Copied"
 msgstr "Copiato"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Versione della build copiata negli appunti"
 
@@ -1981,8 +2020,8 @@ msgstr "Versione della build copiata negli appunti"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copiato negli appunti"
 
@@ -1991,7 +2030,7 @@ msgstr "Copiato negli appunti"
 msgid "Copied!"
 msgstr "Copiato!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copia la versione negli appunti"
 
@@ -2003,13 +2042,13 @@ msgstr "Copia"
 msgid "Copy App Password"
 msgstr "Copia password per app"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copia URL at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copia DID dell'autore"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copia codice"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copia DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copia link"
 msgid "Copy link to list"
 msgstr "Copia link"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copia link del post"
 
@@ -2050,13 +2089,13 @@ msgstr "Copia link del post"
 msgid "Copy message text"
 msgstr "Copia testo del messaggio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copia URL at:// del post"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copia testo del post"
 
@@ -2068,7 +2107,7 @@ msgstr "Copia codice QR"
 msgid "Copy TXT record value"
 msgstr "Copia valore del record TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Politica sul diritto d'autore"
@@ -2078,7 +2117,7 @@ msgstr "Politica sul diritto d'autore"
 msgid "Could not leave chat"
 msgstr "Errore nell'abbandonare la conversazione"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Non è stato possibile caricare il feed"
 
@@ -2094,7 +2133,7 @@ msgstr "Errore nel silenziare la conversazione"
 msgid "Could not process your video"
 msgstr "Impossibile processare il tuo video"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Crea"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Crea un codice QR per uno starter pack"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Crea uno starter pack"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Crea uno starter pack per me"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Crea un account"
 msgid "Create an account without using this starter pack"
 msgstr "Crea un account senza usare questo starter pack"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "In alternativa crea un avatar"
 
@@ -2209,13 +2248,13 @@ msgstr "Tema scuro"
 msgid "Date of birth"
 msgstr "Data di nascita"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Disattiva account"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Eliminare errori nella Moderazione"
 
@@ -2237,13 +2276,13 @@ msgstr "Icone predefinite"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Elimina"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Elimina account"
 
@@ -2259,19 +2298,19 @@ msgstr "Elimina la password per app"
 msgid "Delete app password?"
 msgstr "Eliminare la password per app?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Elimina conversazione"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Elimina il record della dichiarazione della chat"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Elimina conversazione"
 
@@ -2299,9 +2338,9 @@ msgstr "Elimina messaggio per me"
 msgid "Delete my account"
 msgstr "Elimina il mio account"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Elimina il post"
 
@@ -2318,7 +2357,7 @@ msgstr "Eliminare lo starter pack?"
 msgid "Delete this list?"
 msgstr "Eliminare questa lista?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Eliminare questo post?"
 
@@ -2335,19 +2374,19 @@ msgstr "Account eliminato"
 msgid "Deleted post."
 msgstr "Post eliminato."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Descrizione"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Descrizione troppo lunga"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "La descrizione è troppo lunga. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Il numero massimo di caratteri è #.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "La descrizione è troppo lunga. {DESCRIPTION_MAX_GRAPHEMES, plural, othe
 msgid "Descriptive alt text"
 msgstr "Testo descrittivo alternativo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Scollega citazione"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Scollegare la citazione del post?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Modalità sviluppatore disattivata"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Modalità sviluppatore attivata"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Opzioni sviluppatore"
 
@@ -2388,9 +2427,18 @@ msgstr "Dialog: configura chi può interagire con questo post"
 msgid "Dim"
 msgstr "Soffuso"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Disabilita 2FA"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Disabilita 2FA via email"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
-msgstr "Disattiva l'email 2FA"
+msgstr "Disattiva 2FA via email"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:91
 #: src/screens/Settings/AccessibilitySettings.tsx:96
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Disabilitato"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Scartare"
 
@@ -2420,11 +2468,11 @@ msgstr "Scartare"
 msgid "Discard changes?"
 msgstr "Scartare le modifiche?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Scartare la bozza?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Scartare il post?"
 
@@ -2442,15 +2490,15 @@ msgstr "Scopri feed"
 msgid "Discover new custom feeds"
 msgstr "Scopri nuovi feed personalizzati"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Scopri nuovi feed"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Ignora"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Ignora errore"
 
@@ -2471,9 +2519,9 @@ msgstr "Ignora questa sezione"
 msgid "Display larger alt text badges"
 msgstr "Aumenta dimensione dell'icona del testo alternativo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nome visualizzato"
@@ -2482,11 +2530,11 @@ msgstr "Nome visualizzato"
 msgid "Display Name"
 msgstr "Nome visualizzato"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Il nome visualizzato è troppo lungo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Il nome visualizzato è troppo lungo. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Il numero massimo di caratteri è #.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Non inizia o termina con un trattino"
 msgid "Domain verified!"
 msgstr "Dominio verificato!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Non hai un codice o ne hai bisogno di uno nuovo? <0>Fai clic qui.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Non trovi l'email? <0>Fai clic qui per inviarla di nuovo.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Fatto{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Tocca due volte o tieni premuto il messaggio per aggiungere una reazione"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Tocca due volte per chiudere la finestra"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Tocca due volte per mettere mi piace"
 
@@ -2575,7 +2633,7 @@ msgstr "Durata:"
 msgid "e.g. alice"
 msgstr "es. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "es. Mario Rossi"
 
@@ -2587,7 +2645,7 @@ msgstr "es. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "es. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "es. Artista, amo i gatti, mi piace leggere."
 
@@ -2595,19 +2653,19 @@ msgstr "es. Artista, amo i gatti, mi piace leggere."
 msgid "E.g. artistic nudes."
 msgstr "Es: nudi artistici."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "es. Gli utenti più seguiti"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "es. Spammer"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "es. Utenti più prolifici."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "es. Utenti che rispondono ripetutamente con annunci."
 
@@ -2615,7 +2673,7 @@ msgstr "es. Utenti che rispondono ripetutamente con annunci."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Ogni codice funziona per un solo uso. Riceverai periodicamente più codici di invito."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Modifica"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Modifica avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Modifica avatar"
 msgid "Edit Feeds"
 msgstr "Modifica i feed"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Modifica immagine"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Modifica impostazioni di interazione"
 
@@ -2657,12 +2715,17 @@ msgstr "Modifica interessi"
 msgid "Edit list details"
 msgstr "Modifica lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Modifica lista di moderazione"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Modifica i miei feed"
 
@@ -2679,23 +2742,23 @@ msgstr "Modifica utenti"
 msgid "Edit post interaction settings"
 msgstr "Modifica impostazioni di interazione del post"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
-msgstr "Modifica il profilo"
+msgstr "Modifica profilo"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
-msgstr "Modifica il profilo"
+msgstr "Modifica profilo"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:575
 msgid "Edit starter pack"
 msgstr "Modifica starter pack"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Modifica lista"
 
@@ -2707,11 +2770,11 @@ msgstr "Modifica chi può rispondere"
 msgid "Edit your display name"
 msgstr "Modifica il tuo nome visualizzato"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Modifica la descrizione del tuo profilo"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Modifica il tuo starter pack"
 
@@ -2724,9 +2787,8 @@ msgstr "Formazione scolastica"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "L'autore di questa lista ti ha bloccato o tu hai bloccato l'autore."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Email"
 
@@ -2747,20 +2809,17 @@ msgstr "Indirizzo email"
 msgid "Email Resent"
 msgstr "Email inviata nuovamente"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Email aggiornata"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "Email inviata!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Email aggiornata"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Email aggiornata!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Email verificata"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "Verifica email completata!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Incorpora il codice HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Incorpora il post"
 
@@ -2785,8 +2844,9 @@ msgstr "Incorpora questo post nel tuo sito web. Copia il seguente ritaglio e inc
 msgid "Embedded video player"
 msgstr "Lettore video incorporato"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Abilita"
 
@@ -2798,8 +2858,8 @@ msgstr "Abilita solo {0}"
 msgid "Enable adult content"
 msgstr "Attiva il contenuto per adulti"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr "Abilita 2FA via email"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "Abilitato"
 msgid "End of feed"
 msgstr "Fine del feed"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Assicurati di aver selezionato una lingua per ogni file dei sottotitoli."
 
@@ -2860,13 +2920,14 @@ msgstr "Inserisci una password"
 msgid "Enter a word or tag"
 msgstr "Inserisci una parola o tag"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "Inserisci codice"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Inserire il codice di conferma"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "Inserisci codice"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "Inserisci la tua data di nascita"
 msgid "Enter your email address"
 msgstr "Inserisci il tuo indirizzo email"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Inserisci la tua nuova email qui sopra"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Inserisci il tuo nuovo indirizzo email qui sotto."
 
@@ -2921,7 +2978,7 @@ msgstr "Passa a schermo intero"
 msgid "Entertainment"
 msgstr "Intrattenimento"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Errore"
@@ -2997,15 +3054,15 @@ msgstr "Uscita dalla visualizzazione dell'immagine"
 msgid "Expand alt text"
 msgstr "Espandi il testo alternativo"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Espandi la lista di utenti"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Espandi o comprimi il post a cui stai rispondendo"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Espande o comprime il testo del post"
 
@@ -3031,6 +3088,10 @@ msgstr "Scade {0}"
 msgid "Expires in {0}"
 msgstr "Scade tra {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Media espliciti o potenzialmente inquietanti."
 msgid "Explicit sexual images."
 msgstr "Immagini sessuali esplicite."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Esplora"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Esporta i miei dati"
 
@@ -3071,12 +3132,12 @@ msgstr "Media esterni"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "I media esterni potrebbero consentire ai siti web di raccogliere informazioni su di te e sul tuo dispositivo. Nessuna informazione viene inviata o richiesta finché non si preme il pulsante \"Riproduci\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferenze media esterni"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Impossibile accettare la richiesta"
@@ -3090,15 +3151,11 @@ msgstr "Non è stato possibile aggiungere la reazione"
 msgid "Failed to change handle. Please try again."
 msgstr "Non è stato possibile cambiare il nome utente. Riprovare."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Errore durante la creazione della password per app. Riprovare."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Impossibile creare la conversazione"
 
@@ -3107,12 +3164,12 @@ msgstr "Impossibile creare la conversazione"
 msgid "Failed to create starter pack"
 msgstr "Impossibile creare starter pack"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Impossibile creare l'elenco. Controlla la connessione Internet e riprova."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Impossibile eliminare la conversazione"
@@ -3121,7 +3178,7 @@ msgstr "Impossibile eliminare la conversazione"
 msgid "Failed to delete message"
 msgstr "Errore nell'eliminazione del messaggio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Non è stato possibile eliminare il post, riprovare"
 
@@ -3129,7 +3186,7 @@ msgstr "Non è stato possibile eliminare il post, riprovare"
 msgid "Failed to delete starter pack"
 msgstr "Impossibile eliminare lo starter pack"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Impossibile caricare le conversazioni"
@@ -3172,7 +3229,7 @@ msgstr "Non è stato possibile rimuovere la reazione"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Non è stato possibile rimuovere la verifica"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Non è stato possibile salvare i tuoi interessi."
 msgid "Failed to send"
 msgstr "Impossibile inviare messaggio"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "Non è stato possibile inviare l'email: riprova."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Errore nell'invio dell'appello, riprovare."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Impossibile abilitare silenziamento thread, riprovare"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "Non è stato possibile aggiornare le impostazioni della 2FA via email"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "Non è stato possibile aggiornare l'email: riprova."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Impossibile aggiornare i feed"
@@ -3219,11 +3290,15 @@ msgstr "Errore nell'aggiornamento delle impostazioni"
 msgid "Failed to upload video"
 msgstr "Errore nel caricamento video"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "Non è stato possibile verificare l'email: riprova."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Non è stato possibile verificare il nome utente. Riprovare."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feed"
 
@@ -3242,24 +3317,24 @@ msgstr "Attiva/disattiva feed"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Commenti"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Feedback inviato!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feed"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flessibile"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Segui"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Segui"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Segui {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Segui {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Segui {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Segui 10 account"
 msgid "Follow 7 accounts"
 msgstr "Segui 7 account"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Segui account"
 
@@ -3391,7 +3462,7 @@ msgstr "Segui account"
 msgid "Follow all"
 msgstr "Segui tutti"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Segui anche tu"
@@ -3417,7 +3488,7 @@ msgstr "Seguito da <0>{0}</0> e <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Seguito da <0>{0}</0>, <1>{1}</1>, e {2, plural, one {# altro} other {# altri}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Follower di @{0} che conosci"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Follower che conosci"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Seguito"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Stai seguendo {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Stai seguendo {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Stai seguendo {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferenze del feed Seguiti"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferenze del feed Seguiti"
@@ -3524,7 +3591,7 @@ msgstr "Pubblica spesso contenuti indesiderati"
 msgid "From @{sanitizedAuthor}"
 msgstr "Di @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Da <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Da <0/>"
 msgid "Gallery"
 msgstr "Galleria"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Genera uno starter pack"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Ottieni aiuto"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Inizia"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "Per cominciare"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Iniziamo"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Dai un volto al tuo profilo"
 
@@ -3567,10 +3636,10 @@ msgstr "Evidenti violazioni della legge o dei termini di servizio"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Torna indietro"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Vai alla home"
 msgid "Go Home"
 msgstr "Vai alla home"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "Vai al profilo di {firstAuthorName}"
 
@@ -3638,8 +3723,8 @@ msgstr "Contenuto sensibile"
 msgid "Half way there!"
 msgstr "Siamo a metà!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Nome utente"
 
@@ -3665,7 +3750,7 @@ msgstr "Vibrazione"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Molestie, trolling o intolleranza"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Hai un codice? <0>Fai clic qui.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Ci sono problemi?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Aiuto"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Aiuta le persone a sapere che tu non sei un bot caricando una immagine o creando un avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Ecco la tua password per app!"
 msgid "Hidden"
 msgstr "Nascosto"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Nascosto dalle tue impostazioni di moderazione."
 
@@ -3715,12 +3805,12 @@ msgstr "Lista nascosta"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Nascondi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Nascondi"
@@ -3729,18 +3819,18 @@ msgstr "Nascondi"
 msgid "Hide customization options"
 msgstr "Nascondi opzioni di personalizzazione"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Nascondi post per me"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Nascondi risposta per tutti"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Nascondi risposta per me"
 
@@ -3748,12 +3838,12 @@ msgstr "Nascondi risposta per me"
 msgid "Hide this card"
 msgstr "Nascondi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Nascondere questo post?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Nascondere questa risposta?"
 
@@ -3771,14 +3861,14 @@ msgstr "Nascondere gli argomenti di tendenza?"
 msgid "Hide trending videos?"
 msgstr "Nascondere i video di tendenza?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Nascondi elenco utenti"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Nascondi spunta di verifica"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Non siamo riusciti a caricare il servizio di moderazione."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Un po' di pazienza: stiamo gradualmente dando accesso al video e tu sei ancora in coda. Ricontrolla presto!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Home"
 
@@ -3845,25 +3935,20 @@ msgstr "Hot"
 msgid "Hot replies first"
 msgstr "Prima le risposte più popolari"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Come dovremmo aprire questo link?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Ho un codice"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Ho il codice"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Ho un codice di conferma"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Se elimini questa lista, non potrai recuperarla."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Se hai un tuo dominio, puoi usarlo come nome utente. Questo consente di auto-verificare la tua identità. <0>Ulteriori informazioni.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "<0>Fai clic qui</0> per aggiornare la tua email."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Se rimuovi questo post, non potrai recuperarlo."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Se aggiorni il tuo indirizzo email, la 2FA via email verrà disabilitata."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Se vuoi modificare la password, ti invieremo un codice per verificare che questo è il tuo account."
@@ -3915,18 +4008,19 @@ msgstr "Illegale e urgente"
 msgid "Image"
 msgstr "Immagine"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Cache delle immagini svuotata"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Cache delle immagini svuotata, liberati {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Immagine salvata nella galleria!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "Immagine salvata"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Codice di conferma 2FA non valido."
 msgid "Invalid handle. Please try a different one."
 msgstr "Nome utente non valido. Provarne un altro."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Protocollo del post non valido o non supportato"
 
@@ -4041,12 +4135,12 @@ msgstr "È corretto"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Sei solo tu al momento! Aggiungi altre persone al tuo starter pack cercandole qui in alto."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID processo: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Opportunità di lavoro"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Etichettato dall'autore."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etichette"
 
@@ -4100,13 +4194,13 @@ msgstr "Etichette sul tuo contenuto"
 msgid "Language selection"
 msgstr "Seleziona la lingua"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Impostazione delle lingue"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Lingue"
 
@@ -4124,20 +4218,20 @@ msgstr "Recenti"
 msgid "learn more"
 msgstr "ulteriori informazioni"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Ulteriori informazioni"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Ulteriori Informazioni"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Scopri di più su Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Scopri di più sulla moderazione applicata a questo contenuto."
 msgid "Learn more about this warning"
 msgstr "Ulteriori informazioni su questo avviso"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Scopri di più sulla verifica in Bluesky"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Stai lasciando Bluesky"
 msgid "left to go."
 msgstr "mancanti."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Lascia scegliere a me"
 
@@ -4230,7 +4324,7 @@ msgstr "Chiaro"
 msgid "Like"
 msgstr "Mi piace"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Mi piace ({0, plural, one {# mi piace} other {# mi piace}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Metti mi piace a 10 post per allenare il feed Discover"
 msgid "Like this feed"
 msgstr "Metti mi piace a questo feed"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Mi piace"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Piace a"
 
@@ -4269,16 +4363,16 @@ msgstr "Piace a {0, plural, one {# utente} other {# utenti}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Piace a {likeCount, plural, one {# utente} other {# utenti}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Mi piace"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Mi piace in questo post"
 
@@ -4287,11 +4381,11 @@ msgstr "Mi piace in questo post"
 msgid "Linear"
 msgstr "Classico"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Immagine della lista"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lista silenziata"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nome della lista"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Lista riattivata"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Liste"
 
@@ -4358,6 +4452,22 @@ msgstr "Liste"
 msgid "Lists blocking this user:"
 msgstr "Liste che bloccano questo utente:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Carica di più"
@@ -4370,18 +4480,18 @@ msgstr "Carica più feed consigliati"
 msgid "Load new notifications"
 msgstr "Carica più notifiche"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Carica nuovi post"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Caricamento..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Log"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo di @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo di <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Sembra che tu non abbia più feed fissati. Ma non ti preoccupare, puoi a
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Sembra che ti manchi un feed di chi segui. <0>Clicca qui per aggiungere uno.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "Modifica le impostazioni dell'email del tuo account"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Creane uno per me"
 
@@ -4433,7 +4547,7 @@ msgstr "Gestisci i feed salvati"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Gestisci impostazioni di verifica"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Segna come letto"
 msgid "Marked all as read"
 msgstr "Segnato tutto come letto"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Forse più tardi"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Media"
 
@@ -4479,7 +4600,7 @@ msgstr "Menzioni"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Messaggio {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Il messaggio è troppo lungo"
 msgid "Message options"
 msgstr "Opzioni messaggio"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Messaggi"
 
@@ -4532,10 +4653,10 @@ msgstr "Account ingannevole"
 msgid "Misleading Post"
 msgstr "Post ingannevole"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderazione"
 
@@ -4557,12 +4678,12 @@ msgstr "Lista di moderazione di <0/>"
 msgid "Moderation list by you"
 msgstr "La tua lista di moderazione"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Lista di moderazione creata"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Lista di moderazione aggiornata"
@@ -4571,8 +4692,8 @@ msgstr "Lista di moderazione aggiornata"
 msgid "Moderation lists"
 msgstr "Liste di moderazione"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Liste di moderazione"
 
@@ -4580,7 +4701,7 @@ msgstr "Liste di moderazione"
 msgid "moderation settings"
 msgstr "impostazioni di moderazione"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Stato di moderazione"
 
@@ -4593,7 +4714,7 @@ msgstr "Strumenti di moderazione"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Il moderatore ha messo un avviso generale sul contenuto."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Di più"
 
@@ -4602,8 +4723,8 @@ msgstr "Di più"
 msgid "More feeds"
 msgstr "Altri feed"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Altre opzioni"
@@ -4637,10 +4758,10 @@ msgstr "Silenzia"
 msgid "Mute {tag}"
 msgstr "Silenzia {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Silenzia account"
 
@@ -4689,13 +4810,13 @@ msgstr "Silenzia questa parola solo nei tag"
 msgid "Mute this word until you unmute it"
 msgstr "Silenzia questa parola finchè non la riattivi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silenzia questa discussione"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silenzia parole e tag"
 
@@ -4703,12 +4824,12 @@ msgstr "Silenzia parole e tag"
 msgid "Muted accounts"
 msgstr "Account silenziati"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Account silenziati"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "I post degli account silenziati verranno rimossi dal tuo feed e dalle tue notifiche. Silenziare è completamente privato."
 
@@ -4729,15 +4850,15 @@ msgstr "Silenziare un account è privato. Gli account silenziati possono interag
 msgid "My Birthday"
 msgstr "Il mio compleanno"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "I miei feed"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nome"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Il nome è obbligatorio"
 
@@ -4772,11 +4893,11 @@ msgstr "Vai allo starter pack"
 msgid "Navigates to the next screen"
 msgstr "Vai alla schermata successiva"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Vai al tuo profilo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Hai bisogno di modificarla?"
 
@@ -4797,21 +4918,26 @@ msgstr "Non importa, crea un nome utente per me"
 msgid "New"
 msgstr "Nuova"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nuova"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nuova chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Nuovo indirizzo email"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Nuova funzionalità"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nuovo nome utente"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nuova lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Nuova lista"
 msgid "New messages"
 msgstr "Nuovo messaggio"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nuova lista di moderazione"
 
@@ -4840,10 +4966,10 @@ msgstr "Nuova password"
 msgid "New Password"
 msgstr "Nuova password"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nuovo post"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nuovo post"
@@ -4863,7 +4989,7 @@ msgstr "Nuovo post"
 msgid "New user info dialog"
 msgstr "Finestra informativa per nuovi utenti"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nuova lista"
 
@@ -4911,6 +5037,10 @@ msgstr "Ancora nessuna password per app"
 msgid "No DNS Panel"
 msgstr "Nessun pannello DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Non si è trovata nessuna GIF in primo piano. Potrebbe esserci un problema con Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Nessun feed trovato. Prova a cercarne altri."
 msgid "No likes yet"
 msgstr "Ancora nessun mi piace"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Non segui più {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Ancora nessuna citazione"
 msgid "No reposts yet"
 msgstr "Ancora nessun repost"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Nessun risultato"
 
@@ -4980,7 +5110,7 @@ msgstr "Nessun risultato per \"{0}\"."
 msgid "No results found"
 msgstr "Nessun risultato trovato"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Nessun risultato trovato per \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Nudità non sessuale"
 msgid "Not followed by anyone you're following"
 msgstr "Non seguito da nessuno degli account che segui"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Non trovato"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Non adesso"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nota sulla condivisione"
 
@@ -5052,7 +5177,7 @@ msgstr "Nota sulla condivisione"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Nota: Bluesky è una rete aperta e pubblica. Questa impostazione limita solo la visibilità dei tuoi contenuti sull'app e sul sito web di Bluesky e altre app potrebbero non rispettare questa impostazione. I tuoi contenuti potrebbero comunque essere mostrati agli utenti disconnessi da altre app e siti web."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Nulla qui"
 
@@ -5060,7 +5185,7 @@ msgstr "Nulla qui"
 msgid "Notification filters"
 msgstr "Filtri notifiche"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Impostazioni notifiche"
@@ -5077,11 +5202,11 @@ msgstr "Suoni di notifica"
 msgid "Notification Sounds"
 msgstr "Suoni di notifica"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notifiche"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Oh no! Qualcosa è andato male."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Va bene"
 
@@ -5140,19 +5265,19 @@ msgstr "Prima le risposte meno recenti"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "su<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Reimposta account"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Una o più GIF non hanno un testo alternativo."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "A una o più immagini manca il testo alternativo."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "In uno o più video manca il testo alternativo."
 
@@ -5168,7 +5293,7 @@ msgstr "Solo gli {0} possono rispondere."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Contiene solo lettere, numeri e trattini"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Sono supportati solo i file immagine"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ops, c'è stato qualche problema!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ops!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ops!"
 msgid "Open"
 msgstr "Aperto"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Apri il menu di scelta rapida del profilo {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Apri il creatore di avatar"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Apri il menu a scomparsa"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Apri il selettore emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Apri schermata informazioni del feed"
 msgid "Open feed options menu"
 msgstr "Apri il menu delle opzioni del feed"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Apri elenco completo di emoji"
 
@@ -5237,7 +5358,7 @@ msgstr "Apri link verso {niceUrl}"
 msgid "Open message options"
 msgstr "Apri opzioni messaggio"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Apri pagina di debug della moderazione"
 
@@ -5249,20 +5370,25 @@ msgstr "Apri le impostazioni delle parole e dei tag silenziati"
 msgid "Open pack"
 msgstr "Apri pack"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Apri il menu delle opzioni del post"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Apri menu degli starter pack"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Apri la pagina della cronologia"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Apri il registro di sistema"
 
@@ -5282,19 +5408,19 @@ msgstr "Apre un menu per scegliere chi può rispondere a questo thread"
 msgid "Opens additional details for a debug entry"
 msgstr "Apre dettagli aggiuntivi per una debug entry"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Apre la finestra di dialogo del testo alternativo"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Apre la fotocamera sul dispositivo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Apre la finestra di dialogo di sottotitoli e testo alternativo"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Apre la schermata per modificare il nome utente"
 
@@ -5306,7 +5432,7 @@ msgstr "Apre il compositore"
 msgid "Opens device photo gallery"
 msgstr "Apre la galleria fotografica del dispositivo"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Apre il selettore emoji"
 
@@ -5324,7 +5450,7 @@ msgstr "Apre la procedura per accedere al tuo account esistente di Bluesky"
 msgid "Opens GIF select dialog"
 msgstr "Apre la finestra per selezionare i GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Apre il centro assistenza nel browser"
 
@@ -5332,6 +5458,10 @@ msgstr "Apre il centro assistenza nel browser"
 msgid "Opens list of invite codes"
 msgstr "Apre la lista dei codici di invito"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Apre il modulo di reimpostazione della password"
@@ -5340,12 +5470,12 @@ msgstr "Apre il modulo di reimpostazione della password"
 msgid "Opens the linked website"
 msgstr "Apre il sito Web collegato"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Apre questo profilo"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Apre selettore video"
 
@@ -5392,7 +5522,7 @@ msgstr "Stato OTA: non disponibile"
 msgid "Other"
 msgstr "Altro"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Altro account"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Pagina non trovata"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Metti video in pausa"
 msgid "People"
 msgstr "Utenti"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Persone seguite da @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Persone che seguono @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Fissa su home"
 msgid "Pin to Home"
 msgstr "Fissa su home"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fissa sul profilo"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fissato"
 
@@ -5578,14 +5708,14 @@ msgstr "Scegli il tuo nome utente."
 msgid "Please choose your password."
 msgstr "Scegli la tua password."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Fai clic sul collegamento presente nell'email che ti abbiamo appena inviato per verificare il tuo nuovo indirizzo email. Questo è un passaggio importante per continuare a usare tutte le funzionalità di Bluesky."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Si prega di completare il captcha di verifica."
 
-#: 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 "Conferma la tua email prima di cambiarla. Si tratta di un requisito temporaneo durante l'aggiunta degli strumenti di aggiornamento della posta elettronica e verrà presto rimosso."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Verifica di aver inserito correttamente il tuo indirizzo email."
@@ -5602,10 +5732,28 @@ msgstr "Inserisci una password. Deve essere lunga almeno 8 caratteri."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Inserisci un nome univoco per questa password per app o usa quello generato casualmente."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Inserisci un codice valido."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Inserisci un indirizzo email valido."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Inserisci una parola, un tag o una frase valida da silenziare"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Inserisci qui sotto il codice che abbiamo inviato a <0>{0}</0>."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Inserisci il codice di sicurezza che abbiamo inviato al tuo indirizzo email precedente."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Inserisci la tua email."
 msgid "Please enter your invite code."
 msgstr "Inserisci il tuo codice d'invito."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Inserisci il tuo nuovo indirizzo email."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Inserisci la tua password"
@@ -5648,7 +5800,11 @@ msgstr "Seleziona il motivo della segnalazione"
 msgid "Please sign in as @{0}"
 msgstr "Accedi come @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Verifica la tua email"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Verifica la tua email"
 
@@ -5662,7 +5818,7 @@ msgstr "Politica"
 msgid "Porn"
 msgstr "Porno"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Post"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Post"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Posta tutti"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Pubblicato da {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Pubblicato da @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Post eliminato"
@@ -5697,7 +5853,7 @@ msgstr "Post eliminato"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Non è stato possibile inviare il post. Verifica la tua connessione a internet e riprova."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Il post è stato eliminato"
 
@@ -5719,7 +5875,7 @@ msgstr "Post nascosto da te"
 msgid "Post interaction settings"
 msgstr "Gestisci interazioni post"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Impostazioni interazioni"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Post non più fissato"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Post"
@@ -5789,7 +5945,7 @@ msgstr "Clicca per vedere i follower di questo account che condividete"
 msgid "Previous image"
 msgstr "Immagine precedente"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Lingua principale"
 
@@ -5807,26 +5963,26 @@ msgstr "Impostazioni di priorità"
 msgid "Privacy"
 msgstr "Privacy"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privacy e sicurezza"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privacy e sicurezza"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Informativa sulla privacy"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Elaborazione video in corso..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Elaborazione in corso…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profilo"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profilo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profilo aggiornato"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Liste pubbliche e condivisibili che danno impulso ai feed."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Pubblica post"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Pubblica i post"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Pubblica risposte"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Pubblica risposta"
 
@@ -5904,11 +6060,11 @@ msgstr "Codice QR salvato nella galleria!"
 msgid "Quote post"
 msgstr "Cita post"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Citazione post riattaccata"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Citazione scollegata con successo"
 
@@ -5927,7 +6083,7 @@ msgstr "Impostazioni delle citazioni"
 msgid "Quotes"
 msgstr "Citazioni"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citazioni post"
 
@@ -5942,8 +6098,8 @@ msgstr "Casuale (\"Poster's Roulette\")"
 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 "Limite di richieste superato: hai provato a cambiare il nome utente troppe volte in un breve lasso di tempo. Attendi un minuto prima di riprovare."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Riattacca citazione"
 
@@ -5958,17 +6114,17 @@ msgstr "Riattiva account"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Leggi post del blog"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Leggi di meno"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Leggi di più"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Leggi il blog di Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Riconnetti"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Rifiuta"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Rifiuta richiesta"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Ricarica conversazioni"
@@ -6022,7 +6178,7 @@ msgstr "Ricarica conversazioni"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Rimuovi"
 msgid "Remove {displayName} from starter pack"
 msgstr "Rimuovi {displayName} dallo starter pack"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Rimuovi {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Rimuovi account"
 
@@ -6046,13 +6202,13 @@ msgstr "Rimuovi account"
 msgid "Remove attachment"
 msgstr "Rimuovi allegato"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Rimuovi avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Rimuovi banner"
 
@@ -6079,7 +6235,7 @@ msgstr "Rimuovere il feed?"
 msgid "Remove from my feeds"
 msgstr "Rimuovi dai miei feed"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Rimuovere da accesso rapido?"
 
@@ -6097,11 +6253,16 @@ msgstr "Rimuovere dai tuoi feed?"
 msgid "Remove image"
 msgstr "Rimuovi immagine"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Rimuovi parola silenziata dalla tua lista"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Rimuovi profilo"
 
@@ -6114,7 +6275,7 @@ msgstr "Rimuovi citazione"
 msgid "Remove repost"
 msgstr "Rimuovi repost"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Rimuovi file dei sottotitoli"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Rimuovi utente dalla lista"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Rimuovi verifica"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Rimuovere la tua verifica per questo account?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Rimosso dai tuoi feed"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Rimuove il profilo dalla cronologia di ricerca"
+msgstr "Verifica rimossa"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Rimuovi post citato"
 msgid "Replace with Discover"
 msgstr "Sostituisci con Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Risposte"
 
@@ -6193,12 +6350,12 @@ msgstr "Risposte disattivate"
 msgid "Replies to this post are disabled."
 msgstr "Le risposte a questo post sono disattivate."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Rispondi"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Rispondi ({0, plural, one {# risposta} other {# risposte}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Le impostazioni delle risposte sono scelte dall'autore del thread"
 msgid "Reply sorting"
 msgstr "Ordine delle risposte"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "In risposta a <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Risposta ad un post bloccato"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "In risposta ad un post"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Risposta a te"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Visibilità risposta aggiornata"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Risposta nascosta con successo"
 
@@ -6261,16 +6418,16 @@ msgstr "Risposta nascosta con successo"
 msgid "Report"
 msgstr "Segnala"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Segnala account"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Segnala conversazione"
 
@@ -6293,8 +6450,8 @@ msgstr "Segnala lista"
 msgid "Report message"
 msgstr "Segnala messaggio"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Segnala post"
 
@@ -6369,27 +6526,27 @@ msgstr "Repost o cita post"
 msgid "Reposted By"
 msgstr "Ripubblicato da"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Ripubblicato da {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Ripubblicato da <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Ripubblicato da te"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Ripubblicazioni di questo post"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Richiedi un cambio"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "Richiedi modifica"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Richiedi il codice"
 msgid "Require alt text before posting"
 msgstr "Richiedi il testo alternativo prima di pubblicare"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Richiedi un codice inviato via email per accedere al tuo account."
 
@@ -6413,13 +6570,19 @@ msgstr "Obbligatorio per questo fornitore"
 msgid "Required in your region"
 msgstr "Richiesto nel tuo paese"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Invia di nuovo"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Rinvia email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Rinvia email"
@@ -6436,8 +6599,8 @@ msgstr "Codice di recupero"
 msgid "Reset Code"
 msgstr "Reimposta il codice"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Ripristina lo stato di registrazione"
 
@@ -6458,10 +6621,10 @@ msgstr "Ritenta l'ultima azione che ha generato un errore"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Ritorna alla pagina precedente"
 msgid "Returns to home page"
 msgstr "Ritorna alla home"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Ritorna al passo precedente"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Salva"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Salva"
@@ -6534,7 +6699,7 @@ msgstr "Salva il compleanno"
 msgid "Save changes"
 msgstr "Salva modifiche"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Salva modifiche"
 
@@ -6564,16 +6729,12 @@ msgstr "Salva nei miei feed"
 msgid "Saved Feeds"
 msgstr "Feed salvati"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Salvata nella tua galleria"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Salvato nei tuoi feed"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Salva modifiche al tuo profilo"
 
@@ -6583,8 +6744,8 @@ msgstr "Salva le impostazioni di ritaglio dell'immagine"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Di' ciao!"
 
@@ -6602,11 +6763,11 @@ msgstr "Scorri verso l'alto"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Cerca"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Cerca post di @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Cerca post di @{0}"
 msgid "Search by name or interest"
 msgstr "Cerca per nome o interesse"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Cerca feed"
 
@@ -6656,8 +6817,8 @@ msgstr "Cerca GIF"
 msgid "Search my posts"
 msgstr "Cerca nei miei post"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Cerca post"
 
@@ -6679,7 +6840,11 @@ msgstr "Cerca..."
 msgid "Searches for profiles"
 msgstr "Cerca profili"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Passaggio di sicurezza richiesto"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Passaggio di sicurezza obbligatorio"
 
@@ -6699,7 +6864,7 @@ msgstr "Vedi post su #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Vedi post dell'utente su #{tag}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Vedi offerte di lavoro in Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Scegli un colore"
 msgid "Select account"
 msgstr "Seleziona account"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Seleziona una lingua per l'app"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Scegli un avatar"
@@ -6727,10 +6896,22 @@ msgstr "Scegli un avatar"
 msgid "Select an emoji"
 msgstr "Scegli un emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Seleziona un'opzione"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Seleziona lingua app"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Seleziona le lingue dei contenuti"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Seleziona da un account esistente"
@@ -6747,11 +6928,11 @@ msgstr "Seleziona GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Seleziona per quanto tempo silenziare questa parola."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Seleziona lingua..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Seleziona lingue"
 
@@ -6763,6 +6944,10 @@ msgstr "Seleziona il servizio di moderazione"
 msgid "Select moderator"
 msgstr "Seleziona moderatore"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Seleziona lingua principale"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Scegli la {emojiName} emoji come tuo avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Seleziona uno o più servizi di moderazione a cui segnalare"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Seleziona video"
 
@@ -6784,11 +6969,11 @@ msgstr "Seleziona video"
 msgid "Select what content this mute word should apply to."
 msgstr "Seleziona dove applicare questa parola silenziata."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Seleziona la lingua da usare per l'interfaccia utente dell'app."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Seleziona le lingue che desideri includere nei feed a cui sei iscritto. Se non ne viene selezionata nessuna, verranno visualizzate tutte le lingue."
 
@@ -6801,7 +6986,7 @@ msgstr "Seleziona la tua data di nascita"
 msgid "Select your interests from the options below"
 msgstr "Seleziona i tuoi interessi dalle seguenti opzioni"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Seleziona la tua lingua preferita per le traduzioni nel tuo feed."
 
@@ -6813,19 +6998,17 @@ msgstr "Seleziona l'opzione {0} di {numItems}"
 msgid "Send a neat website!"
 msgstr "Consiglia un sito!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Invia conferma"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Invia email di conferma"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Invia email di conferma"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Invia email"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Invia email"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Invia feedback"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Invia messaggio"
@@ -6863,13 +7046,14 @@ msgstr "Invia la segnalazione a {0}"
 msgid "Send report to {title}"
 msgstr "Invia la segnalazione a {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Invia email di verifica"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Invia tramite messaggi"
 
@@ -6901,10 +7085,10 @@ msgstr "Configura il tuo account"
 msgid "Sets email for password reset"
 msgstr "Imposta l'email per la reimpostazione della password"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Impostazioni"
 
@@ -6926,16 +7110,16 @@ msgstr "Sessualmente allusivo"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Condividi"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Condividi"
@@ -6948,9 +7132,9 @@ msgstr "Condividi una storia interessante!"
 msgid "Share a fun fact!"
 msgstr "Condividi un fatto divertente!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Condividi comunque"
 
@@ -6990,7 +7174,7 @@ msgstr "Condividi questo starter pack e invita le persone a far parte della tua
 msgid "Share your favorite feed!"
 msgstr "Condividi il tuo feed preferito!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Test preferenze condivise"
 
@@ -7011,8 +7195,8 @@ msgstr "Mostra testo alternativo"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Mostra comunque"
 
@@ -7033,8 +7217,8 @@ msgstr "Mostra opzioni di personalizzazione"
 msgid "Show hidden replies"
 msgstr "Mostra risposte nascoste"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Mostra meno come questo"
 
@@ -7042,14 +7226,14 @@ msgstr "Mostra meno come questo"
 msgid "Show list anyway"
 msgstr "Mostra comunque lista"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Mostra di più"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Mostra altri come questo"
 
@@ -7079,8 +7263,8 @@ msgstr "Mostra risposte come un thread"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Mostra risposte delle persone che segui prima delle altre risposte"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Mostra risposta per tutti"
 
@@ -7102,11 +7286,11 @@ msgstr "Mostra avviso"
 msgid "Show warning and filter from feeds"
 msgstr "Mostra avviso e filtra dai feed"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Mostra informazioni sulla data di creazione del post"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Mostra gli altri account a cui puoi passare"
 
@@ -7124,8 +7308,8 @@ msgstr "Mostra il contenuto"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Mostra il contenuto"
 msgid "Sign in"
 msgstr "Accedi"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Accedi come... {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Accedi o crea un account"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Accedi o crea il tuo account per partecipare alla conversazione!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Accedi a un account non in elenco"
 
@@ -7158,15 +7342,15 @@ msgstr "Accedi a un account non in elenco"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Accedi a Bluesky o crea un nuovo account"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Esci"
 
@@ -7174,8 +7358,8 @@ msgstr "Esci"
 msgid "Sign Out"
 msgstr "Esci"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Vuoi uscire?"
 
@@ -7206,14 +7390,19 @@ msgstr "Salta"
 msgid "Smaller"
 msgstr "Più piccolo"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Posticipa il promemoria"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Sviluppo software"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Alcune delle tue verifiche non sono valide."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Qualcuno ha reagito con {0} a {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "C'è stato qualche problema con i dati che stai provando a segnalare. Contatta l'assistenza."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Qualcosa è andato storto"
 
@@ -7264,8 +7453,8 @@ msgstr "C'è stato qualche problema. Riprovare."
 msgid "Something wrong? Let us know."
 msgstr "Qualcosa non va? Faccelo sapere."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "La sessione è scaduta. Accedi di nuovo."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam, menzioni o risposte eccessive"
 msgid "Sports"
 msgstr "Sport"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Avvia una nuova conversazione"
 
@@ -7322,8 +7511,8 @@ msgstr "Inizia ad aggiungere persone!"
 msgid "Start chat with {displayName}"
 msgstr "Avvia conversazione con {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Starter Pack"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Lo starter pack non è valido"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Starter pack"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Gli starter pack ti permettono di condividere utenti e feed preferiti con i tuoi amici."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Pagina di stato"
 
@@ -7363,12 +7552,12 @@ msgstr "Pagina di stato"
 msgid "Step {0} of {1}"
 msgstr "Step {0} di {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Spazio di archiviazione eliminato. Riavvia l'app."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Cronologia"
 
@@ -7401,11 +7590,11 @@ msgstr "Iscriviti"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Iscriviti a @{0} per usare queste etichette:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Iscriviti all'etichettatore"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Iscriviti a questo etichettatore"
 
@@ -7413,13 +7602,14 @@ msgstr "Iscriviti a questo etichettatore"
 msgid "Subscribe to this list"
 msgstr "Iscriviti alla lista"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Successo!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Verificato con successo"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Tramonto"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Supporto"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Cambia account"
 
@@ -7462,11 +7652,11 @@ msgstr "Cambia account"
 msgid "Switch Account"
 msgstr "Cambia account"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Cambia account"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Passa a {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Passa a {0}"
 msgid "System"
 msgstr "Sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Registro di sistema"
 
@@ -7518,7 +7708,7 @@ msgstr "Tecnologia"
 msgid "Tell a joke!"
 msgstr "Racconta una barzelletta!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Raccontaci un po' di te"
 
@@ -7531,12 +7721,12 @@ msgstr "Dicci un po' di più"
 msgid "Terms"
 msgstr "Termini"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Termini di servizio"
 
@@ -7564,7 +7754,11 @@ msgstr "Campo di testo"
 msgid "Text input field"
 msgstr "Campo di testo"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Il tuo feedback è stato inviato all'operatore del feed. Grazie!"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Grazie! La tua email è stata verificata con successo."
 
@@ -7597,12 +7791,12 @@ msgstr "Impossibile trovare starter pack."
 msgid "That's all, folks!"
 msgstr "Questo è tutto, gente!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "È tutto!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "L'account sarà in grado di interagire con te dopo lo sblocco."
 
@@ -7636,6 +7830,10 @@ msgstr "Il feed Discover"
 msgid "The Discover feed now knows what you like"
 msgstr "Ora il feed Discover sa cosa ti piace"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "L'indirizzo email che hai inserito è lo stesso del tuo indirizzo email attuale."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "L'esperienza è migliore tramite l'app. Scarica ora Bluesky e ritorneremo da dove eravamo rimasti."
@@ -7669,6 +7867,7 @@ msgstr "L'informativa sulla privacy è stata spostata a <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Il video selezionato è più grande di 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Sembra che ci siano problemi sul server. Riprova tra qualche istante."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Si è verificato un problema durante il contatto con il server"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Si è verificato un problema contattando il server, verifica la tua connessione a internet e riprova."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Si è verificato un problema durante il recupero delle notifiche. Tocca qui per riprovare."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Si è verificato un problema nel recupero dei post. Tocca qui per riprovare."
 
@@ -7763,20 +7962,20 @@ msgstr "Si è verificato un problema durante l'invio della segnalazione. Verific
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Si è verificato un problema durante l'aggiornamento dei tuoi feed. Verifica la tua connessione a internet e riprova."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Si è verificato un problema! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Queste impostazioni si applicano solo al feed Seguiti."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Questa {screenDescription} è stata segnalata:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Questo account ha un segno di spunta perché è stato verificato da fonti attendibili."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Questo account ha uno o più tentativi di verifica, ma non è ancora verificato."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Questo account ha richiesto agli utenti di accedere a Bluesky per visual
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Questo account risulta bloccato da una o più liste di moderazione. Per sbloccarlo, visita direttamente le liste e rimuovi l'utente."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "È possibile annullare questa azione in qualsiasi momento."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Questo contenuto non è visualizzabile senza un account Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "L'utente di questa conversazione ha disattivato o eliminato l'account. Premi per le opzioni"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Questa email è già associata al tuo account."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni del repository in <0>questo post del blog</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Questa funzionalità non è disponibile mentre si usa una password per app. Accedi con la tua password principale."
+
 #: 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 "Questa funzionalità non è disponibile mentre si usa una password per app. Accedi con la tua password principale."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Questo feed è vuoto! Prova a seguire più utenti o ottimizza le impostazioni della lingua."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Questo feed è vuoto."
@@ -7899,9 +8106,10 @@ msgstr "Questo nome utente è riservato. Prova con un altro nome utente."
 msgid "This information is not shared with other users."
 msgstr "Queste informazioni non vengono condivise con altri utenti."
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
-msgstr "Questo è importante nel caso in cui avessi bisogno di modificare la tua email o reimpostare la password."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Questa lista è vuota."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Questo servizio di moderazione non è disponibile. Vedi giù per ulteriori dettagli. Se il problema persiste, contattaci."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Questo post dichiara di essere stato creato il <0>{0}</0>, ma è stato visto per la prima volta da Bluesky il <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Questo post dichiara di essere stato creato il <0>{0}</0>, ma è stato v
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Questo post ha un tipo sconosciuto di restrizione. La tua app potrebbe non essere aggiornata."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Questo post è stato eliminato."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Questo post è visibile solo agli utenti registrati. Non sarà visibile alle persone che non hanno effettuato l'accesso."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Questo post verrà nascosto dai feed e dai thread. L'azione è irreversibile."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "L'autore del post ha disattivato le citazioni."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Questo profilo è visibile solo agli utenti registrati. Non sarà visibile alle persone che non hanno effettuato l'accesso."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Questa risposta verrà spostata in una sezione nascosta in fondo al thread e le notifiche delle risposte saranno disattivate - sia per te che per gli altri."
 
@@ -7976,6 +8184,10 @@ msgstr "Questo servizio non ha fornito termini di servizio o un'informativa sull
 msgid "This should create a domain record at:"
 msgstr "Questo dovrebbe creare un record di dominio in:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Questo utente non può essere verificato poiché non ha un nome visualizzato."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Questo utente non ha follower."
@@ -8013,11 +8225,11 @@ msgstr "Questo utente non sta seguendo nessuno."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Questo eliminerà \"{0}\" dalle tue parole silenziate. Puoi riaggiungerla quando vuoi qui."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Questo rimuoverà @{0} dalla lista d'accesso rapido."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Il tuo post verrà rimosso da questa citazione per tutti gli utenti, ed al suo posto verrà mostrato un avviso."
 
@@ -8044,7 +8256,7 @@ msgstr "Thread"
 msgid "Threaded mode"
 msgstr "Modalità a thread"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferenze per le discussioni"
 
@@ -8056,14 +8268,15 @@ msgstr "Tempo rimanente: {0, plural, one {# secondo} other {# secondi}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Per disabilitare il metodo 2FA via email, verifica il tuo accesso all'indirizzo email."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "Per disabilitare il metodo 2FA via email, verifica il tuo accesso a <0>{0}</0>"
+
 #: 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 "Per segnalare una conversazione, segnala uno dei messaggi nella schermata della conversazione. Questo permetterà ai nostri moderatori di capire il contesto del problema."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Per caricare video su Bluesky, devi prima verificare la tua email."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "A chi desideri inviare questo report?"
@@ -8090,16 +8303,16 @@ msgstr "Attiva/disattiva il suono"
 msgid "Top"
 msgstr "Popolari"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Argomento"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traduci"
 
@@ -8117,7 +8330,7 @@ msgstr "Video di tendenza"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "La fiducia nasce dalle relazioni, dalle comunità e dal contesto condiviso, quindi stiamo anche introducendo i <0>certificatori attendibili</0>: organizzazioni che possono rilasciare direttamente la verifica."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Scrivi il tuo messaggio qui"
 msgid "Type:"
 msgstr "Tipo:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Impossibile connettersi. Verifica la tua connessione a internet e riprova."
@@ -8166,27 +8380,27 @@ msgstr "Impossibile eliminare"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Sblocca"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Sblocca"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Sblocca account"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Sblocca account?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Smetti di seguire"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Smetti di seguire {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Smetti di seguire"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Smetti di seguire"
 
@@ -8225,15 +8439,15 @@ msgstr "Smetti di seguire"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Purtroppo, nessuna delle etichette a cui sei iscritto supporta questo tipo di segnalazione."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Certificatore sconosciuto"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Non mi piace più"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Non mi piace più ({0, plural, one {# mi piace} other {# mi piace}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Riattiva"
 msgid "Unmute {tag}"
 msgstr "Riattiva {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Riattiva account"
 
@@ -8267,8 +8481,8 @@ msgstr "Riattiva conversazione"
 msgid "Unmute list"
 msgstr "Riattiva lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Riattiva questa discussione"
 
@@ -8294,8 +8508,8 @@ msgstr "Non fissare più il feed"
 msgid "Unpin from home"
 msgstr "Non fissare più su home"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Non fissare più sul profilo"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} non più fissato su home"
 msgid "Unpinned from your feeds"
 msgstr "Non più fissato nei tuoi feed"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Riattiva l'email di promemoria"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Annulla l'iscrizione"
 
@@ -8320,7 +8539,7 @@ msgstr "Annulla l'iscrizione"
 msgid "Unsubscribe from list"
 msgstr "Disiscriviti dalla lista"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Disiscriviti da questo etichettatore"
 
@@ -8328,11 +8547,11 @@ msgstr "Disiscriviti da questo etichettatore"
 msgid "Unsubscribed from list"
 msgstr "Disiscritto dalla lista"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Tipo di video non supportato"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Tipo di video non supportato: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Aggiorna"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Aggiorna <0>{displayName}</0> nelle liste"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Aggiorna email"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Aggiorna a {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Aggiorna la tua email"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Impossibile aggiornare allegato"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Impossibile aggiornare visibilità risposte"
@@ -8371,7 +8601,7 @@ msgstr "Impossibile aggiornare visibilità risposte"
 msgid "Updating..."
 msgstr "Aggiornamento..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "In alternativa carica una foto"
 
@@ -8379,22 +8609,22 @@ msgstr "In alternativa carica una foto"
 msgid "Upload a text file to:"
 msgstr "Carica un file di testo su:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Carica dalla fotocamera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Carica dai file"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Carica dalla galleria"
 
@@ -8407,7 +8637,7 @@ msgstr "Caricamento immagini..."
 msgid "Uploading link thumbnail..."
 msgstr "Caricamento miniatura del link..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Caricamento del video..."
 
@@ -8419,8 +8649,8 @@ msgstr "Puoi generare una password per app di terze parti per accedere ad altri
 msgid "Use default provider"
 msgstr "Usa il fornitore predefinito"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Usa il browser dell'app"
 
@@ -8429,8 +8659,8 @@ msgstr "Usa il browser dell'app"
 msgid "Use in-app browser to open links"
 msgstr "Usa il browser dell'app per aprire i link"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Usa il mio browser predefinito"
 
@@ -8484,12 +8714,12 @@ msgstr "Lista di {0}"
 msgid "User list by you"
 msgstr "La tua lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Lista creata"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Lista aggiornata"
@@ -8523,73 +8753,80 @@ msgstr "Utenti che segui"
 msgid "Value:"
 msgstr "Valore:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Verifica non riuscita, riprovare."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Impostazioni di verifica"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Impostazioni di verifica"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Le verifiche su Bluesky funzionano in modo diverso rispetto ad altre piattaforme. <0>Scopri di più.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Email verificata richiesta"
+msgstr "Verificato da:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Verifica account"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Verifica codice"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verifica record DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Verifica email"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Verifica codice email"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Finestra verifica email"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verifica la nuova email"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verifica ora"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verifica file di testo"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Verificare questo account?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verifica il tuo indirizzo email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifica il tuo indirizzo email"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versione {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Elaborazione video fallita"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Feed dei video"
 
@@ -8616,11 +8853,11 @@ msgstr "Video da {0}: {text}"
 msgid "Video Games"
 msgstr "Videogiochi"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video in pausa"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Video in riproduzione"
 
@@ -8628,11 +8865,11 @@ msgstr "Video in riproduzione"
 msgid "Video not found."
 msgstr "Video non trovato."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Impostazioni video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video caricato"
 
@@ -8640,24 +8877,24 @@ msgstr "Video caricato"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Video"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "I video devono avere una durata inferiore a 3 minuti"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Vedi l'avatar di {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Vedi il profilo di {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Vedi il profilo di {0}"
 msgid "View {displayName}'s profile"
 msgstr "Vedi il profilo di {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Vedi questo profilo bloccato"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Vedi le informazioni del debug"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Vedi dettagli"
 
@@ -8688,7 +8925,7 @@ msgstr "Vedi dettagli"
 msgid "View details for reporting a copyright violation"
 msgstr "Visualizza i dettagli per segnalare una violazione del copyright"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Vedi la discussione completa"
 
@@ -8703,13 +8940,12 @@ msgstr "Visualizza le informazioni su queste etichette"
 msgid "View more"
 msgstr "Mostra di più"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Vedi il profilo"
 
@@ -8723,7 +8959,7 @@ msgstr "Visualizza il servizio di etichettatura fornito da @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Vedi le verifiche di questo utente"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Vedi i tuoi account silenziati"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Vedi le tue verifiche"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Avvisa il contenuto"
 msgid "Warn content and filter from feeds"
 msgstr "Avvisa i contenuti e filtra dai feed"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Non siamo riusciti a trovare alcun risultato per quell'hashtag."
@@ -8798,7 +9039,7 @@ msgstr "Non siamo riusciti a trovare alcun risultato per quell'hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr "Nessun risultato per questo argomento."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Non riusciamo a caricare questa conversazione"
 
@@ -8822,6 +9063,10 @@ msgstr "Abbiamo esaurito i post di chi segui. Ecco le ultime novità da <0/>."
 msgid "We recommend selecting at least two interests."
 msgstr "Consigliamo di selezionare almeno due interessi."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Abbiamo inviato un'email a <0>{0}</0> contenente un link. Fai clic su di esso per completare la procedura di verifica dell'email."
+
 #: 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 "Non è stato possibile verificare se puoi caricare video. Riprova."
@@ -8842,6 +9087,10 @@ msgstr "Non siamo riusciti a connetterci. Riprova per continuare a configurare i
 msgid "We will let you know when your account is ready."
 msgstr "Ti faremo sapere quando il tuo account sarà pronto."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Manderemo un'email a <0>{0}</0> contenente un link. Fai clic su di esso per completare la procedura di verifica dell'email."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Lo useremo per personalizzare la tua esperienza."
@@ -8853,7 +9102,7 @@ msgstr "Stiamo riscontrando problemi di rete, riprova"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Stiamo introducendo un nuovo livello di verifica su Bluesky -- una spunta riconoscibile."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Non è stato possibile caricare le parole silenziate. Riprova."
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Siamo spiacenti, ma non è stato possibile completare la ricerca. Riprova tra qualche minuto."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Ci dispiace! Il post a cui cerchi di rispondere è stato eliminato."
 
@@ -8880,7 +9129,7 @@ msgstr "Ci dispiace! Il post a cui cerchi di rispondere è stato eliminato."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Ci dispiace! Non riusciamo a trovare la pagina che stavi cercando."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Ci dispiace! Puoi iscriverti solo a venti etichettatori e al momento hai raggiunto questo limite."
 
@@ -8902,13 +9151,13 @@ msgstr "Come vuoi chiamare il tuo starter pack?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Come va?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Quando tocchi un segno di spunta, vedrai quali organizzazioni hanno rilasciato la verifica."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Chi può rispondere"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Chi può verificare?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ops!"
@@ -8984,11 +9233,11 @@ msgstr "Perché questo utente dovrebbe essere esaminato?"
 msgid "Write a message"
 msgstr "Scrivi un messaggio"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Scrivi un post"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Scrivi la tua risposta"
@@ -9002,6 +9251,11 @@ msgstr "Scrittori"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Il server ha restituito un DID errato. Ricevuto: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Si"
@@ -9015,11 +9269,11 @@ msgstr "Sì, disattiva il mio account"
 msgid "Yes, delete this starter pack"
 msgstr "Sì, elimina questo starter pack"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Sì, scollega"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Sì"
 
@@ -9037,7 +9291,7 @@ msgstr "Io"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Sei un certificatore attendibile"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Stai creando un account su"
 msgid "You are in line."
 msgstr "Sei nella lista."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Non sei autorizzato a caricare video."
@@ -9055,18 +9318,22 @@ msgstr "Non sei autorizzato a caricare video."
 msgid "You are not following anyone."
 msgstr "Non stai seguendo nessuno."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Sei verificato"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Sei verificato. Se cambi il tuo nome visualizzato, perderai lo stato di verifica. <0>Scopri di più.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Sei verificato. Se cambi il tuo nome utente, perderai lo stato di verifica. <0>Scopri di più.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Hai silenziato questo account."
 msgid "You have muted this user"
 msgstr "Hai silenziato questo utente"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Non hai ancora nessuna conversazione. Avviane una!"
 
@@ -9179,11 +9446,11 @@ msgstr "Non hai feed."
 msgid "You have no lists."
 msgstr "Non hai liste."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Non hai ancora bloccato nessun account. Per bloccare un account, vai sul profilo e seleziona \"Blocca account\" dal menu dell'account."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account."
 msgstr "Non hai ancora silenziato nessun account. Per silenziare un account, vai sul suo profilo e seleziona \"Silenzia account\" dal menu dell'account."
 
@@ -9191,11 +9458,15 @@ msgstr "Non hai ancora silenziato nessun account. Per silenziare un account, vai
 msgid "You have reached the end"
 msgstr "Hai raggiunto la fine"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Hai verificato correttamente il tuo indirizzo email. Puoi chiudere questa finestra di dialogo."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Hai raggiunto il limite temporaneo dei video caricati. Riprova più tardi."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Non hai ancora creato uno starter pack!"
 
@@ -9224,7 +9495,7 @@ msgstr "Puoi aggiungere fino a {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_P
 msgid "You may only add up to 3 feeds"
 msgstr "Puoi aggiungere un massimo di 3 feed"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "È possibile selezionare fino a 4 immagini"
 
@@ -9232,7 +9503,7 @@ msgstr "È possibile selezionare fino a 4 immagini"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Per iscriverti devi avere almeno 13 anni."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Devi seguire almeno altri 7 utenti per creare uno starter pack."
 
@@ -9248,10 +9519,18 @@ msgstr "Devi concedere il permesso alla galleria per salvare l'immagine."
 msgid "You must select at least one labeler for a report"
 msgstr "È necessario selezionare almeno un'etichettatore per un report"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Per abilitare l'autenticazione a due fattori via email è necessario verificare il tuo indirizzo email."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Hai precedentemente disattivato @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Probabilmente è il momento di riavviare l'app."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Hai reagito con {0}"
@@ -9260,16 +9539,16 @@ msgstr "Hai reagito con {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Hai reagito con {0} a {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Verrai disconnesso da tutti i tuoi account."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Non riceverai più notifiche relative a questo thread"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Riceverai le notifiche per questo thread"
 
@@ -9305,7 +9584,7 @@ msgstr "Seguirai queste persone e {0} altre"
 msgid "You'll follow these people right away"
 msgstr "Seguirai immediatamente queste persone"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Riceverai un'email all'indirizzo <0>{0}</0> per verificare la tua identità."
 
@@ -9339,6 +9618,10 @@ msgstr "Hai trovato alcune persone da seguire"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Hai raggiunto la fine del tuo feed! Trova altri account da seguire."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Hai raggiunto il numero massimo di richieste consentite. Riprova più tardi."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi byte)"
@@ -9347,7 +9630,7 @@ msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi byte)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi video)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Non ci sono altri video da guardare. Forse è il momento giusto per fare una pausa?"
 
@@ -9391,14 +9674,18 @@ msgstr "Il tuo browser non supporta questo formato video. Prova con un altro bro
 msgid "Your chats have been disabled"
 msgstr "Le tue conversazioni sono state disabilitate"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "La tua scelta verrà salvata, ma potrà essere modificata successivamente nelle impostazioni."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "La tua scelta sarà ricordata per i collegamenti futuri. Puoi cambiarla in qualsiasi momento nelle impostazioni."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Il tuo attuale nome utente <0>{0}</0> rimarrà automaticamente riservato per te. Puoi tornare a usarlo in qualsiasi momento da questo account."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Il tuo indirizzo email è stato aggiornato ma non è ancora verificato. Come passo successivo, verifica la tua nuova email."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Il tuo attuale nome utente <0>{0}</0> rimarrà automaticamente riservato
 msgid "Your email appears to be invalid."
 msgstr "Sembra che il tuo indirizzo email non sia corretto."
 
-#: src/view/com/modals/ChangeEmail.tsx:120
-msgid "Your email has been updated but not verified. As a next step, please verify your new email."
-msgstr "La tua email è stata aggiornata, ma non verificata. Come passo successivo, verifica la tua nuova email."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "La tua email non è stata ancora verificata. Verifica la tua email per poter usare tutte le funzionalità di Bluesky."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "La tua email non è stata ancora verificata. Ti consigliamo di fare questo importante passo per la sicurezza del tuo account."
 
@@ -9434,7 +9721,7 @@ msgstr "Il tuo nome utente completo sarà <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Il tuo nome utente completo sarà <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "La tua password è stata modificata correttamente!"
 msgid "Your password must be at least 8 characters long."
 msgstr "La tua password deve essere lunga almeno 8 caratteri."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Il tuo post è stato pubblicato"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "I tuoi post sono stati pubblicati"
 
@@ -9479,7 +9766,7 @@ msgstr "I tuoi post, i tuoi mi piace e gli account bloccati sono pubblici. Gli a
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "Il tuo profilo, post, feed, e liste non saranno più visibili agli altri utenti. Puoi riattivare il tuo account in qualsiasi momento effettuando l'accesso."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "La tua risposta è stata pubblicata"
 
@@ -9497,4 +9784,4 @@ msgstr "Gli interessi che selezioni ci permettono di mostrare i contenuti più p
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Le tue verifiche"
diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po
index 1972663c9..58687bdda 100644
--- a/src/locale/locales/ja/messages.po
+++ b/src/locale/locales/ja/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ja\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Japanese\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr "(アクティブ)"
 msgid "(contains embedded content)"
 msgstr "(埋め込みコンテンツあり)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(メールがありません)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, other {# リポスト}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, other {#秒}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, other {#件の未読}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, other {#件の未読}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, other {#ヶ月}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, other {フォロワー}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, other {フォロー中}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, other {いいね}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, other {いいね}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, other {投稿}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, other {引用}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, other {リポスト}}"
 
@@ -136,6 +135,10 @@ msgstr "<0><1>タグ</1>中の</0>{0}"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "<0><1>テキストとタグ</1>中の</0>{0}"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "今週、{0}人が参加しました"
@@ -157,7 +160,8 @@ msgstr "{0}が{1}とリアクションしました"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0}が{2}に{1}とリアクションしました"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0}のアバター"
 
@@ -189,7 +193,7 @@ msgstr "{0}分"
 msgid "{0}s"
 msgstr "{0}秒"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, other {#件の未読}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, other {時間}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, other {分}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}</0>があなたをフォローしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}</0>があなたのカスタムフィードをいいねしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}</0>があなたの投稿をいいねしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr "{firstAuthorLink} と <0>{additionalAuthorsCount, plural, other {other{formattedAuthorsCount} other}}</0> があなたのアカウントから本人確認を削除しました"
+msgstr "{firstAuthorLink} と <0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}</0> があなたのアカウントから認証を削除しました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}</0>があなたの投稿をリポストしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}</0>があなたのスターターパックでサインアップしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr "{firstAuthorLink} と <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} thers}}</0> があなたを確認しました"
+msgstr "{firstAuthorLink} と <0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}</0> があなたを認証しました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink}があなたをフォローしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink}があなたをフォローバックしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink}があなたのカスタムフィードをいいねしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink}があなたの投稿をいいねしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr "{firstAuthorLink} があなたのアカウントから本人確認を削除しました"
+msgstr "{firstAuthorLink} があなたのアカウントから認証を削除しました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink}があなたの投稿をリポストしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink}があなたのスターターパックでサインアップしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr "{firstAuthorLink} があなたを確認しました"
+msgstr "{firstAuthorLink} があなたを認証しました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたをフォローしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのカスタムフィードをいいねしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたの投稿をいいねしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr "{firstAuthorName} と {additionalAuthorsCount, plural, other {その他{formattedAuthorsCount} その他}} アカウントから本人確認が削除されました"
+msgstr "{firstAuthorName} と {additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}} があなたのアカウントから認証を削除しました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたの投稿をリポストしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのスターターパックでサインアップしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr "{firstAuthorName} と {additionalAuthorsCount, plural, other {その他{formattedAuthorsCount} その他}} 確認済み"
+msgstr "{firstAuthorName} と {additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}} があなたを認証しました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName}があなたをフォローしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName}があなたをフォローバックしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName}があなたのカスタムフィードをいいねしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName}があなたの投稿をいいねしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr "{firstAuthorName} があなたのアカウントから本人確認を削除しました"
+msgstr "{firstAuthorName} があなたのアカウントから認証を削除しました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName}があなたの投稿をリポストしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName}があなたのスターターパックでサインアップしました"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr "{firstAuthorName} があなたを確認しました"
+msgstr "{firstAuthorName} があなたを認証しました"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} フォロー"
@@ -335,11 +339,23 @@ msgstr "{following} フォロー"
 msgid "{handle} can't be messaged"
 msgstr "{handle}にメッセージを送れません"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {#人のユーザーが}}参加しました!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, other {#件の未読}}"
@@ -364,16 +380,16 @@ msgstr "{type}時間前"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr "{userName} は信頼されたベリファイアです"
+msgstr "{userName} は信頼された認証者です"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr "{userName} が認証されました"
+msgstr "{userName} は認証されています"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr "{userName}の認証"
+msgstr "{userName}の認証情報"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}、</0><1>{1}、</1>そして{2, plural, other {他#人}}があなたのスターターパックに含まれています"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, other {フォロワー}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, other {フォロー}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>実験的機能:</0> この設定を有効にすると、フォロ
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>あなた</0>と<1></1><2>{0}</2>はあなたのスターターパックに含まれています"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠無効なハンドル"
 
@@ -449,21 +465,21 @@ msgstr "メッセージ"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr "検証の新しいフォーム"
+msgstr "認証の新しい形"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "このアプリについて"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "承認"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "チャットのリクエストを承認する"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "リクエストを承認"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "アクセシビリティ"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "アクセシビリティの設定"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "アカウント"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "アカウントをブロックしました"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "アカウントをフォローしました"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "アカウントをミュートしました"
@@ -517,34 +533,34 @@ msgstr "ミュート中のアカウント"
 msgid "Account Muted by List"
 msgstr "リストによってミュート中のアカウント"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "アカウントオプション"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "クイックアクセスからアカウントを解除"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "アカウントのブロックを解除しました"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "アカウントのフォローを解除しました"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "アカウントのミュートを解除しました"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr "スカロップされた青色のチェックマーク<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>は他を検証できます。これらの信頼できる検証器はBlueskyによって選択されています。"
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "スカラップ状(帆立貝の形状)の青色のチェックマーク <0><1/></0> のあるアカウントは他のユーザを認証できます。これらの信頼できる認証者はBlueskyによって選択されています。"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "{displayName}をスターターパックに加える"
 msgid "Add a content warning"
 msgstr "コンテンツの警告を追加"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "アカウントを追加"
 msgid "Add alt text"
 msgstr "ALTテキストを追加"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "ALTテキストを追加(オプション)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "他のアカウントを追加"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "他の投稿を追加"
 
@@ -627,7 +647,7 @@ msgstr "選択した設定でミュートワードを追加"
 msgid "Add muted words and tags"
 msgstr "ミュートするワードとタグを追加"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "新しい投稿を追加"
 
@@ -664,8 +684,8 @@ msgstr "次のDNSレコードをドメインに追加してください:"
 msgid "Add this feed to your feeds"
 msgstr "このフィードをあなたのフィードに追加する"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "リストに追加"
 
@@ -718,6 +738,11 @@ msgstr "成人向けコンテンツのラベル"
 msgid "Advanced"
 msgstr "高度な設定"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "すべて"
@@ -732,7 +757,7 @@ msgstr "すべてのアカウントをフォローしました!"
 msgid "All languages"
 msgstr "すべての言語"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "保存されたすべてのフィードを1箇所にまとめます。"
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "ALTテキスト"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "ALTテキストは切り詰められます。{MAX_ALT_TEXT, plural, other {制限:{0}文字。}}"
 
 #: 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 "メールが{0}に送信されました。以下に入力できる確認コードがそのメールに記載されています。"
 
-#: 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 "以前のメールアドレス{0}にメールが送信されました。以下に入力できる確認コードがそのメールに記載されています。"
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "メールを前のメールアドレス {currentEmail} に送りました。以下に入力できる確認コードがそのメールに記載されています。"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "メールが送信されました!メールに書かれている確認コードを以下に入力してください。"
 
@@ -825,7 +849,7 @@ msgstr "ビデオの圧縮中にエラーが発生しました。"
 msgid "An error occurred while fetching the feed."
 msgstr "フィードの取得中にエラーが発生しました。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "スターターパックの生成中にエラーが発生しました。もう一度試しますか?"
 
@@ -842,7 +866,7 @@ msgstr "ビデオの読み込み時にエラーが発生しました。もう一
 msgid "An error occurred while saving the QR code!"
 msgstr "QRコードの保存中にエラーが発生しました!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "ビデオの選択中にエラーが発生しました"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "ビデオのアップロード中にエラーが発生しました。"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr "Blueskyが信頼された検証器を選択し、信頼された検証器が個々のユーザアカウントを検証することを示す図。"
+msgstr "Blueskyが信頼された認証者を選択し、信頼された認証者が個々のユーザアカウントを認証することを示す図。"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "ほかの選択肢にはあてはまらない問題"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "チャットの開始時に問題が発生しました"
 
@@ -875,8 +899,8 @@ msgstr "チャットを開始しようとした時に問題が発生しました
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "問題が発生しました。もう一度お試しください。"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr "Blueskyアプリを示すiPhoneのモックアップは、自分の表示名の横に青色のチェックマークを持つ検証されたユーザーのプロフィールに開きます。"
+msgstr "Blueskyアプリが表示されているiPhoneのモックアップで、認証されたユーザーのプロフィールを開くと、表示名の横に青色のチェックマークが表示されています。"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "アニメーションGIF"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr "Blueskyでの検証のお知らせ"
+msgstr "Blueskyでの認証のお知らせ"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "反社会的な行動"
 msgid "Anybody can interact"
 msgstr "誰でも反応可能"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "アプリアイコン"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "アプリの言語"
 
@@ -958,7 +982,7 @@ msgstr "アプリパスワードの名前は長さが4文字以上である必
 msgid "App passwords"
 msgstr "アプリパスワード"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "アプリパスワード"
@@ -994,10 +1018,10 @@ msgstr "アカウント停止に異議申し立て"
 msgid "Appeal this decision"
 msgstr "この決定に異議を申し立てる"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "外観"
 
@@ -1006,12 +1030,12 @@ msgstr "外観"
 msgid "Apply default recommended feeds"
 msgstr "デフォルトのおすすめフィードを追加"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "{0}のアーカイブ"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "アーカイブ投稿"
 
@@ -1047,11 +1071,11 @@ msgstr "あなたのフィードから{0}を削除してもよろしいですか
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "本当にこのフィードをあなたのフィードから削除したいですか?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "本当にこの下書きを削除しますか?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "本当にこの投稿を削除しますか?"
 
@@ -1072,6 +1096,11 @@ msgstr "アート"
 msgid "Artistic or non-erotic nudity."
 msgstr "芸術的または性的ではないヌード。"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "少なくとも3文字"
@@ -1103,7 +1132,7 @@ msgstr "ビデオとGIFの自動再生"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "戻る"
 msgid "Back to Chats"
 msgstr "チャットへ戻る"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "リストを作る前に、まずメールアドレスを確認しなければなりません。"
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "投稿する前に、まずメールアドレスを確認しなければなりません。"
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "スターターパックを作る前に、まずメールアドレスを確認しなければなりません。"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "他のユーザーにメッセージを送る前に、まずメールアドレスを確認しなければなりません。"
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "生年月日"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "ブロック"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "アカウントをブロック"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "アカウントをブロックしますか?"
 
@@ -1200,17 +1235,17 @@ msgstr "ブロックされています"
 msgid "Blocked accounts"
 msgstr "ブロック中のアカウント"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "ブロック中のアカウント"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。あなたは相手のコンテンツを見ることができず、相手はあなたのコンテンツを見ることができなくなります。"
 
@@ -1226,11 +1261,11 @@ msgstr "ブロックしてもこのラベラーがあなたのアカウントに
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "ブロックしたことは公開されます。ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。"
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "ブロックしてもこのラベラーがあなたのアカウントにラベルを適用することができますが、このアカウントがあなたのスレッドに返信したり、やりとりをしたりといったことはできなくなります。"
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "ブログ"
 
@@ -1239,7 +1274,7 @@ msgstr "ブログ"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Blueskyでは、この投稿日時の信憑性を確認できません。"
 
@@ -1265,7 +1300,7 @@ msgstr "Blueskyは友達と一緒のほうが楽しい!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Social利用規約"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Blueskyはあなたのつながっているユーザーからおすすめのアカウントを選びます。"
 
@@ -1275,7 +1310,7 @@ msgstr "Blueskyはログアウトしたユーザーにあなたのプロフィ
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr "Blueskyは、注目すべき本格的なアカウントを積極的に検証します。"
+msgstr "Blueskyは著名な本物のアカウントを積極的に認証します。"
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "トピック「{0}」を見る"
 msgid "Browse topic {displayName}"
 msgstr "{displayName}というトピックを見る"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "ビジネス"
 
@@ -1374,45 +1409,47 @@ msgstr "アカウントを作成することで、<0>利用規約</0>に同意
 msgid "By you"
 msgstr "作成者:あなた"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "カメラ"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "キャンセル"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "アカウントの削除をキャンセル"
 msgid "Cancel image crop"
 msgstr "画像の切り抜きをキャンセル"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "プロフィールの編集をキャンセル"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "リンク先のウェブサイトを開くことをキャンセル"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "ブロックしたユーザーとはやりとりできません"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "キャプション(.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "キャプション&ALTテキスト"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "変更"
 
@@ -1478,13 +1514,12 @@ msgstr "アプリアイコンを変更"
 msgid "Change app icon to \"{0}\""
 msgstr "アプリアイコンを「{0}」へ変更"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "メールアドレスを変更"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "アプリの言語を変更"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "メールアドレスを変更"
 
@@ -1497,10 +1532,6 @@ msgstr "ハンドルを変更"
 msgid "Change moderation service"
 msgstr "モデレーションサービスを変更"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "メールアドレスを変更"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "パスワードを変更"
@@ -1513,11 +1544,11 @@ msgstr "投稿の言語を{suggestedLanguageName}に変更します"
 msgid "Change report reason"
 msgstr "報告の理由を変更"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "メールアドレスを変更"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "メールアドレスを変更"
 
@@ -1530,15 +1561,15 @@ msgstr "アプリアイコンを変更"
 msgid "Changes hosting provider"
 msgstr "ホスティングプロバイダーを変更"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "チャット"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "チャットを削除しました"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "チャットをミュートしました"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "チャット要求の受信トレイ"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "チャットの要求"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "チャットの設定"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "チャットのミュートを解除しました"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "チャット"
 
@@ -1599,7 +1630,7 @@ msgstr "ドメイン名の確認方法を選択"
 msgid "Choose Feeds"
 msgstr "フィードの選択"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "私向けに選んで"
 
@@ -1619,7 +1650,7 @@ msgstr "この色をアバターとして選択"
 msgid "Choose your account provider"
 msgstr "アカウントプロバイダーを選んでください"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "自分自身のタイムラインを選びましょう!コミュニティによって作成されたフィードは、あなたが好きなコンテンツを見つけるのに役立ちます。"
 
@@ -1631,16 +1662,16 @@ msgstr "パスワードを入力"
 msgid "Choose your username"
 msgstr "ユーザー名を選んでください"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "すべてのストレージデータをクリア"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "すべてのストレージデータをクリア(このあと再起動します)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "画像のキャッシュをクリア"
 
@@ -1652,6 +1683,14 @@ msgstr "検索クエリをクリア"
 msgid "click here"
 msgstr "こちらをクリック"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "クリックしてこの投稿の引用投稿を無効に。"
@@ -1676,29 +1715,34 @@ msgstr "気象"
 msgid "Clip 🐴 clop 🐴"
 msgstr "パカラッ 🐴 パカラッ 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "閉じる"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "アクティブなダイアログを閉じる"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "一番下の引き出しを閉じる"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "ダイアログを閉じる"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "引き出しメニューを閉じる"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "絵文字選択を閉じる"
 
@@ -1751,12 +1795,12 @@ msgstr "このダイアログを閉じる"
 msgid "Closes password update alert"
 msgstr "パスワード更新アラートを閉じる"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "投稿の編集画面を閉じて下書きを破棄"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "絵文字選択を閉じる"
 
@@ -1764,11 +1808,11 @@ msgstr "絵文字選択を閉じる"
 msgid "Closes viewer for header image"
 msgstr "ヘッダー画像のビューワーを閉じる"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "ユーザーリストを折りたたむ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "指定した通知のユーザーリストを折りたたむ"
 
@@ -1791,7 +1835,7 @@ msgstr "コメディー"
 msgid "Comics"
 msgstr "漫画"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "コミュニティガイドライン"
@@ -1804,11 +1848,11 @@ msgstr "初期設定を完了してアカウントを使い始める"
 msgid "Complete the challenge"
 msgstr "テストをクリアしてください"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "新しい投稿を作成"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "最大{0, plural, other {#文字}}まで投稿を編集"
 
@@ -1816,7 +1860,7 @@ msgstr "最大{0, plural, other {#文字}}まで投稿を編集"
 msgid "Compose reply"
 msgstr "返信を作成"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "ビデオを圧縮中…"
 
@@ -1828,23 +1872,17 @@ msgstr "このカテゴリのコンテンツフィルタリングを設定:{na
 msgid "Configured in <0>moderation settings</0>."
 msgstr "<0>モデレーションの設定</0>で設定されています。"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "コンテンツの言語設定を確認"
@@ -1861,18 +1899,19 @@ msgstr "年齢の確認:"
 msgid "Confirm your birthdate"
 msgstr "生年月日の確認"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "確認コード"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "確認コード"
 
@@ -1880,8 +1919,8 @@ msgstr "確認コード"
 msgid "Connecting..."
 msgstr "接続中…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "サポートに連絡"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "コンテンツ&メディア"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "コンテンツとメディア"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "コンテンツとメディア"
 
@@ -1911,7 +1950,7 @@ msgstr "コンテンツのフィルター"
 msgid "Content from across the network we think you might like."
 msgstr "お好みかもしれないネットワークからのコンテンツ。"
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "コンテンツの言語"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "コンテキストメニューの背景をクリックし、メニューを閉じる。"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "続行"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "{0}として続行(現在サインイン中)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "スレッドの続き…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "次のステップへ進む"
@@ -1973,7 +2012,7 @@ msgstr "料理"
 msgid "Copied"
 msgstr "コピーしました"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "ビルドバージョンをクリップボードにコピーしました"
 
@@ -1981,8 +2020,8 @@ msgstr "ビルドバージョンをクリップボードにコピーしました
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "クリップボードにコピーしました"
 
@@ -1991,7 +2030,7 @@ msgstr "クリップボードにコピーしました"
 msgid "Copied!"
 msgstr "コピーしました!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "ビルドバージョンをクリップボードへコピー"
 
@@ -2003,13 +2042,13 @@ msgstr "コピー"
 msgid "Copy App Password"
 msgstr "アプリパスワードをコピー"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "at:// URIをコピー"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "投稿者のDIDをコピー"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "コードをコピー"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "DIDをコピー"
 
@@ -2040,8 +2079,8 @@ msgstr "リンクをコピー"
 msgid "Copy link to list"
 msgstr "リストへのリンクをコピー"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "投稿へのリンクをコピー"
 
@@ -2050,13 +2089,13 @@ msgstr "投稿へのリンクをコピー"
 msgid "Copy message text"
 msgstr "メッセージのテキストをコピー"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "投稿のat:// URIをコピー"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "投稿のテキストをコピー"
 
@@ -2068,7 +2107,7 @@ msgstr "QRコードをコピー"
 msgid "Copy TXT record value"
 msgstr "TXTレコードの値をコピー"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "著作権ポリシー"
@@ -2078,7 +2117,7 @@ msgstr "著作権ポリシー"
 msgid "Could not leave chat"
 msgstr "チャットからの退出に失敗しました"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "フィードの読み込みに失敗しました"
 
@@ -2094,7 +2133,7 @@ msgstr "チャットのミュートに失敗しました"
 msgid "Could not process your video"
 msgstr "ビデオを処理できませんでした"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "作成"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "スターターパックのQRコードを作成"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "スターターパックを作成"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "私向けのスターターパックを作成"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "アカウントを作成"
 msgid "Create an account without using this starter pack"
 msgstr "このスターターパックを使用せずにアカウントを作成する"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "代わりにアバターを作成"
 
@@ -2209,13 +2248,13 @@ msgstr "ダークテーマ"
 msgid "Date of birth"
 msgstr "生年月日"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "アカウントを無効化"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "モデレーションをデバッグ"
 
@@ -2237,13 +2276,13 @@ msgstr "デフォルトアイコン"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "削除"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "アカウントを削除"
 
@@ -2259,19 +2298,19 @@ msgstr "アプリパスワードを削除"
 msgid "Delete app password?"
 msgstr "アプリパスワードを削除しますか?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "チャットを削除"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "チャットの宣言レコードを削除"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "会話を削除"
 
@@ -2299,9 +2338,9 @@ msgstr "メッセージの宛先から自分を削除"
 msgid "Delete my account"
 msgstr "アカウントを削除"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "投稿を削除"
 
@@ -2318,7 +2357,7 @@ msgstr "スターターパックを削除しますか?"
 msgid "Delete this list?"
 msgstr "このリストを削除しますか?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "この投稿を削除しますか?"
 
@@ -2335,19 +2374,19 @@ msgstr "削除されたアカウント"
 msgid "Deleted post."
 msgstr "投稿を削除しました。"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "説明"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "説明が長すぎます"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "説明が長すぎます。{DESCRIPTION_MAX_GRAPHEMES, plural, other {最大で#文字です。}}"
 
@@ -2356,27 +2395,27 @@ msgstr "説明が長すぎます。{DESCRIPTION_MAX_GRAPHEMES, plural, other {
 msgid "Descriptive alt text"
 msgstr "説明的なALTテキスト"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "引用を切り離す"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "引用投稿を切り離しますか?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "開発者モードを無効にしました"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "開発者モードを有効にしました"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "開発者用オプション"
 
@@ -2388,6 +2427,15 @@ msgstr "ダイアログ:この投稿に誰が反応できるか調整"
 msgid "Dim"
 msgstr "グレー"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "メールでの2要素認証を無効にする"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "無効"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "破棄"
 
@@ -2420,11 +2468,11 @@ msgstr "破棄"
 msgid "Discard changes?"
 msgstr "変更を破棄しますか?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "下書きを削除しますか?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "投稿を削除しますか?"
 
@@ -2442,15 +2490,15 @@ msgstr "フィードを探す"
 msgid "Discover new custom feeds"
 msgstr "新しいカスタムフィードを見つける"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "新しいフィードを探す"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "消す"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "エラーを消す"
 
@@ -2471,9 +2519,9 @@ msgstr "このセクションを消す"
 msgid "Display larger alt text badges"
 msgstr "大きなALTテキストのバッジを表示"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "表示名"
@@ -2482,11 +2530,11 @@ msgstr "表示名"
 msgid "Display Name"
 msgstr "表示名"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "表示名が長すぎます"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "表示名が長すぎます。{DISPLAY_NAME_MAX_GRAPHEMES, plural, other {最大で#文字です。}}"
 
@@ -2511,21 +2559,31 @@ msgstr "ハイフンで始まったり終ったりしない"
 msgid "Domain verified!"
 msgstr "ドメインを確認しました!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "完了{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "メッセージをダブルタップか長押しでリアクションを追加"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "ダブルタップでダイアログを閉じる"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "ダブルタップでいいね"
 
@@ -2575,7 +2633,7 @@ msgstr "期間:"
 msgid "e.g. alice"
 msgstr "例:太郎"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "例:山田 太郎"
 
@@ -2587,7 +2645,7 @@ msgstr "例:山田 太郎"
 msgid "e.g. alice.com"
 msgstr "例:example.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "例:アーティスト、犬好き、熱烈な読書家。"
 
@@ -2595,19 +2653,19 @@ msgstr "例:アーティスト、犬好き、熱烈な読書家。"
 msgid "E.g. artistic nudes."
 msgstr "例:芸術的なヌード。"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "例:重要な投稿をするユーザー"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "例:スパム"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "例:絶対に投稿を見逃してはならないユーザー。"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "例:返信として広告を繰り返し送ってくるユーザー。"
 
@@ -2615,7 +2673,7 @@ msgstr "例:返信として広告を繰り返し送ってくるユーザー。
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "それぞれのコードは一回限り有効です。定期的に追加の招待コードをお送りします。"
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "編集"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "アバターを編集"
 
@@ -2637,14 +2695,14 @@ msgstr "アバターを編集"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "画像を編集"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "反応関連の設定を編集"
 
@@ -2657,12 +2715,17 @@ msgstr "「気になること」を編集"
 msgid "Edit list details"
 msgstr "リストの詳細を編集"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "モデレーションリストを編集"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "マイフィードを編集"
 
@@ -2679,15 +2742,15 @@ msgstr "ユーザーを編集"
 msgid "Edit post interaction settings"
 msgstr "投稿への反応の設定を編集"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "プロフィールを編集"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "プロフィールを編集"
 
@@ -2695,7 +2758,7 @@ msgstr "プロフィールを編集"
 msgid "Edit starter pack"
 msgstr "スターターパックを編集"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "ユーザーリストを編集"
 
@@ -2707,11 +2770,11 @@ msgstr "誰が返信できるのかを編集"
 msgid "Edit your display name"
 msgstr "表示名を編集"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "プロフィールの説明を編集"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "スターターパックを編集"
 
@@ -2724,9 +2787,8 @@ msgstr "教育"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "リストの作者にブロックされているか、作者をブロックしています。"
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "メールアドレス"
 
@@ -2747,20 +2809,17 @@ msgstr "メールアドレス"
 msgid "Email Resent"
 msgstr "メール再送済"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "メールアドレスを更新しました"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "メールアドレスは更新されました"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "メールアドレスを更新しました!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "メールアドレスを確認しました"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "HTMLコードを埋め込む"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "投稿を埋め込む"
 
@@ -2785,8 +2844,9 @@ msgstr "この投稿をあなたのウェブサイトに埋め込みます。以
 msgid "Embedded video player"
 msgstr "埋め込みビデオプレーヤー"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "有効にする"
 
@@ -2798,9 +2858,9 @@ msgstr "{0}のみ有効にする"
 msgid "Enable adult content"
 msgstr "成人向けコンテンツを有効にする"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "メールでの2要素認証を有効にする"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "有効"
 msgid "End of feed"
 msgstr "フィードの終わり"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "各字幕ファイルに言語が選択されてることを確認してください。"
 
@@ -2860,14 +2920,15 @@ msgstr "パスワードを入力"
 msgid "Enter a word or tag"
 msgstr "ワードまたはタグを入力"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "コードを入力"
 
-#: 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 "全画面表示にする"
@@ -2897,11 +2958,7 @@ msgstr "生年月日を入力してください"
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "以下に新しいメールアドレスを入力してください。"
 
@@ -2921,7 +2978,7 @@ msgstr "フルスクリーンで表示"
 msgid "Entertainment"
 msgstr "エンターテインメント"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "エラー"
@@ -2997,15 +3054,15 @@ msgstr "画像表示を終了"
 msgid "Expand alt text"
 msgstr "ALTテキストを展開"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "ユーザーリストを展開"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "返信する投稿全体を展開または折りたたむ"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "テキストを展開または折りたたむ"
 
@@ -3031,6 +3088,10 @@ msgstr "期限:{0}"
 msgid "Expires in {0}"
 msgstr "{0}で期限切れ"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "露骨な、または不愉快になる可能性のあるメディア。
 msgid "Explicit sexual images."
 msgstr "露骨な性的画像。"
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "検索"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "私のデータをエクスポートする"
 
@@ -3071,12 +3132,12 @@ msgstr "外部メディア"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "外部メディアを有効にすると、それらのメディアのウェブサイトがあなたやお使いのデバイスに関する情報を収集する場合があります。その場合でも、あなたが「再生」ボタンを押すまで情報は送信されず、要求もされません。"
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "外部メディアの設定"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "チャットの受け入れに失敗しました"
@@ -3090,15 +3151,11 @@ msgstr "絵文字リアクションを追加できませんでした"
 msgid "Failed to change handle. Please try again."
 msgstr "ハンドルの変更に失敗しました。もう一度試してください。"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr "認証の作成に失敗しました"
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "アプリパスワードの作成に失敗しました。もう一度試してください。"
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "会話の作成に失敗しました"
 
@@ -3107,12 +3164,12 @@ msgstr "会話の作成に失敗しました"
 msgid "Failed to create starter pack"
 msgstr "スターターパックの作成に失敗しました"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "リストの作成に失敗しました。インターネットへの接続を確認の上、もう一度試してください。"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "チャットの承認に失敗しました"
@@ -3121,7 +3178,7 @@ msgstr "チャットの承認に失敗しました"
 msgid "Failed to delete message"
 msgstr "メッセージの削除に失敗しました"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "投稿の削除に失敗しました。もう一度お試しください。"
 
@@ -3129,7 +3186,7 @@ msgstr "投稿の削除に失敗しました。もう一度お試しください
 msgid "Failed to delete starter pack"
 msgstr "スターターパックの削除に失敗しました"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "会話の読み込みに失敗しました"
@@ -3195,15 +3252,29 @@ msgstr "「気になること」の保存に失敗しました。"
 msgid "Failed to send"
 msgstr "送信に失敗"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "異議申し立ての送信に失敗しました。もう一度お試しください。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "スレッドのミュートの切り替えに失敗しました。もう一度お試しください"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "フィードの更新に失敗しました"
@@ -3219,11 +3290,15 @@ msgstr "設定の更新に失敗しました"
 msgid "Failed to upload video"
 msgstr "ビデオのアップロードに失敗しました"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "ハンドルの変更に失敗しました。もう一度試してください。"
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "フィード"
 
@@ -3242,24 +3317,24 @@ msgstr "フィードの切り替え"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "フィードバック"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "フィードバックを送信しました!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "フィード"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "柔軟です"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "フォロー"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "フォロー"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "{0}をフォロー"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "{handle}をフォロー"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "{name}をフォロー"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "10アカウントをフォロー"
 msgid "Follow 7 accounts"
 msgstr "7アカウントをフォロー"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "アカウントをフォロー"
 
@@ -3391,7 +3462,7 @@ msgstr "アカウントをフォロー"
 msgid "Follow all"
 msgstr "すべてフォロー"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "フォローバック"
@@ -3417,7 +3488,7 @@ msgstr "<0>{0}</0>と<1>{1}</1>がフォロー中"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "<0>{0}</0>、<1>{1}</1>および{2, plural, other {他#人}}がフォロー中"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "あなたが知っている@{0}のフォロワー"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "あなたが知っているフォロワー"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "フォロー中"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "{0}をフォローしています"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "{handle}をフォローしています"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "{name}をフォローしています"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Followingフィードの設定"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Followingフィードの設定"
@@ -3524,7 +3591,7 @@ msgstr "望ましくないコンテンツを頻繁に投稿"
 msgid "From @{sanitizedAuthor}"
 msgstr "@{sanitizedAuthor}による"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "<0/>から"
@@ -3533,17 +3600,19 @@ msgstr "<0/>から"
 msgid "Gallery"
 msgstr "ギャラリー"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "スターターパックを生成"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "ヘルプを表示"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "開始"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "入門"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "プロフィールに顔をつける"
 
@@ -3567,10 +3636,10 @@ msgstr "法律または利用規約への明らかな違反"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "戻る"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "ホームへ"
 msgid "Go Home"
 msgstr "ホームへ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "{firstAuthorName}のプロフィールに移動"
 
@@ -3638,8 +3723,8 @@ msgstr "生々しいメディア(グロ・事故・戦争・災害等)"
 msgid "Half way there!"
 msgstr "半分まで来ました!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "ハンドル"
 
@@ -3665,7 +3750,7 @@ msgstr "触覚フィードバック"
 msgid "Harassment, trolling, or intolerance"
 msgstr "嫌がらせ、荒らし、不寛容"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "ハッシュタグ"
 
@@ -3673,19 +3758,24 @@ msgstr "ハッシュタグ"
 msgid "Hashtag {tag}"
 msgstr "ハッシュタグ {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "なにか問題が発生しましたか?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "ヘルプ"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "画像をアップロードするかアバターを作ってあなたがbotではないことをみんなに知らせましょう。"
 
@@ -3698,7 +3788,7 @@ msgstr "アプリパスワードをお知らせします!"
 msgid "Hidden"
 msgstr "非表示"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "あなたのモデレーションの設定で非表示になっています。"
 
@@ -3715,12 +3805,12 @@ msgstr "非表示のリスト"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "非表示"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "非表示"
@@ -3729,18 +3819,18 @@ msgstr "非表示"
 msgid "Hide customization options"
 msgstr "カスタマイズオプションを非表示"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "投稿を自分には非表示"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "返信を全員に非表示"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "返信を自分には非表示"
 
@@ -3748,12 +3838,12 @@ msgstr "返信を自分には非表示"
 msgid "Hide this card"
 msgstr "このカードを非表示"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "この投稿を非表示にしますか?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "この返信を非表示にしますか?"
 
@@ -3771,7 +3861,7 @@ msgstr "トレンド・トピックを非表示にしますか?"
 msgid "Hide trending videos?"
 msgstr "トレンド・ビデオを非表示にしますか?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "ユーザーリストを非表示"
 
@@ -3817,11 +3907,11 @@ msgstr "そのモデレーションサービスを読み込めませんでした
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "待って!徐々にビデオへのアクセスを許可していますが、あなたの順番はまだです。しばらくしてもう一度確認を!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "ホーム"
 
@@ -3845,25 +3935,20 @@ msgstr "ホット"
 msgid "Hot replies first"
 msgstr "ホットな返信を先頭に"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "このリンクをどのように開きますか?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "コードを持っています"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "コードを持っています"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "確認コードを持っています"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "このリストを削除すると、復元できなくなります。"
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "自分のドメインを持っていれば、ハンドルとして利用できます。これによりあなたのアイデンティティを自己証明できます。<0>詳しくはこちら。</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "この投稿を削除すると、復元できなくなります。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "パスワードを変更する場合は、あなたのアカウントであることを確認するためのコードをお送りします。"
@@ -3915,18 +4008,19 @@ msgstr "違法かつ緊急"
 msgid "Image"
 msgstr "画像"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "画像のキャッシュをクリアしました"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "画像のキャッシュをクリアし、 {0} が解放されました"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "画像をカメラロールに保存しました!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "無効な2要素認証の確認コードです。"
 msgid "Invalid handle. Please try a different one."
 msgstr "無効なハンドルです。他のものを試してください。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "無効またはサポートされていない投稿のレコード"
 
@@ -4041,12 +4135,12 @@ msgstr "合ってます"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "今はあなただけ!上で検索してスターターパックにより多くのユーザーを追加してください。"
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ジョブID:{0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "仕事"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "投稿者によるラベル。"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "ラベル"
 
@@ -4100,13 +4194,13 @@ msgstr "あなたのコンテンツのラベル"
 msgid "Language selection"
 msgstr "言語の選択"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "言語の設定"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "言語"
 
@@ -4124,12 +4218,12 @@ msgstr "最新"
 msgid "learn more"
 msgstr "詳細"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr "詳細"
 
@@ -4137,7 +4231,7 @@ msgstr "詳細"
 msgid "Learn More"
 msgstr "詳細"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Blueskyについての詳細"
 
@@ -4158,10 +4252,10 @@ msgstr "このコンテンツに適用されるモデレーションはこちら
 msgid "Learn more about this warning"
 msgstr "この警告の詳細"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr "Blueskyの検証についてもっと詳しく"
+msgstr "Blueskyの認証についてもっと詳しく"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Blueskyから離れる"
 msgid "left to go."
 msgstr "あと少しです。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "選ばせて"
 
@@ -4230,7 +4324,7 @@ msgstr "ライト"
 msgid "Like"
 msgstr "いいねする"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "いいねする({0, plural, other {#件のいいね}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Discoverフィードを訓練するために10投稿をいいねする"
 msgid "Like this feed"
 msgstr "このフィードをいいね"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "このラベラーをいいね"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "いいねしたユーザー"
 
@@ -4269,16 +4363,16 @@ msgstr "{0, plural, other {#人のユーザー}}がいいね"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "{likeCount, plural, other {#人のユーザー}}がいいね"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "いいね"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "この投稿をいいねする"
 
@@ -4287,11 +4381,11 @@ msgstr "この投稿をいいねする"
 msgid "Linear"
 msgstr "リニア"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "リスト"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "リストのアバター"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "リストをミュートしました"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "リストの名前"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "リストのミュートを解除しました"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "リスト"
 
@@ -4358,6 +4452,22 @@ msgstr "リスト"
 msgid "Lists blocking this user:"
 msgstr "このユーザーをブロックしているリスト:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "さらに読み込む"
@@ -4370,18 +4480,18 @@ msgstr "おすすめのフィードをさらに読み込む"
 msgid "Load new notifications"
 msgstr "最新の通知を読み込む"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "最新の投稿を読み込む"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "読み込み中…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "ログ"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "@sawaratsuki.bsky.socialによるロゴ"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "<0>@sawaratsuki.bsky.social</0>によるロゴ"
 
@@ -4418,7 +4528,11 @@ msgstr "すべてのフィードのピン留めを外したようですね。心
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Followingフィードを消したようです。<0>ここをクリックして追加。</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "私のために作って"
 
@@ -4433,7 +4547,7 @@ msgstr "保存されたフィードを管理"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr "確認設定の管理"
+msgstr "認証設定の管理"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "既読にする"
 msgid "Marked all as read"
 msgstr "すべて既読にしました"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "後で"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "メディア"
 
@@ -4479,7 +4600,7 @@ msgstr "メンション"
 msgid "Menu"
 msgstr "メニュー"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "{0}へメッセージを送る"
 
@@ -4513,7 +4634,7 @@ msgstr "メッセージが長すぎます"
 msgid "Message options"
 msgstr "メッセージのオプション"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "メッセージ"
 
@@ -4532,10 +4653,10 @@ msgstr "誤解を招くアカウント"
 msgid "Misleading Post"
 msgstr "誤解を招く投稿"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "モデレーション"
 
@@ -4557,12 +4678,12 @@ msgstr "<0/>の作成したモデレーションリスト"
 msgid "Moderation list by you"
 msgstr "あなたの作成したモデレーションリスト"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "モデレーションリストを作成しました"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "モデレーションリストを更新しました"
@@ -4571,8 +4692,8 @@ msgstr "モデレーションリストを更新しました"
 msgid "Moderation lists"
 msgstr "モデレーションリスト"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "モデレーションリスト"
 
@@ -4580,7 +4701,7 @@ msgstr "モデレーションリスト"
 msgid "moderation settings"
 msgstr "モデレーションの設定"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "モデレーションのステータス"
 
@@ -4593,7 +4714,7 @@ msgstr "モデレーションのツール"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "モデレーターによりコンテンツに一般的な警告が設定されました。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "さらに"
 
@@ -4602,8 +4723,8 @@ msgstr "さらに"
 msgid "More feeds"
 msgstr "その他のフィード"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "その他のオプション"
@@ -4637,10 +4758,10 @@ msgstr "ミュート"
 msgid "Mute {tag}"
 msgstr "{tag} をミュート"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "アカウントをミュート"
 
@@ -4689,13 +4810,13 @@ msgstr "タグのみでこのワードをミュート"
 msgid "Mute this word until you unmute it"
 msgstr "このワードをミュート解除するまでミュート"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "スレッドをミュート"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "ワードとタグをミュート"
 
@@ -4703,12 +4824,12 @@ msgstr "ワードとタグをミュート"
 msgid "Muted accounts"
 msgstr "ミュート中のアカウント"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "ミュート中のアカウント"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "ミュート中のアカウントの投稿は、フィードや通知から取り除かれます。ミュートの設定は完全に非公開です。"
 
@@ -4729,15 +4850,15 @@ msgstr "ミュートの設定は非公開です。ミュート中のアカウン
 msgid "My Birthday"
 msgstr "生年月日"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "マイフィード"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "名前"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "名前は必須です"
 
@@ -4772,11 +4893,11 @@ msgstr "スターターパックに移動"
 msgid "Navigates to the next screen"
 msgstr "次の画面に移動します"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "あなたのプロフィールに移動します"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "変更が必要?"
 
@@ -4797,18 +4918,23 @@ msgstr "気にせずにハンドルを作成"
 msgid "New"
 msgstr "新規"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "新規"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "新しいチャット"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "新しいメールアドレス"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr "新機能"
@@ -4819,8 +4945,8 @@ msgstr "新機能"
 msgid "New handle"
 msgstr "新しいハンドル"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "新しいリスト"
 
@@ -4828,7 +4954,7 @@ msgstr "新しいリスト"
 msgid "New messages"
 msgstr "新しいメッセージ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "新しいモデレーションリスト"
 
@@ -4840,10 +4966,10 @@ msgstr "新しいパスワード"
 msgid "New Password"
 msgstr "新しいパスワード"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "新しい投稿"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "新しい投稿"
@@ -4863,7 +4989,7 @@ msgstr "新しい投稿"
 msgid "New user info dialog"
 msgstr "新しいユーザー情報ダイアログ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "新しいユーザーリスト"
 
@@ -4911,6 +5037,10 @@ msgstr "アプリパスワードはまだありません"
 msgid "No DNS Panel"
 msgstr "DNSパネルがない場合"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "おすすめのGIFが見つかりません。Tenorに問題があるかもしれません。"
@@ -4924,8 +5054,8 @@ msgstr "フィードが見つかりませんでした。他を探してみて。
 msgid "No likes yet"
 msgstr "いいねはありません"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "{0}のフォローを解除しました"
 
@@ -4962,8 +5092,8 @@ msgstr "まだ引用がありません"
 msgid "No reposts yet"
 msgstr "まだリポストがありません"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "結果はありません"
 
@@ -4980,7 +5110,7 @@ msgstr "「{0}」に該当するものは見つかりませんでした。"
 msgid "No results found"
 msgstr "結果は見つかりません"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "「{query}」の検索結果はありません"
 
@@ -5032,19 +5162,14 @@ msgstr "性的ではないヌード"
 msgid "Not followed by anyone you're following"
 msgstr "フォローしている人は誰にもフォローしていません"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "見つかりません"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "今はしない"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "共有についての注意事項"
 
@@ -5052,7 +5177,7 @@ msgstr "共有についての注意事項"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "注記:Blueskyはオープンでパブリックなネットワークです。この設定はBlueskyのアプリおよびウェブサイト上のみでのあなたのコンテンツの可視性を制限するものであり、他のアプリではこの設定を尊重しない場合があります。他のアプリやウェブサイトでは、ログアウトしたユーザーにあなたのコンテンツが表示される場合があります。"
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "何もありません"
 
@@ -5060,7 +5185,7 @@ msgstr "何もありません"
 msgid "Notification filters"
 msgstr "通知フィルター"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "通知設定"
@@ -5077,11 +5202,11 @@ msgstr "通知音"
 msgid "Notification Sounds"
 msgstr "通知音"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "通知"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "ちょっと!何らかの問題が発生したようです。"
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "OK"
 
@@ -5140,19 +5265,19 @@ msgstr "古い順に返信を表示"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "オンボーディングのリセット"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "1つもしくは複数のGIFにALTテキストがありません。"
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "1つもしくは複数の画像にALTテキストがありません。"
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "1つもしくは複数のビデオにALTテキストがありません。"
 
@@ -5168,7 +5293,7 @@ msgstr "{0}のみ返信可能。"
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "英数字とハイフンのみ"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "画像ファイルのみに対応しています"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "おっと、何らかの問題が発生したようです!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "おっと!"
 
@@ -5194,11 +5319,7 @@ msgstr "おっと!"
 msgid "Open"
 msgstr "開かれています"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "{name}のプロフィールのショートカットメニューを開く"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "アバター・クリエイターを開く"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "引き出しメニューを開く"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "絵文字を入力"
 
@@ -5225,7 +5346,7 @@ msgstr "フィードを画面で開く"
 msgid "Open feed options menu"
 msgstr "フィードの設定メニューを開く"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "全絵文字リストを開く"
 
@@ -5237,7 +5358,7 @@ msgstr "{niceUrl}へのリンクを開く"
 msgid "Open message options"
 msgstr "メッセージのオプションを開く"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "モデレーションデバッグページを開く"
 
@@ -5249,20 +5370,25 @@ msgstr "ミュートしたワードとタグの設定を開く"
 msgid "Open pack"
 msgstr "パックを開く"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "投稿のオプションを開く"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "スターターパックのメニューを開く"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "絵本のページを開く"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "システムのログを開く"
 
@@ -5282,19 +5408,19 @@ msgstr "このスレッドに誰が返信できるかを選択するダイアロ
 msgid "Opens additional details for a debug entry"
 msgstr "デバッグエントリーの追加詳細を開く"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "ALTテキストのダイアログを開く"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "デバイスのカメラを開く"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "キャプションとALTテキストのダイアログを開く"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "ハンドル変更ダイアログを開く"
 
@@ -5306,7 +5432,7 @@ msgstr "編集画面を開く"
 msgid "Opens device photo gallery"
 msgstr "デバイスのフォトギャラリーを開く"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "絵文字選択を開く"
 
@@ -5324,7 +5450,7 @@ msgstr "既存のBlueskyアカウントにサインインする画面を開き
 msgid "Opens GIF select dialog"
 msgstr "GIFの選択のダイアログを開く"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "ブラウザでヘルプデスクを開く"
 
@@ -5332,6 +5458,10 @@ msgstr "ブラウザでヘルプデスクを開く"
 msgid "Opens list of invite codes"
 msgstr "招待コードのリストを開く"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "パスワードリセットのフォームを開く"
@@ -5340,12 +5470,12 @@ msgstr "パスワードリセットのフォームを開く"
 msgid "Opens the linked website"
 msgstr "リンク先のウェブサイトを開く"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "プロフィールを開く"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "ビデオの選択画面を開く"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA ステータス: 利用可能なものはありません"
 msgid "Other"
 msgstr "その他"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "その他のアカウント"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "ページが見つかりません"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "ビデオを一時停止"
 msgid "People"
 msgstr "ユーザー"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "@{0}がフォロー中のユーザー"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "@{0}をフォロー中のユーザー"
 
@@ -5508,12 +5638,12 @@ msgstr "ホームにピン留め"
 msgid "Pin to Home"
 msgstr "ホームにピン留め"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "プロフィールに固定"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "固定"
 
@@ -5578,14 +5708,14 @@ msgstr "ハンドルをお選びください。"
 msgid "Please choose your password."
 msgstr "パスワードを選択してください。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "CAPTCHA認証を完了してください。"
 
-#: 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 "変更する前にメールを確認してください。これは、メールアップデートツールが追加されている間の一時的な要件であり、まもなく削除されます。"
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "メールアドレスが正しく入力されていることを再確認してください。"
@@ -5602,10 +5732,28 @@ msgstr "パスワードを入力してください。8 文字以上である必
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "このアプリパスワードに固有の名前を入力するか、ランダムに生成された名前を使用してください。"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "ミュートにする有効な単語、タグ、フレーズを入力してください"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "メールアドレスを入力してください。"
 msgid "Please enter your invite code."
 msgstr "招待コードを入力してください。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "パスワードを入力してください"
@@ -5648,7 +5800,11 @@ msgstr "この報告の理由を選択してください"
 msgid "Please sign in as @{0}"
 msgstr "@{0}としてサインインしてください"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "メールアドレスを確認してください"
 
@@ -5662,7 +5818,7 @@ msgstr "政治"
 msgid "Porn"
 msgstr "ポルノ"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "投稿"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "投稿"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "すべてポスト"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0}による投稿"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0}による投稿"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "投稿を削除しました"
@@ -5697,7 +5853,7 @@ msgstr "投稿を削除しました"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "投稿のアップロードに失敗しました。インターネット接続を確認し、再度試してください。"
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "投稿は削除されました"
 
@@ -5719,7 +5875,7 @@ msgstr "あなたが非表示にした投稿"
 msgid "Post interaction settings"
 msgstr "投稿への反応の設定"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "投稿への反応の設定"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "投稿の固定を解除しました"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "投稿"
@@ -5789,7 +5945,7 @@ msgstr "あなたもフォローしているこのアカウントのフォロワ
 msgid "Previous image"
 msgstr "前の画像"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "第一言語"
 
@@ -5807,26 +5963,26 @@ msgstr "優先通知"
 msgid "Privacy"
 msgstr "プライバシー"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "プライバシーとセキュリティ"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "プライバシーとセキュリティ"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "プライバシーポリシー"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "ビデオを処理中…"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "処理中…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "プロフィール"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "プロフィール"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "プロフィールを更新しました"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "フィードとして見ることに使える、公開された共有可能なリスト"
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "投稿を公開"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "投稿を公開"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "返信を公開"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "返信を公開"
 
@@ -5904,11 +6060,11 @@ msgstr "QRコードをカメラロールに保存しました!"
 msgid "Quote post"
 msgstr "引用"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "引用投稿が再び関連付けられました"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "引用投稿を切り離すことができました"
 
@@ -5927,7 +6083,7 @@ msgstr "引用の設定"
 msgid "Quotes"
 msgstr "引用"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "この投稿を引用する"
 
@@ -5942,8 +6098,8 @@ msgstr "ランダムな順番で表示(別名「投稿者のルーレット」
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "引用を再度関連付ける"
 
@@ -5960,15 +6116,15 @@ msgstr "あなたのアカウントを再有効化"
 msgid "Read blog post"
 msgstr "ブログ記事を読む"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "文字を減らす"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "もっと読む"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Blueskyのブログを読む"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "再接続"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "拒否"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "チャットのリクエストを拒否する"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "会話を再読み込み"
@@ -6022,7 +6178,7 @@ msgstr "会話を再読み込み"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "削除"
 msgid "Remove {displayName} from starter pack"
 msgstr "{displayName}をスターターパックから削除"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "{historyItem}を削除"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "アカウント切替リストから取り除く"
 
@@ -6046,13 +6202,13 @@ msgstr "アカウント切替リストから取り除く"
 msgid "Remove attachment"
 msgstr "添付を削除"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "アバターを削除"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "バナーを削除"
 
@@ -6079,7 +6235,7 @@ msgstr "フィードを削除しますか?"
 msgid "Remove from my feeds"
 msgstr "マイフィードから削除"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "クイックアクセスから削除しますか?"
 
@@ -6097,11 +6253,16 @@ msgstr "フィードから削除しますか?"
 msgid "Remove image"
 msgstr "イメージを削除"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "リストからミュートワードを削除"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "プロフィールを削除"
 
@@ -6114,7 +6275,7 @@ msgstr "引用を削除"
 msgid "Remove repost"
 msgstr "リポストを削除"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "字幕ファイルを削除"
 
@@ -6127,11 +6288,11 @@ msgid "Remove user from list"
 msgstr "リストからユーザーを削除"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr "検証を削除"
+msgstr "認証を削除"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
@@ -6166,11 +6327,7 @@ msgstr "あなたのフィードから削除しました"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr "検証を削除しました"
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "検索履歴からプロフィールを削除する"
+msgstr "認証を削除しました"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "引用を削除する"
 msgid "Replace with Discover"
 msgstr "Discoverで置き換える"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "返信"
 
@@ -6193,12 +6350,12 @@ msgstr "返信できません"
 msgid "Replies to this post are disabled."
 msgstr "この投稿への返信は無効化されています。"
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "返信"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "返信する({0, plural, other {#件の返信}})"
 
@@ -6224,34 +6381,34 @@ msgstr "返信の設定はスレッドの投稿者によって選択されてい
 msgid "Reply sorting"
 msgstr "返信を並び替え"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "<0><1/></0>に返信"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "ブロックした投稿への返信"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "投稿への返信"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "あなたへの返信"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "返信の表示設定を更新しました"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "返信を非表示にすることができました"
 
@@ -6261,16 +6418,16 @@ msgstr "返信を非表示にすることができました"
 msgid "Report"
 msgstr "報告"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "アカウントを報告"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "会話を報告"
 
@@ -6293,8 +6450,8 @@ msgstr "リストを報告"
 msgid "Report message"
 msgstr "メッセージを報告"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "投稿を報告"
 
@@ -6369,26 +6526,26 @@ msgstr "リポストまたは引用"
 msgid "Reposted By"
 msgstr "リポストしたユーザー"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0}にリポストされた"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0>がリポスト"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "あなたのリポスト"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "この投稿をリポストする"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "変更を要求"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "コードをリクエスト"
 msgid "Require alt text before posting"
 msgstr "画像投稿時にALTテキストを必須とする"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "アカウントにサインインするにはメールの確認コードが必要です。"
 
@@ -6413,13 +6570,19 @@ msgstr "このプロバイダーに必要"
 msgid "Required in your region"
 msgstr "あなたの地域では必要"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "メール再送済"
@@ -6436,8 +6599,8 @@ msgstr "リセットコード"
 msgid "Reset Code"
 msgstr "リセットコード"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "オンボーディングの状態をリセット"
 
@@ -6458,10 +6621,10 @@ msgstr "エラーになった最後のアクションをやり直す"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "前のページに戻る"
 msgid "Returns to home page"
 msgstr "ホームページに戻る"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "前のステップに戻る"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "保存"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "保存"
@@ -6534,7 +6699,7 @@ msgstr "生年月日を保存"
 msgid "Save changes"
 msgstr "変更を保存"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "変更を保存"
 
@@ -6564,16 +6729,12 @@ msgstr "マイフィードに保存"
 msgid "Saved Feeds"
 msgstr "保存されたフィード"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "カメラロールに保存しました"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "フィードを保存しました"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "プロフィールの変更を保存"
 
@@ -6583,8 +6744,8 @@ msgstr "画像の切り抜き設定を保存"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "よろしく!"
 
@@ -6602,11 +6763,11 @@ msgstr "一番上までスクロール"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "検索"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "@{0}の投稿を検索"
@@ -6615,7 +6776,7 @@ msgstr "@{0}の投稿を検索"
 msgid "Search by name or interest"
 msgstr "名前や興味で検索"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "フィードを検索"
 
@@ -6656,8 +6817,8 @@ msgstr "GIFを検索"
 msgid "Search my posts"
 msgstr "自分の投稿を検索"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "投稿を検索"
 
@@ -6679,7 +6840,11 @@ msgstr "検索…"
 msgid "Searches for profiles"
 msgstr "プロフィールを検索"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "必要なセキュリティの手順"
 
@@ -6699,7 +6864,7 @@ msgstr "#{tag} の投稿を表示(すべてのユーザー)"
 msgid "See #{tag} posts by user"
 msgstr "#{tag} の投稿を表示(このユーザーのみ)"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Blueskyの求人を見る"
 
@@ -6719,6 +6884,10 @@ msgstr "色を選択"
 msgid "Select account"
 msgstr "アカウントを選択"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "アプリの言語を選択"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "アバターを選択"
@@ -6727,10 +6896,22 @@ msgstr "アバターを選択"
 msgid "Select an emoji"
 msgstr "絵文字を選択"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "オプションを選択"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "アプリの言語を選択"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "コンテンツの言語を選択"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "既存のアカウントから選択"
@@ -6747,11 +6928,11 @@ msgstr "GIF「{0}」を選ぶ"
 msgid "Select how long to mute this word for."
 msgstr "このワードをどのくらいの間ミュートするのかを選択。"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "言語を選択…"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "言語を選択"
 
@@ -6763,6 +6944,10 @@ msgstr "モデレーションサービスを選択"
 msgid "Select moderator"
 msgstr "モデレーターを選択"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "第一言語を選択"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "絵文字{emojiName}をアバターとして選択"
 msgid "Select the moderation service(s) to report to"
 msgstr "報告先のモデレーションサービスを選んでください"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "ビデオを選択"
 
@@ -6784,11 +6969,11 @@ msgstr "ビデオを選択"
 msgid "Select what content this mute word should apply to."
 msgstr "このミュートワードをどのコンテンツに適用するのかを選択。"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "アプリのユーザーインターフェースに使用する言語を選択します。"
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "登録されたフィードに含める言語を選択します。選択されていない場合は、すべての言語が表示されます。"
 
@@ -6801,7 +6986,7 @@ msgstr "生年月日を選択"
 msgid "Select your interests from the options below"
 msgstr "次のオプションから興味のあるものを選択してください"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "フィード内の翻訳に使用する言語を選択します。"
 
@@ -6813,19 +6998,17 @@ msgstr "{numItems}個中{0}個目のオプションを選択"
 msgid "Send a neat website!"
 msgstr "素敵なウェブサイトを送って!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "確認を送信"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "確認メールを送信"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "確認のメールを送信"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "確認のメールを送信"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "メールを送信"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "メールを送信"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "フィードバックを送信"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "メッセージを送信"
@@ -6863,13 +7046,14 @@ msgstr "{0}に報告を送信"
 msgid "Send report to {title}"
 msgstr "{title}に報告を送信"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "ダイレクトメッセージで送信"
 
@@ -6901,10 +7085,10 @@ msgstr "アカウントを設定する"
 msgid "Sets email for password reset"
 msgstr "パスワードをリセットするためのメールアドレスを入力"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "設定"
 
@@ -6926,16 +7110,16 @@ msgstr "性的にきわどい"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "共有"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "共有"
@@ -6948,9 +7132,9 @@ msgstr "クールなストーリーをシェアして!"
 msgid "Share a fun fact!"
 msgstr "面白いことをシェアして!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "とにかく共有"
 
@@ -6990,7 +7174,7 @@ msgstr "このスターターパックを共有して、他のユーザーがBlu
 msgid "Share your favorite feed!"
 msgstr "お気に入りのフィードをシェアして!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Shared Preferencesのテスター"
 
@@ -7011,8 +7195,8 @@ msgstr "ALTテキストを表示"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "とにかく表示"
 
@@ -7033,8 +7217,8 @@ msgstr "カスタマイズオプションを表示"
 msgid "Show hidden replies"
 msgstr "非表示の返信を表示"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "このような投稿の表示を減らす"
 
@@ -7042,14 +7226,14 @@ msgstr "このような投稿の表示を減らす"
 msgid "Show list anyway"
 msgstr "とにかくリストを表示"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "さらに表示"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "このような投稿の表示を増やす"
 
@@ -7079,8 +7263,8 @@ msgstr "返信をスレッドで表示"
 msgid "Show replies by people you follow before all other replies"
 msgstr "フォローしてる人の返信を他の人の返信より優先して表示"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "返信を全員に見せる"
 
@@ -7102,11 +7286,11 @@ msgstr "警告を表示"
 msgid "Show warning and filter from feeds"
 msgstr "警告の表示とフィードからのフィルタリング"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "この投稿がいつ作成されたかについての情報を表示する"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "切替可能な他のアカウントを表示"
 
@@ -7124,8 +7308,8 @@ msgstr "コンテンツを表示"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "コンテンツを表示"
 msgid "Sign in"
 msgstr "サインイン"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "{0}としてサインイン"
 
@@ -7150,7 +7334,7 @@ msgstr "サインインまたはアカウントを作成"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "会話に参加するにはサインインするか新しくアカウントを登録してください!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "リストにないアカウントにサインイン"
 
@@ -7158,15 +7342,15 @@ msgstr "リストにないアカウントにサインイン"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Blueskyにサインイン または 新規アカウントの登録"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "サインアウト"
 
@@ -7174,8 +7358,8 @@ msgstr "サインアウト"
 msgid "Sign Out"
 msgstr "サインアウト"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "サインアウトしますか?"
 
@@ -7206,12 +7390,17 @@ msgstr "この手順をスキップする"
 msgid "Smaller"
 msgstr "小さい"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "リマインダーをスヌーズ"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "ソフトウェア開発"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr "認証の一部が無効です。"
 
@@ -7235,7 +7424,7 @@ msgstr "誰かが{1}に{0}とリアクションしました"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "報告しようとしているデータに問題がありました。サポートに連絡してください。"
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "何らかの問題が発生したようです"
 
@@ -7264,8 +7453,8 @@ msgstr "問題が発生しました。もう一度お試しください。"
 msgid "Something wrong? Let us know."
 msgstr "何か問題がありますか?お知らせください。"
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "申し訳ありません!セッションの有効期限が切れました。もう一度サインインしてください。"
 
@@ -7304,7 +7493,7 @@ msgstr "スパム、過剰なメンションや返信"
 msgid "Sports"
 msgstr "スポーツ"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "新しいチャットを開始"
 
@@ -7322,8 +7511,8 @@ msgstr "ユーザーを追加して!"
 msgid "Start chat with {displayName}"
 msgstr "{displayName}とのチャットを開始"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "スターターパック"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "スターターパックが無効です"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "スターターパック"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "スターターパックを使ってお気に入りのフィードやユーザーを友人へ簡単に共有できます。"
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "ステータスページ"
 
@@ -7363,12 +7552,12 @@ msgstr "ステータスページ"
 msgid "Step {0} of {1}"
 msgstr "ステップ {0} / {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "ストレージがクリアされたため、今すぐアプリを再起動する必要があります。"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "ストーリーブック"
 
@@ -7401,11 +7590,11 @@ msgstr "登録"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "これらのラベルを使用するには@{0}を登録してください:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "ラベラーを登録する"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "このラベラーを登録"
 
@@ -7413,11 +7602,12 @@ msgstr "このラベラーを登録"
 msgid "Subscribe to this list"
 msgstr "このリストに登録"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "成功!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr "正常に認証されました"
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "サンセット"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "サポート"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "アカウントを切り替える"
 
@@ -7462,11 +7652,11 @@ msgstr "アカウントを切り替える"
 msgid "Switch Account"
 msgstr "アカウントを切り替える"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "アカウントを切り替える"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "{0}へ切り替える"
 
@@ -7477,9 +7667,9 @@ msgstr "{0}へ切り替える"
 msgid "System"
 msgstr "システム"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "システムログ"
 
@@ -7518,7 +7708,7 @@ msgstr "テクノロジー"
 msgid "Tell a joke!"
 msgstr "ジョークを言って!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "あなた自身について少し教えて"
 
@@ -7531,12 +7721,12 @@ msgstr "もう少し教えて"
 msgid "Terms"
 msgstr "規約"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "利用規約"
 
@@ -7564,7 +7754,11 @@ msgstr "テキストフィールド"
 msgid "Text input field"
 msgstr "テキストの入力フィールド"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "フィードバックありがとうございます!フィードのオペレーターに送られました。"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "ありがとう!メールの確認に成功しました。"
 
@@ -7597,12 +7791,12 @@ msgstr "そのスターターパックが見つかりませんでした。"
 msgid "That's all, folks!"
 msgstr "以上です、皆さん!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "これで全部です!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "このアカウントは、ブロック解除後にあなたとやり取りすることができます。"
 
@@ -7636,6 +7830,10 @@ msgstr "Discoverフィード"
 msgid "The Discover feed now knows what you like"
 msgstr "Discoverフィードはあなたの好みを学習しました"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "入力したメールアドレスは現在のメールアドレスと同じです。"
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "アプリのほうがより良い体験をすることができます。今すぐBlueskyをダウンロードして、中断したところから再開しましょう。"
@@ -7669,6 +7867,7 @@ msgstr "プライバシーポリシーは<0/>に移動しました"
 msgid "The selected video is larger than 100 MB."
 msgstr "選択したビデオのサイズが 100 MB を超えています。"
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "サーバーで問題が発生しているようです。少し間をおいて再度試してください。"
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "サーバーへの問い合わせ中に問題が発生しました"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "サーバーへの問い合わせ中に問題が発生したので、インターネットへの接続を確認の上、もう一度試してください。"
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "投稿の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。"
 
@@ -7763,20 +7962,20 @@ msgstr "報告の送信に問題が発生しました。インターネットの
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "フィードの更新中に問題が発生したので、インターネットへの接続を確認の上、もう一度試してください。"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "問題が発生しました! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "これらの設定はFollowingフィードにのみ適用されます。
 msgid "This {screenDescription} has been flagged:"
 msgstr "この{screenDescription}にはフラグが設定されています:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr "信頼できるソースによって検証されたため、このアカウントにはチェックマークが付いています。"
+msgstr "信頼できるソースによって認証されたため、このアカウントにはチェックマークが付いています。"
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr "このアカウントは1つ以上の認証がありますが、現在認証されていません。"
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "このアカウントは認証は何度か認証が試みられましたが、現在は認証されていません。"
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,7 +8023,7 @@ msgstr "このアカウントを閲覧するためにはサインインが必要
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "このアカウントは1つ、あるいは複数のモデレーションリストでブロックされています。ブロックを解除するにはリストの画面に移動してこのユーザーをリストから外してください。"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr "この操作はいつでも元に戻すことができます。"
 
@@ -7865,10 +8064,18 @@ msgstr "このコンテンツはBlueskyのアカウントがないと閲覧で
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "削除あるいは無効化されたアカウントとの会話です。押すと選択肢が表示されます"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "この機能はベータ版です。リポジトリのエクスポートの詳細については、<0>このブログ投稿</0>を参照してください。"
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "この機能はアプリパスワードでは利用できません。メインパスワードでサインインしてください。"
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "このフィードは空です!もっと多くのユーザーをフォローするか、言語の設定を調整する必要があるかもしれません。"
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "このフィードは空です。"
@@ -7899,9 +8106,10 @@ msgstr "このハンドルは予約されています。他のものをお試し
 msgid "This information is not shared with other users."
 msgstr "この情報は他のユーザーと共有されません。"
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "このリストは空です。"
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "このモデレーションのサービスはご利用できません。詳細は以下をご覧ください。この問題が解決しない場合は、サポートへお問い合わせください。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "<0>{0}</0>に投稿されたと表示されていますが、Blueskyに初めて登場したのは<1>{1}</1>です。"
 
@@ -7943,28 +8151,28 @@ msgstr "<0>{0}</0>に投稿されたと表示されていますが、Blueskyに
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "投稿に対する返信制限のタイプが不明です。アプリが古いかもしれません。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "この投稿は削除されました。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "この投稿はサインインしているユーザーにのみ表示されます。サインインしていないユーザーには表示されません。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "この投稿はフィードとスレッドから非表示になります。元に戻すことはできません。"
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "この投稿の投稿者は引用投稿を無効にしています。"
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "この投稿はサインインしているユーザーにのみ表示されます。サインインしていないユーザーには表示されません。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "この返信はスレッドの一番下にある非表示のセクションに移動され、その後のあなたや他のユーザー宛の返信の通知をミュートします。"
 
@@ -7976,6 +8184,10 @@ msgstr "このサービスには、利用規約もプライバシーポリシー
 msgid "This should create a domain record at:"
 msgstr "これにより以下にドメインレコードが作成されるはずです:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "このユーザーには表示名がないため認証できません。"
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "このユーザーにはフォロワーがいません。"
@@ -8013,11 +8225,11 @@ msgstr "このユーザーは誰もフォローしていません。"
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "ミュートしたワードから「{0}」が削除されます。あとでいつでも戻すことができます。"
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "クイックアクセスのリストから@{0}を削除します。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "これによってあなたの投稿が全員に見える引用投稿からは削除され、プレースホルダーに置き換えられます。"
 
@@ -8044,7 +8256,7 @@ msgstr "スレッド"
 msgid "Threaded mode"
 msgstr "スレッドモード"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "スレッドの設定"
 
@@ -8056,14 +8268,15 @@ msgstr "残り時間:{0, plural, other {#秒}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "メールでの2要素認証を無効にするには、メールアドレスにアクセスできるか確認してください。"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "会話を報告するには、会話の画面からメッセージのうちの一つを報告してください。それによって問題の文脈をモデレーターが理解できるようになります。"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Blueskyにビデオをアップロードするには、まずメールアドレスを確認しなくてはなりません。"
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "この報告を誰に送りたいですか?"
@@ -8090,16 +8303,16 @@ msgstr "音の切り替え"
 msgid "Top"
 msgstr "トップ"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "トピック"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "翻訳"
 
@@ -8117,7 +8330,7 @@ msgstr "話題のビデオ"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr "Trust はリレーションシップ、コミュニティ、共有コンテキストから現れるため、<0>信頼できる検証者</0>を有効にしています。認証を直接発行できる組織。"
+msgstr "信頼は人間関係、コミュニティ、共有されている文脈から得られるため、<0>信頼できる認証者</0>(認証を直接発行できる組織)を有効にしています。"
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "ここにメッセージを入力する"
 msgid "Type:"
 msgstr "タイプ:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "接続できません。インターネットへの接続を確認して再度試してください。"
@@ -8166,27 +8380,27 @@ msgstr "削除できません"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "ブロックを解除"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "ブロックを解除"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "アカウントのブロックを解除"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "アカウントのブロックを解除しますか?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "フォローを解除"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0}のフォローを解除"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "アカウントのフォローを解除"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "ユーザーのフォローを解除"
 
@@ -8225,7 +8439,7 @@ msgstr "ユーザーのフォローを解除"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "残念ながら、登録しているラベラーはどれもこのタイプの報告をサポートしていません。"
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr "不明な認証"
 
@@ -8233,7 +8447,7 @@ msgstr "不明な認証"
 msgid "Unlike"
 msgstr "いいねを外す"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "いいねを外す({0, plural, other {#件のいいね}})"
 
@@ -8252,10 +8466,10 @@ msgstr "ミュートを解除"
 msgid "Unmute {tag}"
 msgstr "{tag} のミュートを解除"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "アカウントのミュートを解除"
 
@@ -8267,8 +8481,8 @@ msgstr "会話のミュートを解除"
 msgid "Unmute list"
 msgstr "リストのミュートを解除"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "スレッドのミュートを解除"
 
@@ -8294,8 +8508,8 @@ msgstr "フィードのピン留めを外す"
 msgid "Unpin from home"
 msgstr "ホームからピン留めを解除"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "プロフィールから固定を解除"
 
@@ -8311,7 +8525,12 @@ msgstr "{0}のピン留めを解除しました"
 msgid "Unpinned from your feeds"
 msgstr "フィードからピン留めを解除"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "メールのリマインダーのスヌーズを解除"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "登録を解除"
 
@@ -8320,7 +8539,7 @@ msgstr "登録を解除"
 msgid "Unsubscribe from list"
 msgstr "リストの登録を解除"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "このラベラーの登録を解除"
 
@@ -8328,11 +8547,11 @@ msgstr "このラベラーの登録を解除"
 msgid "Unsubscribed from list"
 msgstr "リストの登録を解除しました"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "サポートしていないビデオ形式"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "サポートしていないビデオ形式:{0}"
 
@@ -8352,17 +8571,28 @@ msgstr "更新する"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "リストの<0>{displayName}</0>を更新"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "{domain}に更新"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "引用の添付の更新に失敗しました"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "返信の表示設定の更新に失敗しました"
@@ -8371,7 +8601,7 @@ msgstr "返信の表示設定の更新に失敗しました"
 msgid "Updating..."
 msgstr "更新中…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "代わりに写真をアップロード"
 
@@ -8379,22 +8609,22 @@ msgstr "代わりに写真をアップロード"
 msgid "Upload a text file to:"
 msgstr "テキストファイルのアップロード先:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "カメラからアップロード"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "ファイルからアップロード"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "ライブラリーからアップロード"
 
@@ -8407,7 +8637,7 @@ msgstr "画像をアップロード中…"
 msgid "Uploading link thumbnail..."
 msgstr "リンクのサムネイルをアップロード中…"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "ビデオをアップロード中…"
 
@@ -8419,8 +8649,8 @@ msgstr "アプリパスワードを使うことで、アカウントやパスワ
 msgid "Use default provider"
 msgstr "デフォルトプロバイダーを使用"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "アプリ内ブラウザを使用"
 
@@ -8429,8 +8659,8 @@ msgstr "アプリ内ブラウザを使用"
 msgid "Use in-app browser to open links"
 msgstr "リンクを開く時にアプリ内ブラウザを使用"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "デフォルトのブラウザを使用"
 
@@ -8484,12 +8714,12 @@ msgstr "<0/>の作成したユーザーリスト"
 msgid "User list by you"
 msgstr "あなたの作成したユーザーリスト"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "ユーザーリストを作成しました"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "ユーザーリストを更新しました"
@@ -8523,73 +8753,80 @@ msgstr "フォローしているユーザー"
 msgid "Value:"
 msgstr "値:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "認証に失敗しました。再度試してください。"
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr "認証設定"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr "認証設定"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr "Blueskyでの確認は他のプラットフォームとは異なります。<0>詳細はこちら</0>"
+msgstr "Blueskyでの認証は他のプラットフォームとは異なります。<0>詳細はこちら</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr "認証者:"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "メールアドレスの確認が必要"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr "アカウントを確認"
+msgstr "アカウントを認証"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "DNSレコードを確認"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "メールアドレスを確認"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "確認する"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "テキストファイルを確認"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr "このアカウントを認証しますか?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "メールアドレスを確認"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "メールアドレスを確認"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "バージョン {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "ビデオ"
 msgid "Video failed to process"
 msgstr "ビデオの処理に失敗"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "ビデオフィード"
 
@@ -8616,11 +8853,11 @@ msgstr "{0}からのビデオ:{text}"
 msgid "Video Games"
 msgstr "ビデオゲーム"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "ビデオは一時停止中です"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "ビデオを再生中です"
 
@@ -8628,11 +8865,11 @@ msgstr "ビデオを再生中です"
 msgid "Video not found."
 msgstr "ビデオが見つかりません。"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "ビデオの設定"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "ビデオをアップロードしました"
 
@@ -8640,24 +8877,24 @@ msgstr "ビデオをアップロードしました"
 msgid "Video: {0}"
 msgstr "ビデオ:{0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "ビデオ"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "ビデオは3分未満でなければなりません"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "{0}のアバターを表示"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "{0}のプロフィールを表示"
 
@@ -8665,7 +8902,7 @@ msgstr "{0}のプロフィールを表示"
 msgid "View {displayName}'s profile"
 msgstr "{displayName}のプロフィールを表示"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "ブロック中のユーザーのプロフィールを表示"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "デバッグエントリーを表示"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "詳細を表示"
 
@@ -8688,7 +8925,7 @@ msgstr "詳細を表示"
 msgid "View details for reporting a copyright violation"
 msgstr "著作権侵害の報告の詳細を見る"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "スレッドをすべて表示"
 
@@ -8703,13 +8940,12 @@ msgstr "これらのラベルに関する情報を見る"
 msgid "View more"
 msgstr "もっと表示"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "プロフィールを表示"
 
@@ -8723,7 +8959,7 @@ msgstr "@{0}によって提供されるラベリングサービスを見る"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr "このユーザーの検証を表示"
+msgstr "このユーザーの認証情報を表示"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "ミュートしたアカウントを見る"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr "本人確認を見る"
+msgstr "あなたの認証情報を表示"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "コンテンツの警告"
 msgid "Warn content and filter from feeds"
 msgstr "コンテンツの警告とフィードからのフィルタリング"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "そのハッシュタグの検索結果は見つかりませんでした。"
@@ -8798,7 +9039,7 @@ msgstr "そのハッシュタグの検索結果は見つかりませんでした
 msgid "We couldn't find any results for that topic."
 msgstr "そのトピックについての検索結果は見つかりませんでした。"
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "この会話を読み込めませんでした"
 
@@ -8822,6 +9063,10 @@ msgstr "あなたのフォロー中のユーザーの投稿を読み終わりま
 msgid "We recommend selecting at least two interests."
 msgstr "すくなくとも2つの「気になること」を選択するのをお勧めします。"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "あなたがビデオのアップロードを許可されているかどうか判断できません。もう一度お試しください。"
@@ -8842,6 +9087,10 @@ msgstr "接続できませんでした。アカウントの設定を続けるた
 msgid "We will let you know when your account is ready."
 msgstr "アカウントの準備ができたらお知らせします。"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "これはあなたの体験をカスタマイズするために使用されます。"
@@ -8853,7 +9102,7 @@ msgstr "ネットワークで問題が発生しています。もう一度試し
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr "Blueskyでの新しい確認レイヤーを導入しました。見やすいチェックマークです。"
+msgstr "Blueskyに新しい認証方式を導入しました。見やすいチェックマークです。"
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "大変申し訳ありませんが、現在ミュートされたワード
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後にもう一度お試しください。"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "大変申し訳ありません!返信しようとしている投稿は削除されました。"
 
@@ -8880,7 +9129,7 @@ msgstr "大変申し訳ありません!返信しようとしている投稿は
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "大変申し訳ありません!お探しのページは見つかりません。"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "大変申し訳ありません!ラベラーは20までしか登録できず、すでに上限に達しています。"
 
@@ -8902,13 +9151,13 @@ msgstr "あなたのスターターパックを何と呼びたいですか?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "最近どう?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr "小切手をタップすると、どの組織が認証を許可しているかが表示されます。"
+msgstr "チェックをタップすると、どの組織が認証を与えているかが表示されます。"
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "返信できるユーザー"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr "誰が確認できますか?"
+msgstr "誰が認証できますか?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "おっと!"
@@ -8984,11 +9233,11 @@ msgstr "なぜこのユーザーをレビューする必要がありますか?
 msgid "Write a message"
 msgstr "メッセージを書く"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "投稿を書く"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "返信を書く"
@@ -9002,6 +9251,11 @@ msgstr "ライター"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "サーバーから間違ったDIDが送られてきました。受信したもの:{0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "はい"
@@ -9015,11 +9269,11 @@ msgstr "はい、無効化します"
 msgid "Yes, delete this starter pack"
 msgstr "はい、このスターターパックを削除します"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "はい、切り離します"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "はい、非表示にします"
 
@@ -9037,7 +9291,7 @@ msgstr "あなた"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr "あなたは信頼された検証者です"
+msgstr "あなたは信頼された認証者です"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "アカウントを作成するホスティングプロバイダー:"
 msgid "You are in line."
 msgstr "あなたは並んでいます。"
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "あなたはビデオのアップロードを許可されていません。"
@@ -9055,18 +9318,22 @@ msgstr "あなたはビデオのアップロードを許可されていません
 msgid "You are not following anyone."
 msgstr "あなたはまだだれもフォローしていません。"
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr "確認済みです"
+msgstr "あなたは認証されています"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr "確認済みです。表示名を変更すると、確認ステータスが失われます。<0>詳細はこちら。</0>"
+msgstr "あなたは認証されています。表示名を変更すると、認証ステータスが失われます。<0>詳細はこちら。</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr "認証されました。ハンドルを変更すると、認証ステータスが失われます。<0>詳細はこちら。</0>"
+msgstr "あなたは認証されています。ハンドルを変更すると、認証ステータスが失われます。<0>詳細はこちら。</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "このアカウントをミュートしました。"
 msgid "You have muted this user"
 msgstr "このユーザーをミュートしました"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "まだ会話していません。始めましょう!"
 
@@ -9179,11 +9446,11 @@ msgstr "フィードがありません。"
 msgid "You have no lists."
 msgstr "リストがありません。"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "ブロック中のアカウントはまだありません。アカウントをブロックするには、ユーザーのプロフィールに移動し、アカウントメニューから「アカウントをブロック」を選択します。"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "ミュートしているアカウントはまだありません。アカウントをミュートするには、プロフィールに移動し、アカウントメニューから「アカウントをミュート」を選択します。"
 
@@ -9191,11 +9458,15 @@ msgstr "ミュートしているアカウントはまだありません。アカ
 msgid "You have reached the end"
 msgstr "最後まで到達しました"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "ビデオのアップロードの制限に一時的に到達しました。時間をおいてもう一度お試しください。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "スターターパックをまだ作成していません!"
 
@@ -9224,7 +9495,7 @@ msgstr "追加できるのは{STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PAC
 msgid "You may only add up to 3 feeds"
 msgstr "3つまでフィードを追加できます"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "画像は4枚まで選択できます"
 
@@ -9232,7 +9503,7 @@ msgstr "画像は4枚まで選択できます"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "アカウントを作成するには、13歳以上である必要があります。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "スターターパックを作成するには、少なくとも7人をフォローしなければなりません。"
 
@@ -9248,10 +9519,18 @@ msgstr "画像を保存するには写真ライブラリへのアクセスを許
 msgid "You must select at least one labeler for a report"
 msgstr "報告をするには少なくとも1つのラベラーを選択する必要があります"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "2要素認証メールを有効にする前に、メールアドレスを確認する必要があります。"
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "以前、あなたは@{0}を無効化しました。"
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "今すぐアプリを再起動したほうが良いでしょう。"
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "あなたは{0}とリアクションしました"
@@ -9260,16 +9539,16 @@ msgstr "あなたは{0}とリアクションしました"
 msgid "You reacted {0} to {1}"
 msgstr "あなたは{1}に{0}とリアクションしました"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "すべてのアカウントからサインアウトします。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "これ以降、このスレッドに関する通知を受け取ることはできなくなります"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "これ以降、このスレッドに関する通知を受け取ることができます"
 
@@ -9305,7 +9584,7 @@ msgstr "これらのユーザーや他{0}をフォローします"
 msgid "You'll follow these people right away"
 msgstr "これらのユーザーをすぐにフォローします"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "本人確認のために<0>{0}</0>へメールが届きます。"
 
@@ -9339,6 +9618,10 @@ msgstr "フォローするユーザーを探せました"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "フィードはここまでです!もっとフォローするアカウントを見つけましょう。"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "ビデオのアップロードの一日の上限に到達しました(容量が大きすぎます)"
@@ -9347,7 +9630,7 @@ msgstr "ビデオのアップロードの一日の上限に到達しました(
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "ビデオのアップロードの一日の上限に到達しました(ビデオの数が多すぎます)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "見るべきビデオがなくなりました。休憩を取ってもいい時間かも?"
 
@@ -9391,14 +9674,18 @@ msgstr "使用中のブラウザが、このビデオ形式に対応していま
 msgid "Your chats have been disabled"
 msgstr "あなたのチャットは無効化されています"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "ここで選択した内容は保存されますが、あとから設定で変更できます。"
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "あなたの選択は将来のリンクのために記憶されます。設定からいつでも変更できます。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "あなたの現在のハンドル<0>{0}</0>は自動的に予約されたままになります。いつでもこのアカウントに戻すことができます。"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "メールアドレスは更新されましたが、確認されていません。次のステップとして、新しいメールアドレスを確認してください。"
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "あなたの現在のハンドル<0>{0}</0>は自動的に予約され
 msgid "Your email appears to be invalid."
 msgstr "メールアドレスが無効なようです。"
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "メールアドレスはまだ確認されていません。これは、当社が推奨する重要なセキュリティステップです。"
 
@@ -9434,7 +9721,7 @@ msgstr "フルハンドルは<0>@{0}</0>になります"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "あなたのフルユーザー名は <0>@{0}</0>になります"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "パスワードの変更が完了しました!"
 msgid "Your password must be at least 8 characters long."
 msgstr "パスワードは 8 文字以上である必要があります。"
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "投稿を公開しました"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "投稿が公開されました"
 
@@ -9479,7 +9766,7 @@ msgstr "投稿、いいね、ブロックは公開されます。ミュートは
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "あなたのプロフィール、投稿、フィード、そしてリストは他のBlueskyユーザーに見えなくなります。ログインすることでいつでもアカウントを再有効化できます。"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "返信を公開しました"
 
@@ -9497,4 +9784,4 @@ msgstr "「気になること」は興味を引くコンテンツを提供する
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr "本人確認を行う"
+msgstr "あなたの認証情報"
diff --git a/src/locale/locales/km/messages.po b/src/locale/locales/km/messages.po
index 2ba77c3f6..cebf26ee4 100644
--- a/src/locale/locales/km/messages.po
+++ b/src/locale/locales/km/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: km\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Khmer\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr ""
 msgid "(contains embedded content)"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(គ្មានអ៊ីមែល)"
 
@@ -80,9 +79,9 @@ msgstr ""
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr ""
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {អ្នកតាម} other {អ្នកតាម}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {អ្នកកំពុងតាម} other {អ្នកកំពុងតាម}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr ""
 
@@ -109,11 +108,11 @@ msgstr ""
 msgid "{0, plural, one {post} other {posts}}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr ""
 
@@ -136,6 +135,10 @@ msgstr ""
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr ""
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} បានចូលរួមសប្តាហ៍នេះ"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr ""
 
@@ -189,7 +193,7 @@ msgstr ""
 msgid "{0}s"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr ""
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} បានតាមអ្នក"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} តាមអ្នកមកវិញ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} ចូលចិត្តព័ត៌មានផ្ទាល់ខ្លួនរបស់អ្នក"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} បានចូលចិត្តការបង្ហោះរបស់អ្នក"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} បានបង្ហោះសាររបស់អ្នកឡើងវិញ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} បានចុះឈ្មោះជាមួយកញ្ចប់ចាប់ផ្តើមរបស់អ្នក"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} បានតាមអ្នក"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} តាមអ្នកមកវិញ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} ចូលចិត្តព័ត៌មានផ្ទាល់ខ្លួនរបស់អ្នក"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} បានចូលចិត្តការបង្ហោះរបស់អ្នក"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} បានបង្ហោះសាររបស់អ្នកឡើងវិញ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} បានចុះឈ្មោះជាមួយកញ្ចប់ចាប់ផ្តើមរបស់អ្នក"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} កំពុងតាម"
@@ -335,11 +339,23 @@ msgstr "{following} កំពុងតាម"
 msgid "{handle} can't be messaged"
 msgstr "{handle} មិនអាចផ្ញើសារបានទេ"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ 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:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {អ្នកតាម} other {អ្នកតាម}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {អ្នកកំពុងតាម} other {អ្នកកំពុងតាម}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>ការពិសោធន៍៖</0> នៅពេលដែលចំ
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>អ្នក</0> និង<1> </1><2>{0}</2> ត្រូវបានរួមបញ្ចូលនៅក្នុងកញ្ចប់ចាប់ផ្តើមរបស់អ្នក"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr ""
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "អំពី"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "ភាពងាយស្រួល"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "ការកំណត់មានភាពងាយស្រួល"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "គណនី"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "គណនីត្រូវបានរារាំង"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "គណនីបានធ្វើតាម"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "គណនីត្រូវបានបិទសំឡេង"
@@ -517,33 +533,33 @@ msgstr "គណនីត្រូវបានបិទសំឡេង"
 msgid "Account Muted by List"
 msgstr "គណនីត្រូវបានបិទសំឡេងដោយបញ្ជី"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "ជម្រើសគណនី"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "គណនីត្រូវបានដកចេញពីការចូលប្រើរហ័ស"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "គណនីត្រូវបានបិទ"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "គណនី​មិន​បាន​តាម"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "គណនីត្រូវបានបើក"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "បន្ថែម {displayName} ទៅកញ្ចប់ចាប់ផ
 msgid "Add a content warning"
 msgstr "បន្ថែមការព្រមានអំពីខ្លឹមសារ"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "បន្ថែមគណនី"
 msgid "Add alt text"
 msgstr "បន្ថែមអត្ថបទជំនួស"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "បន្ថែមអត្ថបទជំនួស (ជាជម្រើស)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "បន្ថែមគណនីផ្សេងទៀត"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "បន្ថែមប្រកាសមួយទៀត"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "បន្ថែមពាក្យ និងស្លាកដែលបានបិទ"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "បន្ថែមប្រកាសថ្មី"
 
@@ -664,8 +684,8 @@ msgstr "បន្ថែមកំណត់ត្រា DNS ខាងក្រោ
 msgid "Add this feed to your feeds"
 msgstr "បញ្ចូលព័ត៌មាននេះទៅក្នុងមតិព័ត៌មានរបស់អ្នក"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "បន្ថែមទៅបញ្ជី"
 
@@ -718,6 +738,11 @@ msgstr "ស្លាកមាតិកាសម្រាប់មនុស្ស
 msgid "Advanced"
 msgstr "កម្រិតខ្ពស់"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr ""
@@ -732,7 +757,7 @@ msgstr "គណនីទាំងអស់ត្រូវបានតាមដា
 msgid "All languages"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "មតិព័ត៌មានទាំងអស់ដែលអ្នកបានរក្សាទុក នៅកន្លែងតែមួយ"
 
@@ -776,10 +801,10 @@ msgstr "ជំនួស"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "អត្ថបទជំនួស"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "\"អ៊ីមែល​ត្រូវ​បាន​ផ្ញើ​ទៅ {0}។ វា​រួម​បញ្ចូល​ទាំង​កូដ​បញ្ជាក់​ដែល​អ្នក​អាច​បញ្ចូល​ខាងក្រោម"
 
-#: 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 "អ៊ីមែលត្រូវបានផ្ញើទៅកាន់អាសយដ្ឋានពីមុនរបស់អ្នក {0}។ វារួមបញ្ចូលលេខកូដបញ្ជាក់ដែលអ្នកអាចបញ្ចូលខាងក្រោម"
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "អ៊ីមែលត្រូវបានផ្ញើ! សូមបញ្ចូលលេខកូដបញ្ជាក់ដែលមានក្នុងអ៊ីមែលខាងក្រោម"
 
@@ -825,7 +849,7 @@ msgstr "កំហុសមួយបានកើតឡើងខណៈពេលក
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "កំហុសបានកើតឡើងខណៈពេលកំពុងបង្កើតកញ្ចប់ចាប់ផ្តើមរបស់អ្នក។ ចង់សាកល្បងម្តងទៀតទេ?"
 
@@ -842,7 +866,7 @@ msgstr "កំហុសបានកើតឡើងខណៈពេលកំពុ
 msgid "An error occurred while saving the QR code!"
 msgstr "កំហុសបានកើតឡើងខណៈពេលរក្សាទុកកូដ QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "កំហុសបានកើតឡើងនៅពេលជ្រើសរើសវីដេអូ"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "កំហុស​មួយ​បាន​កើត​ឡើង​ពេល​ផ្ទុក​វីដេអូ"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "បញ្ហាដែលមិនត្រូវបានរួមបញ្ចូលនៅក្នុងជម្រើសទាំងនេះ"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "បញ្ហាមួយបានកើតឡើងចាប់ផ្តើមការជជែក"
 
@@ -875,8 +899,8 @@ msgstr "បញ្ហាមួយបានកើតឡើងខណៈពេលព
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr ""
 msgid "Anybody can interact"
 msgstr "អ្នក​ណា​ក៏​អាច​ធ្វើ​អន្តរកម្ម"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "រូបតំណាងកម្មវិធី"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "ភាសា កម្មវិធី"
 
@@ -958,7 +982,7 @@ msgstr "ឈ្មោះពាក្យសម្ងាត់កម្មវិធ
 msgid "App passwords"
 msgstr "ពាក្យសម្ងាត់កម្មវិធី"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "ពាក្យសម្ងាត់កម្មវិធី"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "ប្តឹងឧទ្ធរណ៍លើការសម្រេចចិត្តនេះ។"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "រូបរាង"
 
@@ -1006,12 +1030,12 @@ msgstr "រូបរាង"
 msgid "Apply default recommended feeds"
 msgstr "អនុវត្ត​មតិព័ត៌មាន​ដែល​បាន​ណែនាំ​លំនាំដើម"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "បានរក្សាទុកពី {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr ""
 
@@ -1047,11 +1071,11 @@ msgstr "តើអ្នកប្រាកដទេថាអ្នកចង់ល
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "តើអ្នកប្រាកដថាចង់លុបវាចេញពីមតិព័ត៌មានរបស់អ្នកមែនទេ"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "តើ​អ្នក​ប្រាកដ​ថា​អ្នក​ចង់​បោះបង់​សេចក្តី​ព្រាង​នេះ"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "តើអ្នកប្រាកដថាចង់បោះបង់ការបង្ហោះនេះទេ?"
 
@@ -1072,6 +1096,11 @@ msgstr "សិល្បៈ"
 msgid "Artistic or non-erotic nudity."
 msgstr "អាក្រាតកាយបែបសិល្បៈ ឬមិនស្រើបស្រាល"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "យ៉ាងហោចណាស់ 3 តួអក្សរ"
@@ -1103,7 +1132,7 @@ msgstr "ចាក់វីដេអូ និង GIFs ដោយស្វ័យ
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "ត្រឡប់"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "មុននឹងបង្កើតបញ្ជី អ្នកត្រូវតែផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នកជាមុនសិន"
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "មុននឹងបង្កើតការបង្ហោះ អ្នកត្រូវតែផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នកជាមុនសិន"
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "មុននឹងបង្កើតកញ្ចប់ចាប់ផ្តើម អ្នកត្រូវតែផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នកជាមុនសិន"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "មុនពេលអ្នកអាចផ្ញើសារទៅកាន់អ្នកប្រើប្រាស់ផ្សេងទៀត អ្នកត្រូវតែផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នកជាមុនសិន"
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "ថ្ងៃកំណើត"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "ទប់ស្កាត់"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "បិទគណនី"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "បិទគណនី?"
 
@@ -1200,17 +1235,17 @@ msgstr "រារាំង"
 msgid "Blocked accounts"
 msgstr "គណនី​ដែល​បាន​ទប់ស្កាត់"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "គណនី​ដែល​បាន​ទប់ស្កាត់"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "គណនី​ដែល​បាន​ទប់ស្កាត់​មិន​អាច​ឆ្លើយ​តប​ក្នុង​ខ្សែ​ស្រឡាយ​របស់​អ្នក លើក​ឡើង​ពី​អ្នក ឬ​ធ្វើ​អន្តរកម្ម​ជាមួយ​អ្នក"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "គណនី​ដែល​បាន​ទប់ស្កាត់​មិន​អាច​ឆ្លើយ​តប​ក្នុង​ខ្សែ​ស្រឡាយ​របស់​អ្នក លើក​ឡើង​ពី​អ្នក ឬ​ធ្វើ​អន្តរកម្ម​ជាមួយ​អ្នក។ អ្នកនឹងមិនឃើញខ្លឹមសាររបស់ពួកគេទេ ហើយពួកគេនឹងត្រូវបានរារាំងមិនឱ្យឃើញរបស់អ្នក"
 
@@ -1226,11 +1261,11 @@ msgstr "ការទប់ស្កាត់មិនរារាំងអ្ន
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "ការទប់ស្កាត់ជាសាធារណៈ។ គណនី​ដែល​បាន​ទប់ស្កាត់​មិន​អាច​ឆ្លើយ​តប​ក្នុង​ខ្សែ​ស្រឡាយ​របស់​អ្នក លើក​ឡើង​ពី​អ្នក ឬ​ធ្វើ​អន្តរកម្ម​ជាមួយ​អ្នក"
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "ការទប់ស្កាត់នឹងមិនរារាំងស្លាកមិនឱ្យអនុវត្តនៅលើគណនីរបស់អ្នកទេ ប៉ុន្តែវានឹងបញ្ឈប់គណនីនេះពីការឆ្លើយតបនៅក្នុងខ្សែស្រឡាយរបស់អ្នក ឬធ្វើអន្តរកម្មជាមួយអ្នក"
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "ប្លុក"
 
@@ -1239,7 +1274,7 @@ msgstr "ប្លុក"
 msgid "Bluesky"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky មិនអាចបញ្ជាក់ពីភាពត្រឹមត្រូវនៃកាលបរិច្ឆេទដែលបានទាមទារនោះទេ"
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky គឺល្អជាមួយមិត្តភក្តិ!"
 msgid "Bluesky Social Terms of Service"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky នឹងជ្រើសរើសសំណុំនៃគណនីដែលបានណែនាំពីមនុស្សនៅក្នុងបណ្តាញរបស់អ្នក"
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "អាជីវកម្ម"
 
@@ -1374,45 +1409,47 @@ msgstr "តាមរយៈការបង្កើតគណនីមួយ អ
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "កាមេរ៉ា"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "បោះបង់"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "បោះបង់ការលុបគណនី"
 msgid "Cancel image crop"
 msgstr "បោះបង់ការច្រឹបរូបភាព"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "បោះបង់ការកែទម្រង់"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "បោះបង់ការបើកគេហទំព័រដែលបានភ្ជាប់"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "មិនអាចធ្វើអន្តរកម្មជាមួយអ្នកប្រើប្រាស់ដែលត្រូវបានទប់ស្កាត់បានទេ"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "ចំណងជើង (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "ចំណងជើង និងអត្ថបទជំនួស"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "ផ្លាស់ប្តូរ"
 
@@ -1478,13 +1514,12 @@ msgstr ""
 msgid "Change app icon to \"{0}\""
 msgstr "ផ្លាស់ប្តូររូបតំណាងកម្មវិធីទៅជា"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "ផ្លាស់ប្តូរ email"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "ផ្លាស់ប្តូរអាសយដ្ឋានអ៊ីមែល"
 
@@ -1497,10 +1532,6 @@ msgstr "ផ្លាស់ប្តូរ Handle"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "ផ្លាស់ប្តូរអ៊ីមែលរបស់ខ្ញុំ"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "ផ្លាស់ប្តូរពាក្យសម្ងាត់"
@@ -1513,11 +1544,11 @@ msgstr ""
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "ផ្លាស់ប្តូរអ៊ីមែលរបស់អ្នក"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "ផ្លាស់ប្តូរអាសយដ្ឋានអ៊ីមែលរបស់អ្នក"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "ជជែក"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "បានបិទការជជែក"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "ការកំណត់ការជជែក"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "បាន​បើក​ការ​ជជែក"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "ជ្រើសរើសវិធីសាស្ត្រផ្ទៀង
 msgid "Choose Feeds"
 msgstr "ជ្រើសរើសមតិព័ត៌មាន"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "ជ្រើសរើសសម្រាប់ខ្ញុំ"
 
@@ -1619,7 +1650,7 @@ msgstr "ជ្រើសរើសពណ៌នេះជារូបតំណាង
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr ""
 
@@ -1631,16 +1662,16 @@ msgstr "ជ្រើសរើសពាក្យសម្ងាត់របស់
 msgid "Choose your username"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "សម្អាតទិន្នន័យផ្ទុកទាំងអស់"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "សម្អាតទិន្នន័យផ្ទុកទាំងអស់ (ចាប់ផ្តើមឡើងវិញបន្ទាប់ពីនេះ)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "ជម្រះសំណួរស្វែងរក"
 msgid "click here"
 msgstr "ចុចទីនេះ"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "ចុច​ដើម្បី​បិទ​ការ​ប្រកាស​សម្រង់​នៃ​ការ​ប្រកាស​នេះ"
@@ -1676,29 +1715,34 @@ msgstr "អាកាសធាតុ"
 msgid "Clip 🐴 clop 🐴"
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "បិទ"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "បិទប្រអប់សកម្ម"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr ""
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "បិទប្រអប់"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr ""
 
@@ -1751,12 +1795,12 @@ msgstr "បិទប្រអប់នេះ។"
 msgid "Closes password update alert"
 msgstr "បិទការជូនដំណឹងអំពីការអាប់ដេតពាក្យសម្ងាត់"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "បិទកម្មវិធីមើលសម្រាប់រូបភាពបឋមកថា"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "បង្រួមបញ្ជីអ្នកប្រើប្រាស់"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "បង្រួមបញ្ជីអ្នកប្រើប្រាស់សម្រាប់ការជូនដំណឹងដែលបានផ្តល់ឱ្យ"
 
@@ -1791,7 +1835,7 @@ msgstr "កំប្លែង"
 msgid "Comics"
 msgstr "រឿងកំប្លែង"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "គោលការណ៍ណែនាំសហគមន៍"
@@ -1804,11 +1848,11 @@ msgstr "បញ្ចប់ការបើកដំណើរការ ហើយ
 msgid "Complete the challenge"
 msgstr "បញ្ចប់ការប្រឈម"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "សរសេរអត្ថបទថ្មី"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "សរសេរការឆ្លើយតប"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "កំពុង​បង្ហាប់​វីដេអូ..."
 
@@ -1828,23 +1872,17 @@ msgstr "កំណត់រចនាសម្ព័ន្ធការកំណត
 msgid "Configured in <0>moderation settings</0>."
 msgstr "បានកំណត់រចនាសម្ព័ន្ធនៅក្នុង <0>ការកំណត់កម្រិតមធ្យម</0>"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "បញ្ជាក់ការកំណត់ភាសាមាតិកា"
@@ -1861,18 +1899,19 @@ msgstr "បញ្ជាក់អាយុរបស់អ្នក៖"
 msgid "Confirm your birthdate"
 msgstr "បញ្ជាក់ថ្ងៃខែឆ្នាំកំណើតរបស់អ្នក។"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "លេខកូដបញ្ជាក់"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "លេខកូដបញ្ជាក់"
 
@@ -1880,8 +1919,8 @@ msgstr "លេខកូដបញ្ជាក់"
 msgid "Connecting..."
 msgstr "កំពុងភ្ជាប់..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "ទាក់ទងផ្នែកគាំទ្រ"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "ខ្លឹមសារ និងប្រព័ន្ធផ្សព្វផ្សាយ"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "ខ្លឹមសារ និងប្រព័ន្ធផ្សព្វផ្សាយ"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "ខ្លឹមសារ និងប្រព័ន្ធផ្សព្វផ្សាយ"
 
@@ -1911,7 +1950,7 @@ msgstr "តម្រងមាតិកា"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "ភាសាមាតិកា"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "ផ្ទាំងខាងក្រោយម៉ឺនុយបរិបទ ចុចដើម្បីបិទម៉ឺនុយ"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "បន្ត"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "បន្ត​ជា {0} (បច្ចុប្បន្ន​ចូល)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "បន្ត​ខ្សែ..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "បន្តទៅជំហានបន្ទាប់"
@@ -1973,7 +2012,7 @@ msgstr "ចម្អិនអាហារ"
 msgid "Copied"
 msgstr "ចម្លង"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "បានចម្លងកំណែស្ថាបនាទៅ clipboard"
 
@@ -1981,8 +2020,8 @@ msgstr "បានចម្លងកំណែស្ថាបនាទៅ clipboar
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "បានចម្លងទៅ clipboard"
 
@@ -1991,7 +2030,7 @@ msgstr "បានចម្លងទៅ clipboard"
 msgid "Copied!"
 msgstr "បានចម្លង"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "ចម្លង"
 msgid "Copy App Password"
 msgstr "ចម្លងពាក្យសម្ងាត់កម្មវិធី"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "ចម្លងកូដ"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "ចម្លង DID"
 
@@ -2040,8 +2079,8 @@ msgstr "ចម្លងតំណ"
 msgid "Copy link to list"
 msgstr "ចម្លងតំណទៅបញ្ជី"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "ចម្លងតំណទៅប្រកាស"
 
@@ -2050,13 +2089,13 @@ msgstr "ចម្លងតំណទៅប្រកាស"
 msgid "Copy message text"
 msgstr "ចម្លងអត្ថបទសារ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "ចម្លងអត្ថបទអត្ថបទ"
 
@@ -2068,7 +2107,7 @@ msgstr "ចម្លងកូដ QR"
 msgid "Copy TXT record value"
 msgstr "ចម្លងតម្លៃកំណត់ត្រា TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "គោលការណ៍រក្សាសិទ្ធិ"
@@ -2078,7 +2117,7 @@ msgstr "គោលការណ៍រក្សាសិទ្ធិ"
 msgid "Could not leave chat"
 msgstr "មិនអាចចាកចេញពីការជជែកបានទេ"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "មិនអាចផ្ទុកព័ត៌មានបានទេ"
 
@@ -2094,7 +2133,7 @@ msgstr "មិនអាចបិទការជជែកបានទេ"
 msgid "Could not process your video"
 msgstr "មិនអាចដំណើរការវីដេអូរបស់អ្នកបានទេ"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "បង្កើត"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "បង្កើតលេខកូដ QR សម្រាប់កញ្ចប់ចាប់ផ្តើម"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "បង្កើតកញ្ចប់ចាប់ផ្តើម"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "បង្កើតកញ្ចប់ចាប់ផ្តើមសម្រាប់ខ្ញុំ"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "បង្កើតគណនី"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "បង្កើតរូបតំណាងជំនួសវិញ"
 
@@ -2209,13 +2248,13 @@ msgstr "ស្បែកខ្មៅងងឹត"
 msgid "Date of birth"
 msgstr "ថ្ងៃខែឆ្នាំកំណើត"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "បិទដំណើរការគណនី"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "ការសម្របសម្រួលបំបាត់កំហុស"
 
@@ -2237,13 +2276,13 @@ msgstr ""
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "លុប"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "លុបគណនី"
 
@@ -2259,19 +2298,19 @@ msgstr "លុបពាក្យសម្ងាត់កម្មវិធី"
 msgid "Delete app password?"
 msgstr "លុបពាក្យសម្ងាត់កម្មវិធី"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "លុបកំណត់ត្រាប្រកាសការជជែក"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr ""
 msgid "Delete my account"
 msgstr "លុបសារពីខ្ញុំ"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "លុប post"
 
@@ -2318,7 +2357,7 @@ msgstr "លុបកញ្ចប់ចាប់ផ្តើម?"
 msgid "Delete this list?"
 msgstr "លុបបញ្ជីនេះ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "លុប post នេះ?"
 
@@ -2335,19 +2374,19 @@ msgstr "គណនីបានលុប"
 msgid "Deleted post."
 msgstr "លុប post"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "ការពិពណ៌នា"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "ការពិពណ៌នាគឺវែងពេក"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "អត្ថបទ alt ពិពណ៌នា"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "ផ្ដាច់សម្រង់"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "ផ្ដាច់សម្រង់ post?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr ""
 
@@ -2388,6 +2427,15 @@ msgstr "ប្រអប់៖ កែតម្រូវអ្នកដែលអ
 msgid "Dim"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "បិទអ៊ីមែល 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "បានបិទ"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "បោះបង់"
 
@@ -2420,11 +2468,11 @@ msgstr "បោះបង់"
 msgid "Discard changes?"
 msgstr "បោះបង់ "
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "បោះបង់ការផ្លាស់ប្តូរ?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "បោះបង់ការបង្ហោះ?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "ស្វែងរកព័ត៌មានផ្ទាល់ខ្លួនថ្មី"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "ស្វែងរកមតិព័ត៌មានថ្មី"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "ច្រានចោល"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "ច្រានចោលកំហុស"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "បង្ហាញផ្លាកសញ្ញាអក្សរជំនួសធំជាង"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "បង្ហាញឈ្មោះ"
@@ -2482,11 +2530,11 @@ msgstr "បង្ហាញឈ្មោះ"
 msgid "Display Name"
 msgstr "បង្ហាញឈ្មោះ"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "ឈ្មោះបង្ហាញវែងពេក"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "មិនចាប់ផ្តើម ឬបញ្ចប់ដោយស
 msgid "Domain verified!"
 msgstr "បានផ្ទៀងផ្ទាត់ Domain"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "រួចរាល់{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "ចុចពីរដងដើម្បីបិទប្រអប់"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "រយៈពេល"
 msgid "e.g. alice"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr ""
 
@@ -2587,7 +2645,7 @@ msgstr ""
 msgid "e.g. alice.com"
 msgstr ""
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr ""
 
@@ -2595,19 +2653,19 @@ msgstr ""
 msgid "E.g. artistic nudes."
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr ""
 
@@ -2615,7 +2673,7 @@ msgstr ""
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "កែសម្រួល"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "កែសម្រួលរូបតំណាង"
 
@@ -2637,14 +2695,14 @@ msgstr "កែសម្រួលរូបតំណាង"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "កែរូបភាព"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "កែសម្រួលការកំណត់អន្តរកម្ម"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "កែសម្រួលព័ត៌មានលម្អិតនៃបញ្ជី"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "កែសម្រួលបញ្ជីសម្របសម្រួល"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "កែសម្រួលមតិព័ត៌មានរបស់ខ្ញុំ"
 
@@ -2679,15 +2742,15 @@ msgstr "កែសម្រួលមនុស្ស"
 msgid "Edit post interaction settings"
 msgstr "កែសម្រួលការកំណត់អន្តរកម្មនៃការបង្ហោះ"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "កែប្រវត្តិរូប"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "កែប្រវត្តិរូប"
 
@@ -2695,7 +2758,7 @@ msgstr "កែប្រវត្តិរូប"
 msgid "Edit starter pack"
 msgstr "កែសម្រួលកញ្ចប់ចាប់ផ្តើម"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "កែសម្រួលបញ្ជីអ្នកប្រើប្រាស់"
 
@@ -2707,11 +2770,11 @@ msgstr "កែសម្រួលអ្នកណាអាចឆ្លើយតប
 msgid "Edit your display name"
 msgstr "កែសម្រួលឈ្មោះបង្ហាញរបស់អ្នក"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "កែសម្រួល​ការ​ពិពណ៌នា​ប្រវត្តិរូប​របស់​អ្នក"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "កែសម្រួលកញ្ចប់ចាប់ផ្តើមរបស់អ្នក"
 
@@ -2724,9 +2787,8 @@ msgstr "ការអប់រំ"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr ""
 
@@ -2747,20 +2809,17 @@ msgstr "អាសយដ្ឋានអ៊ីមែល"
 msgid "Email Resent"
 msgstr "ផ្ញើអ៊ីមែលឡើងវិញ"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "បានធ្វើបច្ចុប្បន្នភាពអ៊ីមែល"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "បានធ្វើបច្ចុប្បន្នភាពអ៊ីមែល"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "បានផ្ទៀងផ្ទាត់អ៊ីមែល"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr ""
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr ""
 
@@ -2785,8 +2844,9 @@ msgstr "បង្កប់ការបង្ហោះនេះនៅក្នុ
 msgid "Embedded video player"
 msgstr "កម្មវិធីចាក់វីដេអូដែលបានបង្កប់"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "បើក"
 
@@ -2798,9 +2858,9 @@ msgstr "បើកដំណើរការតែ {0} ប៉ុណ្ណោះ"
 msgid "Enable adult content"
 msgstr "បើកមាតិកាសម្រាប់មនុស្សពេញវ័យ"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "បើកដំណើរការអ៊ីមែល 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "បានបើក"
 msgid "End of feed"
 msgstr "ចុងបញ្ចប់នៃមតិព័ត៌មាន"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "ត្រូវប្រាកដថាអ្នកបានជ្រើសរើសភាសាសម្រាប់ឯកសារចំណងជើងរងនីមួយៗ"
 
@@ -2860,14 +2920,15 @@ msgstr "បញ្ចូលពាក្យសម្ងាត់"
 msgid "Enter a word or tag"
 msgstr "បញ្ចូលពាក្យ ឬស្លាក"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "បញ្ចូលលេខកូដ"
 
-#: 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 "បញ្ចូលអេក្រង់ពេញ"
@@ -2897,11 +2958,7 @@ msgstr "បញ្ចូលថ្ងៃខែឆ្នាំកំណើតរប
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "បញ្ចូលអាសយដ្ឋានអ៊ីមែលថ្មីរបស់អ្នកខាងក្រោម"
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "កំហុស"
@@ -2997,15 +3054,15 @@ msgstr "ចាកចេញពីទិដ្ឋភាពរូបភាព"
 msgid "Expand alt text"
 msgstr "ពង្រីកអត្ថបទជំនួស"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "ពង្រីកបញ្ជីអ្នកប្រើប្រាស់"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "ពង្រីក ឬបង្រួមការបង្ហោះពេញដែលអ្នកកំពុងឆ្លើយតប"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "ផុតកំណត់ {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "ប្រព័ន្ធផ្សព្វផ្សាយច្បាស
 msgid "Explicit sexual images."
 msgstr "រូបភាពផ្លូវភេទច្បាស់លាស់"
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "នាំចេញទិន្នន័យរបស់ខ្ញុំ"
 
@@ -3071,12 +3132,12 @@ msgstr "ប្រព័ន្ធផ្សព្វផ្សាយខាងក្
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "ប្រព័ន្ធផ្សព្វផ្សាយខាងក្រៅអាចអនុញ្ញាតឱ្យគេហទំព័រប្រមូលព័ត៌មានអំពីអ្នក និងឧបករណ៍របស់អ្នក។ គ្មាន​ព័ត៌មាន​ត្រូវ​បាន​ផ្ញើ ឬ​ស្នើ​រហូត​ដល់​អ្នក​ចុច​ប៊ូតុង \"play\""
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "ចំណូលចិត្តប្រព័ន្ធផ្សព្វផ្សាយខាងក្រៅ"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "បរាជ័យក្នុងការផ្លាស់ប្តូរចំណុចទាញ។ សូមព្យាយាមម្តងទៀត"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "បរាជ័យក្នុងការបង្កើតពាក្យសម្ងាត់កម្មវិធី។ សូមព្យាយាមម្តងទៀត"
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "បរាជ័យក្នុងការបង្កើតកញ្ចប់ចាប់ផ្តើម"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "បរាជ័យក្នុងការបង្កើតបញ្ជី។ ពិនិត្យការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "បរាជ័យក្នុងការលុបសារ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "បរាជ័យក្នុងការលុបការបង្ហោះ សូមព្យាយាមម្តងទៀត"
 
@@ -3129,7 +3186,7 @@ msgstr "បរាជ័យក្នុងការលុបការបង្ហ
 msgid "Failed to delete starter pack"
 msgstr "បរាជ័យក្នុងការលុបកញ្ចប់ចាប់ផ្តើម"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "បរាជ័យក្នុងកាផ្ញើ"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "បរាជ័យក្នុងការដាក់បណ្តឹងតវ៉ា សូមព្យាយាមម្តងទៀត"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "មិន​អាច​បិទ​បើក​បិទ​សំឡេង​បាន​ទេ សូម​ព្យាយាម​ម្ដង​ទៀត"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "បរាជ័យក្នុងការធ្វើបច្ចុប្បន្នភាពព័ត៌មាន"
@@ -3219,11 +3290,15 @@ msgstr "បរាជ័យក្នុងការធ្វើបច្ចុប
 msgid "Failed to upload video"
 msgstr "បរាជ័យក្នុងការបង្ហោះវីដេអូ"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "បរាជ័យក្នុងការផ្ទៀងផ្ទាត់ចំណុចទាញ។ សូមព្យាយាមម្តងទៀត"
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "ព័ត៌មាន"
 
@@ -3242,24 +3317,24 @@ msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "មតិកែលម្អ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "បានផ្ញើមតិកែលម្អ!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "ព័ត៌មាន"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "អាចបត់បែនបាន"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "តាម"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "តាម"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "តាម {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "តាម {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr ""
 msgid "Follow 7 accounts"
 msgstr "តាមដាន 7 គណនី"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "តាមដានគណនី"
 
@@ -3391,7 +3462,7 @@ msgstr "តាមដានគណនី"
 msgid "Follow all"
 msgstr "តាមដានទាំងអស់គ្នា"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "តាមដានត្រឡប់វិញ"
@@ -3417,7 +3488,7 @@ msgstr "តាមដោយ <0>{0}</0> និង <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr ""
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "អ្នកតាមដាន @{0} ដែលអ្នកស្គាល់"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "អ្នកតាមដែលអ្នកស្គាល់"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "កំពុងតាម"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "កំពុងតាម {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "កំពុងតាម {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "ធ្វើតាមចំណូលចិត្តមតិព័ត៌មាន"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "ធ្វើតាមចំណូលចិត្តមតិព័ត៌មាន"
@@ -3524,7 +3591,7 @@ msgstr "បង្ហោះមាតិកាដែលមិនចង់បាន
 msgid "From @{sanitizedAuthor}"
 msgstr "ពី @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "ពី <0/>"
@@ -3533,18 +3600,20 @@ msgstr "ពី <0/>"
 msgid "Gallery"
 msgstr "វិចិត្រសាល"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "បង្កើតកញ្ចប់ចាប់ផ្តើម"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "រកជំនួយ"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "ចាប់ផ្តើម"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "ការចាប់ផ្តើម"
 msgid "GIF"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "ផ្តល់ទម្រង់មុខរបស់អ្នក"
 
@@ -3567,10 +3636,10 @@ msgstr "ការបំពានច្បាប់ ឬលក្ខខណ្ឌ
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "ត្រឡប់ទៅវិញ"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "ទៅទំពណ៌ដើម"
 msgid "Go Home"
 msgstr "ទៅទំពណ៌ដើម"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "ប្រព័ន្ធផ្សព្វផ្សាយក្រាហ
 msgid "Half way there!"
 msgstr "ពាក់កណ្តាលផ្លូវ"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr ""
 
@@ -3665,7 +3750,7 @@ msgstr ""
 msgid "Harassment, trolling, or intolerance"
 msgstr "ការបៀតបៀន ការបោកប្រាស់ ឬការមិនអត់ឱន"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr ""
 
@@ -3673,19 +3758,24 @@ msgstr ""
 msgid "Hashtag {tag}"
 msgstr ""
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "មានបញ្ហា?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "ជំនួយ"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "ជួយមនុស្សឱ្យដឹងថាអ្នកមិនមែនជារូបយន្តដោយការបង្ហោះរូបភាព ឬបង្កើតរូបតំណាង"
 
@@ -3698,7 +3788,7 @@ msgstr "នេះគឺជាពាក្យសម្ងាត់កម្មវ
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr "បញ្ជីដែលលាក់"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "លាក់"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "លាក់"
@@ -3729,18 +3819,18 @@ msgstr "លាក់"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "លាក់ post សម្រាប់ខ្ញុំ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "លាក់ការឆ្លើយតបសម្រាប់អ្នករាល់គ្នា"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "លាក់ការឆ្លើយតបសម្រាប់ខ្ញុំ"
 
@@ -3748,12 +3838,12 @@ msgstr "លាក់ការឆ្លើយតបសម្រាប់ខ្ញ
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "លាក់ការបង្ហោះនេះ?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "លាក់ការឆ្លើយតបនេះ?"
 
@@ -3771,7 +3861,7 @@ msgstr ""
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "លាក់បញ្ជីអ្នកប្រើប្រាស់"
 
@@ -3817,11 +3907,11 @@ msgstr "ហ៊ឺ យើងមិនអាចផ្ទុកសេវាកម
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "ចាំ! យើងកំពុងផ្តល់សិទ្ធិចូលប្រើវីដេអូបន្តិចម្តងៗ ហើយអ្នកនៅតែរង់ចាំក្នុងជួរ។ សូមពិនិត្យមើលឡើងវិញឆាប់ៗនេះ"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "ទំព័រដើម"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "ការឆ្លើយតបភ្លាមៗជាមុន"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "តើយើងគួរបើកតំណនេះដោយរបៀបណា?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "ខ្ញុំមានលេខកូដ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "ខ្ញុំមានលេខកូដ"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "ខ្ញុំមានលេខកូដបញ្ជាក់"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "ប្រសិនបើអ្នកលុបបញ្ជីនេះ 
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "ប្រសិនបើអ្នកលុបការបង្ហោះនេះ អ្នកនឹងមិនអាចយកវាមកវិញបានទេ"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "ប្រសិនបើអ្នកចង់ផ្លាស់ប្តូរពាក្យសម្ងាត់របស់អ្នក យើងនឹងផ្ញើលេខកូដទៅអ្នកដើម្បីផ្ទៀងផ្ទាត់ថានេះគឺជាគណនីរបស់អ្នក"
@@ -3915,18 +4008,19 @@ msgstr "ខុសច្បាប់ និងបន្ទាន់"
 msgid "Image"
 msgstr "រូបភាព"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "បានរក្សាទុករូបភាពទៅក្នុងកាមេរ៉ារបស់អ្នក"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "លេខកូដបញ្ជាក់ 2FA មិនត្រឹមត
 msgid "Invalid handle. Please try a different one."
 msgstr "ចំណុចទាញមិនត្រឹមត្រូវ។ សូមសាកល្បងមួយផ្សេងទៀត"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "កំណត់ត្រាប្រកាសមិនត្រឹមត្រូវ ឬមិនគាំទ្រ"
 
@@ -4041,12 +4135,12 @@ msgstr "វាត្រឹមត្រូវ"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "មានតែអ្នកទេឥឡូវនេះ! បន្ថែមមនុស្សបន្ថែមទៀតទៅក្នុងកញ្ចប់ចាប់ផ្តើមរបស់អ្នកដោយស្វែងរកខាងលើ"
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr ""
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "ការងារ"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "ដាក់ស្លាកដោយអ្នកនិពន្ធ"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "ស្លាក"
 
@@ -4100,13 +4194,13 @@ msgstr "ស្លាកនៅលើមាតិការបស់អ្នក"
 msgid "Language selection"
 msgstr "ការជ្រើសរើសភាសា"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "ការកំណត់ភាសា"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "ភាសា"
 
@@ -4124,12 +4218,12 @@ msgstr "ចុងក្រោយ"
 msgid "learn more"
 msgstr "ស្វែងយល់បន្ថែម"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "ស្វែងយល់បន្ថែម"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "មើល​បន្ថែមទៀត​អំពី Bluesky នៅលើ Facebook"
 
@@ -4158,8 +4252,8 @@ msgstr "ស្វែងយល់បន្ថែមអំពីការសម្
 msgid "Learn more about this warning"
 msgstr "ស្វែងយល់បន្ថែមអំពីការព្រមាននេះ"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "ចាកចេញពី Bluesky"
 msgid "left to go."
 msgstr "ចាកចេញទៅ"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "អនុញ្ញាតឱ្យខ្ញុំជ្រើសរើស"
 
@@ -4230,7 +4324,7 @@ msgstr "ពន្លឺ"
 msgid "Like"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -4247,12 +4341,12 @@ msgstr "ចូលចិត្តការបង្ហោះចំនួន 10 
 msgid "Like this feed"
 msgstr "ចូលចិត្តមតិព័ត៌មាននេះ"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "ចូលចិត្ត"
 
@@ -4269,16 +4363,16 @@ msgstr ""
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "ចូលចិត្ត"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "ចូលចិត្តនៅលើប្រកាសនេះ"
 
@@ -4287,11 +4381,11 @@ msgstr "ចូលចិត្តនៅលើប្រកាសនេះ"
 msgid "Linear"
 msgstr ""
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "បញ្ជី"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "បញ្ជី Avatar"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "បានបិទបញ្ជី"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "បញ្ជីឈ្មោះ"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "បាន​បិទ​បញ្ជី"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "​បញ្ជី"
 
@@ -4358,6 +4452,22 @@ msgstr "​បញ្ជី"
 msgid "Lists blocking this user:"
 msgstr "បញ្ជីដែលរារាំងអ្នកប្រើប្រាស់នេះ៖"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "ផ្ទុកច្រើនទៀត"
@@ -4370,18 +4480,18 @@ msgstr "ផ្ទុកព័ត៌មានដែលបានណែនាំប
 msgid "Load new notifications"
 msgstr "ផ្ទុកការជូនដំណឹងថ្មីៗ"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "ផ្ទុកប្រកាសថ្មីៗ"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "កំពុងផ្ទុក..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "កំណត់ហេតុ"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "និមិត្តសញ្ញាដោយ <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "មើល​ទៅ​ដូច​ជា​អ្នក​បាន​ដ
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "មើល​ទៅ​ដូច​ជា​អ្នក​កំពុង​បាត់​ដំណឹង​បន្ទាប់។ <0>ចុចទីនេះដើម្បីបន្ថែមមួយ។</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "ធ្វើមួយសម្រាប់ខ្ញុំ"
 
@@ -4455,7 +4569,14 @@ msgstr "សម្គាល់ថាបានអានហើយ"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "ប្រព័ន្ធផ្សព្វផ្សាយ"
 
@@ -4479,7 +4600,7 @@ msgstr ""
 msgid "Menu"
 msgstr "ម៉ឺនុយ"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "សារ {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "សារវែងពេក"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "សារ"
 
@@ -4532,10 +4653,10 @@ msgstr "គណនីបន្លំ"
 msgid "Misleading Post"
 msgstr "post បន្លំ"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "ការសម្របសម្រួល"
 
@@ -4557,12 +4678,12 @@ msgstr "បញ្ជីសម្របសម្រួលដោយ <0/>"
 msgid "Moderation list by you"
 msgstr "បញ្ជីសម្របសម្រួលដោយអ្នក"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "បាន​បង្កើត​បញ្ជី​សម្រប​សម្រួល"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "បានធ្វើបច្ចុប្បន្នភាពបញ្ជីសម្របសម្រួល"
@@ -4571,8 +4692,8 @@ msgstr "បានធ្វើបច្ចុប្បន្នភាពបញ្
 msgid "Moderation lists"
 msgstr "បញ្ជីសម្របសម្រួល"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "បញ្ជីការសម្របសម្រួល"
 
@@ -4580,7 +4701,7 @@ msgstr "បញ្ជីការសម្របសម្រួល"
 msgid "moderation settings"
 msgstr "ការកំណត់កម្រិតមធ្យម"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr ""
 
@@ -4593,7 +4714,7 @@ msgstr "ឧបករណ៍សំរបសំរួល"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "អ្នកសម្របសម្រួលបានជ្រើសរើសដើម្បីកំណត់ការព្រមានទូទៅលើខ្លឹមសារ"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "ច្រើនទៀត"
 
@@ -4602,8 +4723,8 @@ msgstr "ច្រើនទៀត"
 msgid "More feeds"
 msgstr "ព័ត៌មានច្រើនទៀត"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "ជម្រើសច្រើនទៀត"
@@ -4637,10 +4758,10 @@ msgstr "បិទ"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr ""
 
@@ -4689,13 +4810,13 @@ msgstr "បិទពាក្យនេះនៅក្នុងស្លាកត
 msgid "Mute this word until you unmute it"
 msgstr "បិទ​ពាក្យ​នេះ​រហូត​ដល់​អ្នក​បើក​សំឡេង​វា"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "បិទ thread"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "បិទពាក្យ & ស្លាក"
 
@@ -4703,12 +4824,12 @@ msgstr "បិទពាក្យ & ស្លាក"
 msgid "Muted accounts"
 msgstr "គណនីបិទ"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "គណនីបិទ"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "គណនីដែលបានបិទសំឡេងបានលុបការបង្ហោះរបស់ពួកគេចេញពីព័ត៌មានរបស់អ្នក និងពីការជូនដំណឹងរបស់អ្នក។ ការបិទសំឡេងមានលក្ខណៈឯកជនទាំងស្រុង"
 
@@ -4729,15 +4850,15 @@ msgstr "ការបិទសំឡេងគឺឯកជន។ គណនីដ
 msgid "My Birthday"
 msgstr "ខួបកំណើតរបស់ខ្ញុំ"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "មតិព័ត៌មានរបស់ខ្ញុំ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr ""
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "ទាមទារឈ្មោះ"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "រុករកទៅអេក្រង់បន្ទាប់"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "រុករកទៅកម្រងព័ត៌មានរបស់អ្នក"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "ត្រូវ​ការ​ផ្លាស់​ប្តូ​រ​វា​?"
 
@@ -4797,18 +4918,23 @@ msgstr "មិនអីទេ បង្កើត handle សម្រាប់ខ
 msgid "New"
 msgstr "ថ្មី"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "ថ្មី"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "ការជជែកថ្មី"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "ថ្មី handle"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr ""
 
@@ -4828,7 +4954,7 @@ msgstr ""
 msgid "New messages"
 msgstr "សារថ្មី"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "បញ្ជីសម្របសម្រួលថ្មី"
 
@@ -4840,10 +4966,10 @@ msgstr "ពាក្យសម្ងាត់ថ្មី"
 msgid "New Password"
 msgstr "ពាក្យសម្ងាត់ថ្មី"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "post ថ្មី"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "post ថ្មី"
@@ -4863,7 +4989,7 @@ msgstr "post ថ្មី"
 msgid "New user info dialog"
 msgstr "ប្រអប់ព័ត៌មានអ្នកប្រើប្រាស់ថ្មី"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "បញ្ជីអ្នកប្រើប្រាស់ថ្មី"
 
@@ -4911,6 +5037,10 @@ msgstr "មិនទាន់មានពាក្យសម្ងាត់កម
 msgid "No DNS Panel"
 msgstr "គ្មានបន្ទះ DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "រកមិនឃើញ GIF ដែលមានលក្ខណៈពិសេសទេ។ ប្រហែលជាមានបញ្ហាជាមួយ Tenor"
@@ -4924,8 +5054,8 @@ msgstr "រកមិនឃើញមតិព័ត៌មានទេ។ ព្
 msgid "No likes yet"
 msgstr "មិនទាន់មានអ្នកចូលចិត្តទេ"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "លែង​តាម {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "មិនទាន់មានសម្រង់ទេ"
 msgid "No reposts yet"
 msgstr "មិនទាន់មានសារឡើងវិញនៅឡើយទេ"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "គ្មានលទ្ធផល"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "រកមិនឃើញលទ្ធផលទេ"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "រកមិនឃើញលទ្ធផលសម្រាប់ \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr ""
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "រកមិនឃើញ"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "ពេលនេះទេ"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "ចំណាំអំពីការចែករំលែក"
 
@@ -5052,7 +5177,7 @@ msgstr "ចំណាំអំពីការចែករំលែក"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "ចំណាំ៖ Bluesky គឺជាបណ្តាញបើកចំហ និងសាធារណៈ។ ការកំណត់នេះកំណត់តែការមើលឃើញខ្លឹមសាររបស់អ្នកនៅលើកម្មវិធី និងគេហទំព័រ Bluesky ហើយកម្មវិធីផ្សេងទៀតប្រហែលជាមិនគោរពការកំណត់នេះទេ។ ខ្លឹមសាររបស់អ្នកអាចនៅតែត្រូវបានបង្ហាញដល់អ្នកប្រើប្រាស់ដែលបានចេញពីគណនីដោយកម្មវិធី និងគេហទំព័រផ្សេងទៀត"
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "គ្មានអ្វីនៅទីនេះទេ"
 
@@ -5060,7 +5185,7 @@ msgstr "គ្មានអ្វីនៅទីនេះទេ"
 msgid "Notification filters"
 msgstr "តម្រងការជូនដំណឹង"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "ការកំណត់ការជូនដំណឹង"
@@ -5077,11 +5202,11 @@ msgstr "សំឡេងជូនដំណឹង"
 msgid "Notification Sounds"
 msgstr "សំឡេងជូនដំណឹង"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "ការជូនដំណឹង"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "អូទេ! មានអ្វីមួយខុសប្រក្រតី"
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr ""
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr ""
 
@@ -5140,19 +5265,19 @@ msgstr "ចម្លើយចាស់បំផុតជាមុនសិន"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "កំណត់ការចូលដំណើរការឡើងវិញ"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "GIFs មួយ ឬ​ច្រើន​បាត់​អត្ថបទ​ជំនួស"
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "រូបភាពមួយ ឬច្រើនបាត់អត្ថបទជំនួស"
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "វីដេអូមួយ ឬច្រើនបាត់អត្ថបទជំនួស"
 
@@ -5168,7 +5293,7 @@ msgstr "មានតែ {0} ប៉ុណ្ណោះដែលអាចឆ្ល
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "មាន​តែ​អក្សរ លេខ និង​សហសញ្ញា"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "មានតែឯកសាររូបភាពប៉ុណ្ណោះដែលត្រូវបានគាំទ្រ"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "ឯកសារ WebVTT (.vtt) ងាយស្រួលគាំទ្រ"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr ""
 
@@ -5194,11 +5319,7 @@ msgstr ""
 msgid "Open"
 msgstr "បើក"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "បើកម៉ឺនុយផ្លូវកាត់ទម្រង់ {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "បើកអ្នកបង្កើតរូបតំណាង"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr ""
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "បើកកម្មវិធីជ្រើសរើសរូបអារម្មណ៍"
 
@@ -5225,7 +5346,7 @@ msgstr ""
 msgid "Open feed options menu"
 msgstr "បើកម៉ឺនុយជម្រើសមតិព័ត៌មាន"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "បើកតំណទៅ {niceUrl}"
 msgid "Open message options"
 msgstr "បើកជម្រើសសារ"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "បើកទំព័របំបាត់កំហុសការសម្របសម្រួល"
 
@@ -5249,20 +5370,25 @@ msgstr "បើកការកំណត់ពាក្យ និងស្លា
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "បើកម៉ឺនុយជម្រើសប្រកាស"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "បើកម៉ឺនុយកញ្ចប់ចាប់ផ្តើម"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr ""
 
@@ -5282,19 +5408,19 @@ msgstr "បើកប្រអប់មួយដើម្បីជ្រើសរ
 msgid "Opens additional details for a debug entry"
 msgstr "បើកព័ត៌មានលម្អិតបន្ថែមសម្រាប់ធាតុបំបាត់កំហុស"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "បើកកាមេរ៉ានៅលើឧបករណ៍"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "បើកកម្មវិធីតែង"
 msgid "Opens device photo gallery"
 msgstr "បើកវិចិត្រសាលរូបភាពឧបករណ៍"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr ""
 msgid "Opens GIF select dialog"
 msgstr "បើកប្រអប់ជ្រើសរើស GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "បើកបញ្ជីលេខកូដអញ្ជើញ"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "បើកទម្រង់កំណត់ពាក្យសម្ងាត់ឡើងវិញ"
@@ -5340,12 +5470,12 @@ msgstr "បើកទម្រង់កំណត់ពាក្យសម្ងា
 msgid "Opens the linked website"
 msgstr "បើកគេហទំព័រដែលបានភ្ជាប់"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "បើកកម្រងព័ត៌មាននេះ"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "បើកកម្មវិធីជ្រើសរើសវីដេអូ"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "ផ្សេងទៀត។"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "គណនីផ្សេងទៀត"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "រកមិនឃើញទំព័រ"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "ផ្អាក video"
 msgid "People"
 msgstr "មនុស្ស"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "មនុស្ស​តាម​ដោយ @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "មនុស្ស​តាម @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr ""
 msgid "Pin to Home"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr ""
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr ""
 
@@ -5578,14 +5708,14 @@ msgstr "សូមជ្រើសរើស handle របស់អ្នក"
 msgid "Please choose your password."
 msgstr "សូមជ្រើសរើសពាក្យសម្ងាត់របស់អ្នក"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "សូមបំពេញការផ្ទៀងផ្ទាត់ captcha"
 
-#: 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 "សូមបញ្ជាក់អ៊ីមែលរបស់អ្នកមុនពេលផ្លាស់ប្តូរវា។ នេះ​ជា​តម្រូវការ​បណ្ដោះអាសន្ន ខណៈ​ដែល​ឧបករណ៍​អាប់ដេត​អ៊ីមែល​ត្រូវ​បាន​បន្ថែម ហើយ​វា​នឹង​ត្រូវ​បាន​លុប​ចេញ​ក្នុង​ពេល​ឆាប់ៗ"
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "សូមបញ្ចូលឈ្មោះតែមួយគត់សម្រាប់ពាក្យសម្ងាត់កម្មវិធីនេះ ឬប្រើពាក្យសម្ងាត់ដែលបានបង្កើតដោយចៃដន្យរបស់យើង"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "សូមបញ្ចូលពាក្យ ស្លាក ឬឃ្លាដែលត្រឹមត្រូវ ដើម្បីបិទសំឡេង"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "សូមបញ្ចូលអ៊ីមែលរបស់អ្នក"
 msgid "Please enter your invite code."
 msgstr "សូមបញ្ចូលលេខកូដអញ្ជើញរបស់អ្នក"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "សូមចូលគណនីជា @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "សូមផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នក"
 
@@ -5662,7 +5818,7 @@ msgstr "នយោបាយ"
 msgid "Porn"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "ការបង្ហោះ"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "ការបង្ហោះ"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Post ទាំងអស់"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Post ដោយ {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Post ត្រូវាបានលុប"
@@ -5697,7 +5853,7 @@ msgstr "Post ត្រូវាបានលុប"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "មិនអាចបង្ហោះសារបង្ហោះបានទេ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត"
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr ""
 msgid "Post interaction settings"
 msgstr "ការ​កំណត់​អន្តរកម្ម​ post"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr ""
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "ការបង្ហោះ"
@@ -5789,7 +5945,7 @@ msgstr "ចុចដើម្បីមើលអ្នកតាមដានគណ
 msgid "Previous image"
 msgstr "រូបភាពពីមុន"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "ភាសាចម្បង"
 
@@ -5807,26 +5963,26 @@ msgstr "ការជូនដំណឹងជាអាទិភាព"
 msgid "Privacy"
 msgstr "ឯកជនភាព"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "ភាពឯកជន និងសុវត្ថិភាព"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "ភាពឯកជន និងសុវត្ថិភាព"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "គោលការណ៍ឯកជនភាព"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "ដំណើរការវីដេអូ..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "កំពុងដំណើរការ..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "ប្រវត្តិរូប"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "ប្រវត្តិរូប"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "បានធ្វើបច្ចុប្បន្នភាពប្រវត្តិរូប"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "លេខកូដ QR ត្រូវបានរក្សាទុក
 msgid "Quote post"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Quote post ត្រូវបានភ្ជាប់ម្តងទៀត"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Quote post ត្រូវបានផ្ដាច់ដោយជោគជ័យ"
 
@@ -5927,7 +6083,7 @@ msgstr "កំណត់ Quote"
 msgid "Quotes"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr ""
 
@@ -5942,8 +6098,8 @@ msgstr "ចៃដន្យ (ហៅកាត់ថា \"រ៉ូឡែតរប
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr ""
 
@@ -5960,15 +6116,15 @@ msgstr "បើកដំណើរការគណនីរបស់អ្នកឡ
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "អានប្លក់ Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "ភ្ជាប់ឡើងវិញ"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "ផ្ទុកការសន្ទនាឡើងវិញ"
@@ -6022,7 +6178,7 @@ msgstr "ផ្ទុកការសន្ទនាឡើងវិញ"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "ដកចេញ"
 msgid "Remove {displayName} from starter pack"
 msgstr "លុប {displayName} ចេញពីកញ្ចប់ចាប់ផ្តើម"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "លុបគណនី"
 
@@ -6046,13 +6202,13 @@ msgstr "លុបគណនី"
 msgid "Remove attachment"
 msgstr "យកឯកសារភ្ជាប់ចេញ"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "លុប Avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "លុប Banner"
 
@@ -6079,7 +6235,7 @@ msgstr "លុប​មតិព័ត៌មាន?"
 msgid "Remove from my feeds"
 msgstr "លុបចេញពីមតិព័ត៌មានរបស់ខ្ញុំ"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "ដកចេញពីការចូលប្រើរហ័ស?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "លុបរូបភាព"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "លុប​ពាក្យ​ស្ងាត់​ចេញ​ពី​បញ្ជី​របស់​អ្នក។"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "លុបកម្រងព័ត៌មាន"
 
@@ -6114,7 +6275,7 @@ msgstr "លុប quote"
 msgid "Remove repost"
 msgstr "លុបការបង្ហោះឡើងវិញ"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "លុបឯកសារចំណងជើងរង"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "បានលុបចេញពីមតិព័ត៌មានរបស
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "លុប quoted post"
@@ -6181,7 +6338,7 @@ msgstr "លុប quoted post"
 msgid "Replace with Discover"
 msgstr "ជំនួសដោយ Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "ការឆ្លើយតប"
 
@@ -6193,12 +6350,12 @@ msgstr "ការឆ្លើយតបត្រូវបានបិទ"
 msgid "Replies to this post are disabled."
 msgstr "ការឆ្លើយតបទៅនឹងការបង្ហោះនេះត្រូវបានបិទ"
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "ឆ្លើយតប"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr "ការកំណត់ការឆ្លើយតបត្រូវប
 msgid "Reply sorting"
 msgstr ""
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "ឆ្លើយតបទៅ <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "ឆ្លើយតបទៅនឹងការបង្ហោះដែលត្រូវបានរារាំង"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "ឆ្លើយតបទៅនឹង post"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "ឆ្លើយតបទៅអ្នក"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "បានធ្វើបច្ចុប្បន្នភាពភាពមើលឃើញនៃការឆ្លើយតប"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "ការឆ្លើយតបត្រូវបានលាក់ដោយជោគជ័យ"
 
@@ -6261,16 +6418,16 @@ msgstr "ការឆ្លើយតបត្រូវបានលាក់ដោ
 msgid "Report"
 msgstr "រាយការណ៍"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "រាយការណ៍គណនី"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "រាយការណ៍ការសន្ទនា"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "រាយការណ៍ពីសារ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "រាយការណ៍ពី post"
 
@@ -6369,27 +6526,27 @@ msgstr "បង្ហោះឡើងវិញ ឬ quote post"
 msgid "Reposted By"
 msgstr "បង្ហោះឡើងវិញដោយ"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "បង្ហោះឡើងវិញដោយ {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "បង្ហោះឡើងវិញដោយ <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "ផ្សាយឡើងវិញដោយអ្នក"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "ការផ្សាយឡើងវិញនៃប្រកាសនេះ"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "ស្នើសុំការផ្លាស់ប្តូរ"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "ស្នើសុំលេខកូដ"
 msgid "Require alt text before posting"
 msgstr "ទាមទារអត្ថបទជំនួសមុនពេលបង្ហោះ"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr "ទាមទារសម្រាប់អ្នកផ្តល់សេ
 msgid "Required in your region"
 msgstr "ទាមទារនៅក្នុងតំបន់របស់អ្នក"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "ផ្ញើអ៊ីមែលឡើងវិញ"
@@ -6436,8 +6599,8 @@ msgstr "កំណត់លេខកូដឡើងវិញ"
 msgid "Reset Code"
 msgstr "កំណត់លេខកូដឡើងវិញ"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "កំណត់ស្ថានភាពចាប់ផ្តើមឡើងវិញ"
 
@@ -6458,10 +6621,10 @@ msgstr "ព្យាយាមម្តងទៀតនូវសកម្មភា
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "ត្រឡប់ទៅទំព័រមុន"
 msgid "Returns to home page"
 msgstr "ត្រឡប់ទៅទំព័រដើមវិញ"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "រក្សាទុក"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "រក្សាទុក"
@@ -6534,7 +6699,7 @@ msgstr "រក្សាទុកថ្ងៃកំណើត"
 msgid "Save changes"
 msgstr "រក្សាទុកការផ្លាស់ប្តូរ"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "រក្សាទុកការផ្លាស់ប្តូរ"
 
@@ -6564,16 +6729,12 @@ msgstr "រក្សាទុកក្នុងព័ត៌មានរបស់
 msgid "Saved Feeds"
 msgstr "មតិព័ត៌មានដែលបានរក្សាទុក"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "បាន​រក្សា​ទុក​នៅ​ក្នុង​ការ​វិល​របស់​កាមេរ៉ា​របស់​អ្នក​"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "បានរក្សាទុកទៅក្នុងមតិព័ត៌មានរបស់អ្នក"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "រក្សាទុកការផ្លាស់ប្តូរណាមួយចំពោះកម្រងព័ត៌មានរបស់អ្នក"
 
@@ -6583,8 +6744,8 @@ msgstr "រក្សាទុកការកំណត់ការច្រឹប
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "និយាយថាជំរាបសួរ"
 
@@ -6602,11 +6763,11 @@ msgstr "រំកិលទៅកំពូល"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "ស្វែងរក"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr ""
 
@@ -6656,8 +6817,8 @@ msgstr "ស្វែងរក GIFs"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "ជំហានសុវត្ថិភាពចាំបាច់"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "មើលការងារនៅ Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "ជ្រើសរើសពណ៌មួយ"
 msgid "Select account"
 msgstr "ជ្រើសរើសគណនី"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "ជ្រើសរើសរូបតំណាង"
@@ -6727,10 +6896,22 @@ msgstr "ជ្រើសរើសរូបតំណាង"
 msgid "Select an emoji"
 msgstr "ជ្រើសរើសរូបអារម្មណ៍"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "ជ្រើសរើសភាសាមាតិកា"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "ជ្រើសរើសពីគណនីដែលមានស្រាប់"
@@ -6747,11 +6928,11 @@ msgstr "ជ្រើសរើស GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "ជ្រើសរើសរយៈពេលដើម្បីបិទពាក្យនេះ"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "ជ្រើសរើសភាសា..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "ជ្រើសរើសភាសា"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "ជ្រើសរើសអ្នកសម្របសម្រួល"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "ជ្រើសរើសរូបអារម្មណ៍ {emojiName} 
 msgid "Select the moderation service(s) to report to"
 msgstr "ជ្រើសរើសសេវាកម្មសម្របសម្រួលដើម្បីរាយការណ៍ទៅ"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "ជ្រើសរើសវីដេអូ"
 
@@ -6784,11 +6969,11 @@ msgstr "ជ្រើសរើសវីដេអូ"
 msgid "Select what content this mute word should apply to."
 msgstr "ជ្រើសរើសខ្លឹមសារអ្វីដែលពាក្យដែលបិទនេះគួរអនុវត្តចំពោះ"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "ជ្រើសរើសភាសាណាមួយដែលអ្នកចង់បញ្ចូលព័ត៌មានដែលបានជាវរបស់អ្នក។ ប្រសិនបើ​មិន​ត្រូវ​បាន​ជ្រើសរើស​ទេ ភាសា​ទាំងអស់​នឹង​ត្រូវ​បាន​បង្ហាញ"
 
@@ -6801,7 +6986,7 @@ msgstr "ជ្រើសរើសថ្ងៃខែឆ្នាំកំណើត
 msgid "Select your interests from the options below"
 msgstr "ជ្រើសរើសចំណាប់អារម្មណ៍របស់អ្នកពីជម្រើសខាងក្រោម"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "ជ្រើសរើសភាសាដែលអ្នកពេញចិត្តសម្រាប់ការបកប្រែនៅក្នុងព័ត៌មានរបស់អ្នក"
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "ផ្ញើគេហទំព័រស្អាត"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "ផ្ញើការបញ្ជាក់"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "ផ្ញើអ៊ីមែលបញ្ជាក់"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "ផ្ញើអ៊ីមែលបញ្ជាក់"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "ផ្ញើអ៊ីមែល"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "ផ្ញើអ៊ីមែល"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "ផ្ញើមតិកែលម្អ"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "ផ្ញើសារ"
@@ -6863,13 +7046,14 @@ msgstr "ផ្ញើរបាយការណ៍ទៅ {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "ផ្ញើតាមសារផ្ទាល់"
 
@@ -6901,10 +7085,10 @@ msgstr "រៀបចំគណនីរបស់អ្នក"
 msgid "Sets email for password reset"
 msgstr "កំណត់អ៊ីមែលសម្រាប់កំណត់ពាក្យសម្ងាត់ឡើងវិញ"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "ការកំណត់"
 
@@ -6926,16 +7110,16 @@ msgstr "ចំណង់ផ្លូវភេទ"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "ចែករំលែក"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "ចែករំលែក"
@@ -6948,9 +7132,9 @@ msgstr "ចែករំលែករឿងដ៏ត្រជាក់មួយ"
 msgid "Share a fun fact!"
 msgstr "ចែករំលែកការពិតរីករាយ"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "ចែករំលែក"
 
@@ -6990,7 +7174,7 @@ msgstr "ចែករំលែកកញ្ចប់ចាប់ផ្តើមន
 msgid "Share your favorite feed!"
 msgstr "ចែករំលែកមតិព័ត៌មានដែលអ្នកចូលចិត្ត"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "កម្មវិធីសាកល្បងចំណូលចិត្តដែលបានចែករំលែក"
 
@@ -7011,8 +7195,8 @@ msgstr "បង្ហាញអត្ថបទជំនួស"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "បង្ហាញ"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "បង្ហាញការឆ្លើយតបដែលលាក់"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "បង្ហាញបែបនេះតិច"
 
@@ -7042,14 +7226,14 @@ msgstr "បង្ហាញបែបនេះតិច"
 msgid "Show list anyway"
 msgstr "ទោះយ៉ាងណាក៏ដោយ បង្ហាញបញ្ជី"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "បង្ហាញច្រើនទៀត"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "បង្ហាញច្រើនទៀតដូចនេះ"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr "បង្ហាញការឆ្លើយតបដោយមនុស្សដែលអ្នកតាមដាន មុនពេលការឆ្លើយតបផ្សេងទៀតទាំងអស់"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "បង្ហាញការឆ្លើយតបសម្រាប់អ្នករាល់គ្នា"
 
@@ -7102,11 +7286,11 @@ msgstr "បង្ហាញការព្រមាន"
 msgid "Show warning and filter from feeds"
 msgstr "បង្ហាញការព្រមាន និងត្រងពីមតិព័ត៌មាន"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "ចូលគណនី"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "ចូលគណនីជា {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "ចូល ឬបង្កើតគណនីរបស់អ្នក ដើម្បីចូលរួមការសន្ទនា"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "ចូលទៅគណនីដែលមិនមានក្នុងបញ្ជី"
 
@@ -7158,15 +7342,15 @@ msgstr "ចូលទៅគណនីដែលមិនមានក្នុងប
 msgid "Sign in to Bluesky or create a new account"
 msgstr "ចូល Bluesky ឬបង្កើតគណនីថ្មីមួយ"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "ចេញ"
 
@@ -7174,8 +7358,8 @@ msgstr "ចេញ"
 msgid "Sign Out"
 msgstr "ចេញ"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "ចេញ?"
 
@@ -7206,12 +7390,17 @@ msgstr "រំលងជំហ៊ាននេះ"
 msgid "Smaller"
 msgstr "តូចជាង"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "កម្មវិធី Dev"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "មានអ្វីមួយខុសប្រក្រតី"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr ""
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr ""
 
@@ -7304,7 +7493,7 @@ msgstr "សារឥតបានការ; ការលើកឡើង ឬកា
 msgid "Sports"
 msgstr "កីឡា"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "ចាប់ផ្តើមការជជែកថ្មី"
 
@@ -7322,8 +7511,8 @@ msgstr ""
 msgid "Start chat with {displayName}"
 msgstr "ចាប់ផ្តើមជជែកជាមួយ {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "កញ្ចប់ចាប់ផ្តើម"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "កញ្ចប់ចាប់ផ្តើមមិនត្រឹមត្រូវទេ"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "កញ្ចប់ចាប់ផ្តើម"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "កញ្ចប់ចាប់ផ្តើមអនុញ្ញាតឱ្យអ្នកចែករំលែកព័ត៌មានដែលអ្នកចូលចិត្ត និងមនុស្សយ៉ាងងាយស្រួលជាមួយមិត្តភក្តិរបស់អ្នក"
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "ទំព័រស្ថានភាព"
 
@@ -7363,12 +7552,12 @@ msgstr "ទំព័រស្ថានភាព"
 msgid "Step {0} of {1}"
 msgstr "ជំហានទី {0} នៃ {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "កន្លែងផ្ទុកត្រូវបានសម្អាត អ្នកត្រូវចាប់ផ្តើមកម្មវិធីឡើងវិញឥឡូវនេះ"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr ""
 
@@ -7401,11 +7590,11 @@ msgstr "ជាវ"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "ជាវ @{0} ដើម្បីប្រើស្លាកទាំងនេះ៖"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "ជាវអ្នកដាក់ស្លាក"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "ជាវអ្នកដាក់ស្លាកនេះ"
 
@@ -7413,11 +7602,12 @@ msgstr "ជាវអ្នកដាក់ស្លាកនេះ"
 msgid "Subscribe to this list"
 msgstr "ជាវបញ្ជីនេះ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "ជោគជ័យ!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "គាំទ្រ"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "ប្តូរគណនី"
 
@@ -7462,11 +7652,11 @@ msgstr "ប្តូរគណនី"
 msgid "Switch Account"
 msgstr "ប្តូរគណនី"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "ប្រព័ន្ធ"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "កំណត់ហេតុប្រព័ន្ធ"
 
@@ -7518,7 +7708,7 @@ msgstr "បច្ចេកវិទ្យា"
 msgid "Tell a joke!"
 msgstr "ប្រាប់រឿងកំប្លែងមួយ"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "ប្រាប់យើងបន្តិចអំពីខ្លួនអ្នក"
 
@@ -7531,12 +7721,12 @@ msgstr "ប្រាប់យើងបន្តិចទៀត"
 msgid "Terms"
 msgstr "លក្ខខណ្ឌ"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "លក្ខខណ្ឌនៃសេវាកម្ម"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "វាលបញ្ចូលអត្ថបទ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "សូមអរគុណ! អ៊ីមែលរបស់អ្នកត្រូវបានផ្ទៀងផ្ទាត់ដោយជោគជ័យ"
 
@@ -7597,12 +7791,12 @@ msgstr "កញ្ចប់ចាប់ផ្តើមនោះមិនត្រ
 msgid "That's all, folks!"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "គណនីនឹងអាចធ្វើអន្តរកម្មជាមួយអ្នកបន្ទាប់ពីឈប់ទប់ស្កាត់"
 
@@ -7636,6 +7830,10 @@ msgstr "មតិព័ត៌មាន Discover"
 msgid "The Discover feed now knows what you like"
 msgstr "ឥឡូវនេះផ្ទាំងព័ត៌មាន Discover ដឹងពីអ្វីដែលអ្នកចូលចិត្ត"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "បទពិសោធន៍គឺប្រសើរជាងនៅក្នុងកម្មវិធី។ ទាញយក Bluesky ឥឡូវនេះ ហើយយើងនឹងយកមកវិញនូវកន្លែងដែលអ្នកបានចាកចេញ"
@@ -7669,6 +7867,7 @@ msgstr "គោលការណ៍ឯកជនភាពត្រូវបានផ
 msgid "The selected video is larger than 100 MB."
 msgstr "វីដេអូដែលបានជ្រើសរើសមានទំហំធំជាង 100 MB"
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "ម៉ាស៊ីនមេហាក់ដូចជាកំពុងជួបប្រទះបញ្ហា។ សូមព្យាយាមម្តងទៀតក្នុងពេលបន្តិចទៀត"
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "មានបញ្ហាក្នុងការទាក់ទងម៉ាស៊ីនមេ"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "មានបញ្ហាក្នុងការទាក់ទងម៉ាស៊ីនមេ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត"
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "មានបញ្ហាក្នុងការទាញយកការជូនដំណឹង។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "មានបញ្ហាក្នុងការទាញយកសារបង្ហោះ។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត"
 
@@ -7763,20 +7962,20 @@ msgstr "មានបញ្ហាក្នុងការផ្ញើរបាយ
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "មានបញ្ហាក្នុងការធ្វើបច្ចុប្បន្នភាពព័ត៌មានរបស់អ្នក សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr ""
 
@@ -7808,12 +8007,12 @@ msgstr "ការកំណត់ទាំងនេះអនុវត្តចំ
 msgid "This {screenDescription} has been flagged:"
 msgstr "{screenDescription} នេះត្រូវបានសម្គាល់៖"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "គណនីនេះបានស្នើសុំឱ្យអ្នក
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "គណនីនេះត្រូវបានរារាំងដោយបញ្ជីសម្របសម្រួលមួយ ឬច្រើនរបស់អ្នក។ ដើម្បីឈប់ទប់ស្កាត់ សូមចូលទៅកាន់បញ្ជីដោយផ្ទាល់ ហើយលុបអ្នកប្រើប្រាស់នេះចេញ"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "ខ្លឹមសារនេះមិនអាចមើលបានដ
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "មុខងារនេះស្ថិតនៅក្នុងបេតា។ អ្នកអាចអានបន្ថែមអំពីការនាំចេញឃ្លាំងនៅក្នុង <0>ប្លុកនេះ</0>"
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "មុខងារនេះមិនមានពេលប្រើពាក្យសម្ងាត់កម្មវិធីទេ។ សូមចូលដោយប្រើពាក្យសម្ងាត់ចម្បងរបស់អ្នក"
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "មតិព័ត៌មាននេះទទេ! អ្នកប្រហែលជាត្រូវតាមដានអ្នកប្រើប្រាស់បន្ថែមទៀត ឬកែសម្រួលការកំណត់ភាសារបស់អ្នក"
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "មតិព័ត៌មាននេះគឺទទេ"
@@ -7899,9 +8106,10 @@ msgstr "ចំណុចទាញនេះត្រូវបានបម្រុ
 msgid "This information is not shared with other users."
 msgstr "ព័ត៌មាននេះមិនត្រូវបានចែករំលែកជាមួយអ្នកប្រើប្រាស់ផ្សេងទៀតទេ"
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr ""
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "សេវាកម្មសម្របសម្រួលនេះមិនមានទេ។ សូមមើលខាងក្រោមសម្រាប់ព័ត៌មានលម្អិតបន្ថែម។ ប្រសិនបើបញ្ហានេះនៅតែបន្តកើតមាន សូមទាក់ទងមកយើងខ្ញុំ"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "ប្រកាសនេះអះអាងថាត្រូវបានបង្កើតឡើងនៅលើ <0>{0}</0> ប៉ុន្តែត្រូវបានមើលឃើញជាលើកដំបូងដោយ Bluesky នៅលើ <1>{1}</1>"
 
@@ -7943,28 +8151,28 @@ msgstr "ប្រកាសនេះអះអាងថាត្រូវបាន
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "ប្រកាសនេះត្រូវបានលុប"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "ប្រកាសនេះនឹងត្រូវបានលាក់ពីមតិព័ត៌មាន និងខ្សែស្រលាយ។ នេះមិនអាចត្រឡប់វិញបានទេ"
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "អ្នកនិពន្ធនៃប្រកាសនេះបានបិទការបង្ហោះសម្រង់"
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "ការ​ឆ្លើយតប​នេះ​នឹង​ត្រូវ​បាន​តម្រៀប​ជា​ផ្នែក​ដែល​លាក់​នៅ​ផ្នែក​ខាង​ក្រោម​នៃ​ខ្សែ​ស្រឡាយ​របស់​អ្នក ហើយ​នឹង​បិទ​ការ​ជូន​ដំណឹង​សម្រាប់​ការ​ឆ្លើយតប​ជា​បន្ត​បន្ទាប់ - ទាំង​សម្រាប់​ខ្លួន​អ្នក​និង​អ្នក​ដទៃ"
 
@@ -7976,6 +8184,10 @@ msgstr "សេវាកម្មនេះមិនបានផ្តល់លក
 msgid "This should create a domain record at:"
 msgstr "វាគួរបង្កើតកំណត់ត្រាដែននៅ៖"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "អ្នកប្រើប្រាស់នេះមិនមានអ្នកតាមទេ"
@@ -8013,11 +8225,11 @@ msgstr "អ្នកប្រើប្រាស់នេះមិនតាមដ
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "វានឹងលុប \"{0}\" ចេញពីពាក្យដែលអ្នកបានបិទ។ អ្នកតែងតែអាចបន្ថែមវាត្រឡប់មកវិញនៅពេលក្រោយ"
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "វានឹងដក @{0} ចេញពីបញ្ជីចូលប្រើរហ័ស"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "វានឹងលុបការបង្ហោះរបស់អ្នកចេញពីប្រកាសសម្រង់នេះសម្រាប់អ្នកប្រើប្រាស់ទាំងអស់ ហើយជំនួសវាដោយកន្លែងដាក់"
 
@@ -8044,7 +8256,7 @@ msgstr ""
 msgid "Threaded mode"
 msgstr ""
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr ""
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "ដើម្បីបិទវិធីសាស្ត្រ 2FA អ៊ីមែល សូមផ្ទៀងផ្ទាត់ការចូលប្រើអាសយដ្ឋានអ៊ីមែលរបស់អ្នក"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "ដើម្បីរាយការណ៍ការសន្ទនា សូមរាយការណ៍សារមួយរបស់វាតាមរយៈអេក្រង់សន្ទនា។ វាអនុញ្ញាតឱ្យអ្នកសម្របសម្រួលរបស់យើងយល់ពីបរិបទនៃបញ្ហារបស់អ្នក"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "ដើម្បីបង្ហោះវីដេអូទៅ Bluesky អ្នកត្រូវតែផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នកជាមុនសិន"
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "តើអ្នកចង់ផ្ញើរបាយការណ៍នេះទៅអ្នកណា?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "កំពូល"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr ""
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "បកប្រែ"
 
@@ -8144,6 +8357,7 @@ msgstr "វាយបញ្ចូលសាររបស់អ្នកនៅទី
 msgid "Type:"
 msgstr "ប្រភេទ៖"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "មិនអាចភ្ជាប់បានទេ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត"
@@ -8166,27 +8380,27 @@ msgstr "មិនអាចលុបបានទេ"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "ឈប់ទប់ស្កាត់"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "ឈប់ទប់ស្កាត់"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "បិទគណនី"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "បិទគណនី?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "ឈប់តាម"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "ឈប់តាម {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "ឈប់តាមដានគណនី"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8252,10 +8466,10 @@ msgstr "បើក​សំឡេង"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "បើកគណនី"
 
@@ -8267,8 +8481,8 @@ msgstr "បើកការសន្ទនា"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr ""
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr ""
 
@@ -8311,7 +8525,12 @@ msgstr ""
 msgid "Unpinned from your feeds"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "ឈប់ជាវ"
 
@@ -8320,7 +8539,7 @@ msgstr "ឈប់ជាវ"
 msgid "Unsubscribe from list"
 msgstr "ឈប់ជាវពីបញ្ជី"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "ឈប់ជាវពីអ្នកដាក់ស្លាកនេះ"
 
@@ -8328,11 +8547,11 @@ msgstr "ឈប់ជាវពីអ្នកដាក់ស្លាកនេះ
 msgid "Unsubscribed from list"
 msgstr "ឈប់ជាវពីបញ្ជី"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "ប្រភេទវីដេអូដែលមិនគាំទ្រ"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "ប្រភេទវីដេអូដែលមិនគាំទ្រ៖​ {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "ធ្វើបច្ចុប្បន្នភាព <0>{displayName}</0> នៅក្នុងបញ្ជី"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "ធ្វើបច្ចុប្បន្នភាពទៅ {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "ការធ្វើបច្ចុប្បន្នភាពឯកសារភ្ជាប់សម្រង់បានបរាជ័យ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "ការធ្វើបច្ចុប្បន្នភាពលទ្ធភាពមើលឃើញការឆ្លើយតបបានបរាជ័យ"
@@ -8371,7 +8601,7 @@ msgstr "ការធ្វើបច្ចុប្បន្នភាពលទ្
 msgid "Updating..."
 msgstr "កំពុងធ្វើបច្ចុប្បន្នភាព..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "បង្ហោះរូបថតជំនួសវិញ"
 
@@ -8379,22 +8609,22 @@ msgstr "បង្ហោះរូបថតជំនួសវិញ"
 msgid "Upload a text file to:"
 msgstr "បង្ហោះឯកសារអត្ថបទទៅ៖"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "បង្ហោះពីកាមេរ៉ា"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "បង្ហោះពីឯកសារ"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "បង្ហោះពីបណ្ណាល័យ"
 
@@ -8407,7 +8637,7 @@ msgstr "កំពុងបង្ហោះរូបភាព..."
 msgid "Uploading link thumbnail..."
 msgstr "កំពុងបង្ហោះរូបភាពតូចនៃតំណ..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "កំពុងបង្ហោះវីដេអូ..."
 
@@ -8419,8 +8649,8 @@ msgstr "ប្រើ​ពាក្យ​សម្ងាត់​កម្មវ
 msgid "Use default provider"
 msgstr "ប្រើអ្នកផ្តល់សេវាលំនាំដើម"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "ប្រើកម្មវិធីរុករកតាមអ៊ីនធឺណិត"
 
@@ -8429,8 +8659,8 @@ msgstr "ប្រើកម្មវិធីរុករកតាមអ៊ីន
 msgid "Use in-app browser to open links"
 msgstr "ប្រើកម្មវិធីរុករកតាមអ៊ីនធឺណិតក្នុងកម្មវិធីដើម្បីបើកតំណ"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "ប្រើកម្មវិធីរុករកលំនាំដើមរបស់ខ្ញុំ"
 
@@ -8484,12 +8714,12 @@ msgstr "បញ្ជីអ្នកប្រើប្រាស់ដោយ {0}"
 msgid "User list by you"
 msgstr "បញ្ជីអ្នកប្រើប្រាស់ដោយអ្នក"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "បាន​បង្កើត​បញ្ជី​អ្នក​ប្រើ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "ធ្វើបច្ចុប្បន្នភាពបញ្ជីអ្នកប្រើប្រាស់"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "តម្លៃ៖"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "ទាមទារអ៊ីមែលដែលបានផ្ទៀងផ្ទាត់"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "ផ្ទៀងផ្ទាត់ DNS Record"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "ផ្ទៀងផ្ទាត់ឥឡូវនេះ"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "ផ្ទៀងផ្ទាត់ឯកសារអត្ថបទ"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "ផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នក"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "ផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នក"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "កំណែ {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "វីដេអូ"
 msgid "Video failed to process"
 msgstr "វីដេអូបានបរាជ័យក្នុងដំណើរការ"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "វីដេអូហ្គេម"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "រកមិនឃើញវីដេអូ"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "ការកំណត់វីដេអូ"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "បង្ហោះវីដេអូ"
 
@@ -8640,24 +8877,24 @@ msgstr "បង្ហោះវីដេអូ"
 msgid "Video: {0}"
 msgstr "វីដេអូ៖ {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "មើលរូបតំណាងរបស់ {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "មើលប្រវត្តិរូបរបស់ {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "មើលប្រវត្តិរូបរបស់ {0}"
 msgid "View {displayName}'s profile"
 msgstr "មើលប្រវត្តិរូបរបស់ {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "មើលប្រវត្តិរូបរបស់អ្នកប្រើដែលត្រូវបានរារាំង"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "មើលធាតុបំបាត់កំហុស"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "មើលព័ត៌មានលម្អិត"
 
@@ -8688,7 +8925,7 @@ msgstr "មើលព័ត៌មានលម្អិត"
 msgid "View details for reporting a copyright violation"
 msgstr "មើលព័ត៌មានលម្អិតសម្រាប់ការរាយការណ៍អំពីការរំលោភលើសិទ្ធិអ្នកនិពន្ធ"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "មើល thread ពេញ"
 
@@ -8703,13 +8940,12 @@ msgstr "មើលព័ត៌មានអំពីស្លាកទាំងន
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "មើលប្រវត្តិរូប"
 
@@ -8790,6 +9026,11 @@ msgstr "មាតិកាព្រមាន"
 msgid "Warn content and filter from feeds"
 msgstr "ព្រមានខ្លឹមសារ និងត្រងពីមតិព័ត៌មាន"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "យើងមិនអាចស្វែងរកលទ្ធផលណាមួយសម្រាប់ hashtag នោះទេ"
@@ -8798,7 +9039,7 @@ msgstr "យើងមិនអាចស្វែងរកលទ្ធផលណា
 msgid "We couldn't find any results for that topic."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "យើងមិនអាចផ្ទុកការសន្ទនានេះបានទេ"
 
@@ -8822,6 +9063,10 @@ msgstr "យើង​បាន​អស់​ការ​ប្រកាស​ព
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "យើងមិនអាចកំណត់ថាតើអ្នកត្រូវបានអនុញ្ញាតឱ្យបង្ហោះវីដេអូឬអត់។ សូមព្យាយាមម្តងទៀត"
@@ -8842,6 +9087,10 @@ msgstr "យើង​មិន​អាច​តភ្ជាប់​បាន​
 msgid "We will let you know when your account is ready."
 msgstr "យើងនឹងប្រាប់អ្នកនៅពេលគណនីរបស់អ្នករួចរាល់"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "យើងនឹងប្រើវាដើម្បីជួយសម្រួលបទពិសោធន៍របស់អ្នក"
@@ -8871,7 +9120,7 @@ msgstr "យើងសុំទោស ប៉ុន្តែយើងមិនអ
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "យើងសុំទោស ប៉ុន្តែការស្វែងរករបស់អ្នកមិនអាចបញ្ចប់បានទេ។ សូមព្យាយាមម្តងទៀតក្នុងរយៈពេលពីរបីនាទីទៀត"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "យើងសុំទោស! ប្រកាសដែលអ្នកកំពុងឆ្លើយតបត្រូវបានលុប"
 
@@ -8880,7 +9129,7 @@ msgstr "យើងសុំទោស! ប្រកាសដែលអ្នកក
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "យើងសុំទោស! យើងមិនអាចស្វែងរកទំព័រដែលអ្នកកំពុងស្វែងរកបានទេ"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "យើងសុំទោស! អ្នក​អាច​ជាវ​បាន​តែ​អ្នក​ដាក់​ស្លាក​ម្ភៃ​ប៉ុណ្ណោះ ហើយ​អ្នក​បាន​ដល់​ចំនួន​កំណត់​របស់​អ្នក​ម្ភៃ​ហើយ"
 
@@ -8902,7 +9151,7 @@ msgstr "តើអ្នកចង់ហៅកញ្ចប់ចាប់ផ្ត
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "មានរឿងអី?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr ""
@@ -8984,11 +9233,11 @@ msgstr "ហេតុអ្វីបានជាអ្នកប្រើប្រ
 msgid "Write a message"
 msgstr "សរសេរសារ"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "សរសេរសារបង្ហោះ"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "សរសេរការឆ្លើយតបរបស់អ្នក"
@@ -9002,6 +9251,11 @@ msgstr "អ្នកនិពន្ធ"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "ខុស DID ត្រឡប់ពីម៉ាស៊ីនមេ។ បានទទួល៖ {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "បាទ"
@@ -9015,11 +9269,11 @@ msgstr "បាទ បិទដំណើរការ"
 msgid "Yes, delete this starter pack"
 msgstr "បាទ/ចាស លុបកញ្ចប់ចាប់ផ្តើមនេះ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "បាទ ផ្ដាច់"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "បាទ លាក់"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "អ្នកស្ថិតនៅក្នុងជួរ"
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "អ្នកមិនត្រូវបានអនុញ្ញាតឱ្យបង្ហោះវីដេអូទេ"
@@ -9055,12 +9318,16 @@ msgstr "អ្នកមិនត្រូវបានអនុញ្ញាតឱ
 msgid "You are not following anyone."
 msgstr "អ្នកមិនដើរតាមនរណាម្នាក់ទេ"
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "អ្នកបានបិទគណនីនេះ"
 msgid "You have muted this user"
 msgstr "អ្នកបានបិទអ្នកប្រើប្រាស់នេះ"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "អ្នកមិនទាន់មានការសន្ទនានៅឡើយទេ។ ចាប់ផ្តើមមួយ!"
 
@@ -9179,11 +9446,11 @@ msgstr "អ្នកមិនមានមតិព័ត៌មានទេ"
 msgid "You have no lists."
 msgstr "អ្នកមិនមានបញ្ជីទេ"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "អ្នកមិនទាន់បានបិទគណនីណាមួយនៅឡើយទេ។ ដើម្បីទប់ស្កាត់គណនី សូមចូលទៅកាន់កម្រងព័ត៌មានរបស់ពួកគេ ហើយជ្រើសរើស \"រារាំងគណនី\" ពីម៉ឺនុយនៅលើគណនីរបស់ពួកគេ"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "អ្នកមិនទាន់បានបិទគណនីណាមួយនៅឡើយទេ។ ដើម្បីបិទគណនី សូមចូលទៅកាន់កម្រងព័ត៌មានរបស់ពួកគេ ហើយជ្រើសរើស \"បិទគណនី\" ពីម៉ឺនុយនៅលើគណនីរបស់ពួកគេ"
 
@@ -9191,11 +9458,15 @@ msgstr "អ្នកមិនទាន់បានបិទគណនីណាម
 msgid "You have reached the end"
 msgstr "អ្នកបានឈានដល់ទីបញ្ចប់ហើយ"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "អ្នកបានឈានដល់ដែនកំណត់បណ្តោះអាសន្នសម្រាប់ការបង្ហោះវីដេអូ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "អ្នកមិនទាន់បានបង្កើតកញ្ចប់ចាប់ផ្តើមនៅឡើយទេ"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "អ្នកអាចបន្ថែមបានត្រឹមតែ 3 មតិព័ត៌មានប៉ុណ្ណោះ"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "អ្នកអាចជ្រើសរើសបានត្រឹមតែ 4 រូបភាពប៉ុណ្ណោះ"
 
@@ -9232,7 +9503,7 @@ msgstr "អ្នកអាចជ្រើសរើសបានត្រឹមត
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "អ្នក​ត្រូវ​តែ​តាម​យ៉ាង​ហោច​ណាស់​ប្រាំពីរ​នាក់​ផ្សេង​ទៀត​ដើម្បី​បង្កើត​កញ្ចប់​ចាប់ផ្ដើម"
 
@@ -9248,10 +9519,18 @@ msgstr "អ្នកត្រូវតែផ្តល់សិទ្ធិចូ
 msgid "You must select at least one labeler for a report"
 msgstr "អ្នកត្រូវតែជ្រើសរើសស្លាកសញ្ញាយ៉ាងហោចណាស់មួយសម្រាប់របាយការណ៍"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "ពីមុនអ្នកបានបិទដំណើរការ @{0}"
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "អ្នកនឹងត្រូវបានចេញពីគណនីរបស់អ្នកទាំងអស់"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "អ្នក​នឹង​លែង​ទទួល​បាន​ការ​ជូន​ដំណឹង​សម្រាប់​ខ្សែ​នេះ​ទៀត​ហើយ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "ឥឡូវនេះ អ្នកនឹងទទួលបានការជូនដំណឹងសម្រាប់អត្ថបទនេះ"
 
@@ -9305,7 +9584,7 @@ msgstr "អ្នកនឹងធ្វើតាមមនុស្សទាំង
 msgid "You'll follow these people right away"
 msgstr "អ្នកនឹងធ្វើតាមមនុស្សទាំងនេះភ្លាមៗ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "អ្នកនឹងទទួលបានអ៊ីមែលនៅ <0>{0}</0> ដើម្បីផ្ទៀងផ្ទាត់ថាជាអ្នក"
 
@@ -9339,6 +9618,10 @@ msgstr ""
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "អ្នក​បាន​ដល់​ចុង​បញ្ចប់​នៃ​ព័ត៌មាន​របស់​អ្នក​ហើយ! ស្វែងរកគណនីមួយចំនួនទៀតដើម្បីតាមដាន"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រចាំថ្ងៃរបស់អ្នកសម្រាប់ការបង្ហោះវីដេអូ (ច្រើនបៃ)"
@@ -9347,7 +9630,7 @@ msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រ
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រចាំថ្ងៃរបស់អ្នកសម្រាប់ការបង្ហោះវីដេអូ (វីដេអូច្រើនពេក)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "កម្មវិធីរុករកតាមអ៊ីនធឺណិ
 msgid "Your chats have been disabled"
 msgstr "ការជជែករបស់អ្នកត្រូវបានបិទ"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "ជម្រើសរបស់អ្នកនឹងត្រូវបានរក្សាទុក ប៉ុន្តែអាចត្រូវបានផ្លាស់ប្តូរនៅពេលក្រោយនៅក្នុងការកំណត់"
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr ""
 msgid "Your email appears to be invalid."
 msgstr "អ៊ីមែលរបស់អ្នកហាក់ដូចជាមិនត្រឹមត្រូវ"
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "អ៊ីមែលរបស់អ្នកមិនទាន់ត្រូវបានផ្ទៀងផ្ទាត់នៅឡើយ។ នេះគឺជាជំហានសុវត្ថិភាពដ៏សំខាន់មួយដែលយើងណែនាំ"
 
@@ -9434,7 +9721,7 @@ msgstr "ចំណុចទាញពេញលេញរបស់អ្នកនឹ
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "ពាក្យសម្ងាត់របស់អ្នកត្រូ
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "ប្រកាសរបស់អ្នកត្រូវបានផ្សព្វផ្សាយ"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "ប្រកាសរបស់អ្នកត្រូវបានបោះពុម្ពផ្សាយ"
 
@@ -9479,7 +9766,7 @@ msgstr "ការបង្ហោះ ការចូលចិត្ត និង
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "ប្រវត្តិរូប ការបង្ហោះ មតិព័ត៌មាន និងបញ្ជីរបស់អ្នកនឹងលែងអាចមើលឃើញដោយអ្នកប្រើប្រាស់ Bluesky ផ្សេងទៀត។ អ្នកអាចដំណើរការគណនីរបស់អ្នកឡើងវិញបានគ្រប់ពេលដោយការចូល"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "ការឆ្លើយតបរបស់អ្នកត្រូវបានបោះពុម្ពផ្សាយ"
 
diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po
index 6a7392ff4..167904af1 100644
--- a/src/locale/locales/ko/messages.po
+++ b/src/locale/locales/ko/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ko\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Korean\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr "(활성)"
 msgid "(contains embedded content)"
 msgstr "(임베드 콘텐츠 포함)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(이메일 없음)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, other {# 재게시}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, other {#초}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "읽지 않은 항목 {0, plural, other {#개}}"
 
@@ -91,17 +90,17 @@ msgstr "읽지 않은 항목 {0, plural, other {#개}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, other {#개월}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, other {팔로워}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, other {팔로우 중}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, other {좋아요}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, other {좋아요}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, other {게시물}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, other {인용}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, other {재게시}}"
 
@@ -136,6 +135,10 @@ msgstr "<0><1>태그</1>에서</0> {0}"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "<0><1>텍스트 및 태그</1>에서</0> {0}"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "이번 주에 {0}명이 가입함"
@@ -157,7 +160,8 @@ msgstr "{0} 님이 {1}(으)로 반응함"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} 님이 {2}에 {1}(으)로 반응함"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0} 님의 아바타"
 
@@ -189,7 +193,7 @@ msgstr "{0}분"
 msgid "{0}s"
 msgstr "{0}초"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "읽지 않은 항목 {count, plural, other {#개}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, other {시간}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, other {분}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}</0>이 나를 팔로우했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}</0>이 내 맞춤 피드를 좋아합니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}</0>이 내 게시물을 좋아합니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}</0>이 내 계정을 인증 취소했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}</0>이 내 게시물을 재게시했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}</0>이 내 스타터 팩으로 가입했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}</0>이 나를 인증했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} 님이 나를 팔로우했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} 님이 나를 맞팔로우했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} 님이 내 맞춤 피드를 좋아합니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} 님이 내 게시물을 좋아합니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} 님이 나를 인증 취소했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} 님이 내 게시물을 재게시했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} 님이 내 스타터 팩으로 가입했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} 님이 나를 인증했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 나를 팔로우했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 맞춤 피드를 좋아합니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 게시물을 좋아합니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 계정을 인증 취소했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 게시물을 재게시했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 스타터 팩으로 가입했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 나를 인증했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} 님이 나를 팔로우했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} 님이 나를 맞팔로우했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} 님이 내 맞춤 피드를 좋아합니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} 님이 내 게시물을 좋아합니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} 님이 나를 인증 취소했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} 님이 내 게시물을 재게시했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} 님이 내 스타터 팩으로 가입했습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} 님이 나를 인증했습니다"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} 팔로우 중"
@@ -335,11 +339,23 @@ msgstr "{following} 팔로우 중"
 msgid "{handle} can't be messaged"
 msgstr "{handle} 님에게 메시지를 보낼 수 없습니다"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {#명}}의 사용자가 가입했습니다!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "읽지 않은 항목 {notificationCount, plural, other {#개}}"
@@ -364,16 +380,16 @@ msgstr "{type}시간 전"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} 님은 신뢰할 수 있는 인증자입니다"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} 님은 인증되었습니다"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName} 님의 인증"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1} </1>외 {2, plural, other {#개}}가 스타터 팩에 포함됩니다"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, other {팔로워}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, other {팔로우 중}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>실험적:</0> 이 설정을 활성화하면 내가 팔로우하는 
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>나</0>와<1> </1><2>{0} </2>님이 스타터 팩에 포함됩니다"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠잘못된 핸들"
 
@@ -449,21 +465,21 @@ msgstr "메시지"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "새로운 방식의 인증"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "정보"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "수락"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "대화 요청 수락하기"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "요청 수락"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "접근성"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "접근성 설정"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "계정"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "계정을 차단했습니다"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "계정을 팔로우했습니다"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "계정을 뮤트했습니다"
@@ -517,34 +533,34 @@ msgstr "계정 뮤트됨"
 msgid "Account Muted by List"
 msgstr "리스트로 계정 뮤트됨"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "계정 옵션"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "빠른 액세스에서 계정 제거"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "계정을 차단 해제했습니다"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "계정을 언팔로우했습니다"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "계정을 언뮤트했습니다"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "물결 모양의 파란색 체크 표시 <0><1/></0> 가 있는 계정은 다른 계정을 인증할 수 있습니다. 이러한 신뢰할 수 있는 인증자는 Bluesky에서 선정합니다."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "스타터 팩에 {displayName} 추가"
 msgid "Add a content warning"
 msgstr "콘텐츠 경고 추가"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "계정 추가"
 msgid "Add alt text"
 msgstr "대체 텍스트 추가"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "대체 텍스트 추가 (선택 사항)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "다른 계정 추가"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "다른 게시물 추가하기"
 
@@ -627,7 +647,7 @@ msgstr "선택한 설정으로 뮤트 단어 추가"
 msgid "Add muted words and tags"
 msgstr "뮤트할 단어 및 태그 추가"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "새 게시물 추가"
 
@@ -664,8 +684,8 @@ msgstr "도메인에 다음 DNS 레코드를 추가하세요:"
 msgid "Add this feed to your feeds"
 msgstr "이 피드를 내 피드에 추가하기"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "리스트에 추가"
 
@@ -718,6 +738,11 @@ msgstr "성인 콘텐츠 라벨"
 msgid "Advanced"
 msgstr "고급"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "모두"
@@ -732,7 +757,7 @@ msgstr "모든 계정을 팔로우했습니다"
 msgid "All languages"
 msgstr "모든 언어"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "저장한 모든 피드를 한 곳에서 확인하세요."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "대체 텍스트"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "대체 텍스트가 잘립니다. {MAX_ALT_TEXT, plural, other {제한: {0}자.}}"
 
 #: 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 "{0}(으)로 이메일을 보냈습니다. 이 이메일에는 아래에 입력하는 인증 코드가 포함되어 있습니다."
 
-#: 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 "이전 주소인 {0}(으)로 이메일을 보냈습니다. 이 이메일에는 아래에 입력하는 인증 코드가 포함되어 있습니다."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "이전 주소인 {currentEmail}(으)로 이메일을 보냈습니다. 이 이메일에는 아래에 입력하는 인증 코드가 포함되어 있습니다."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "이메일을 보냈습니다! 아래에 이메일에 포함된 인증 코드를 입력하세요."
 
@@ -825,7 +849,7 @@ msgstr "동영상을 압축하는 동안 오류가 발생했습니다."
 msgid "An error occurred while fetching the feed."
 msgstr "피드를 가져오는 동안 오류가 발생했습니다."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "스타터 팩을 만드는 동안 오류가 발생했습니다. 다시 시도하시겠습니까?"
 
@@ -842,7 +866,7 @@ msgstr "동영상을 불러오는 동안 오류가 발생했습니다. 다시 
 msgid "An error occurred while saving the QR code!"
 msgstr "QR 코드를 저장하는 동안 오류가 발생했습니다"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "동영상을 선택하는 동안 오류가 발생했습니다"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "동영상을 업로드하는 동안 오류가 발생했습니다."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Bluesky가 신뢰할 수 있는 인증자를 선정하고 신뢰할 수 있는 인증자가 차례로 개별 사용자 계정을 인증하는 과정을 보여주는 그림."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "어떤 옵션에도 포함되지 않는 문제"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "대화를 시작하는 동안 문제가 발생했습니다"
 
@@ -875,8 +899,8 @@ msgstr "대화를 여는 동안 문제가 발생했습니다"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "문제가 발생했습니다. 다시 시도해 주세요."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "파란색 체크 표시가 달린 인증된 사용자의 프로필 화면이 열린 Bluesky 앱을 iPhone에 띄워 보여주는 목업 이미지."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "움직이는 GIF"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Bluesky의 인증 기능 소개"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "반사회적 행위"
 msgid "Anybody can interact"
 msgstr "누구나 상호작용할 수 있음"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "앱 아이콘"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "앱 언어"
 
@@ -958,7 +982,7 @@ msgstr "앱 비밀번호 이름은 4자 이상이어야 합니다"
 msgid "App passwords"
 msgstr "앱 비밀번호"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "앱 비밀번호"
@@ -994,10 +1018,10 @@ msgstr "일시 정지 이의신청"
 msgid "Appeal this decision"
 msgstr "이 결정에 이의신청"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "모양"
 
@@ -1006,12 +1030,12 @@ msgstr "모양"
 msgid "Apply default recommended feeds"
 msgstr "기본 추천 피드 적용하기"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "{0}에 보관됨"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "보관된 게시물"
 
@@ -1047,11 +1071,11 @@ msgstr "피드에서 {0}을(를) 제거하시겠습니까?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "내 피드에서 이 피드를 삭제하시겠습니까?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "이 초안을 삭제하시겠습니까?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "이 게시물을 삭제하시겠습니까?"
 
@@ -1072,6 +1096,11 @@ msgstr "예술"
 msgid "Artistic or non-erotic nudity."
 msgstr "선정적이지 않거나 예술적인 나체."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "3자 이상"
@@ -1103,7 +1132,7 @@ msgstr "동영상 및 GIF 자동 재생"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "뒤로"
 msgid "Back to Chats"
 msgstr "대화로 돌아가기"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
-msgstr "목록을 만들기 전에 먼저 이메일을 인증해야 합니다."
+msgstr "리스트를 만들기 전에 먼저 이메일을 인증해야 합니다."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "게시물을 작성하기 전에 먼저 이메일을 인증해야 합니다."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "게시물을 작성하거나 답글을 달기 전에 먼저 이메일을 인증해야 합니다."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "스타터 팩을 만들기 전에 먼저 이메일을 인증해야 합니다."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "다른 사용자에게 메시지를 보내기 전에 먼저 이메일을 인증해야 합니다."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "이 대화 요청을 수락하려면 먼저 이메일을 인증해야 합니다."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr "다른 사용자에게 메시지를 보내려면 먼저 이메일을 인증해야 합니다."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "생년월일"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "차단"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "계정 차단"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "계정을 차단하시겠습니까?"
 
@@ -1200,17 +1235,17 @@ msgstr "차단됨"
 msgid "Blocked accounts"
 msgstr "차단한 계정"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "차단한 계정"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다. 차단한 계정의 콘텐츠를 볼 수 없으며 해당 계정도 내 콘텐츠를 볼 수 없게 됩니다."
 
@@ -1226,11 +1261,11 @@ msgstr "차단하더라도 이 라벨러가 내 계정에 라벨을 붙이는 
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "차단 목록은 공개됩니다. 차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "차단하더라도 내 계정에 라벨이 붙는 것은 막지 못하지만, 이 계정이 내 스레드에 답글을 달거나 나와 상호작용하는 것은 중지됩니다."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "블로그"
 
@@ -1239,7 +1274,7 @@ msgstr "블로그"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky는 해당 날짜의 진위를 확인할 수 없습니다."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky는 친구와 함께하면 더 좋답니다!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Social 서비스 이용약관"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky가 네트워크에 있는 사람들 중에서 임의로 추천 계정 세트를 선택합니다."
 
@@ -1275,7 +1310,7 @@ msgstr "로그아웃한 사용자에게 내 프로필과 게시물을 표시하
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky는 주목할 만하고 신뢰할 수 있는 계정을 우선적으로 인증합니다."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "주제 {0} 탐색하기"
 msgid "Browse topic {displayName}"
 msgstr "주제 {displayName} 탐색하기"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "비즈니스"
 
@@ -1374,45 +1409,47 @@ msgstr "계정을 만들면 <0>서비스 이용약관</0>에 동의하는 것입
 msgid "By you"
 msgstr "내가 만듦"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "카메라"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "취소"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "계정 삭제 취소"
 msgid "Cancel image crop"
 msgstr "이미지 자르기 취소"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "프로필 편집 취소"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "연결된 웹사이트를 여는 것을 취소합니다"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "차단된 사용자와 상호작용할 수 없습니다"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "자막(.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "자막 및 대체 텍스트"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "변경"
 
@@ -1478,13 +1514,12 @@ msgstr "앱 아이콘을 변경합니다"
 msgid "Change app icon to \"{0}\""
 msgstr "앱 아이콘을 \"{0}\"(으)로 변경합니다"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "이메일 변경"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "앱 언어 변경"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "이메일 주소 변경"
 
@@ -1497,10 +1532,6 @@ msgstr "핸들 변경"
 msgid "Change moderation service"
 msgstr "검토 서비스 변경"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "내 이메일 변경하기"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "비밀번호 변경"
@@ -1513,11 +1544,11 @@ msgstr "게시물 언어를 {suggestedLanguageName}(으)로 변경"
 msgid "Change report reason"
 msgstr "신고 이유 변경"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
-msgstr "이메일 변경"
+msgstr "이메일 변경하기"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "이메일 주소를 변경하세요"
 
@@ -1530,15 +1561,15 @@ msgstr "앱 아이콘을 변경합니다"
 msgid "Changes hosting provider"
 msgstr "호스팅 제공자를 변경합니다"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "대화"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "대화를 삭제했습니다"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "대화를 뮤트했습니다"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "대화 요청 수신함"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "대화 요청"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "대화 설정"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "대화를 언뮤트했습니다"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "대화"
 
@@ -1599,7 +1630,7 @@ msgstr "도메인 인증 방법 선택"
 msgid "Choose Feeds"
 msgstr "피드 선택"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "임의로 선택하기"
 
@@ -1619,7 +1650,7 @@ msgstr "이 색상을 아바타로 선택"
 msgid "Choose your account provider"
 msgstr "계정 제공자 선택"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "나만의 타임라인을 선택하세요! 커뮤니티에서 만든 피드를 통해 마음에 드는 콘텐츠를 찾을 수 있습니다."
 
@@ -1631,16 +1662,16 @@ msgstr "비밀번호를 입력하세요"
 msgid "Choose your username"
 msgstr "사용자 이름 선택"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "모든 스토리지 데이터 지우기"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "모든 스토리지 데이터 지우기 (이후 다시 시작)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "이미지 캐시 지우기"
 
@@ -1652,6 +1683,14 @@ msgstr "검색어 지우기"
 msgid "click here"
 msgstr "이곳을 클릭"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "인증 절차를 다시 시작하려면 이곳을 클릭하세요."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "이메일을 변경하려면 이곳을 클릭하세요"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "이 게시물의 인용 게시물을 비활성화하려면 클릭하세요."
@@ -1676,29 +1715,34 @@ msgstr "기후"
 msgid "Clip 🐴 clop 🐴"
 msgstr "다그닥 🐴 다그닥 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "닫기"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "열려 있는 대화 상자 닫기"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "하단 서랍 닫기"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "대화 상자 닫기"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "서랍 메뉴 닫기"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "이모티콘 선택기 닫기"
 
@@ -1751,12 +1795,12 @@ msgstr "이 대화 상자 닫기"
 msgid "Closes password update alert"
 msgstr "비밀번호 변경 알림을 닫습니다"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "게시물 작성기를 닫고 게시물 초안을 삭제합니다"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "이모티콘 선택기를 닫습니다"
 
@@ -1764,11 +1808,11 @@ msgstr "이모티콘 선택기를 닫습니다"
 msgid "Closes viewer for header image"
 msgstr "헤더 이미지 뷰어를 닫습니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "사용자 목록 접기"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "이 알림에 대한 사용자 목록을 축소합니다"
 
@@ -1791,7 +1835,7 @@ msgstr "코미디"
 msgid "Comics"
 msgstr "만화"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "커뮤니티 가이드라인"
@@ -1804,11 +1848,11 @@ msgstr "온보딩 완료 후 계정 사용 시작"
 msgid "Complete the challenge"
 msgstr "챌린지 완료하기"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "새 게시물 작성하기"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "게시물을 최대 {0, plural, other {#자}}까지 작성할 수 있습니다"
 
@@ -1816,7 +1860,7 @@ msgstr "게시물을 최대 {0, plural, other {#자}}까지 작성할 수 있습
 msgid "Compose reply"
 msgstr "답글 작성하기"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "동영상 압축 중…"
 
@@ -1828,23 +1872,17 @@ msgstr "{name} 카테고리에 대한 콘텐츠 필터링 설정을 구성합니
 msgid "Configured in <0>moderation settings</0>."
 msgstr "<0>검토 설정</0>에서 설정합니다."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "콘텐츠 언어 설정 확인"
@@ -1861,18 +1899,19 @@ msgstr "나이를 확인하세요:"
 msgid "Confirm your birthdate"
 msgstr "생년월일 확인"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "인증 코드"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "인증 코드"
 
@@ -1880,8 +1919,8 @@ msgstr "인증 코드"
 msgid "Connecting..."
 msgstr "연결 중…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "지원에 연락하기"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "콘텐츠 및 미디어"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "콘텐츠 및 미디어"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "콘텐츠 및 미디어"
 
@@ -1911,7 +1950,7 @@ msgstr "콘텐츠 필터"
 msgid "Content from across the network we think you might like."
 msgstr "좋아할 만한 네트워크 전반의 콘텐츠를 모았습니다."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "콘텐츠 언어"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "컨텍스트 메뉴 배경을 클릭하여 메뉴를 닫습니다."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "계속"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "{0}(으)로 계속하기 (현재 로그인)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "스레드 더 보기…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "다음 단계로 계속하기"
@@ -1973,7 +2012,7 @@ msgstr "요리"
 msgid "Copied"
 msgstr "복사됨"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "빌드 버전을 클립보드에 복사했습니다"
 
@@ -1981,8 +2020,8 @@ msgstr "빌드 버전을 클립보드에 복사했습니다"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "클립보드에 복사했습니다"
 
@@ -1991,7 +2030,7 @@ msgstr "클립보드에 복사했습니다"
 msgid "Copied!"
 msgstr "복사했습니다!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "빌드 버전을 클립보드에 복사합니다"
 
@@ -2003,13 +2042,13 @@ msgstr "복사"
 msgid "Copy App Password"
 msgstr "앱 비밀번호 복사"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "at:// URI 복사"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "작성자 DID 복사"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "코드 복사"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "DID 복사"
 
@@ -2040,8 +2079,8 @@ msgstr "링크 복사"
 msgid "Copy link to list"
 msgstr "리스트 링크 복사"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "게시물 링크 복사"
 
@@ -2050,13 +2089,13 @@ msgstr "게시물 링크 복사"
 msgid "Copy message text"
 msgstr "메시지 텍스트 복사"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "게시물 at:// URI 복사"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "게시물 텍스트 복사"
 
@@ -2068,7 +2107,7 @@ msgstr "QR 코드 복사"
 msgid "Copy TXT record value"
 msgstr "TXT 레코드 값 복사"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "저작권 정책"
@@ -2078,7 +2117,7 @@ msgstr "저작권 정책"
 msgid "Could not leave chat"
 msgstr "대화에서 나갈 수 없습니다"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "피드를 불러올 수 없습니다"
 
@@ -2094,7 +2133,7 @@ msgstr "대화를 뮤트할 수 없습니다"
 msgid "Could not process your video"
 msgstr "동영상을 처리할 수 없습니다"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "만들기"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "스타터 팩 QR 코드 만들기"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "스타터 팩 만들기"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "나를 위한 스타터 팩 만들기"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "계정 만들기"
 msgid "Create an account without using this starter pack"
 msgstr "이 스타터 팩을 사용하지 않고 계정 만들기"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "대신 아바타 만들기"
 
@@ -2209,13 +2248,13 @@ msgstr "어두운 테마"
 msgid "Date of birth"
 msgstr "생년월일"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "계정 비활성화"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "검토 디버그"
 
@@ -2237,13 +2276,13 @@ msgstr "기본 아이콘"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "삭제"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "계정 삭제"
 
@@ -2259,19 +2298,19 @@ msgstr "앱 비밀번호 삭제"
 msgid "Delete app password?"
 msgstr "앱 비밀번호를 삭제하시겠습니까?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "대화 삭제"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "대화 신고 기록 삭제"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "대화 삭제"
 
@@ -2299,9 +2338,9 @@ msgstr "나에게 보이는 메시지 삭제"
 msgid "Delete my account"
 msgstr "내 계정 삭제"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "게시물 삭제"
 
@@ -2318,7 +2357,7 @@ msgstr "스타터 팩 삭제"
 msgid "Delete this list?"
 msgstr "이 리스트를 삭제하시겠습니까?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "이 게시물을 삭제하시겠습니까?"
 
@@ -2335,19 +2374,19 @@ msgstr "삭제된 계정"
 msgid "Deleted post."
 msgstr "삭제된 게시물."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "설명"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "설명이 너무 깁니다"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "설명이 너무 깁니다. {DESCRIPTION_MAX_GRAPHEMES, plural, other {최대 글자 수는 #자입니다.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "설명이 너무 깁니다. {DESCRIPTION_MAX_GRAPHEMES, plural, other {
 msgid "Descriptive alt text"
 msgstr "설명이 포함된 대체 텍스트"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "인용 해제"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "인용을 해제하시겠습니까?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "개발자 모드를 비활성화했습니다"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "개발자 모드를 활성화했습니다"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "개발자 옵션"
 
@@ -2388,6 +2427,15 @@ msgstr "대화 상자: 이 게시물과 상호작용할 수 있는 사람 조정
 msgid "Dim"
 msgstr "어둑함"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "2단계 인증 비활성화"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "이메일 2단계 인증 비활성화"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "이메일 2단계 인증 끄기"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "사용 안 함"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "삭제"
 
@@ -2420,11 +2468,11 @@ msgstr "삭제"
 msgid "Discard changes?"
 msgstr "변경 사항 삭제"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "초안 삭제"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "게시물 삭제"
 
@@ -2442,15 +2490,15 @@ msgstr "피드 발견하기"
 msgid "Discover new custom feeds"
 msgstr "새로운 맞춤 피드 찾아보기"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "새 피드 발견하기"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "닫기"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "오류 무시"
 
@@ -2471,9 +2519,9 @@ msgstr "이 부분 닫기"
 msgid "Display larger alt text badges"
 msgstr "더 큰 대체 텍스트 배지 표시"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "표시 이름"
@@ -2482,11 +2530,11 @@ msgstr "표시 이름"
 msgid "Display Name"
 msgstr "표시 이름"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "표시 이름이 너무 깁니다"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "표시 이름이 너무 깁니다. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {최대 글자 수는 #자입니다.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "하이픈으로 시작하거나 끝나지 않음"
 msgid "Domain verified!"
 msgstr "도메인을 확인했습니다."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "코드가 없거나 새 코드가 필요한가요? <0>이곳을 클릭하세요.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "이메일이 보이지 않나요? <0>다시 보내려면 이곳을 클릭하세요.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "완료{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "메시지를 두 번 탭하거나 길게 눌러서 반응을 추가합니다"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "두 번 탭하여 대화 상자를 닫습니다"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "두 번 탭하여 좋아요 표시합니다"
 
@@ -2575,7 +2633,7 @@ msgstr "기간:"
 msgid "e.g. alice"
 msgstr "예: alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "예: 앨리스 라스트네임"
 
@@ -2587,7 +2645,7 @@ msgstr "예: 앨리스 로버츠"
 msgid "e.g. alice.com"
 msgstr "예: alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "예: 예술가, 개 애호가 및 열혈 독서가."
 
@@ -2595,19 +2653,19 @@ msgstr "예: 예술가, 개 애호가 및 열혈 독서가."
 msgid "E.g. artistic nudes."
 msgstr "예: 예술적인 나체."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "예: 멋진 게시자"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "예: 스팸 계정"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "예: 놓칠 수 없는 게시자들."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "예: 반복적으로 광고 답글을 다는 계정."
 
@@ -2615,7 +2673,7 @@ msgstr "예: 반복적으로 광고 답글을 다는 계정."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "각 코드는 한 번만 사용할 수 있습니다. 주기적으로 더 많은 초대 코드를 받게 됩니다."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "편집"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "아바타 편집"
 
@@ -2637,14 +2695,14 @@ msgstr "아바타 편집"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "이미지 편집하기"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "상호작용 설정 편집"
 
@@ -2657,12 +2715,17 @@ msgstr "관심 주제 편집"
 msgid "Edit list details"
 msgstr "리스트 세부 정보 편집"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "검토 리스트 편집"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "내 피드 편집"
 
@@ -2679,15 +2742,15 @@ msgstr "사람들 편집하기"
 msgid "Edit post interaction settings"
 msgstr "게시물 상호작용 설정 편집하기"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "프로필 편집"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "프로필 편집"
 
@@ -2695,7 +2758,7 @@ msgstr "프로필 편집"
 msgid "Edit starter pack"
 msgstr "스타터 팩 편집"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "사용자 리스트 편집"
 
@@ -2707,11 +2770,11 @@ msgstr "답글을 달 수 있는 사람 편집"
 msgid "Edit your display name"
 msgstr "내 표시 이름을 편집합니다"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "내 프로필 설명을 편집합니다"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "스타터 팩 편집"
 
@@ -2724,9 +2787,8 @@ msgstr "교육"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "이 리스트의 작성자가 나를 차단했거나 내가 작성자를 차단했습니다."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "이메일"
 
@@ -2737,7 +2799,7 @@ msgstr "이메일 2단계 인증을 비활성화했습니다"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:54
 msgid "Email 2FA enabled"
-msgstr "이메일 2단계 인증을 활성화했습니다"
+msgstr "이메일 2단계 인증 활성화됨"
 
 #: src/screens/Login/ForgotPasswordForm.tsx:93
 msgid "Email address"
@@ -2747,20 +2809,17 @@ msgstr "이메일 주소"
 msgid "Email Resent"
 msgstr "이메일 다시 전송됨"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "이메일을 변경했습니다"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "이메일을 보냈습니다!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "이메일 변경됨"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "이메일을 변경했습니다!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "이메일을 인증했습니다"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "이메일 인증 완료!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "임베드 HTML 코드"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "게시물 임베드"
 
@@ -2785,8 +2844,9 @@ msgstr "웹사이트에 이 게시물을 임베드하세요. 다음 코드를 
 msgid "Embedded video player"
 msgstr "임베드 동영상 플레이어"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "활성화"
 
@@ -2798,8 +2858,8 @@ msgstr "{0}에서만 사용"
 msgid "Enable adult content"
 msgstr "성인 콘텐츠 활성화"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr "이메일 2단계 인증 활성화"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "사용"
 msgid "End of feed"
 msgstr "피드 끝"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "각 자막 파일에 대한 언어를 선택했는지 확인하세요."
 
@@ -2860,13 +2920,14 @@ msgstr "비밀번호 입력"
 msgid "Enter a word or tag"
 msgstr "단어 또는 태그 입력"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "코드 입력"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "인증 코드 입력"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "코드 입력"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "생년월일을 입력하세요"
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "아래에 새 이메일 주소를 입력하세요."
 
@@ -2921,7 +2978,7 @@ msgstr "전체화면으로 봅니다"
 msgid "Entertainment"
 msgstr "엔터테인먼트"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "오류"
@@ -2983,11 +3040,11 @@ msgstr "전체화면 나가기"
 
 #: src/view/com/modals/DeleteAccount.tsx:275
 msgid "Exits account deletion process"
-msgstr "계정 삭제 프로세스를 종료합니다"
+msgstr "계정 삭제 절차를 종료합니다"
 
 #: src/view/com/modals/CropImage.web.tsx:95
 msgid "Exits image cropping process"
-msgstr "이미지 자르기 프로세스를 종료합니다"
+msgstr "이미지 자르기 절차를 종료합니다"
 
 #: src/view/com/lightbox/Lightbox.web.tsx:110
 msgid "Exits image view"
@@ -2997,15 +3054,15 @@ msgstr "이미지 보기를 종료합니다"
 msgid "Expand alt text"
 msgstr "대체 텍스트 확장"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "사용자 목록 펼치기"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "답글을 달고 있는 전체 게시물을 펼치거나 접습니다"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "게시물 텍스트를 펼치거나 접습니다"
 
@@ -3031,6 +3088,10 @@ msgstr "{0}에 만료"
 msgid "Expires in {0}"
 msgstr "{0}에 만료"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "노골적이거나 불쾌감을 줄 수 있는 미디어."
 msgid "Explicit sexual images."
 msgstr "노골적인 성적 이미지."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "탐색"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "내 데이터 내보내기"
 
@@ -3071,12 +3132,12 @@ msgstr "외부 미디어"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "외부 미디어는 웹사이트가 나와 내 기기에 대한 정보를 수집하도록 할 수 있습니다. \"재생\" 버튼을 누르기 전까지는 어떠한 정보도 전송되거나 요청되지 않습니다."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "외부 미디어 설정"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "대화를 수락하지 못했습니다"
@@ -3090,15 +3151,11 @@ msgstr "이모티콘 반응을 추가하지 못했습니다"
 msgid "Failed to change handle. Please try again."
 msgstr "핸들을 변경하지 못했습니다. 다시 시도해 주세요."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "앱 비밀번호를 만들지 못했습니다. 다시 시도해 주세요."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "대화를 만들지 못했습니다"
 
@@ -3107,12 +3164,12 @@ msgstr "대화를 만들지 못했습니다"
 msgid "Failed to create starter pack"
 msgstr "스타터 팩을 만들지 못했습니다"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "리스트를 만들지 못했습니다. 인터넷 연결을 확인한 후 다시 시도해 주세요."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "대화를 삭제하지 못했습니다"
@@ -3121,7 +3178,7 @@ msgstr "대화를 삭제하지 못했습니다"
 msgid "Failed to delete message"
 msgstr "메시지를 삭제하지 못했습니다"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "게시물을 삭제하지 못했습니다. 다시 시도해 주세요"
 
@@ -3129,7 +3186,7 @@ msgstr "게시물을 삭제하지 못했습니다. 다시 시도해 주세요"
 msgid "Failed to delete starter pack"
 msgstr "스타터 팩을 삭제하지 못했습니다"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "대화를 불러오지 못했습니다"
@@ -3172,7 +3229,7 @@ msgstr "이모티콘 반응을 제거하지 못했습니다"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "인증을 취소하지 못했습니다"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "관심 주제를 저장하지 못했습니다."
 msgid "Failed to send"
 msgstr "전송 실패"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "이메일을 보내지 못했습니다. 다시 시도해 주세요."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "이의신청을 제출하지 못했습니다. 다시 시도해 주세요."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "스레드 뮤트를 전환하지 못했습니다. 다시 시도해 주세요"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "이메일 2단계 인증을 변경하지 못했습니다"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "이메일을 변경하지 못했습니다. 다시 시도해 주세요."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "피드를 업데이트하지 못했습니다"
@@ -3219,11 +3290,15 @@ msgstr "설정을 업데이트하지 못했습니다"
 msgid "Failed to upload video"
 msgstr "동영상을 업로드하지 못했습니다"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "이메일을 인증하지 못했습니다. 다시 시도해 주세요."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "핸들을 인증하지 못했습니다. 다시 시도해 주세요."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "피드"
 
@@ -3242,24 +3317,24 @@ msgstr "피드 켜기/끄기"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "피드백"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "피드백을 보냈습니다!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "피드"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "유연성"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "팔로우"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "팔로우"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "{0} 님을 팔로우"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "{handle} 님을 팔로우"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "{name} 님을 팔로우"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "10개 계정 팔로우하기"
 msgid "Follow 7 accounts"
 msgstr "7개 계정 팔로우하기"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "계정 팔로우"
 
@@ -3391,7 +3462,7 @@ msgstr "계정 팔로우"
 msgid "Follow all"
 msgstr "모두 팔로우"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "맞팔로우"
@@ -3417,7 +3488,7 @@ msgstr "<0>{0}</0> 님과 <1>{1}</1> 님이 팔로우함"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "<0>{0}</0> 님, <1>{1}</1> 님 외 {2, plural, other {#명}}이 팔로우함"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "내가 아는 @{0} 님의 팔로워"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "내가 아는 팔로워"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "팔로우 중"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "{0} 님을 팔로우했습니다"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "{handle} 님을 팔로우 중"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "{name} 님을 팔로우했습니다"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "팔로우 중 피드 설정"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "팔로우 중 피드 설정"
@@ -3524,7 +3591,7 @@ msgstr "잦은 원치 않는 콘텐츠 게시"
 msgid "From @{sanitizedAuthor}"
 msgstr "@{sanitizedAuthor} 님의 태그"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "<0/>에서"
@@ -3533,17 +3600,19 @@ msgstr "<0/>에서"
 msgid "Gallery"
 msgstr "갤러리"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "스타터 팩 만들기"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "도움말"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "시작하기"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "시작하기"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "프로필에 얼굴 달기"
 
@@ -3567,10 +3636,10 @@ msgstr "명백한 법률 또는 서비스 이용약관 위반 행위"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "뒤로"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "홈으로 이동"
 msgid "Go Home"
 msgstr "홈으로 이동"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "{firstAuthorName} 님의 프로필로 가기"
 
@@ -3638,8 +3723,8 @@ msgstr "불쾌감을 주는 미디어"
 msgid "Half way there!"
 msgstr "절반은 완료!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "핸들"
 
@@ -3665,7 +3750,7 @@ msgstr "햅틱"
 msgid "Harassment, trolling, or intolerance"
 msgstr "괴롭힘, 분쟁 유발 또는 차별"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "해시태그"
 
@@ -3673,19 +3758,24 @@ msgstr "해시태그"
 msgid "Hashtag {tag}"
 msgstr "해시태그 #{tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "코드가 있나요? <0>이곳을 클릭하세요.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "문제가 있나요?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "도움말"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "사진을 업로드하거나 아바타를 만들어 사람들이 내가 봇이 아니라는 사실을 알 수 있도록 하세요."
 
@@ -3698,7 +3788,7 @@ msgstr "앱 비밀번호를 만들었습니다!"
 msgid "Hidden"
 msgstr "숨겨짐"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "검토 설정에 의해 숨겨졌습니다."
 
@@ -3715,12 +3805,12 @@ msgstr "숨겨진 리스트"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "숨기기"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "숨기기"
@@ -3729,18 +3819,18 @@ msgstr "숨기기"
 msgid "Hide customization options"
 msgstr "사용자 지정 옵션 숨기기"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "나에게서 게시물 숨기기"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "모두에게서 답글 숨기기"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "나에게서 답글 숨기기"
 
@@ -3748,12 +3838,12 @@ msgstr "나에게서 답글 숨기기"
 msgid "Hide this card"
 msgstr "이 카드 숨기기"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "이 게시물을 숨기시겠습니까?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "이 답글을 숨기시겠습니까?"
 
@@ -3771,14 +3861,14 @@ msgstr "인기 주제를 숨기시겠습니까?"
 msgid "Hide trending videos?"
 msgstr "인기 동영상을 숨기시겠습니까?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "사용자 리스트 숨기기"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "인증 배지 숨기기"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "검토 서비스를 불러올 수 없습니다."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "잠깐! 동영상에 대한 접근 권한이 점차적으로 제공되고 있지만 아직은 기다려야 합니다. 나중에 다시 확인해 주세요!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "홈"
 
@@ -3845,25 +3935,20 @@ msgstr "인기"
 msgid "Hot replies first"
 msgstr "인기순"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "이 링크를 어떻게 여시겠습니까?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "코드를 가지고 있습니다"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "코드를 가지고 있습니다"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "인증 코드를 가지고 있습니다"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "이 리스트를 삭제하면 다시 복구할 수 없습니다."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "자체 도메인이 있는 경우 이를 핸들로 사용할 수 있으며, 이를 통해 본인임을 다른 사람들에게 알릴 수 있습니다. <0>더 알아보기</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "이메일을 변경해야 하는 경우 <0>이곳을 클릭하세요</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "이 게시물을 삭제하면 다시 복구할 수 없습니다."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "이메일 주소를 변경하면 이메일 2단계 인증이 비활성화됩니다."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "비밀번호를 변경하고 싶다면 본인 계정임을 확인할 수 있는 코드를 보내 드립니다."
@@ -3915,18 +4008,19 @@ msgstr "불법 및 긴급 사항"
 msgid "Image"
 msgstr "이미지"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "이미지 캐시를 지웠습니다"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "이미지 캐시를 지우고 {0}를 확보했습니다"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "이미지를 사진 보관함에 저장했습니다"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "이미지를 저장했습니다"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3950,7 +4044,7 @@ msgstr "수신함 제로!"
 
 #: src/screens/Login/LoginForm.tsx:164
 msgid "Incorrect username or password"
-msgstr "잘못된 사용자 이름 또는 비밀번호"
+msgstr "사용자 이름 또는 비밀번호가 올바르지 않습니다"
 
 #: src/screens/Login/SetNewPasswordForm.tsx:131
 msgid "Input code sent to your email for password reset"
@@ -3989,7 +4083,7 @@ msgstr "잘못된 2단계 인증 코드입니다."
 msgid "Invalid handle. Please try a different one."
 msgstr "잘못된 핸들입니다. 다른 핸들을 사용하세요."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "유효하지 않거나 지원되지 않는 게시물 기록"
 
@@ -4041,12 +4135,12 @@ msgstr "올바른 주소입니다"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "아직은 나밖에 없습니다. 위에서 검색하여 스타터 팩에 더 많은 사람을 추가하세요."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "작업 ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "채용"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "작성자가 라벨 지정함."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "라벨"
 
@@ -4100,13 +4194,13 @@ msgstr "내 콘텐츠의 라벨"
 msgid "Language selection"
 msgstr "언어 선택"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "언어 설정"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "언어"
 
@@ -4124,20 +4218,20 @@ msgstr "최신"
 msgid "learn more"
 msgstr "더 알아보기"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "더 알아보기"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "더 알아보기"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Bluesky에 대해 더 알아보기"
 
@@ -4158,10 +4252,10 @@ msgstr "이 콘텐츠에 적용된 검토 설정에 대해 자세히 알아보
 msgid "Learn more about this warning"
 msgstr "이 경고에 대해 더 알아보기"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Bluesky의 인증에 대해 더 알아보기"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Bluesky 떠나기"
 msgid "left to go."
 msgstr "명 남았습니다."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "직접 선택하기"
 
@@ -4230,7 +4324,7 @@ msgstr "밝음"
 msgid "Like"
 msgstr "좋아요"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "좋아요 ({0, plural, other {#개}})"
 
@@ -4247,12 +4341,12 @@ msgstr "10개 게시물에 좋아요를 눌러 Discover 피드를 훈련시키
 msgid "Like this feed"
 msgstr "이 피드에 좋아요 표시"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "이 라벨러에 좋아요 표시"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "좋아요 표시한 사용자"
 
@@ -4269,16 +4363,16 @@ msgstr "{0, plural, other {#명}}의 사용자가 좋아함"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "{likeCount, plural, other {#명}}의 사용자가 좋아함"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "좋아요"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "이 게시물을 좋아요 표시합니다"
 
@@ -4287,11 +4381,11 @@ msgstr "이 게시물을 좋아요 표시합니다"
 msgid "Linear"
 msgstr "일반"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "리스트"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "리스트 아바타"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "리스트를 뮤트했습니다"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "리스트 이름"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "리스트를 언뮤트했습니다"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "리스트"
 
@@ -4358,6 +4452,22 @@ msgstr "리스트"
 msgid "Lists blocking this user:"
 msgstr "이 사용자를 차단한 리스트:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "더 불러오기"
@@ -4370,18 +4480,18 @@ msgstr "추천 피드 더 불러오기"
 msgid "Load new notifications"
 msgstr "새 알림 불러오기"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "새 게시물 불러오기"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "불러오는 중…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "로그"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "@sawaratsuki.bsky.social 님의 로고"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "<0>@sawaratsuki.bsky.social</0> 님의 로고"
 
@@ -4418,7 +4528,11 @@ msgstr "모든 피드를 고정 해제했군요. 하지만 걱정하지 마세
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "팔로우 중 피드가 누락된 것 같습니다. <0>이곳을 클릭해 하나 추가하세요.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "계정의 이메일 설정 조정하기"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "나를 위해 만들기"
 
@@ -4433,7 +4547,7 @@ msgstr "저장한 피드 관리"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "인증 설정 관리"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "읽음으로 표시"
 msgid "Marked all as read"
 msgstr "모두 읽음으로 표시했습니다"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "나중에 하기"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "미디어"
 
@@ -4479,7 +4600,7 @@ msgstr "멘션"
 msgid "Menu"
 msgstr "메뉴"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "{0} 님에게 메시지 보내기"
 
@@ -4513,7 +4634,7 @@ msgstr "메시지가 너무 깁니다"
 msgid "Message options"
 msgstr "메시지 옵션"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "메시지"
 
@@ -4532,10 +4653,10 @@ msgstr "오해의 소지가 있는 계정"
 msgid "Misleading Post"
 msgstr "오해의 소지가 있는 게시물"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "검토"
 
@@ -4557,12 +4678,12 @@ msgstr "<0/> 님의 검토 리스트"
 msgid "Moderation list by you"
 msgstr "내 검토 리스트"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "검토 리스트를 생성했습니다"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "검토 리스트를 업데이트했습니다"
@@ -4571,8 +4692,8 @@ msgstr "검토 리스트를 업데이트했습니다"
 msgid "Moderation lists"
 msgstr "검토 리스트"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "검토 리스트"
 
@@ -4580,7 +4701,7 @@ msgstr "검토 리스트"
 msgid "moderation settings"
 msgstr "검토 설정"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "검토 상태"
 
@@ -4593,7 +4714,7 @@ msgstr "검토 도구"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "검토자가 콘텐츠에 일반 경고를 설정했습니다."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "더 보기"
 
@@ -4602,8 +4723,8 @@ msgstr "더 보기"
 msgid "More feeds"
 msgstr "피드 더 보기"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "옵션 더 보기"
@@ -4637,10 +4758,10 @@ msgstr "음소거"
 msgid "Mute {tag}"
 msgstr "{tag} 뮤트"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "계정 뮤트"
 
@@ -4689,13 +4810,13 @@ msgstr "태그에서만 이 단어 뮤트하기"
 msgid "Mute this word until you unmute it"
 msgstr "뮤트를 해제할 때까지 이 단어 뮤트하기"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "스레드 뮤트"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "단어 및 태그 뮤트"
 
@@ -4703,12 +4824,12 @@ msgstr "단어 및 태그 뮤트"
 msgid "Muted accounts"
 msgstr "뮤트한 계정"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "뮤트한 계정"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "계정을 뮤트하면 피드와 알림에서 해당 계정의 게시물이 사라집니다. 뮤트 목록은 완전히 비공개로 유지됩니다."
 
@@ -4729,15 +4850,15 @@ msgstr "뮤트 목록은 비공개입니다. 뮤트한 계정은 나와 상호
 msgid "My Birthday"
 msgstr "내 생년월일"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "내 피드"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "이름"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "이름을 입력하세요"
 
@@ -4772,11 +4893,11 @@ msgstr "스타터 팩으로 이동하기"
 msgid "Navigates to the next screen"
 msgstr "다음 화면으로 이동합니다"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "내 프로필로 이동합니다"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "이메일을 변경하시겠어요?"
 
@@ -4797,21 +4918,26 @@ msgstr "취소하고 내 핸들 만들기"
 msgid "New"
 msgstr "신규"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "새로 만들기"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "새 대화"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "새 이메일 주소"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "새로운 기능"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "새 핸들"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "새 리스트"
 
@@ -4828,7 +4954,7 @@ msgstr "새 리스트"
 msgid "New messages"
 msgstr "새 메시지"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "새 검토 리스트"
 
@@ -4840,10 +4966,10 @@ msgstr "새 비밀번호"
 msgid "New Password"
 msgstr "새 비밀번호"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "새 게시물"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "새 게시물"
@@ -4863,7 +4989,7 @@ msgstr "새 게시물"
 msgid "New user info dialog"
 msgstr "새 사용자 정보 대화 상자"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "새 사용자 리스트"
 
@@ -4911,6 +5037,10 @@ msgstr "앱 비밀번호 없음"
 msgid "No DNS Panel"
 msgstr "DNS 패널 없음"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "인기 GIF를 찾을 수 없습니다. Tenor에 문제가 있을 수 있습니다."
@@ -4924,8 +5054,8 @@ msgstr "피드를 찾을 수 없습니다. 다른 피드를 검색해 보세요.
 msgid "No likes yet"
 msgstr "아직 좋아요 없음"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "더 이상 {0} 님을 팔로우하지 않음"
 
@@ -4962,8 +5092,8 @@ msgstr "아직 인용 없음"
 msgid "No reposts yet"
 msgstr "아직 재게시물 없음"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "결과 없음"
 
@@ -4980,7 +5110,7 @@ msgstr "\"{0}\"에 대한 결과가 없습니다."
 msgid "No results found"
 msgstr "결과를 찾을 수 없음"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "\"{query}\"에 대한 결과를 찾을 수 없습니다"
 
@@ -5032,19 +5162,14 @@ msgstr "선정적이지 않은 나체"
 msgid "Not followed by anyone you're following"
 msgstr "내가 팔로우하는 사람이 팔로우하지 않음"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "찾을 수 없음"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "나중에 하기"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "공유 관련 참고 사항"
 
@@ -5052,7 +5177,7 @@ msgstr "공유 관련 참고 사항"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "참고: Bluesky는 개방형 공개 네트워크입니다. 이 설정은 Bluesky 앱과 웹사이트에서만 내 콘텐츠가 표시되는 것을 제한하며, 다른 앱에서는 이 설정을 준수하지 않을 수 있습니다. 다른 앱과 웹사이트에서는 로그아웃한 사용자에게 내 콘텐츠가 계속 표시될 수 있습니다."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "빈 페이지"
 
@@ -5060,7 +5185,7 @@ msgstr "빈 페이지"
 msgid "Notification filters"
 msgstr "알림 필터"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "알림 설정"
@@ -5077,11 +5202,11 @@ msgstr "알림음"
 msgid "Notification Sounds"
 msgstr "알림음"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "알림"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "이런! 뭔가 잘못되었습니다."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "확인"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "확인"
 
@@ -5140,19 +5265,19 @@ msgstr "오래된 순"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "온보딩 재설정"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "하나 이상의 GIF에 대체 텍스트가 누락되었습니다."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "하나 이상의 이미지에 대체 텍스트가 누락되었습니다."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "하나 이상의 동영상에 대체 텍스트가 누락되었습니다."
 
@@ -5168,7 +5293,7 @@ msgstr "{0}만 답글을 달 수 있습니다."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "문자, 숫자, 하이픈만 포함"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "이미지 파일만 지원됩니다"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "이런, 뭔가 잘못되었습니다!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "이런!"
 
@@ -5194,11 +5319,7 @@ msgstr "이런!"
 msgid "Open"
 msgstr "공개성"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "{name} 님의 프로필 단축 메뉴 열기"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "아바타 생성기 열기"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "서랍 메뉴 열기"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "이모티콘 선택기 열기"
 
@@ -5225,7 +5346,7 @@ msgstr "피드 정보 화면 열기"
 msgid "Open feed options menu"
 msgstr "피드 옵션 메뉴 열기"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "전체 이모티콘 목록 열기"
 
@@ -5237,7 +5358,7 @@ msgstr "{niceUrl} 링크 열기"
 msgid "Open message options"
 msgstr "메시지 옵션 열기"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "검토 디버그 페이지 열기"
 
@@ -5249,20 +5370,25 @@ msgstr "뮤트한 단어 및 태그 설정 열기"
 msgid "Open pack"
 msgstr "팩 열기"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "게시물 옵션 메뉴 열기"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "스타터 팩 메뉴 열기"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "스토리북 페이지 열기"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "시스템 로그 열기"
 
@@ -5282,19 +5408,19 @@ msgstr "이 스레드에 답글을 달 수 있는 사람을 선택하는 대화
 msgid "Opens additional details for a debug entry"
 msgstr "디버그 항목에 대한 추가 세부 정보를 엽니다"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "대체 텍스트 대화 상자를 엽니다"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "기기에서 카메라를 엽니다"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "자막 및 대체 텍스트 대화 상자를 엽니다"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "핸들 변경 대화 상자를 엽니다"
 
@@ -5306,7 +5432,7 @@ msgstr "답글 작성 상자를 엽니다"
 msgid "Opens device photo gallery"
 msgstr "기기의 사진 갤러리를 엽니다"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "이모티콘 선택기를 엽니다"
 
@@ -5324,7 +5450,7 @@ msgstr "존재하는 Bluesky 계정에 로그인하는 화면을 엽니다"
 msgid "Opens GIF select dialog"
 msgstr "GIF 선택 대화 상자를 엽니다"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "브라우저에서 지원 문서를 엽니다"
 
@@ -5332,6 +5458,10 @@ msgstr "브라우저에서 지원 문서를 엽니다"
 msgid "Opens list of invite codes"
 msgstr "초대 코드 목록을 엽니다"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "비밀번호 재설정 양식을 엽니다"
@@ -5340,12 +5470,12 @@ msgstr "비밀번호 재설정 양식을 엽니다"
 msgid "Opens the linked website"
 msgstr "연결된 웹사이트를 엽니다"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "이 프로필을 엽니다"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "동영상 선택기를 엽니다"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA 상태: 사용할 수 없음"
 msgid "Other"
 msgstr "기타"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "다른 계정"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "페이지를 찾을 수 없음"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "동영상 일시 정지"
 msgid "People"
 msgstr "사람들"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "@{0} 님이 팔로우하는 사람들"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "@{0} 님을 팔로우하는 사람들"
 
@@ -5508,12 +5638,12 @@ msgstr "홈에 고정"
 msgid "Pin to Home"
 msgstr "홈에 고정"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "내 프로필에 고정"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "고정됨"
 
@@ -5578,14 +5708,14 @@ msgstr "핸들을 입력하세요."
 msgid "Please choose your password."
 msgstr "비밀번호를 입력하세요."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "방금 보낸 이메일에 있는 링크를 클릭하여 새 이메일 주소를 인증하세요. 이는 Bluesky의 모든 기능을 계속해서 즐길 수 있도록 하기 위한 중요한 단계입니다."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "인증 캡차를 완료해 주세요."
 
-#: 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 "이메일을 변경하기 전에 이메일을 확인해 주세요. 이는 이메일 변경 도구가 추가되는 동안 일시적으로 요구되는 사항이며 곧 제거될 예정입니다."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "이메일 주소를 정확하게 입력했는지 다시 한 번 확인해 주세요."
@@ -5602,10 +5732,28 @@ msgstr "비밀번호를 입력하세요. 비밀번호는 8자 이상이어야 
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "이 앱 비밀번호에 대해 고유한 이름을 입력하거나 무작위로 생성된 이름을 사용하세요."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "올바른 코드를 입력해 주세요."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "올바른 이메일 주소를 입력해 주세요."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "뮤트할 단어나 태그 또는 문구를 입력하세요"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "아래에 <0>{0}</0>(으)로 전송된 코드를 입력하세요."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "기존 이메일 주소로 전송된 보안 코드를 입력하세요."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "이메일을 입력하세요."
 msgid "Please enter your invite code."
 msgstr "초대 코드를 입력하세요."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "새 이메일 주소를 입력하세요."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "비밀번호를 입력하세요"
@@ -5648,7 +5800,11 @@ msgstr "신고 이유를 선택하세요"
 msgid "Please sign in as @{0}"
 msgstr "@{0}(으)로 로그인하세요"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "이메일을 인증해 주세요"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "이메일 인증하기"
 
@@ -5662,7 +5818,7 @@ msgstr "정치"
 msgid "Porn"
 msgstr "음란물"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "게시하기"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "게시물"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "모두 게시하기"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0} 님의 게시물"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0} 님의 게시물"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "게시물을 삭제했습니다"
@@ -5697,7 +5853,7 @@ msgstr "게시물을 삭제했습니다"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "게시물을 업로드하지 못했습니다. 인터넷 연결을 확인한 후 다시 시도해 주세요."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "게시물 삭제됨"
 
@@ -5719,7 +5875,7 @@ msgstr "내가 숨긴 게시물"
 msgid "Post interaction settings"
 msgstr "게시물 상호작용 설정"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "게시물 상호작용 설정"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "게시물을 고정 해제했습니다"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "게시물"
@@ -5789,7 +5945,7 @@ msgstr "내가 팔로우하는 이 계정의 팔로워를 보려면 누르세요
 msgid "Previous image"
 msgstr "이전 이미지"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "주 언어"
 
@@ -5807,26 +5963,26 @@ msgstr "우선순위 알림"
 msgid "Privacy"
 msgstr "개인정보"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "개인정보 및 보안"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "개인정보 및 보안"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "개인정보 처리방침"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "동영상 처리 중…"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "처리 중…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "프로필"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "프로필"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "프로필을 업데이트했습니다"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "피드를 탐색하는 데 사용할 수 있는 공개적이고 공유 가능한 목록입니다."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "게시물 등록하기"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "게시물 등록하기"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "답글 등록하기"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "답글 등록하기"
 
@@ -5904,11 +6060,11 @@ msgstr "QR 코드를 사진 보관함에 저장했습니다."
 msgid "Quote post"
 msgstr "게시물 인용"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "인용을 다시 연결했습니다"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "인용을 성공적으로 해제했습니다"
 
@@ -5927,7 +6083,7 @@ msgstr "인용 설정"
 msgid "Quotes"
 msgstr "인용"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "이 게시물의 인용"
 
@@ -5942,8 +6098,8 @@ msgstr "무작위"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "인용 다시 연결"
 
@@ -5958,17 +6114,17 @@ msgstr "계정 재활성화"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "블로그 게시물 읽기"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "접기"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "펼치기"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Bluesky 블로그 읽기"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "다시 연결"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "거절"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "대화 요청 거절하기"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "대화 다시 불러오기"
@@ -6022,7 +6178,7 @@ msgstr "대화 다시 불러오기"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "제거"
 msgid "Remove {displayName} from starter pack"
 msgstr "스타터 팩에서 {displayName} 제거"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "{historyItem} 제거"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "계정 제거"
 
@@ -6046,13 +6202,13 @@ msgstr "계정 제거"
 msgid "Remove attachment"
 msgstr "첨부 제거"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "아바타 제거"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "배너 제거"
 
@@ -6079,7 +6235,7 @@ msgstr "피드를 제거하시겠습니까?"
 msgid "Remove from my feeds"
 msgstr "내 피드에서 제거"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "빠른 액세스에서 제거하시겠습니까?"
 
@@ -6097,11 +6253,16 @@ msgstr "내 피드에서 제거하시겠습니까?"
 msgid "Remove image"
 msgstr "이미지 제거"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "목록에서 뮤트한 단어 제거"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "프로필 제거"
 
@@ -6114,7 +6275,7 @@ msgstr "인용 제거"
 msgid "Remove repost"
 msgstr "재게시 취소"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "자막 파일 제거"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "리스트에서 사용자 제거"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "인증 취소"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "이 계정을 인증 취소하시겠습니까?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "내 피드에서 제거했습니다"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "검색 기록에서 프로필을 제거합니다"
+msgstr "인증을 취소했습니다"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "인용된 게시물을 제거합니다"
 msgid "Replace with Discover"
 msgstr "Discover로 교체"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "답글"
 
@@ -6193,12 +6350,12 @@ msgstr "답글 비활성화됨"
 msgid "Replies to this post are disabled."
 msgstr "이 게시물에 대한 답글은 비활성화되어 있습니다."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "답글 게시하기"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "답글 ({0, plural, other {#개}})"
 
@@ -6224,34 +6381,34 @@ msgstr "답글 설정은 스레드 작성자가 선택합니다"
 msgid "Reply sorting"
 msgstr "답글 정렬"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "<0><1/></0> 님에게 보내는 답글"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "차단된 게시물에 보내는 답글"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "게시물에 보내는 답글"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "나에게 보내는 답글"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "답글 표시 여부를 업데이트했습니다"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "답글을 성공적으로 숨겼습니다"
 
@@ -6261,16 +6418,16 @@ msgstr "답글을 성공적으로 숨겼습니다"
 msgid "Report"
 msgstr "신고"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "계정 신고"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "대화 신고"
 
@@ -6293,8 +6450,8 @@ msgstr "리스트 신고"
 msgid "Report message"
 msgstr "메시지 신고"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "게시물 신고"
 
@@ -6369,26 +6526,26 @@ msgstr "재게시 또는 게시물 인용"
 msgid "Reposted By"
 msgstr "재게시한 사용자"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} 님이 재게시함"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0> 님이 재게시함"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "내가 재게시함"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "이 게시물의 재게시물"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "변경 요청"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "코드 요청"
 msgid "Require alt text before posting"
 msgstr "게시하기 전 대체 텍스트 필수"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "계정에 로그인할 때 이메일 코드를 요구합니다."
 
@@ -6413,13 +6570,19 @@ msgstr "이 제공자에서 필수"
 msgid "Required in your region"
 msgstr "내 지역에서 필수"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "다시 보내기"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "이메일 다시 전송"
@@ -6436,8 +6599,8 @@ msgstr "재설정 코드"
 msgid "Reset Code"
 msgstr "재설정 코드"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "온보딩 상태 초기화"
 
@@ -6458,10 +6621,10 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "이전 페이지로 돌아갑니다"
 msgid "Returns to home page"
 msgstr "홈 페이지로 돌아갑니다"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "이전 단계로 돌아갑니다"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "저장"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "저장"
@@ -6534,7 +6699,7 @@ msgstr "생년월일 저장"
 msgid "Save changes"
 msgstr "변경 사항 저장"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "변경 사항 저장"
 
@@ -6564,16 +6729,12 @@ msgstr "내 피드에 저장"
 msgid "Saved Feeds"
 msgstr "저장한 피드"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "사진 보관함에 저장했습니다"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "내 피드에 저장했습니다"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "내 프로필의 모든 변경 사항을 저장합니다"
 
@@ -6583,8 +6744,8 @@ msgstr "이미지 자르기 설정을 저장합니다"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "인사해 보세요!"
 
@@ -6602,11 +6763,11 @@ msgstr "맨 위로 스크롤"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "검색"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "@{0} 님의 게시물 검색"
@@ -6615,7 +6776,7 @@ msgstr "@{0} 님의 게시물 검색"
 msgid "Search by name or interest"
 msgstr "이름 또는 관심 주제로 검색"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "피드 검색"
 
@@ -6656,8 +6817,8 @@ msgstr "GIF 검색하기"
 msgid "Search my posts"
 msgstr "내 게시물 검색"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "게시물 검색"
 
@@ -6679,7 +6840,11 @@ msgstr "검색..."
 msgid "Searches for profiles"
 msgstr "프로필을 검색합니다"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "보안 단계 필요"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "보안 단계 필요"
 
@@ -6699,7 +6864,7 @@ msgstr "#{tag} 게시물 보기"
 msgid "See #{tag} posts by user"
 msgstr "사용자의 #{tag} 게시물 보기"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Bluesky에 지원하기"
 
@@ -6719,6 +6884,10 @@ msgstr "색상 선택"
 msgid "Select account"
 msgstr "계정 선택"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "앱 언어를 선택하세요"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "아바타 선택"
@@ -6727,10 +6896,22 @@ msgstr "아바타 선택"
 msgid "Select an emoji"
 msgstr "이모티콘 선택"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "옵션 선택"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "앱 언어 선택"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "콘텐츠 언어 선택"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "기존 계정에서 선택하기"
@@ -6747,11 +6928,11 @@ msgstr "GIF \"{0}\" 선택"
 msgid "Select how long to mute this word for."
 msgstr "이 단어를 음소거할 기간 선택하기"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "언어 선택…"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "언어 선택"
 
@@ -6763,6 +6944,10 @@ msgstr "검토 서비스 선택"
 msgid "Select moderator"
 msgstr "검토자 선택"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "주 언어 선택"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "{emojiName} 이모티콘을 아바타로 선택하기"
 msgid "Select the moderation service(s) to report to"
 msgstr "신고할 검토 서비스를 선택하세요."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "동영상 선택"
 
@@ -6784,11 +6969,11 @@ msgstr "동영상 선택"
 msgid "Select what content this mute word should apply to."
 msgstr "이 뮤트 단어를 적용할 콘텐츠 선택하기"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "앱의 사용자 인터페이스에 사용할 언어를 선택합니다."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "구독하는 피드에 포함할 언어를 선택합니다. 선택하지 않으면 모든 언어가 표시됩니다."
 
@@ -6801,7 +6986,7 @@ msgstr "생년월일을 선택하세요"
 msgid "Select your interests from the options below"
 msgstr "아래 옵션에서 관심 주제를 선택하세요"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "피드에서 번역을 위해 선호하는 언어를 선택합니다."
 
@@ -6813,19 +6998,17 @@ msgstr "옵션 {numItems}개 중 {0}번째를 선택합니다"
 msgid "Send a neat website!"
 msgstr "멋진 웹사이트 링크를 보내 보세요!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "인증 메일 보내기"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "인증 이메일 보내기"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "인증 이메일 보내기"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "이메일 보내기"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "이메일 보내기"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "피드백 보내기"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "메시지 보내기"
@@ -6863,13 +7046,14 @@ msgstr "{0}에게 신고 보내기"
 msgid "Send report to {title}"
 msgstr "{title}에게 신고 보내기"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "다이렉트 메시지로 보내기"
 
@@ -6901,10 +7085,10 @@ msgstr "계정 설정하기"
 msgid "Sets email for password reset"
 msgstr "비밀번호 재설정을 위한 이메일을 설정합니다"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "설정"
 
@@ -6926,16 +7110,16 @@ msgstr "외설적"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "공유"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "공유"
@@ -6948,9 +7132,9 @@ msgstr "멋진 이야기를 전하세요!"
 msgid "Share a fun fact!"
 msgstr "재미있는 사실을 전하세요!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "무시하고 공유"
 
@@ -6990,7 +7174,7 @@ msgstr "이 스타터 팩을 공유하여 사람들이 Bluesky에서 커뮤니
 msgid "Share your favorite feed!"
 msgstr "좋아하는 피드를 공유해 보세요!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "공유 설정 테스터"
 
@@ -7011,8 +7195,8 @@ msgstr "대체 텍스트 표시"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "무시하고 표시"
 
@@ -7033,8 +7217,8 @@ msgstr "사용자 지정 옵션 표시"
 msgid "Show hidden replies"
 msgstr "숨겨진 답글 표시"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "이런 항목 덜 보기"
 
@@ -7042,14 +7226,14 @@ msgstr "이런 항목 덜 보기"
 msgid "Show list anyway"
 msgstr "무시하고 리스트 표시하기"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "더 보기"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "이런 항목 더 보기"
 
@@ -7079,8 +7263,8 @@ msgstr "스레드로 답글 표시"
 msgid "Show replies by people you follow before all other replies"
 msgstr "내가 팔로우하는 사람들의 답글을 다른 모든 답글보다 먼저 표시"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "모두에게 답글 표시"
 
@@ -7102,11 +7286,11 @@ msgstr "경고 표시"
 msgid "Show warning and filter from feeds"
 msgstr "경고 표시 및 피드에서 필터링"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "이 게시물이 언제 작성되었는지에 대한 정보를 표시합니다"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "전환할 수 있는 다른 계정을 표시합니다"
 
@@ -7124,8 +7308,8 @@ msgstr "콘텐츠를 표시합니다"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "콘텐츠를 표시합니다"
 msgid "Sign in"
 msgstr "로그인"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "{0}(으)로 로그인"
 
@@ -7150,7 +7334,7 @@ msgstr "로그인 또는 계정 만들기"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "대화에 참여하려면 로그인하거나 계정을 만드세요!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "목록에 없는 계정으로 로그인"
 
@@ -7158,15 +7342,15 @@ msgstr "목록에 없는 계정으로 로그인"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Bluesky에 로그인하거나 새 계정 만들기"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "로그아웃"
 
@@ -7174,8 +7358,8 @@ msgstr "로그아웃"
 msgid "Sign Out"
 msgstr "로그아웃"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "로그아웃하시겠습니까?"
 
@@ -7206,14 +7390,19 @@ msgstr "이 단계 건너뛰기"
 msgid "Smaller"
 msgstr "작음"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "알림을 끕니다"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "소프트웨어 개발"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "일부 인증이 유효하지 않습니다."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "누가 {1}에 {0}(으)로 반응함"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "신고하려는 데이터에 문제가 있습니다. 지원에 문의하세요."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "알 수 없는 오류가 발생했습니다"
 
@@ -7264,8 +7453,8 @@ msgstr "알 수 없는 오류가 발생했습니다. 다시 시도해 주세요.
 msgid "Something wrong? Let us know."
 msgstr "문제가 발생했나요? 저희에게 알려주세요."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "죄송합니다. 세션이 만료되었습니다. 다시 로그인해 주세요."
 
@@ -7304,7 +7493,7 @@ msgstr "스팸, 과도한 멘션 또는 답글"
 msgid "Sports"
 msgstr "스포츠"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "새 대화 시작하기"
 
@@ -7322,8 +7511,8 @@ msgstr "사람들을 추가해 보세요!"
 msgid "Start chat with {displayName}"
 msgstr "{displayName} 님과 대화 시작하기"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "스타터 팩"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "스타터 팩이 유효하지 않음"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "스타터 팩"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "스타터 팩을 사용하면 좋아하는 피드와 사람들을 친구들과 쉽게 공유할 수 있습니다."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "상태 페이지"
 
@@ -7363,12 +7552,12 @@ msgstr "상태 페이지"
 msgid "Step {0} of {1}"
 msgstr "{1}단계 중 {0}단계"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니다."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "스토리북"
 
@@ -7401,11 +7590,11 @@ msgstr "구독"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "이 라벨을 사용하려면 @{0}을(를) 구독하세요."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "라벨러 구독"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "이 라벨러 구독하기"
 
@@ -7413,13 +7602,14 @@ msgstr "이 라벨러 구독하기"
 msgid "Subscribe to this list"
 msgstr "이 리스트 구독하기"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "성공!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "성공적으로 인증했습니다"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "일몰"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "지원"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "계정 전환"
 
@@ -7462,11 +7652,11 @@ msgstr "계정 전환"
 msgid "Switch Account"
 msgstr "계정 전환"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "계정 전환"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "{0}(으)로 전환"
 
@@ -7477,9 +7667,9 @@ msgstr "{0}(으)로 전환"
 msgid "System"
 msgstr "시스템"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "시스템 로그"
 
@@ -7518,7 +7708,7 @@ msgstr "기술"
 msgid "Tell a joke!"
 msgstr "농담해 보세요!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "본인에 대해 간단히 소개해 주세요"
 
@@ -7531,12 +7721,12 @@ msgstr "좀 더 자세히 알려주세요"
 msgid "Terms"
 msgstr "이용약관"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "서비스 이용약관"
 
@@ -7564,7 +7754,11 @@ msgstr "텍스트 필드"
 msgid "Text input field"
 msgstr "텍스트 입력 필드"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "피드백을 보내주셔서 감사합니다! 피드 운영자에게 전송되었습니다."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "감사합니다! 이메일을 성공적으로 인증했습니다."
 
@@ -7597,12 +7791,12 @@ msgstr "스타터 팩을 찾을 수 없습니다."
 msgid "That's all, folks!"
 msgstr "이상입니다, 여러분!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "그게 다예요!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "차단을 해제하면 이 계정이 나와 상호작용할 수 있게 됩니다."
 
@@ -7636,6 +7830,10 @@ msgstr "Discover 피드"
 msgid "The Discover feed now knows what you like"
 msgstr "Discover 피드는 이제 당신이 무엇을 좋아하는지 알 테죠"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "입력한 이메일 주소가 현재 이메일 주소와 동일합니다."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "앱에서 더 나은 환경을 경험하세요. 지금 Bluesky를 다운로드하면 중단한 부분부터 다시 시작합니다."
@@ -7669,6 +7867,7 @@ msgstr "개인정보 처리방침을 <0/>(으)로 이동했습니다"
 msgid "The selected video is larger than 100 MB."
 msgstr "선택한 동영상이 100MB를 초과합니다."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "서버에 문제가 있는 것 같습니다. 잠시 후 다시 시도해 주세요."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "서버에 연결하는 동안 문제가 발생했습니다"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도해 주세요."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "알림을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "게시물을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요."
 
@@ -7763,20 +7962,20 @@ msgstr "신고를 전송하는 동안 문제가 발생했습니다. 인터넷 
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "피드를 업데이트하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도해 주세요."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "문제가 발생했습니다! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "이 설정은 팔로우 중 피드에만 적용됩니다."
 msgid "This {screenDescription} has been flagged:"
 msgstr "이 {screenDescription}에 다음 플래그가 지정되었습니다:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "이 계정은 신뢰할 수 있는 출처에 의해 인증되었으므로 체크 표시가 있습니다."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "이 계정은 한 번 이상 인증을 시도했지만 현재는 인증되지 않았습니다."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "이 계정의 프로필을 보려면 로그인해야 합니다."
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "이 계정은 하나 이상의 검토 리스트에 의해 차단되었습니다. 차단을 해제하려면 해당 리스트로 직접 이동하여 이 사용자를 제거하세요."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "이 작업은 언제든지 취소할 수 있습니다."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "이 콘텐츠는 Bluesky 계정이 없으면 볼 수 없습니다."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "이 대화는 삭제되었거나 비활성화된 계정과의 대화입니다. 옵션을 보려면 누르세요"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "이 이메일은 이미 내 계정에 연결되어 있습니다."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "이 기능은 베타 버전입니다. 저장소 내보내기에 대한 자세한 내용은 <0>이 블로그 글</0>에서 확인할 수 있습니다."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "앱 비밀번호를 사용하는 동안에는 이 기능을 사용할 수 없습니다. 기본 비밀번호로 로그인하세요."
+
 #: 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 "앱 비밀번호를 사용하는 동안에는 이 기능을 사용할 수 없습니다. 기본 비밀번호로 로그인하세요."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "이 피드는 비어 있습니다. 더 많은 사용자를 팔로우하거나 언어 설정을 조정해 보세요."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "이 피드는 비어 있습니다."
@@ -7899,9 +8106,10 @@ msgstr "이 핸들은 예약되었습니다. 다른 핸들을 사용하세요."
 msgid "This information is not shared with other users."
 msgstr "이 정보는 다른 사용자와 공유되지 않습니다."
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "이 리스트는 비어 있습니다."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "이 검토 서비스는 사용할 수 없습니다. 자세한 내용은 아래를 참조하세요. 이 문제가 지속되면 문의해 주세요."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "이 게시물은 <0>{0}</0>에 작성되었다고 주장하지만 Bluesky에서는 <1>{1}</1>에 처음 확인되었습니다."
 
@@ -7943,28 +8151,28 @@ msgstr "이 게시물은 <0>{0}</0>에 작성되었다고 주장하지만 Bluesk
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "이 게시물에 알 수 없는 유형의 스레드게이트가 있습니다. 앱이 오래되었을 수 있습니다."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "이 게시물은 삭제되었습니다."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "이 게시물은 로그인한 사용자에게만 표시됩니다. 로그인하지 않은 사용자에게는 표시되지 않습니다."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "이 게시물을 피드와 스레드에서 숨깁니다. 이 작업은 되돌릴 수 없습니다."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "이 게시물의 작성자가 인용 게시물을 비활성화했습니다."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "이 프로필은 로그인한 사용자에게만 표시됩니다. 로그인하지 않은 사용자에게는 표시되지 않습니다."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "이 답글은 스레드 하단의 숨겨진 위치에 정렬되며 자신과 다른 사용자 모두의 후속 답글에 대한 알림이 뮤트됩니다."
 
@@ -7976,6 +8184,10 @@ msgstr "이 서비스는 서비스 이용약관이나 개인정보 처리방침
 msgid "This should create a domain record at:"
 msgstr "이 도메인에 레코드가 추가됩니다:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "이 사용자는 표시 이름이 없으므로 인증할 수 없습니다."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "이 사용자는 팔로워가 없습니다."
@@ -8013,11 +8225,11 @@ msgstr "이 사용자는 아무도 팔로우하지 않았습니다."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "뮤트한 단어에서 \"{0}\"을(를) 삭제합니다. 나중에 언제든지 다시 추가할 수 있습니다."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "빠른 액세스 목록에서 @{0}을(를) 제거합니다."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "모든 사용자의 인용 게시물에서 해당 게시물이 삭제되고 자리 표시자로 대체됩니다."
 
@@ -8044,7 +8256,7 @@ msgstr "스레드"
 msgid "Threaded mode"
 msgstr "스레드 모드"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "스레드 설정"
 
@@ -8056,14 +8268,15 @@ msgstr "남은 시간: {0, plural, other {#초}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "이메일 2단계 인증을 비활성화하려면 이메일 주소에 대한 접근 권한을 인증하세요."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "이메일 2단계 인증을 비활성화하려면 <0>{0}</0>에 대한 접근 권한을 인증해 주세요."
+
 #: 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 "대화를 신고하려면 대화 화면에서 해당 메시지 중 하나를 신고하세요. 이렇게 하면 운영진이 문제의 맥락을 파악할 수 있습니다."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Bluesky에 동영상을 업로드하려면 먼저 이메일을 인증해야 합니다."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "이 신고를 누구에게 보내시겠습니까?"
@@ -8090,16 +8303,16 @@ msgstr "소리를 켜거나 끕니다"
 msgid "Top"
 msgstr "인기"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "주제"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "번역"
 
@@ -8117,7 +8330,7 @@ msgstr "인기 동영상"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "신뢰는 관계, 커뮤니티, 공유된 맥락에서 비롯되므로 직접 인증을 발행할 수 있는 조직인 <0>신뢰할 수 있는 인증자</0> 또한 지원합니다."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "메시지를 입력하세요"
 msgid "Type:"
 msgstr "유형:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "연결할 수 없습니다. 인터넷 연결을 확인한 후 다시 시도하세요."
@@ -8166,27 +8380,27 @@ msgstr "삭제할 수 없음"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "차단 해제"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "차단 해제"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "계정 차단 해제"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "계정을 차단 해제하시겠습니까?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "언팔로우"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0} 님을 언팔로우"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "계정 언팔로우"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "사용자를 언팔로우합니다"
 
@@ -8225,15 +8439,15 @@ msgstr "사용자를 언팔로우합니다"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "안타깝게도 구독하는 라벨러 중 이 신고 유형을 지원하는 라벨러가 없습니다."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "알 수 없는 인증자"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "좋아요 취소"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "좋아요 취소 ({0, plural, other {#개}})"
 
@@ -8252,10 +8466,10 @@ msgstr "언뮤트"
 msgid "Unmute {tag}"
 msgstr "{tag} 언뮤트"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "계정 언뮤트"
 
@@ -8267,8 +8481,8 @@ msgstr "대화 언뮤트"
 msgid "Unmute list"
 msgstr "리스트 언뮤트"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "스레드 언뮤트"
 
@@ -8294,8 +8508,8 @@ msgstr "피드 고정 해제"
 msgid "Unpin from home"
 msgstr "홈에서 고정 해제"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "프로필에서 고정 해제"
 
@@ -8311,7 +8525,12 @@ msgstr "{0}을(를) 홈에서 고정 해제했습니다"
 msgid "Unpinned from your feeds"
 msgstr "내 피드에서 고정 해제했습니다"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "이메일 알림 켜기"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "구독 취소"
 
@@ -8320,7 +8539,7 @@ msgstr "구독 취소"
 msgid "Unsubscribe from list"
 msgstr "리스트 구독 취소"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "이 라벨러 구독 취소하기"
 
@@ -8328,11 +8547,11 @@ msgstr "이 라벨러 구독 취소하기"
 msgid "Unsubscribed from list"
 msgstr "리스트를 구독 취소했습니다"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "지원되지 않는 동영상 유형"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "지원되지 않는 동영상 유형: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "업데이트"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "리스트에서 <0>{displayName}</0> 업데이트"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "이메일 변경"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "{domain}(으)로 변경"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "이메일 변경하기"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "인용 첨부를 업데이트하지 못했습니다"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "답글 표시 여부를 업데이트하지 못했습니다"
@@ -8371,7 +8601,7 @@ msgstr "답글 표시 여부를 업데이트하지 못했습니다"
 msgid "Updating..."
 msgstr "업데이트 중…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "대신 사진 업로드하기"
 
@@ -8379,22 +8609,22 @@ msgstr "대신 사진 업로드하기"
 msgid "Upload a text file to:"
 msgstr "텍스트 파일 업로드 경로:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "카메라에서 업로드"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "파일에서 업로드"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "라이브러리에서 업로드"
 
@@ -8407,7 +8637,7 @@ msgstr "이미지 업로드 중…"
 msgid "Uploading link thumbnail..."
 msgstr "링크 미리보기 업로드 중…"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "동영상 업로드 중…"
 
@@ -8419,8 +8649,8 @@ msgstr "앱 비밀번호를 사용하면 계정이나 비밀번호에 대한 전
 msgid "Use default provider"
 msgstr "기본 제공자 사용"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "인앱 브라우저 사용"
 
@@ -8429,8 +8659,8 @@ msgstr "인앱 브라우저 사용"
 msgid "Use in-app browser to open links"
 msgstr "인앱 브라우저를 사용하여 링크 열기"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "내 기본 브라우저 사용"
 
@@ -8484,12 +8714,12 @@ msgstr "{0} 님의 사용자 리스트"
 msgid "User list by you"
 msgstr "내 사용자 리스트"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "사용자 리스트를 생성했습니다"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "사용자 리스트를 업데이트했습니다"
@@ -8523,73 +8753,80 @@ msgstr "내가 팔로우하는 사용자"
 msgid "Value:"
 msgstr "값:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "인증하지 못했습니다. 다시 시도해 주세요."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "인증 설정"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "인증 설정"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Bluesky의 인증은 다른 플랫폼과 다르게 작동합니다. <0>이곳</0>에서 자세히 알아보세요."
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "이메일 인증 필요"
+msgstr "인증자:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "계정 인증"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "코드 인증"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "DNS 레코드 인증"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "이메일 인증"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "이메일 코드 인증하기"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "지금 인증하기"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "텍스트 파일 인증"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "이 계정을 인증하시겠습니까?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "이메일 인증하기"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "이메일 인증하기"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "버전 {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "동영상"
 msgid "Video failed to process"
 msgstr "동영상을 처리하지 못했습니다"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "동영상 피드"
 
@@ -8616,11 +8853,11 @@ msgstr "{0} 님의 동영상: {text}"
 msgid "Video Games"
 msgstr "비디오 게임"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "동영상 일시 정지됨"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "동영상 재생 중"
 
@@ -8628,11 +8865,11 @@ msgstr "동영상 재생 중"
 msgid "Video not found."
 msgstr "동영상을 찾을 수 없습니다."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "동영상 설정"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "동영상 업로드됨"
 
@@ -8640,24 +8877,24 @@ msgstr "동영상 업로드됨"
 msgid "Video: {0}"
 msgstr "동영상: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "동영상"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "동영상 길이는 3분 미만이어야 합니다"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "{0} 님의 아바타 보기"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "{0} 님의 프로필 보기"
 
@@ -8665,7 +8902,7 @@ msgstr "{0} 님의 프로필 보기"
 msgid "View {displayName}'s profile"
 msgstr "{displayName} 님의 프로필 보기"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "차단된 사용자의 프로필 보기"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "디버그 항목 보기"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "세부 정보 보기"
 
@@ -8688,7 +8925,7 @@ msgstr "세부 정보 보기"
 msgid "View details for reporting a copyright violation"
 msgstr "저작권 위반 신고에 대한 세부 정보 보기"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "전체 스레드 보기"
 
@@ -8703,13 +8940,12 @@ msgstr "이 라벨에 대한 정보 보기"
 msgid "View more"
 msgstr "더 보기"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "프로필 보기"
 
@@ -8723,7 +8959,7 @@ msgstr "{0} 님이 제공하는 라벨링 서비스 보기"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "이 사용자의 인증 보기"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "내가 뮤트한 계정 보기"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "내 인증 보기"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "콘텐츠 경고"
 msgid "Warn content and filter from feeds"
 msgstr "콘텐츠 경고 및 피드에서 필터링"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "해당 해시태그에 대한 결과를 찾을 수 없습니다."
@@ -8798,7 +9039,7 @@ msgstr "해당 해시태그에 대한 결과를 찾을 수 없습니다."
 msgid "We couldn't find any results for that topic."
 msgstr "해당 주제에 대한 결과를 찾을 수 없습니다."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "이 대화를 불러올 수 없습니다"
 
@@ -8822,6 +9063,10 @@ msgstr "팔로우하는 사용자의 게시물이 부족합니다. 대신 <0/>
 msgid "We recommend selecting at least two interests."
 msgstr "관심 주제를 2개 이상 선택하는 것을 권장합니다."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "링크가 포함된 이메일을 <0>{0}</0>(으)로 보냈습니다. 이메일 인증 절차를 완료하려면 해당 링크를 클릭하세요."
+
 #: 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 "동영상을 업로드할 수 있는지 확인할 수 없습니다. 다시 시도해 주세요."
@@ -8842,6 +9087,10 @@ msgstr "연결하지 못했습니다. 계정 설정을 계속하려면 다시 
 msgid "We will let you know when your account is ready."
 msgstr "계정이 준비되면 알려 드리겠습니다."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "링크가 포함된 이메일을 <0>{0}</0>(으)로 보냅니다. 이메일 인증 절차를 완료하려면 해당 링크를 클릭하세요."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "이를 통해 사용자 환경을 맞춤 설정할 수 있습니다."
@@ -8853,7 +9102,7 @@ msgstr "네트워크 문제가 발생했습니다. 다시 시도해 주세요"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Bluesky에 인증을 쉽게 확인할 수 있는 체크 표시를 도입합니다."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "죄송하지만 현재 뮤트한 단어를 불러올 수 없습니다. 
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다시 시도해 주세요."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "죄송하지만 답글을 달려는 게시물이 삭제되었습니다."
 
@@ -8880,7 +9129,7 @@ msgstr "죄송하지만 답글을 달려는 게시물이 삭제되었습니다."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "죄송합니다. 페이지를 찾을 수 없습니다."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "죄송합니다. 라벨러는 20개까지만 구독할 수 있으며 20개에 도달했습니다."
 
@@ -8902,13 +9151,13 @@ msgstr "스타터 팩의 이름을 무엇으로 할까요?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "무슨 일이 일어나고 있나요?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "체크 표시를 탭하면 어떤 조직이 인증을 승인했는지 확인할 수 있습니다."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "답글을 달 수 있는 사람"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "누가 인증을 받을 수 있나요?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "이런!"
@@ -8984,11 +9233,11 @@ msgstr "이 사용자를 검토해야 하는 이유는 무엇인가요?"
 msgid "Write a message"
 msgstr "메시지를 입력하세요"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "게시물 작성"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "답글 작성하기"
@@ -9002,6 +9251,11 @@ msgstr "작가"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "서버에서 잘못된 DID를 반환했습니다. 수신됨: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "예"
@@ -9015,11 +9269,11 @@ msgstr "비활성화"
 msgid "Yes, delete this starter pack"
 msgstr "이 스타터 팩 삭제하기"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "해제"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "숨기기"
 
@@ -9037,16 +9291,25 @@ msgstr "나"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "나는 신뢰할 수 있는 인증자입니다"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
-msgstr ""
+msgstr "호스팅 제공자:"
 
 #: src/screens/SignupQueued.tsx:157
 msgid "You are in line."
 msgstr "대기 중입니다."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "동영상을 업로드할 수 없습니다."
@@ -9055,18 +9318,22 @@ msgstr "동영상을 업로드할 수 없습니다."
 msgid "You are not following anyone."
 msgstr "아무도 팔로우하지 않았습니다."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "내 계정은 인증되었습니다"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "현재 인증된 상태입니다. 표시 이름을 변경하면 인증이 해제될 수 있습니다. <0>더 알아보기</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "현재 인증된 상태입니다. 핸들을 변경하면 인증이 해제될 수 있습니다. <0>더 알아보기</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "내가 이 계정을 뮤트했습니다."
 msgid "You have muted this user"
 msgstr "내가 이 사용자를 뮤트했습니다"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "아직 대화가 없습니다. 시작해 보세요!"
 
@@ -9179,11 +9446,11 @@ msgstr "피드가 없습니다."
 msgid "You have no lists."
 msgstr "리스트가 없습니다."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "아직 어떤 계정도 차단하지 않았습니다. 계정을 차단하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 \"계정 차단\"을 선택하세요."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 \"계정 뮤트\"를 선택하세요."
 
@@ -9191,11 +9458,15 @@ msgstr "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트
 msgid "You have reached the end"
 msgstr "끝에 도달했습니다"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "이메일 주소를 성공적으로 인증했습니다. 이 대화 상자를 닫아도 됩니다."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "일시적으로 동영상 업로드 한도에 도달했습니다. 나중에 다시 시도해 주세요."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "아직 스타터 팩을 만들지 않았습니다."
 
@@ -9224,7 +9495,7 @@ msgstr "프로필은 최대 {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK
 msgid "You may only add up to 3 feeds"
 msgstr "피드는 최대 3개까지 추가할 수 있습니다"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "이미지는 최대 4개까지 선택할 수 있습니다"
 
@@ -9232,7 +9503,7 @@ msgstr "이미지는 최대 4개까지 선택할 수 있습니다"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "계정을 만들려면 만 13세 이상이어야 합니다."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "스타터 팩을 만들려면 다른 사람을 최소 7명 이상 팔로우해야 합니다."
 
@@ -9248,10 +9519,18 @@ msgstr "이미지를 저장하려면 사진 보관함에 대한 접근 권한을
 msgid "You must select at least one labeler for a report"
 msgstr "신고하려면 라벨을 하나 이상 선택해야 합니다"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "이메일 2단계 인증을 사용하려면 이메일 주소를 인증해야 합니다."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "이전에 @{0}을(를) 비활성화했습니다."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "앱을 다시 시작해야 할 수 있습니다."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "내가 {0}(으)로 반응함"
@@ -9260,16 +9539,16 @@ msgstr "내가 {0}(으)로 반응함"
 msgid "You reacted {0} to {1}"
 msgstr "내가 {1}에 {0}(으)로 반응함"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "모든 계정에서 로그아웃됩니다."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "이 스레드에 대한 알림을 더 이상 받지 않습니다"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "이제 이 스레드에 대한 알림을 받습니다"
 
@@ -9305,7 +9584,7 @@ msgstr "다음 사람들 외 {0}명을 팔로우하게 됩니다"
 msgid "You'll follow these people right away"
 msgstr "다음 사람들을 바로 팔로우하게 됩니다"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "본인 인증을 위해 <0>{0}</0>(으)로 이메일을 보냅니다."
 
@@ -9339,6 +9618,10 @@ msgstr "팔로우할 사람들을 찾은 것 같군요"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "피드 끝에 도달했습니다! 팔로우할 계정을 더 찾아보세요."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "허용된 최대 요청 수에 도달했습니다. 나중에 다시 시도해 주세요."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "동영상 업로드 일일 한도에 도달했습니다 (용량이 너무 큼)"
@@ -9347,7 +9630,7 @@ msgstr "동영상 업로드 일일 한도에 도달했습니다 (용량이 너
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "동영상 업로드 일일 한도에 도달했습니다 (동영상 수가 너무 많음)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "시청할 동영상이 부족합니다. 잠시 쉬는 건 어떠신가요?"
 
@@ -9391,14 +9674,18 @@ msgstr "브라우저가 이 동영상 형식을 지원하지 않습니다. 다
 msgid "Your chats have been disabled"
 msgstr "대화가 사용 중지되었습니다"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "선택 사항은 저장되며 나중에 설정에서 변경할 수 있습니다."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "선택한 항목은 앞으로 클릭할 링크에도 적용되며 설정에서 언제든지 변경할 수 있습니다."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "현재 핸들 <0>{0}</0>은 자동으로 예약된 상태로 유지됩니다. 이 계정에서 언제든지 다시 전환할 수 있습니다."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "이메일 주소를 변경했지만 아직 인증되지 않았습니다. 다음 단계에서 새 이메일을 인증해 주세요."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "현재 핸들 <0>{0}</0>은 자동으로 예약된 상태로 유지됩
 msgid "Your email appears to be invalid."
 msgstr "이메일이 잘못된 것 같습니다."
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "내 이메일이 아직 인증되지 않았습니다. Bluesky의 모든 기능을 즐기려면 이메일을 인증해 주세요."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "이메일이 아직 인증되지 않았습니다. 이는 중요한 보안 단계이므로 권장하는 사항입니다."
 
@@ -9434,7 +9721,7 @@ msgstr "내 전체 핸들: <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "내 전체 사용자 이름: <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "비밀번호를 성공적으로 변경했습니다."
 msgid "Your password must be at least 8 characters long."
 msgstr "비밀번호는 8자 이상이어야 합니다."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "게시물을 등록했습니다"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "게시물을 등록했습니다"
 
@@ -9479,7 +9766,7 @@ msgstr "게시물, 좋아요, 차단 목록은 공개됩니다. 뮤트 목록은
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "내 프로필, 글, 피드 및 리스트가 더 이상 다른 Bluesky 사용자에게 표시되지 않습니다. 언제든지 로그인하여 계정을 재활성화할 수 있습니다."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "답글을 등록했습니다"
 
@@ -9497,4 +9784,4 @@ msgstr "선택한 관심 주제는 사용자가 관심 있는 콘텐츠를 제
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "내 인증"
diff --git a/src/locale/locales/ne/messages.po b/src/locale/locales/ne/messages.po
index 17a282340..66aeb82e7 100644
--- a/src/locale/locales/ne/messages.po
+++ b/src/locale/locales/ne/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ne\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Nepali\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr ""
 msgid "(contains embedded content)"
 msgstr "सामग्री समावेश गरिएको छ"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "इमेल छैन"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# पुन: पोष्ट} other {# पुन: प
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# सेकेन्ड} other {# सेकेन्डहरू}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {अनुगामी} other {अनुगामीहरू}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {अनुगमन गरिरहेको} other {अनुगमन गरिरहेका}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {मन पराइएको} other {मन पराइएका}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {मन पराइएको} other {मन परा
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {पोष्ट} other {पोष्टहरू}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {उद्धरण} other {उद्धरणहरू}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {पुन: पोष्ट} other {पुन: पोष्टहरू}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>ट्यागहरूमा <1>भित्र</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>पाठ र ट्यागहरूमा <1>भित्र</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} यस हप्ता सामेल भए"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0} को अवतार"
 
@@ -189,7 +193,7 @@ msgstr "{0}मि"
 msgid "{0}s"
 msgstr "{0}से"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {घण्टा} other {घण्टा
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {मिनेट} other {मिनेटहरू}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> ले तपाईंलाई अनुसरण गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> ले तपाईंको कस्टम फिडलाई मन पराए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> ले तपाईंको पोस्टलाई मन पराए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> ले तपाईंको पोस्टलाई पुन: पोस्ट गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> ले तपाईंको स्टार्टर प्याकबाट साइन अप गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} ले तपाईंलाई अनुसरण गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} ले तपाईंलाई पुनः अनुसरण गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} ले तपाईंको कस्टम फिडलाई मन पराए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} ले तपाईंको पोस्टलाई मन पराए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} ले तपाईंको पोस्टलाई पुन: पोस्ट गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} ले तपाईंको स्टार्टर प्याकबाट साइन अप गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंलाई अनुसरण गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंको कस्टम फिडलाई मन पराए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंको पोस्टलाई मन पराए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंको पोस्टलाई पुन: पोस्ट गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंको स्टार्टर प्याकबाट साइन अप गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} ले तपाईंलाई पछ्याए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} ले तपाईंलाई फिर्ता पछ्याए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} ले तपाईंको कस्टम फिडलाई मन पराए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} ले तपाईंको पोस्टलाई मन पराए"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} ले तपाईंको पोस्टलाई पुन: पोस्ट गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} ले तपाईंको स्टार्टर प्याकबाट साइन अप गरे"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} पछ्याउँदै छन्"
@@ -335,11 +339,23 @@ msgstr "{following} पछ्याउँदै छन्"
 msgid "{handle} can't be messaged"
 msgstr "{handle} लाई सन्देश पठाउन सकिदैन"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1> र {2, plural, one {# other} other {# others}} तपाईंको स्टार्टर प्याकमा समावेश छन्"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {अनुगामी} other {अनुगामीहरू}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {पछ्याउँदै छन्} other {पछ्याउँदै छन्}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>प्रयोगात्मक:</0> यो प्राथमि
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>तपाईं</0> र<1> </1><2>{0} </2> तपाईंको स्टार्टर प्याकमा समावेश छन्"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠अवैध ह्यान्डल"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "बारेमा"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "पहुँचयोग्यता"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "पहुँचयोग्यता सेटिङ्स"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "खाता"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "खाता ब्लक गरिएको छ"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "खाता पछ्याइएको छ"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "खाता म्यूट गरिएको छ"
@@ -517,33 +533,33 @@ msgstr "खाता म्यूट गरिएको छ"
 msgid "Account Muted by List"
 msgstr "सूचीद्वारा खाता म्यूट गरिएको छ"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "खाताको विकल्पहरू"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "खाता छिटो पहुँचबाट हटाइएको छ"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "खाताको ब्लक हटाइएको छ"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "खाताको पछ्याइ हटाइएको छ"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "खाताको म्यूट हटाइएको छ"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "स्टार्टर प्याकमा {displayName} थप्
 msgid "Add a content warning"
 msgstr "सामग्री चेतावनी थप्नुहोस्"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "खाता थप्नुहोस्"
 msgid "Add alt text"
 msgstr "वैकल्पिक पाठ थप्नुहोस्"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "वैकल्पिक पाठ थप्नुहोस् (ऐच्छिक)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "अर्को खाता थप्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "अर्को पोष्ट थप्नुहोस्"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "म्यूट शब्दहरू र ट्यागहरू थप्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "नयाँ पोष्ट थप्नुहोस्"
 
@@ -664,8 +684,8 @@ msgstr "तपाईंको डोमेनमा निम्न DNS रे
 msgid "Add this feed to your feeds"
 msgstr "यस फिडलाई तपाईंको फिडमा थप्नुहोस्"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "सूचीहरूमा थप्नुहोस्"
 
@@ -718,6 +738,11 @@ msgstr "वयस्क सामग्रीका लेबलहरू"
 msgid "Advanced"
 msgstr "उन्नत"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr ""
@@ -732,7 +757,7 @@ msgstr "सबै खाताहरू पछ्याइएका छन्!"
 msgid "All languages"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "तपाईंले बचत गरेका सबै फिडहरू एउटै स्थानमा।"
 
@@ -776,10 +801,10 @@ msgstr "वैकल्पिक"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "वैकल्पिक पाठ"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "एक इमेल {0} मा पठाइएको छ। यसमा एक पुष्टिकरण कोड समावेश छ, जसलाई तपाईं तल प्रविष्ट गर्न सक्नुहुन्छ।"
 
-#: 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 "तपाईंको पुरानो ठेगाना {0} मा इमेल पठाइएको छ। यसमा एक पुष्टिकरण कोड समावेश छ, जसलाई तपाईं तल प्रविष्ट गर्न सक्नुहुन्छ।"
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "इमेल पठाइएको छ! कृपया इमेलमा समावेश गरिएको पुष्टिकरण कोड तल प्रविष्ट गर्नुहोस्।"
 
@@ -825,7 +849,7 @@ msgstr "भिडियो संकुचन गर्दा त्रुटि
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "तपाईंको स्टार्टर प्याक निर्माण गर्दा त्रुटि भयो। के पुन: प्रयास गर्न चाहनुहुन्छ?"
 
@@ -842,7 +866,7 @@ msgstr "भिडियो लोड गर्दा त्रुटि भय
 msgid "An error occurred while saving the QR code!"
 msgstr "QR कोड बचत गर्दा त्रुटि भयो!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "भिडियो चयन गर्दा त्रुटि भयो"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "भिडियो अपलोड गर्दा त्रुटि भयो।"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "यी विकल्पहरूमा समावेश नभएको समस्या"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "कुराकानी सुरु गर्दा समस्या भयो"
 
@@ -875,8 +899,8 @@ msgstr "कुराकानी खोल्ने प्रयास गर्
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "विरोधी सामाजिक व्यवहार"
 msgid "Anybody can interact"
 msgstr "कुनै पनि व्यक्ति अन्तरक्रिया गर्न सक्छन्"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "एपको भाषा"
 
@@ -958,7 +982,7 @@ msgstr "एप पासवर्ड नाम कम्तिमा ४ वर
 msgid "App passwords"
 msgstr "एप पासवर्डहरू"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "एप पासवर्डहरू"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "यो निर्णयको अपील गर्नुहोस्।"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "रूपरङ्ग"
 
@@ -1006,12 +1030,12 @@ msgstr "रूपरङ्ग"
 msgid "Apply default recommended feeds"
 msgstr "डिफल्ट सिफारिस गरिएका फिडहरू लागू गर्नुहोस्।"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "{0} बाट आर्काइभ गरिएको"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "आर्काइभ गरिएको पोस्ट"
 
@@ -1047,11 +1071,11 @@ msgstr "के तपाईं {0} लाई आफ्नो फिडहरू
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "के तपाईं यसलाई आफ्नो फिडहरूबाट हटाउन निश्चित हुनुहुन्छ?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "के तपाईं यस मस्यौदा हटाउन चाहनुहुन्छ?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "के तपाईं यस पोस्ट हटाउन चाहनुहुन्छ?"
 
@@ -1072,6 +1096,11 @@ msgstr "कला"
 msgid "Artistic or non-erotic nudity."
 msgstr "कलात्मक वा गैर-इरोटिक नग्नता।"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "कम्तिमा ३ अक्षरहरू"
@@ -1103,7 +1132,7 @@ msgstr "भिडियो र GIF हरू अटोप्ले गर्न
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "फिर्ता"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "सूची सिर्जना गर्नु अघि, तपाईंले पहिले आफ्नो इमेल प्रमाणित गर्नुपर्छ।"
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "पोस्ट सिर्जना गर्नु अघि, तपाईंले पहिले आफ्नो इमेल प्रमाणित गर्नुपर्छ।"
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "स्टार्टर प्याक सिर्जना गर्नु अघि, तपाईंले पहिले आफ्नो इमेल प्रमाणित गर्नुपर्छ।"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "अर्को प्रयोगकर्तालाई सन्देश पठाउनु अघि, तपाईंले पहिले आफ्नो इमेल प्रमाणित गर्नुपर्छ।"
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "जन्मदिन"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "ब्लक गर्नुहोस्"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "खाता ब्लक गर्नुहोस्"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "खाता ब्लक गर्नुहोस्?"
 
@@ -1200,17 +1235,17 @@ msgstr "ब्लक गरियो"
 msgid "Blocked accounts"
 msgstr "ब्लक गरिएका खाताहरू"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "ब्लक गरिएका खाताहरू"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "ब्लक गरिएका खाताहरूले तपाईंको थ्रेडहरूमा उत्तर दिन सक्दैनन्, तपाईंलाई उल्लेख गर्न सक्दैनन्, वा अन्यथा तपाईंसँग अन्तरक्रिया गर्न सक्दैनन्।"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "ब्लक गरिएका खाताहरूले तपाईंको थ्रेडहरूमा उत्तर दिन सक्दैनन्, तपाईंलाई उल्लेख गर्न सक्दैनन्, वा अन्यथा तपाईंसँग अन्तरक्रिया गर्न सक्दैनन्। तपाईंले उनीहरूको सामग्री देख्न सक्नुहुन्न र तिनीहरूले तपाईंको सामग्री हेर्नबाट रोकिनेछन्।"
 
@@ -1226,11 +1261,11 @@ msgstr "ब्लकले यस लेबलकर्ताले तपाई
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "ब्लक सार्वजनिक हुन्छ। ब्लक गरिएका खाताहरूले तपाईंको थ्रेडहरूमा उत्तर दिन सक्दैनन्, तपाईंलाई उल्लेख गर्न सक्दैनन्, वा अन्यथा तपाईंसँग अन्तरक्रिया गर्न सक्दैनन्।"
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "ब्लकले तपाईंको खातामा लेबलहरू लागू हुनबाट रोक्दैन, तर यस खाताले तपाईंको थ्रेडहरूमा उत्तर दिन वा तपाईंसँग अन्तरक्रिया गर्न रोक्नेछ।"
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "ब्लग"
 
@@ -1239,7 +1274,7 @@ msgstr "ब्लग"
 msgid "Bluesky"
 msgstr "ब्लूस्काई"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "ब्लूस्काईले दाबी गरिएको मितिको प्रामाणिकता पुष्टि गर्न सक्दैन।"
 
@@ -1265,7 +1300,7 @@ msgstr "ब्लूस्काई साथीहरूसँग अझ रा
 msgid "Bluesky Social Terms of Service"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "ब्लूस्काई तपाईंको नेटवर्कका मानिसहरूबाट सिफारिस गरिएका खाताहरूको सेट चयन गर्नेछ।"
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "व्यापार"
 
@@ -1374,45 +1409,47 @@ msgstr "खाता सिर्जना गरेर तपाईं <0>स
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "क्यामेरा"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "रद्द गर्नुहोस्"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "खाता मेटाउन रद्द गर्नुहोस्
 msgid "Cancel image crop"
 msgstr "चित्र काट्ने कार्य रद्द गर्नुहोस्"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "प्रोफाइल सम्पादन रद्द गर्नुहोस्"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "लिङ्क गरिएको वेबसाइट खोल्ने कार्य रद्द गर्नुहोस्"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "ब्लक गरिएको प्रयोगकर्तासँग अन्तरक्रिया गर्न सकिँदैन"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "उपशीर्षक (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "उपशीर्षक र वैकल्पिक पाठ"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "परिवर्तन गर्नुहोस्"
 
@@ -1478,13 +1514,12 @@ msgstr ""
 msgid "Change app icon to \"{0}\""
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "इमेल परिवर्तन गर्नुहोस्"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "इमेल ठेगाना परिवर्तन गर्नुहोस्"
 
@@ -1497,10 +1532,6 @@ msgstr "ह्यान्डल परिवर्तन गर्नुहो
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "मेरो इमेल परिवर्तन गर्नुहोस्"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "पासवर्ड परिवर्तन गर्नुहोस्"
@@ -1513,11 +1544,11 @@ msgstr ""
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "तपाईंको इमेल परिवर्तन गर्नुहोस्"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "तपाईंको इमेल ठेगाना परिवर्तन गर्नुहोस्"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "कुराकानी"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "कुराकानी म्यूट गरियो"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "कुराकानी सेटिङ्स"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "कुराकानी अनम्यूट गरियो"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "डोमेन प्रमाणीकरण विधि छान्
 msgid "Choose Feeds"
 msgstr "फिडहरू छान्नुहोस्"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "मेरो लागि छान्नुहोस्"
 
@@ -1619,7 +1650,7 @@ msgstr "यो रंगलाई आफ्नो अवतारको रू
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr ""
 
@@ -1631,16 +1662,16 @@ msgstr "तपाईंको पासवर्ड छान्नुहोस
 msgid "Choose your username"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "सबै भण्डारण डाटा खाली गर्नुहोस्"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "सबै भण्डारण डाटा खाली गर्नुहोस् (यसपछि पुनः सुरु गर्नुहोस्)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "खोज प्रश्न खाली गर्नुहोस्"
 msgid "click here"
 msgstr "यहाँ क्लिक गर्नुहोस्"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "यो पोस्टको कोट पोस्टहरू अक्षम गर्न क्लिक गर्नुहोस्।"
@@ -1676,29 +1715,34 @@ msgstr "जलवायु"
 msgid "Clip 🐴 clop 🐴"
 msgstr "क्लिप 🐴 क्लोप 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "बन्द गर्नुहोस्"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "सक्रिय संवाद बन्द गर्नुहोस्"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "तलको दराज बन्द गर्नुहोस्"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "संवाद बन्द गर्नुहोस्"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr ""
 
@@ -1751,12 +1795,12 @@ msgstr "यो संवाद बन्द गर्नुहोस्"
 msgid "Closes password update alert"
 msgstr "पासवर्ड अद्यावधिक चेतावनी बन्द गर्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "हेडर चित्रको दर्शक बन्द गर्नुहोस्"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "प्रयोगकर्ताहरूको सूची संक्षेप गर्नुहोस्"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "दिइएको सूचना लागि प्रयोगकर्ताहरूको सूची संक्षेप गर्दछ"
 
@@ -1791,7 +1835,7 @@ msgstr "कमेडी"
 msgid "Comics"
 msgstr "कमिक्स"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "समुदायका दिशानिर्देशहरू"
@@ -1804,11 +1848,11 @@ msgstr "अनबोर्डिङ पूरा गर्नुहोस् र
 msgid "Complete the challenge"
 msgstr "चुनौती पूरा गर्नुहोस्"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "नयाँ पोस्ट तयार गर्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "जवाफ तयार गर्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "भिडियो कम्प्रेस गर्दै..."
 
@@ -1828,23 +1872,17 @@ msgstr "श्रेणी: {name} का लागि सामग्री फ
 msgid "Configured in <0>moderation settings</0>."
 msgstr "<0>मोडरेशन सेटिङ्स</0> मा कन्फिगर गरिएको।"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "सामग्री भाषा सेटिङ पुष्टि गर्नुहोस्"
@@ -1861,18 +1899,19 @@ msgstr "तपाईंको उमेर पुष्टि गर्नुह
 msgid "Confirm your birthdate"
 msgstr "तपाईंको जन्ममिति पुष्टि गर्नुहोस्"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "पुष्टिकरण कोड"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "पुष्टिकरण कोड"
 
@@ -1880,8 +1919,8 @@ msgstr "पुष्टिकरण कोड"
 msgid "Connecting..."
 msgstr "जोड्दैछ..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "समर्थन सम्पर्क गर्नुहोस्"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "सामग्री र मिडिया"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "सामग्री र मिडिया"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "सामग्री र मिडिया"
 
@@ -1911,7 +1950,7 @@ msgstr "सामग्री फिल्टरहरू"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "सामग्री भाषाहरू"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "सन्दर्भ मेनु पृष्ठभूमि, मेनु बन्द गर्न क्लिक गर्नुहोस्।"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "जारी राख्नुहोस्"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "{0} को रूपमा जारी राख्नुहोस् (हाल साइन इन गरिएको)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "थ्रेड जारी राख्नुहोस्..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "अर्को चरणमा जारी राख्नुहोस्"
@@ -1973,7 +2012,7 @@ msgstr "खाना पकाउने"
 msgid "Copied"
 msgstr "प्रतिलिपि गरियो"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "बिल्ड संस्करण क्लिपबोर्डमा प्रतिलिपि गरियो"
 
@@ -1981,8 +2020,8 @@ msgstr "बिल्ड संस्करण क्लिपबोर्डम
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "क्लिपबोर्डमा प्रतिलिपि गरियो"
 
@@ -1991,7 +2030,7 @@ msgstr "क्लिपबोर्डमा प्रतिलिपि गर
 msgid "Copied!"
 msgstr "प्रतिलिपि गरियो!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "प्रतिलिपि गर्नुहोस्"
 msgid "Copy App Password"
 msgstr "एप पासवर्ड प्रतिलिपि गर्नुहोस्"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "कोड प्रतिलिपि गर्नुहोस्"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "DID प्रतिलिपि गर्नुहोस्"
 
@@ -2040,8 +2079,8 @@ msgstr "लिंक प्रतिलिपि गर्नुहोस्"
 msgid "Copy link to list"
 msgstr "सूचीको लिंक प्रतिलिपि गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "पोस्टको लिंक प्रतिलिपि गर्नुहोस्"
 
@@ -2050,13 +2089,13 @@ msgstr "पोस्टको लिंक प्रतिलिपि गर्
 msgid "Copy message text"
 msgstr "सन्देशको पाठ प्रतिलिपि गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "पोस्टको पाठ प्रतिलिपि गर्नुहोस्"
 
@@ -2068,7 +2107,7 @@ msgstr "QR कोड प्रतिलिपि गर्नुहोस्"
 msgid "Copy TXT record value"
 msgstr "TXT रेकर्ड मान प्रतिलिपि गर्नुहोस्"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "प्रतिलिपि अधिकार नीति"
@@ -2078,7 +2117,7 @@ msgstr "प्रतिलिपि अधिकार नीति"
 msgid "Could not leave chat"
 msgstr "कुराकानी छोड्न सकिएन"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "फिड लोड गर्न सकिएन"
 
@@ -2094,7 +2133,7 @@ msgstr "कुराकानी म्यूट गर्न सकिएन"
 msgid "Could not process your video"
 msgstr "तपाईंको भिडियो प्रक्रिया गर्न सकिएन"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "सिर्जना गर्नुहोस्"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "स्टार्टर प्याकका लागि QR कोड सिर्जना गर्नुहोस्"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "स्टार्टर प्याक सिर्जना गर्नुहोस्"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "मेरो लागि स्टार्टर प्याक सिर्जना गर्नुहोस्"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "खाता बनाउनुहोस्"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "यसको सट्टा एउटा अवतार बनाउनुहोस्"
 
@@ -2209,13 +2248,13 @@ msgstr "गाढा थिम"
 msgid "Date of birth"
 msgstr "जन्म मिति"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "खाता निष्क्रिय गर्नुहोस्"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "डिबग मोडरेशन"
 
@@ -2237,13 +2276,13 @@ msgstr ""
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "मेटाउनुहोस्"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "खाता मेटाउनुहोस्"
 
@@ -2259,19 +2298,19 @@ msgstr "एप पासवर्ड मेटाउनुहोस्"
 msgid "Delete app password?"
 msgstr "एप पासवर्ड मेटाउनुहोस्?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "कुराकानी घोषणाको रेकर्ड मेटाउनुहोस्"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr "मेरो लागि सन्देश मेटाउनुहो
 msgid "Delete my account"
 msgstr "मेरो खाता मेटाउनुहोस्"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "पोस्ट मेटाउनुहोस्"
 
@@ -2318,7 +2357,7 @@ msgstr "स्टार्टर प्याक मेटाउनुहोस
 msgid "Delete this list?"
 msgstr "यो सूची मेटाउनुहोस्?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "यो पोस्ट मेटाउनुहोस्?"
 
@@ -2335,19 +2374,19 @@ msgstr "मेटाइएको खाता"
 msgid "Deleted post."
 msgstr "मेटाइएको पोस्ट।"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "विवरण"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "विवरण धेरै लामो छ"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "वर्णनात्मक वैकल्पिक पाठ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "उद्धरण अलग गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "उद्धरण पोस्ट अलग गर्नुहोस्?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "डेभलपर विकल्पहरू"
 
@@ -2388,6 +2427,15 @@ msgstr "संवाद: यो पोस्टसँग कसले अन्
 msgid "Dim"
 msgstr "धूमिल"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "इमेल 2FA अक्षम गर्नुहोस्"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "अक्षम गरियो"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "त्याग्नुहोस्"
 
@@ -2420,11 +2468,11 @@ msgstr "त्याग्नुहोस्"
 msgid "Discard changes?"
 msgstr "परिवर्तनहरू त्याग्नुहोस्?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "मस्यौदा त्याग्नुहोस्?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "पोस्ट त्याग्नुहोस्?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "नयाँ अनुकूलित फिडहरू पत्ता लगाउनुहोस्"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "नयाँ फिडहरू खोज्नुहोस्"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "रद्द गर्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "त्रुटि रद्द गर्नुहोस्"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "ठूलो वैकल्पिक पाठ ब्याज देखाउनुहोस्"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "प्रदर्शन नाम"
@@ -2482,11 +2530,11 @@ msgstr "प्रदर्शन नाम"
 msgid "Display Name"
 msgstr "प्रदर्शन नाम"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "प्रदर्शन नाम धेरै लामो छ"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "ड्यासबाट सुरु वा अन्त्य गर
 msgid "Domain verified!"
 msgstr "डोमेन प्रमाणित गरियो!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "सम्पन्न{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "संवाद बन्द गर्न डबल ट्याप गर्नुहोस्"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "अवधि:"
 msgid "e.g. alice"
 msgstr "उदा. एलिस"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "उदा. एलिस थर"
 
@@ -2587,7 +2645,7 @@ msgstr "उदा. एलिस रोबर्ट्स"
 msgid "e.g. alice.com"
 msgstr "उदा. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "उदा. कलाकार, कुकुरप्रेमी, र पुस्तकप्रेमी।"
 
@@ -2595,19 +2653,19 @@ msgstr "उदा. कलाकार, कुकुरप्रेमी, र 
 msgid "E.g. artistic nudes."
 msgstr "उदा. कलात्मक नग्न।"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "उदा. उत्कृष्ट पोस्टरहरू"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "उदा. स्प्यामरहरू"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "उदा. कहिल्यै नचुक्ने पोस्टरहरू।"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "उदा. बारम्बार विज्ञापनहरू सहित उत्तर दिने प्रयोगकर्ताहरू।"
 
@@ -2615,7 +2673,7 @@ msgstr "उदा. बारम्बार विज्ञापनहरू 
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "प्रत्येक कोड एक पटक मात्र प्रयोग गर्न सकिन्छ। तपाईं समय-समयमा थप निमन्त्रणा कोड प्राप्त गर्नुहुनेछ।"
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "सम्पादन गर्नुहोस्"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "अवतार सम्पादन गर्नुहोस्"
 
@@ -2637,14 +2695,14 @@ msgstr "अवतार सम्पादन गर्नुहोस्"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "चित्र सम्पादन गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "अन्तर्क्रिया सेटिङ्स सम्पादन गर्नुहोस्"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "सूची विवरण सम्पादन गर्नुहोस्"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "मोडरेशन सूची सम्पादन गर्नुहोस्"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "मेरो फिड सम्पादन गर्नुहोस्"
 
@@ -2679,15 +2742,15 @@ msgstr "व्यक्ति सम्पादन गर्नुहोस्"
 msgid "Edit post interaction settings"
 msgstr "पोस्ट अन्तर्क्रिया सेटिङ्स सम्पादन गर्नुहोस्"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "प्रोफाइल सम्पादन गर्नुहोस्"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "प्रोफाइल सम्पादन गर्नुहोस्"
 
@@ -2695,7 +2758,7 @@ msgstr "प्रोफाइल सम्पादन गर्नुहोस
 msgid "Edit starter pack"
 msgstr "स्टार्टर प्याक सम्पादन गर्नुहोस्"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "प्रयोगकर्ता सूची सम्पादन गर्नुहोस्"
 
@@ -2707,11 +2770,11 @@ msgstr "को उत्तर दिन सक्छ सम्पादन ग
 msgid "Edit your display name"
 msgstr "तपाईंको प्रदर्शन नाम सम्पादन गर्नुहोस्"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "तपाईंको प्रोफाइल विवरण सम्पादन गर्नुहोस्"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "तपाईंको स्टार्टर प्याक सम्पादन गर्नुहोस्"
 
@@ -2724,9 +2787,8 @@ msgstr "शिक्षा"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "इमेल"
 
@@ -2747,20 +2809,17 @@ msgstr "इमेल ठेगाना"
 msgid "Email Resent"
 msgstr "इमेल पुनः पठाइयो"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "इमेल अद्यावधिक गरियो"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "इमेल अद्यावधिक गरियो"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "इमेल प्रमाणित गरियो"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "HTML कोड समावेश गर्नुहोस्"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "पोस्ट समावेश गर्नुहोस्"
 
@@ -2785,8 +2844,9 @@ msgstr "यो पोस्टलाई तपाईंको वेबसाइ
 msgid "Embedded video player"
 msgstr "समाविष्ट भिडियो प्लेयर"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "सक्षम गर्नुहोस्"
 
@@ -2798,9 +2858,9 @@ msgstr "केवल {0} सक्षम गर्नुहोस्"
 msgid "Enable adult content"
 msgstr "वयस्क सामग्री सक्षम गर्नुहोस्"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "इमेल 2FA सक्षम गर्नुहोस्"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "सक्षम गरिएको"
 msgid "End of feed"
 msgstr "फिडको अन्त्य"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "प्रत्येक उपशीर्षक फाइलको लागि भाषा चयन गरिएको सुनिश्चित गर्नुहोस्।"
 
@@ -2860,14 +2920,15 @@ msgstr "पासवर्ड प्रविष्ट गर्नुहोस
 msgid "Enter a word or tag"
 msgstr "शब्द वा ट्याग प्रविष्ट गर्नुहोस्"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "कोड प्रविष्ट गर्नुहोस्"
 
-#: 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 "पूर्ण स्क्रीनमा प्रवेश गर्नुहोस्"
@@ -2897,11 +2958,7 @@ msgstr "तपाईंको जन्म मिति प्रविष्ट
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "तल तपाईंको नयाँ इमेल ठेगाना प्रविष्ट गर्नुहोस्।"
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "त्रुटि"
@@ -2997,15 +3054,15 @@ msgstr "चित्र दृश्य बन्द गर्नुहोस्
 msgid "Expand alt text"
 msgstr "वैकल्पिक पाठ विस्तार गर्नुहोस्"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "प्रयोगकर्ताहरूको सूची विस्तार गर्नुहोस्"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "जसमा तपाईं उत्तर दिँदै हुनुहुन्छ, त्यो पोस्ट विस्तार वा सङ्कुचित गर्नुहोस्"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "म्याद समाप्त हुन्छ {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "स्पष्ट वा सम्भावित रूपमा ब
 msgid "Explicit sexual images."
 msgstr "स्पष्ट यौन चित्रहरू।"
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "मेरो डाटा निर्यात गर्नुहोस्"
 
@@ -3071,12 +3132,12 @@ msgstr "बाह्य मिडिया"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "बाह्य मिडियाले वेबसाइटहरूलाई तपाईं र तपाईंको उपकरणको जानकारी सङ्कलन गर्न अनुमति दिन सक्छ। \"प्ले\" बटन दबाउनेसम्म कुनै जानकारी पठाइँदैन वा अनुरोध गरिँदैन।"
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "बाह्य मिडिया प्राथमिकताहरू"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "ह्यान्डल परिवर्तन गर्न असफल भयो। कृपया पुन: प्रयास गर्नुहोस्।"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "एप पासवर्ड सिर्जना गर्न असफल। कृपया पुन: प्रयास गर्नुहोस्।"
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "स्टार्टर प्याक सिर्जना गर्न असफल"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "सूची सिर्जना गर्न असफल। कृपया आफ्नो इन्टरनेट जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस्।"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "सन्देश मेटाउन असफल"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "पोस्ट मेटाउन असफल। कृपया पुन: प्रयास गर्नुहोस्।"
 
@@ -3129,7 +3186,7 @@ msgstr "पोस्ट मेटाउन असफल। कृपया प
 msgid "Failed to delete starter pack"
 msgstr "स्टार्टर प्याक मेटाउन असफल"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "पठाउन असफल"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "अपील पठाउन असफल भयो, कृपया पुन: प्रयास गर्नुहोस्।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "थ्रेड म्यूट टगल गर्न असफल, कृपया पुन: प्रयास गर्नुहोस्"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "फिड्स अद्यावधिक गर्न असफल भयो"
@@ -3219,11 +3290,15 @@ msgstr "सेटिङ्स अद्यावधिक गर्न असफ
 msgid "Failed to upload video"
 msgstr "भिडियो अपलोड गर्न असफल"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "ह्यान्डल प्रमाणित गर्न असफल भयो। कृपया पुन: प्रयास गर्नुहोस्।"
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "फिड"
 
@@ -3242,24 +3317,24 @@ msgstr "फिड टगल"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "प्रतिक्रिया"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "प्रतिक्रिया पठाइयो!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "फिड्स"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "लचिलो"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "अनुसरण गर्नुहोस्"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "अनुसरण गर्नुहोस्"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "{0} लाई अनुसरण गर्नुहोस्"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "{name} लाई अनुसरण गर्नुहोस्"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr ""
 msgid "Follow 7 accounts"
 msgstr "७ खाताहरू अनुसरण गर्नुहोस्"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "खाता अनुसरण गर्नुहोस्"
 
@@ -3391,7 +3462,7 @@ msgstr "खाता अनुसरण गर्नुहोस्"
 msgid "Follow all"
 msgstr "सबैलाई अनुसरण गर्नुहोस्"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "पछाडि अनुसरण गर्नुहोस्"
@@ -3417,7 +3488,7 @@ msgstr "<0>{0}</0> र <1>{1}</1> ले अनुसरण गरेका छ
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "<0>{0}</0>, <1>{1}</1>, र {2, plural, one {# other} other {# others}} ले अनुसरण गरेका छन्"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "तपाईंले चिनेका @{0} का अनुसरणकर्ताहरू"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "तपाईंले चिनेका अनुसरणकर्ताहरू"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "अनुसरण गर्दै"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "{0} लाई अनुसरण गर्दै"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "{name} लाई अनुसरण गर्दै"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "अनुसरण फिड प्राथमिकताहरू"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "अनुसरण फिड प्राथमिकताहरू"
@@ -3524,7 +3591,7 @@ msgstr "बारम्बार अवाञ्छित सामग्री
 msgid "From @{sanitizedAuthor}"
 msgstr "@{sanitizedAuthor} बाट"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "<0/> बाट"
@@ -3533,18 +3600,20 @@ msgstr "<0/> बाट"
 msgid "Gallery"
 msgstr "ग्यालेरी"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "स्टार्टर प्याक उत्पन्न गर्नुहोस्"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "मद्दत प्राप्त गर्नुहोस्"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "सुरू गर्नुहोस्"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "सुरू गर्दै"
 msgid "GIF"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "आफ्नो प्रोफाइललाई अनुहार दिनुहोस्"
 
@@ -3567,10 +3636,10 @@ msgstr "कानुन वा सेवा सर्तहरूको स्
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "फर्कनुहोस्"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "गृहपृष्ठमा जानुहोस्"
 msgid "Go Home"
 msgstr "गृहपृष्ठमा जानुहोस्"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "ग्राफिक मिडिया"
 msgid "Half way there!"
 msgstr "मध्यसम्म पुगियो!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "ह्यान्डल"
 
@@ -3665,7 +3750,7 @@ msgstr "ह्याप्टिक्स"
 msgid "Harassment, trolling, or intolerance"
 msgstr "उत्पीडन, ट्रोलिङ, वा असहिष्णुता"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "ह्यासट्याग"
 
@@ -3673,19 +3758,24 @@ msgstr "ह्यासट्याग"
 msgid "Hashtag {tag}"
 msgstr ""
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "समस्या भइरहेको छ?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "सहयोग"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "फोटो अपलोड गरेर वा अवतार सिर्जना गरेर आफू बोट होइन भनेर देखाउन सहयोग गर्नुहोस्।"
 
@@ -3698,7 +3788,7 @@ msgstr "यो तपाईंको एप पासवर्ड हो!"
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr "लुकेको सूची"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "लुकाउनुहोस्"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "लुकाउनुहोस्"
@@ -3729,18 +3819,18 @@ msgstr "लुकाउनुहोस्"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "मेरो लागि पोष्ट लुकाउनुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "सबैका लागि उत्तर लुकाउनुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "मेरो लागि उत्तर लुकाउनुहोस्"
 
@@ -3748,12 +3838,12 @@ msgstr "मेरो लागि उत्तर लुकाउनुहोस
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "यो पोस्ट लुकाउनुहोस्?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "यो उत्तर लुकाउनुहोस्?"
 
@@ -3771,7 +3861,7 @@ msgstr ""
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "प्रयोगकर्ता सूची लुकाउनुहोस्"
 
@@ -3817,11 +3907,11 @@ msgstr "हाम्रोमा समस्या छ, हामीले त
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "पर्खनुहोस्! हामी बिस्तारै भिडियो पहुँच उपलब्ध गराउँदैछौं, र तपाईं अझै प्रतीक्षामा हुनुहुन्छ। छिट्टै पुनः प्रयास गर्नुहोस्।"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "गृहपृष्ठ"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "पहिले चर्चित उत्तरहरू"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "यो लिंक कसरी खोल्ने?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "मसँग कोड छ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "मसँग कोड छ"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "मसँग पुष्टि कोड छ"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "यदि तपाईं यो सूची हटाउनुहु
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "यदि तपाईंले यो पोस्ट हटाउनुभयो भने, तपाईं यसलाई पुनः प्राप्त गर्न सक्नुहुन्न।"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "यदि तपाईं आफ्नो पासवर्ड परिवर्तन गर्न चाहनुहुन्छ भने, हामी तपाईंलाई यो खाता हो भनेर प्रमाणित गर्न कोड पठाउनेछौं।"
@@ -3915,18 +4008,19 @@ msgstr "अवैध र अत्यावश्यक"
 msgid "Image"
 msgstr "चित्र"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "चित्र तपाईंको क्यामेरा रोलमा सुरक्षित भयो!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "अमान्य 2FA पुष्टि कोड।"
 msgid "Invalid handle. Please try a different one."
 msgstr "अवैध ह्यान्डल। कृपया अर्को प्रयास गर्नुहोस्।"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "अवैध वा असमर्थित पोस्ट रेकर्ड"
 
@@ -4041,12 +4135,12 @@ msgstr "यो सहि छ"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "अहिले मात्र तपाईं हुनुहुन्छ! माथि खोजेर आफ्नो स्टार्टर प्याकमा थप मानिसहरू थप्नुहोस्।"
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "जॉब आईडी: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "जॉबहरू"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "लेखकद्वारा लेबल गरिएको।"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "लेबलहरू"
 
@@ -4100,13 +4194,13 @@ msgstr "तपाईंको सामग्रीमा लेबलहरू"
 msgid "Language selection"
 msgstr "भाषा चयन"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "भाषा सेटिङ"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "भाषाहरू"
 
@@ -4124,12 +4218,12 @@ msgstr "पछिल्लो"
 msgid "learn more"
 msgstr "थप जान्नुहोस्"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "थप जान्नुहोस्"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "ब्लूस्काईबारे थप जान्नुहोस्"
 
@@ -4158,8 +4252,8 @@ msgstr "यस सामग्रीमा लागू गरिएको म
 msgid "Learn more about this warning"
 msgstr "यस चेतावनीबारे थप जान्नुहोस्।"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "ब्लूस्काई छोड्दै"
 msgid "left to go."
 msgstr "जान बाँकी।"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "मलाई छान्न दिनुहोस्"
 
@@ -4230,7 +4324,7 @@ msgstr "हल्का"
 msgid "Like"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -4247,12 +4341,12 @@ msgstr "डिस्कभर फीडलाई तालिम दिन १
 msgid "Like this feed"
 msgstr "यस फीडलाई मन पराउनुहोस्।"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "मन पराउनेहरू"
 
@@ -4269,16 +4363,16 @@ msgstr ""
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "रुचिहरू"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "यस पोस्टमा रुचिहरू"
 
@@ -4287,11 +4381,11 @@ msgstr "यस पोस्टमा रुचिहरू"
 msgid "Linear"
 msgstr ""
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "सूची"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "सूची अवतार"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "सूची म्यूट गरियो"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "सूची नाम"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "सूची अनम्यूट गरियो"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "सूचीहरू"
 
@@ -4358,6 +4452,22 @@ msgstr "सूचीहरू"
 msgid "Lists blocking this user:"
 msgstr "यस प्रयोगकर्तालाई ब्लक गर्ने सूचीहरू:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "थप लोड गर्नुहोस्"
@@ -4370,18 +4480,18 @@ msgstr "थप सुझाइएका फीडहरू लोड गर्
 msgid "Load new notifications"
 msgstr "नयाँ सूचनाहरू लोड गर्नुहोस्।"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "नयाँ पोस्टहरू लोड गर्नुहोस्।"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "लोड हुँदैछ..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "लग"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "लोगो द्वारा <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "तपाईंले सबै फीडहरू अनपिन ग
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "तपाईंले अनुसरण गर्ने फीड हराएको जस्तो देखिन्छ। <0>यहाँ क्लिक गरेर थप्नुहोस्।</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "मेरो लागि एउटा बनाउनुहोस्।"
 
@@ -4455,7 +4569,14 @@ msgstr "पढिएको रूपमा चिन्ह लगाउनुह
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "मिडिया"
 
@@ -4479,7 +4600,7 @@ msgstr ""
 msgid "Menu"
 msgstr "मेनु"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "सन्देश {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "सन्देश धेरै लामो छ।"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "सन्देशहरू"
 
@@ -4532,10 +4653,10 @@ msgstr "भ्रामक खाता"
 msgid "Misleading Post"
 msgstr "भ्रामक पोस्ट"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "मोडरेशन"
 
@@ -4557,12 +4678,12 @@ msgstr "<0/> द्वारा मोडरेशन सूची"
 msgid "Moderation list by you"
 msgstr "तपाईं द्वारा मोडरेशन सूची"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "मोडरेशन सूची सिर्जना गरियो।"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "मोडरेशन सूची अपडेट गरियो।"
@@ -4571,8 +4692,8 @@ msgstr "मोडरेशन सूची अपडेट गरियो।"
 msgid "Moderation lists"
 msgstr "मोडरेशन सूचीहरू"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "मोडरेशन सूचीहरू"
 
@@ -4580,7 +4701,7 @@ msgstr "मोडरेशन सूचीहरू"
 msgid "moderation settings"
 msgstr "मोडरेशन सेटिङ्स"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "मोडरेशन अवस्थाहरू"
 
@@ -4593,7 +4714,7 @@ msgstr "मोडरेशन उपकरणहरू"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "मोडरेटरले सामग्रीमा सामान्य चेतावनी सेट गर्ने निर्णय गरेका छन्।"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "थप"
 
@@ -4602,8 +4723,8 @@ msgstr "थप"
 msgid "More feeds"
 msgstr "थप फीडहरू"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "थप विकल्पहरू"
@@ -4637,10 +4758,10 @@ msgstr "म्यूट गर्नुहोस्"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "खाता म्यूट गर्नुहोस्"
 
@@ -4689,13 +4810,13 @@ msgstr "यो शब्द केवल ट्यागहरूमा म्
 msgid "Mute this word until you unmute it"
 msgstr "तपाईंले अनम्यूट नगरेसम्म यो शब्द म्यूट गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "थ्रेड म्यूट गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "शब्दहरू र ट्यागहरू म्यूट गर्नुहोस्"
 
@@ -4703,12 +4824,12 @@ msgstr "शब्दहरू र ट्यागहरू म्यूट ग
 msgid "Muted accounts"
 msgstr "म्यूट गरिएका खाता"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "म्यूट गरिएका खाता"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "म्यूट गरिएका खाताहरूका पोस्टहरू तपाईंको फीड र सूचनाहरूबाट हटाइन्छ। म्यूटहरू पूर्ण रूपमा निजी छन्।"
 
@@ -4729,15 +4850,15 @@ msgstr "म्यूट निजी हुन्छ। म्यूट गर
 msgid "My Birthday"
 msgstr "मेरो जन्मदिन"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "मेरो फीडहरू"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "नाम"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "नाम अनिवार्य छ।"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "अर्को स्क्रिनमा जानुहोस्"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "तपाईंको प्रोफाइलमा जानुहोस्"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "यसलाई परिवर्तन गर्न आवश्यक छ?"
 
@@ -4797,18 +4918,23 @@ msgstr "केही छैन, मेरो लागि एक हैंडल
 msgid "New"
 msgstr "नयाँ"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "नयाँ"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "नयाँ कुराकानी"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "नयाँ हैंडल"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr ""
 
@@ -4828,7 +4954,7 @@ msgstr ""
 msgid "New messages"
 msgstr "नयाँ सन्देशहरू"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "नयाँ मोडरेशन सूची"
 
@@ -4840,10 +4966,10 @@ msgstr "नयाँ पासवर्ड"
 msgid "New Password"
 msgstr "नयाँ पासवर्ड"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "नयाँ पोस्ट"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "नयाँ पोस्ट"
@@ -4863,7 +4989,7 @@ msgstr "नयाँ पोस्ट"
 msgid "New user info dialog"
 msgstr "नयाँ प्रयोगकर्ता जानकारी संवाद"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "नयाँ प्रयोगकर्ता सूची"
 
@@ -4911,6 +5037,10 @@ msgstr "अहिलेसम्म कुनै एप पासवर्ड 
 msgid "No DNS Panel"
 msgstr "कुनै DNS प्यानल छैन"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "विशेष GIFहरू फेला परेनन्। Tenorसँग समस्या हुन सक्छ।"
@@ -4924,8 +5054,8 @@ msgstr "कुनै फीडहरू फेला परेनन्। क
 msgid "No likes yet"
 msgstr "अहिलेसम्म कुनै रुचिहरू छैन"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "{0} लाई अब अनुसरण गरिरहेको छैन"
 
@@ -4962,8 +5092,8 @@ msgstr "अहिलेसम्म कुनै उद्धरण छैन।
 msgid "No reposts yet"
 msgstr "अहिलेसम्म कुनै पुनःपोस्ट छैन।"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "कुनै परिणाम छैन"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "कुनै परिणाम भेटिएन"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "\"{query}\" को लागि कुनै परिणाम भेटिएन"
 
@@ -5032,19 +5162,14 @@ msgstr "अ-यौन नग्नता"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "फेला परेन"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "अहिले होइन"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "साझेदारीको बारेमा नोट"
 
@@ -5052,7 +5177,7 @@ msgstr "साझेदारीको बारेमा नोट"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "नोट: Bluesky एक खुला र सार्वजनिक नेटवर्क हो। यो सेटिङले तपाईंको सामग्रीको दृश्यता केवल Bluesky एप र वेबसाइटमा सीमित गर्दछ, र अन्य एपहरूले यो सेटिङलाई सम्मान नगर्न सक्छन्। तपाईंको सामग्री अन्य एपहरू र वेबसाइटहरूले लग आउट प्रयोगकर्ताहरूलाई देखाउन सक्छ।"
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "यहाँ केही छैन"
 
@@ -5060,7 +5185,7 @@ msgstr "यहाँ केही छैन"
 msgid "Notification filters"
 msgstr "सूचना फिल्टरहरू"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "सूचना सेटिङ्स"
@@ -5077,11 +5202,11 @@ msgstr "सूचना ध्वनीहरू"
 msgid "Notification Sounds"
 msgstr "सूचना ध्वनीहरू"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "सूचनाहरू"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "ओहो! केही गडबड भयो।"
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "ठिक छ"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "हुन्छ"
 
@@ -5140,19 +5265,19 @@ msgstr "सबैभन्दा पुराना उत्तर पहिल
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "मा<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "अनबोर्डिङ रिसेट"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "एक वा बढी GIF हरूमा वैकल्पिक पाठ छैन।"
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "एक वा बढी चित्रहरूमा वैकल्पिक पाठ छैन।"
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "एक वा बढी भिडियोहरूमा वैकल्पिक पाठ छैन।"
 
@@ -5168,7 +5293,7 @@ msgstr "केवल {0} उत्तर दिन सक्छ।"
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "केवल अक्षर, संख्या, र हाइफनहरू समावेश गर्दछ"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "केवल चित्र फाइलहरू समर्थित छन्"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "ओहो, केही गडबड भयो!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "ओहो!"
 
@@ -5194,11 +5319,7 @@ msgstr "ओहो!"
 msgid "Open"
 msgstr "खोल्नुहोस्"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "{name} प्रोफाइल सर्टकट मेनु खोल्नुहोस्"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "अवतार सिर्जनाकर्ता खोल्नुहोस्"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr ""
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "इमोजी चयनकर्ता खोल्नुहोस्"
 
@@ -5225,7 +5346,7 @@ msgstr ""
 msgid "Open feed options menu"
 msgstr "फिड विकल्प मेनु खोल्नुहोस्"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "{niceUrl} को लिङ्क खोल्नुहोस्"
 msgid "Open message options"
 msgstr "सन्देश विकल्प खोल्नुहोस्"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "मोडरेसन डिबग पृष्ठ खोल्नुहोस्"
 
@@ -5249,20 +5370,25 @@ msgstr "मुट गरिएका शब्दहरू र ट्याग
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "पोस्ट विकल्प मेनु खोल्नुहोस्"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "स्टार्टर प्याक मेनु खोल्नुहोस्"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "स्टोरीबुक पृष्ठ खोल्नुहोस्"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "प्रणाली लग खोल्नुहोस्"
 
@@ -5282,19 +5408,19 @@ msgstr "यो थ्रेडमा को उत्तर दिन सक्
 msgid "Opens additional details for a debug entry"
 msgstr "डिबग प्रविष्टिका लागि थप विवरणहरू खोल्नुहोस्"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "डिभाइसमा क्यामेरा खोल्नुहोस्"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "कम्पोजर खोल्नुहोस्"
 msgid "Opens device photo gallery"
 msgstr "डिभाइस फोटो ग्यालरी खोल्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr "आफ्नो विद्यमान Bluesky खातामा स
 msgid "Opens GIF select dialog"
 msgstr "GIF चयन संवाद खोल्नुहोस्"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "आमन्त्रण कोडहरूको सूची खोल्नुहोस्"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "पासवर्ड रिसेट फारम खोल्नुहोस्"
@@ -5340,12 +5470,12 @@ msgstr "पासवर्ड रिसेट फारम खोल्नुह
 msgid "Opens the linked website"
 msgstr "लिङ्क गरिएको वेबसाइट खोल्नुहोस्"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "यो प्रोफाइल खोल्नुहोस्"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "भिडियो चयनकर्ता खोल्नुहोस्"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "अन्य"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "अन्य खाता"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "पृष्ठ फेला परेन"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "भिडियो रोक्नुहोस्"
 msgid "People"
 msgstr "व्यक्ति"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "@{0} द्वारा अनुसरण गरिएका व्यक्ति"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "@{0} लाई अनुसरण गर्ने व्यक्ति"
 
@@ -5508,12 +5638,12 @@ msgstr "होममा पिन गर्नुहोस्"
 msgid "Pin to Home"
 msgstr "होममा पिन गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "तपाईंको प्रोफाइलमा पिन गर्नुहोस्"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "पिन गरियो"
 
@@ -5578,14 +5708,14 @@ msgstr "कृपया तपाईंको ह्यान्डल चयन
 msgid "Please choose your password."
 msgstr "कृपया तपाईंको पासवर्ड चयन गर्नुहोस्।"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "कृपया प्रमाणीकरण क्याप्चा पूरा गर्नुहोस्।"
 
-#: 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 "कृपया आफ्नो इमेल परिवर्तन गर्नु अघि यसको पुष्टि गर्नुहोस्। यो अस्थायी आवश्यकता हो जबसम्म इमेल-अद्यावधिक उपकरणहरू थपिँदै छन्, र यो चाँडै हटाइनेछ।"
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "कृपया यस एप पासवर्डको लागि अद्वितीय नाम प्रविष्ट गर्नुहोस् वा हाम्रो स्वचालित रूपमा उत्पन्न गरिएको नाम प्रयोग गर्नुहोस्।"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "कृपया म्यूट गर्नका लागि मान्य शब्द, ट्याग, वा वाक्यांश प्रविष्ट गर्नुहोस्।"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "कृपया तपाईंको इमेल प्रविष्
 msgid "Please enter your invite code."
 msgstr "कृपया तपाईंको आमन्त्रण कोड प्रविष्ट गर्नुहोस्।"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "कृपया @{0} को रूपमा साइन इन गर्नुहोस्।"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "कृपया तपाईंको इमेल प्रमाणित गर्नुहोस्।"
 
@@ -5662,7 +5818,7 @@ msgstr "राजनीति"
 msgid "Porn"
 msgstr "पोर्न"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "पोस्ट"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "पोस्ट"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "सबै पोस्ट गर्नुहोस्"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0} द्वारा पोस्ट"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0} द्वारा पोस्ट"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "पोस्ट मेटियो"
@@ -5697,7 +5853,7 @@ msgstr "पोस्ट मेटियो"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "पोस्ट अपलोड गर्न असफल भयो। कृपया तपाईंको इन्टरनेट कनेक्शन जाँच गर्नुहोस् र पुनः प्रयास गर्नुहोस्।"
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr "तपाईं द्वारा पोस्ट लुकाइएक
 msgid "Post interaction settings"
 msgstr "पोस्ट अन्तरक्रिया सेटिङ्स"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "पोस्ट अनपिन गरियो"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "पोस्टहरू"
@@ -5789,7 +5945,7 @@ msgstr "यस खाता का अनुयायीहरू जसला
 msgid "Previous image"
 msgstr "अघिल्लो चित्र।"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "प्राथमिक भाषा।"
 
@@ -5807,26 +5963,26 @@ msgstr "प्राथमिकता सूचनाहरू।"
 msgid "Privacy"
 msgstr "गोपनीयता।"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "गोपनीयता र सुरक्षा"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "गोपनीयता र सुरक्षा"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "गोपनीयता नीति"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "भिडियो प्रशोधन हुँदैछ।"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "प्रशोधन हुँदैछ।"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "प्रोफाइल"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "प्रोफाइल"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "प्रोफाइल अद्यावधिक गरियो।"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "QR कोड तपाईंको क्यामेरा रोलम
 msgid "Quote post"
 msgstr "उद्धरण पोस्ट।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "उद्धरण पोस्ट पुन: संलग्न गरियो।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "उद्धरण पोस्ट सफलतापूर्वक अलग गरियो।"
 
@@ -5927,7 +6083,7 @@ msgstr "उद्धरण सेटिङ्स"
 msgid "Quotes"
 msgstr "उद्धरण।"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "यस पोस्टका उद्धरण।"
 
@@ -5942,8 +6098,8 @@ msgstr "अनियमित (जसलाई \"पोस्टरको रू
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "उद्धरण पुनः जोड्नुहोस्"
 
@@ -5960,15 +6116,15 @@ msgstr "तपाईंको खाता पुन: सक्रिय गर
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "ब्लूस्काई ब्लग पढ्नुहोस्।"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "पुनः जडान गर्नुहोस्"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "वार्तालाप पुनः लोड गर्नुहोस्"
@@ -6022,7 +6178,7 @@ msgstr "वार्तालाप पुनः लोड गर्नुहो
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "हटाउनुहोस्"
 msgid "Remove {displayName} from starter pack"
 msgstr "{displayName} लाई स्टार्टर प्याकबाट हटाउनुहोस्"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "खाता हटाउनुहोस्"
 
@@ -6046,13 +6202,13 @@ msgstr "खाता हटाउनुहोस्"
 msgid "Remove attachment"
 msgstr "संलग्नक हटाउनुहोस्"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "अवतार हटाउनुहोस्"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "ब्यानर हटाउनुहोस्"
 
@@ -6079,7 +6235,7 @@ msgstr "फिड हटाउने?"
 msgid "Remove from my feeds"
 msgstr "मेरो फिडबाट हटाउनुहोस्"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "छिटो पहुँचबाट हटाउने?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "तस्बिर हटाउनुहोस्"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "तपाईंको सूचीबाट मौन शब्द हटाउनुहोस्"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "प्रोफाइल हटाउनुहोस्"
 
@@ -6114,7 +6275,7 @@ msgstr "उद्धरण हटाउनुहोस्"
 msgid "Remove repost"
 msgstr "पुनःपोस्ट हटाउनुहोस्"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "उपशीर्षक फाइल हटाउनुहोस्"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "तपाईँको फिडहरूबाट हटाइयो"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "उद्धृत पोस्ट हटाउनुहोस्"
@@ -6181,7 +6338,7 @@ msgstr "उद्धृत पोस्ट हटाउनुहोस्"
 msgid "Replace with Discover"
 msgstr "डिस्कभरसँग प्रतिस्थापन गर्नुहोस्"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "उत्तरहरू"
 
@@ -6193,12 +6350,12 @@ msgstr "उत्तरहरू निष्क्रिय गरियो"
 msgid "Replies to this post are disabled."
 msgstr "यो पोस्टका उत्तरहरू निष्क्रिय गरिएका छन्।"
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "उत्तर दिनुहोस्"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr "उत्तर सेटिङ्स थ्रेडका लेखक
 msgid "Reply sorting"
 msgstr ""
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "<0><1/></0> लाई उत्तर दिनुहोस्"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "अवरुद्ध पोस्टलाई उत्तर दिनुहोस्"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "पोस्टलाई उत्तर दिनुहोस्"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "तपाईँलाई उत्तर दिनुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "उत्तर दृश्यता अद्यावधिक गरियो"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "उत्तर सफलतापूर्वक लुकाइएको"
 
@@ -6261,16 +6418,16 @@ msgstr "उत्तर सफलतापूर्वक लुकाइएक
 msgid "Report"
 msgstr "रिपोर्ट गर्नुहोस्"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "खाता रिपोर्ट गर्नुहोस्"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "वार्ता रिपोर्ट गर्नुहोस्"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "सन्देश रिपोर्ट गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "पोस्ट रिपोर्ट गर्नुहोस्"
 
@@ -6369,27 +6526,27 @@ msgstr "पुनः पोस्ट गर्नुहोस् वा पो
 msgid "Reposted By"
 msgstr "पुनःपोस्ट गरियो"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} द्वारा पुनःपोस्ट गरियो"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0> द्वारा पुनःपोस्ट गरियो"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "तपाईँद्वारा पुनःपोस्ट गरियो"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "यस पोस्टका पुनःपोस्टहरू"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "परिवर्तनको अनुरोध गर्नुहोस्"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "कोडको अनुरोध गर्नुहोस्"
 msgid "Require alt text before posting"
 msgstr "पोस्ट गर्नु अघि वैकल्पिक पाठ आवश्यक छ"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr "यस प्रदायकका लागि आवश्यक छ"
 msgid "Required in your region"
 msgstr "तपाईँको क्षेत्रमा आवश्यक छ"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "ईमेल पुनः पठाउनुहोस्"
@@ -6436,8 +6599,8 @@ msgstr "कोड रिसेट गर्नुहोस्"
 msgid "Reset Code"
 msgstr "रिसेट कोड"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "प्रारम्भिक अवस्थालाई रिसेट गर्नुहोस्"
 
@@ -6458,10 +6621,10 @@ msgstr "अन्तिम कार्य पुन: प्रयास गर
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "अघिल्लो पृष्ठमा फर्कनुहोस
 msgid "Returns to home page"
 msgstr "गृहपृष्ठमा फर्कनुहोस्"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "सुरक्षित गर्नुहोस्"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "सुरक्षित गर्नुहोस्"
@@ -6534,7 +6699,7 @@ msgstr "जन्मदिन सुरक्षित गर्नुहोस
 msgid "Save changes"
 msgstr "परिवर्तनहरू सुरक्षित गर्नुहोस्"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "परिवर्तनहरू सुरक्षित गर्नुहोस्"
 
@@ -6564,16 +6729,12 @@ msgstr "मेरो फिडहरूमा सुरक्षित गर्
 msgid "Saved Feeds"
 msgstr "सुरक्षित फिडहरू"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "तपाईंको क्यामेरा रोलमा सुरक्षित गरियो"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "तपाईंको फिडहरूमा सुरक्षित गरियो"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "तपाईंको प्रोफाइलका कुनै पनि परिवर्तन सुरक्षित गर्दछ"
 
@@ -6583,8 +6744,8 @@ msgstr "चित्र काट्ने सेटिङ सुरक्षि
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "नमस्ते भन्नुहोस्!"
 
@@ -6602,11 +6763,11 @@ msgstr "माथि स्क्रोल गर्नुहोस्"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "खोज्नुहोस्"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr ""
 
@@ -6656,8 +6817,8 @@ msgstr "GIF हरूको लागि खोज्नुहोस्।"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "सुरक्षा चरण आवश्यक।"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Bluesky मा जागिरहरू हेर्नुहोस्।"
 
@@ -6719,6 +6884,10 @@ msgstr "रंग चयन गर्नुहोस्।"
 msgid "Select account"
 msgstr "खाता चयन गर्नुहोस्।"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "एभाटार चयन गर्नुहोस्।"
@@ -6727,10 +6896,22 @@ msgstr "एभाटार चयन गर्नुहोस्।"
 msgid "Select an emoji"
 msgstr "इमोजी चयन गर्नुहोस्।"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "सामग्री भाषाहरू चयन गर्नुहोस्।"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "अस्तित्वमा रहेको खाताबाट चयन गर्नुहोस्।"
@@ -6747,11 +6928,11 @@ msgstr "GIF \"{0}\" चयन गर्नुहोस्।"
 msgid "Select how long to mute this word for."
 msgstr "यो शब्द कति समयसम्म म्यूट गर्ने चयन गर्नुहोस्।"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "भाषा चयन गर्नुहोस्..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "भाषाहरू चयन गर्नुहोस्।"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "मोडरेटर चयन गर्नुहोस्।"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "{emojiName} इमोजीलाई आफ्नो अवतारक
 msgid "Select the moderation service(s) to report to"
 msgstr "प्रतिवेदन गर्नका लागि मध्यस्थता सेवा(हरू) चयन गर्नुहोस्"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "भिडियो चयन गर्नुहोस्"
 
@@ -6784,11 +6969,11 @@ msgstr "भिडियो चयन गर्नुहोस्"
 msgid "Select what content this mute word should apply to."
 msgstr "यो मौन शब्दलाई कुन सामग्रीमा लागू गर्नु पर्ने हो चयन गर्नुहोस्।"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "तपाईंको सदस्यता प्राप्त फिडहरूले समेट्ने भाषाहरू चयन गर्नुहोस्। केही पनि चयन नगरिएमा, सबै भाषाहरू देखाइनेछ।"
 
@@ -6801,7 +6986,7 @@ msgstr "आफ्नो जन्म मिति चयन गर्नुह
 msgid "Select your interests from the options below"
 msgstr "तलका विकल्पहरूबाट आफ्नो रुचिहरू चयन गर्नुहोस्"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "आफ्नो फिडमा अनुवादका लागि मनपर्ने भाषा चयन गर्नुहोस्।"
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "सुन्दर वेबसाइट पठाउनुहोस्!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "पुष्टिकरण पठाउनुहोस्"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "पुष्टिकरण इमेल पठाउनुहोस्"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "पुष्टिकरण इमेल पठाउनुहोस्"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "इमेल पठाउनुहोस्"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "इमेल पठाउनुहोस्"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "प्रतिक्रिया पठाउनुहोस्"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "सन्देश पठाउनुहोस्"
@@ -6863,13 +7046,14 @@ msgstr "रिपोर्ट पठाउनुहोस् {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "प्रत्यक्ष सन्देश मार्फत पठाउनुहोस्"
 
@@ -6901,10 +7085,10 @@ msgstr "तपाईंको खाता सेट गर्नुहोस्
 msgid "Sets email for password reset"
 msgstr "पासवर्ड रीसेटको लागि इमेल सेट गर्दछ"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "सेटिङ्स"
 
@@ -6926,16 +7110,16 @@ msgstr "यौन रूपले प्रस्तावनात्मक"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "साझा गर्नुहोस्"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "साझा गर्नुहोस्"
@@ -6948,9 +7132,9 @@ msgstr "एक शानदार कथा साझा गर्नुहो
 msgid "Share a fun fact!"
 msgstr "एक रमाइलो तथ्य साझा गर्नुहोस्!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "तथापि साझा गर्नुहोस्"
 
@@ -6990,7 +7174,7 @@ msgstr "यस स्टार्टर प्याकलाई साझा 
 msgid "Share your favorite feed!"
 msgstr "तपाईंको मनपर्ने फीड साझा गर्नुहोस्!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "साझा गरिएको प्राथमिकता परीक्षक"
 
@@ -7011,8 +7195,8 @@ msgstr "विकल्पात्मक पाठ देखाउनुहो
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "तथापि देखाउनुहोस्"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "लुकेका उत्तरहरू देखाउनुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "यसको जस्तो कम देखाउनुहोस्"
 
@@ -7042,14 +7226,14 @@ msgstr "यसको जस्तो कम देखाउनुहोस्"
 msgid "Show list anyway"
 msgstr "सूचीलाई यथास्थिति देखाउनुहोस्"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "थप देखाउनुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "यसको जस्तो थप देखाउनुहोस्"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr "तपाईंले अनुसरण गर्ने व्यक्तिहरूको उत्तरहरू सबै अन्य उत्तरहरूभन्दा पहिले देखाउनुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "सबैको लागि उत्तर देखाउनुहोस्"
 
@@ -7102,11 +7286,11 @@ msgstr "चेतावनी देखाउनुहोस्"
 msgid "Show warning and filter from feeds"
 msgstr "चेतावनी देखाउनुहोस् र फीडबाट फिल्टर गर्नुहोस्"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "साइन इन गर्नुहोस्"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "को रूपमा साइन इन गर्नुहोस् {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "चर्चामा सामेल हुन साइन इन गर्नुहोस् वा आफ्नो खाता सिर्जना गर्नुहोस्!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "सूचीबद्ध नभएको खातामा लगइन गर्नुहोस्।"
 
@@ -7158,15 +7342,15 @@ msgstr "सूचीबद्ध नभएको खातामा लगइन
 msgid "Sign in to Bluesky or create a new account"
 msgstr "ब्लूस्काईमा साइन इन गर्नुहोस् वा नयाँ खाता सिर्जना गर्नुहोस्"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "साइन आउट गर्नुहोस्"
 
@@ -7174,8 +7358,8 @@ msgstr "साइन आउट गर्नुहोस्"
 msgid "Sign Out"
 msgstr "साइन आउट गर्नुहोस्"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "साइन आउट गर्नुहोस्?"
 
@@ -7206,12 +7390,17 @@ msgstr "यो प्रवाह छोड्नुहोस्"
 msgid "Smaller"
 msgstr "सानो"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "सॉफ़्टवेयर विकासकर्ता"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "केहि गलत भयो"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr ""
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr ""
 
@@ -7304,7 +7493,7 @@ msgstr "स्प्याम; अत्यधिक उल्लेखहरू
 msgid "Sports"
 msgstr "खेलकुद"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "नयाँ च्याट सुरु गर्नुहोस्"
 
@@ -7322,8 +7511,8 @@ msgstr ""
 msgid "Start chat with {displayName}"
 msgstr "{displayName} सँग च्याट सुरु गर्नुहोस्"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "स्टार्टर प्याक"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "स्टार्टर प्याक अवैध छ"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "स्टार्टर प्याकहरू"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "स्टार्टर प्याकहरूले तपाईंलाई तपाईंका मनपर्ने फीडहरू र मानिसहरू सजिलैसँग तपाईंका साथीहरूसँग साझा गर्न दिन्छ।"
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "स्थिति पृष्ठ"
 
@@ -7363,12 +7552,12 @@ msgstr "स्थिति पृष्ठ"
 msgid "Step {0} of {1}"
 msgstr "चरण {0} को {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "भण्डारण मेटिएको छ, अब तपाईंले अनुप्रयोग पुनः सुरु गर्न आवश्यक छ।"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "स्टोरीबुक"
 
@@ -7401,11 +7590,11 @@ msgstr "सदस्यता लिनुहोस्"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "यी लेबलहरू प्रयोग गर्न @{0} लाई सदस्यता लिनुहोस्:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "लेबलरलाई सदस्यता लिनुहोस्"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "यस लेबलरलाई सदस्यता लिनुहोस्"
 
@@ -7413,11 +7602,12 @@ msgstr "यस लेबलरलाई सदस्यता लिनुहो
 msgid "Subscribe to this list"
 msgstr "यस सूचीलाई सदस्यता लिनुहोस्"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "सफलता!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "सहयोग"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "खाता स्विच गर्नुहोस्"
 
@@ -7462,11 +7652,11 @@ msgstr "खाता स्विच गर्नुहोस्"
 msgid "Switch Account"
 msgstr "खाता स्विच गर्नुहोस्"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "सिस्टम"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "सिस्टम लग"
 
@@ -7518,7 +7708,7 @@ msgstr "प्रविधि"
 msgid "Tell a joke!"
 msgstr "जोकर भन्नुहोस्!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "हाम्रोलाई तपाईंको बारेमा केही भन्नुहोस्"
 
@@ -7531,12 +7721,12 @@ msgstr "हाम्रोलाई थोरै बढी बताउनुह
 msgid "Terms"
 msgstr "नियमहरू"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "सेवाका नियमहरू"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "पाठ इनपुट क्षेत्र"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "धन्यवाद! तपाईंको ईमेल सफलतापूर्वक प्रमाणित गरिएको छ।"
 
@@ -7597,12 +7791,12 @@ msgstr "त्यो स्टार्टर प्याक फेला प
 msgid "That's all, folks!"
 msgstr "त्यति हो, साथीहरू!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "खाता अनब्लक गरेपछि तपाईं सँग अन्तर्क्रिया गर्न सक्षम हुनेछ।"
 
@@ -7636,6 +7830,10 @@ msgstr "डिस्कभर फीड"
 msgid "The Discover feed now knows what you like"
 msgstr "डिस्कभर फीडले अब तपाईंलाई के मनपर्छ थाहा पाएको छ।"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "अनुप्रयोगमा अनुभव राम्रो छ। अब ब्लूस्काई डाउनलोड गर्नुहोस् र हामी तपाईंको स्थानबाट पुनः सुरु गर्नेछौं।"
@@ -7669,6 +7867,7 @@ msgstr "गोपनीयता नीति <0/> मा सारिएको
 msgid "The selected video is larger than 100 MB."
 msgstr ""
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "सर्भर समस्यामा देखिनु भएको छ। कृपया केही समय पछि पुन: प्रयास गर्नुहोस्।"
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "सर्भरलाई सम्पर्क गर्न समस्या आयो।"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "सर्भरलाई सम्पर्क गर्न समस्या आयो, कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस्।"
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "सूचनाहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "पोस्टहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।"
 
@@ -7763,20 +7962,20 @@ msgstr "तपाईंको रिपोर्ट पठाउन समस्
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "तपाईंको फीडहरू अपडेट गर्न समस्या आयो, कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस्।"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "समस्या आयो! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "यी सेटिङ्स केवल फलोइङ फीडम
 msgid "This {screenDescription} has been flagged:"
 msgstr "यस {screenDescription} लाई चिह्नित गरिएको छ:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "यस खाताले प्रयोगकर्ताहरूल
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "यो खाता तपाईंका एक वा बढी मोडरेशन सूचीहरूले ब्लक गरिएको छ। अनब्लक गर्नको लागि कृपया सूचीहरूमा सिधै जानुहोस् र यस प्रयोगकर्तालाई हटाउनुहोस्।"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "यो सामग्री बिना Bluesky खाता प्र
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "यो सुविधा बेटामा छ। तपाईं <0>यो ब्लगपोस्ट</0> मा रिपोजिटरी निर्यातहरूको बारेमा थप पढ्न सक्नुहुन्छ।"
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "यो सुविधा App पासवर्ड प्रयोग गर्दा उपलब्ध छैन। कृपया आफ्नो मुख्य पासवर्ड सँग साइन इन गर्नुहोस्।"
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "यो फिड खाली छ! तपाईंलाई अझ धेरै प्रयोगकर्ताहरूलाई अनुसरण गर्न आवश्यक पर्न सक्छ या आफ्नो भाषा सेटिङलाई अनुकूलन गर्नुपर्छ।"
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "यो फिड खाली छ।"
@@ -7899,9 +8106,10 @@ msgstr "यो ह्यान्डल आरक्षित छ। कृप
 msgid "This information is not shared with other users."
 msgstr "यो जानकारी अन्य प्रयोगकर्तासँग साझा गरिँदैन।"
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr ""
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "यो मोडरेशन सेवा उपलब्ध छैन। थप विवरणको लागि तल हेर्नुहोस्। यदि यो समस्या जारी रहन्छ भने, हामीलाई सम्पर्क गर्नुहोस्।"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "यो पोस्ट <0>{0}</0> मा सिर्जना गरिएको दावी गर्दछ, तर पहिलो पटक Bluesky द्वारा <1>{1}</1> मा देखिएको थियो।"
 
@@ -7943,28 +8151,28 @@ msgstr "यो पोस्ट <0>{0}</0> मा सिर्जना गरि
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "यो पोस्ट हटाइयो।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "यो पोस्ट फिड र थ्रेडहरूबाट लुकेको हुनेछ। यसलाई उल्टाउन सकिँदैन।"
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "यस पोस्टको लेखकले उद्धरण पोस्टहरू निष्क्रिय गरेको छ।"
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "यो जवाफ तपाईंको थ्रेडको तल लुकेको सेक्सनमा क्रमबद्ध गरिनेछ र subsequent जवाफहरूको लागि - तपाईं र अरूसँग - अधिसूचनाहरू म्यूट गरिनेछ।"
 
@@ -7976,6 +8184,10 @@ msgstr "यस सेवाले सेवा सर्तहरू वा ग
 msgid "This should create a domain record at:"
 msgstr "यसले निम्न स्थानमा एक डोमेन रेकर्ड सिर्जना गर्नु पर्छ:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "यस प्रयोगकर्तासँग कुनै फलोअर छैन।"
@@ -8013,11 +8225,11 @@ msgstr "यो प्रयोगकर्ता कसैलाई पनि 
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "यसले \"{0}\"लाई तपाईंको म्यूटेड शब्दहरूबाट मेटाउनेछ। तपाईं यसलाई पछि पुनः थप्न सक्नुहुन्छ।"
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "यसले @{0}लाई क्विक एक्सेस सूचीबाट हटाउनेछ।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "यसले तपाईंको पोस्टलाई यो उद्धरण पोस्टबाट सबै प्रयोगकर्ताहरूको लागि हटाउनेछ र यसलाई एक स्थानधारक सँग प्रतिस्थापित गर्नेछ।"
 
@@ -8044,7 +8256,7 @@ msgstr ""
 msgid "Threaded mode"
 msgstr "थ्रेडेड मोड"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "थ्रेड प्राथमिकताहरू"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "इमेल 2FA विधि बन्द गर्नका लागि कृपया आफ्नो इमेल ठेगानामा पहुँच प्रमाणित गर्नुहोस्।"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "एक संवाद रिपोर्ट गर्नको लागि, कृपया यसको एक सन्देशलाई संवाद स्क्रिन मार्फत रिपोर्ट गर्नुहोस्। यसले हाम्रो मोडरेटरलाई तपाईंको समस्याको सन्दर्भ बुझ्न मद्दत पुर्याउँछ।"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Bluesky मा भिडियोहरू अपलोड गर्नका लागि, तपाईंलाई पहिलो पटक आफ्नो इमेल प्रमाणित गर्न आवश्यक छ।"
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "यो रिपोर्ट तपाईं कुनलाई पठाउन चाहनुहुन्छ?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "शीर्ष"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr ""
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "अनुवाद गर्नुहोस्"
 
@@ -8144,6 +8357,7 @@ msgstr "यहाँ तपाईंको सन्देश टाइप ग
 msgid "Type:"
 msgstr "प्रकार:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "जडान गर्न असमर्थ। कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस् र पुनः प्रयास गर्नुहोस्।"
@@ -8166,27 +8380,27 @@ msgstr "हटाउन असमर्थ"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "ब्लक हटाउनुहोस्"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "ब्लक हटाउनुहोस्"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "खाता ब्लक हटाउनुहोस्"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "खाता ब्लक हटाउन चाहानुहुन्छ?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "अनफोलो गर्नुहोस्"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0} लाई अनफोलो गर्नुहोस्"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "खाता अनफोलो गर्नुहोस्"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8252,10 +8466,10 @@ msgstr "म्यूट हटाउनुहोस्"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "खाता म्यूट हटाउनुहोस्"
 
@@ -8267,8 +8481,8 @@ msgstr "वार्तालाप म्यूट हटाउनुहोस
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "थ्रेड म्यूट हटाउनुहोस्"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "होमबाट अनपिन गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "प्रोफाइलबाट अनपिन गर्नुहोस्"
 
@@ -8311,7 +8525,12 @@ msgstr ""
 msgid "Unpinned from your feeds"
 msgstr "तपाईंको फिडहरूबाट अनपिन गरिएको"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "सदस्यता समाप्त गर्नुहोस्"
 
@@ -8320,7 +8539,7 @@ msgstr "सदस्यता समाप्त गर्नुहोस्"
 msgid "Unsubscribe from list"
 msgstr "सूचीबाट सदस्यता समाप्त गर्नुहोस्"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "यस लेबलरबाट सदस्यता समाप्त गर्नुहोस्"
 
@@ -8328,11 +8547,11 @@ msgstr "यस लेबलरबाट सदस्यता समाप्त
 msgid "Unsubscribed from list"
 msgstr "सूचीबाट सदस्यता समाप्त गरिएको"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "समर्थन नगर्ने भिडियो प्रकार"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "समर्थन नगर्ने भिडियो प्रकार: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "सूचीहरूमा <0>{displayName}</0> अपडेट गर्नुहोस्"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "{domain} मा अपडेट गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "कोट अट्याचमेन्ट अपडेट गर्न असफल"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "उत्तर दृश्यता अपडेट गर्न असफल"
@@ -8371,7 +8601,7 @@ msgstr "उत्तर दृश्यता अपडेट गर्न अ
 msgid "Updating..."
 msgstr "अपडेट गर्दै..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "फोटो अपलोड गर्नुहोस्"
 
@@ -8379,22 +8609,22 @@ msgstr "फोटो अपलोड गर्नुहोस्"
 msgid "Upload a text file to:"
 msgstr "टेक्स्ट फाइल अपलोड गर्नुहोस्:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "क्यामेरा बाट अपलोड गर्नुहोस्"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "फाइल बाट अपलोड गर्नुहोस्"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "लाइब्रेरी बाट अपलोड गर्नुहोस्"
 
@@ -8407,7 +8637,7 @@ msgstr "तस्विरहरू अपलोड गर्दै..."
 msgid "Uploading link thumbnail..."
 msgstr "लिंक थम्बनेल अपलोड गर्दै..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "भिडियो अपलोड गर्दै..."
 
@@ -8419,8 +8649,8 @@ msgstr "अन्य Bluesky क्लाइन्टहरूमा साइ
 msgid "Use default provider"
 msgstr "डिफल्ट प्रदायक प्रयोग गर्नुहोस्"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "एप भित्र ब्राउजर प्रयोग गर्नुहोस्"
 
@@ -8429,8 +8659,8 @@ msgstr "एप भित्र ब्राउजर प्रयोग गर
 msgid "Use in-app browser to open links"
 msgstr "लिंक खोल्नको लागि एप भित्र ब्राउजर प्रयोग गर्नुहोस्"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "मेरो डिफल्ट ब्राउजर प्रयोग गर्नुहोस्"
 
@@ -8484,12 +8714,12 @@ msgstr "{0} द्वारा प्रयोगकर्ता सूची"
 msgid "User list by you"
 msgstr "तपाईं द्वारा प्रयोगकर्ता सूची"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "प्रयोगकर्ता सूची सिर्जना गरियो"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "प्रयोगकर्ता सूची अद्यावधिक गरियो"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "मूल्य:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "प्रमाणित ईमेल आवश्यक"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "DNS रेकर्ड प्रमाणित गर्नुहोस्"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "अब प्रमाणित गर्नुहोस्"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "पाठ फाइल प्रमाणित गर्नुहोस्"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "तपाईंको ईमेल प्रमाणित गर्नुहोस्"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "तपाईंको ईमेल प्रमाणित गर्नुहोस्"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "संस्करण {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "भिडियो"
 msgid "Video failed to process"
 msgstr "भिडियो प्रोसेस गर्न असफल"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "भिडियो खेल"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "भिडियो फेला पारिएन।"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "भिडियो सेटिङ्गहरू"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "भिडियो अपलोड गरियो"
 
@@ -8640,24 +8877,24 @@ msgstr "भिडियो अपलोड गरियो"
 msgid "Video: {0}"
 msgstr "भिडियो: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "{0} को अवतार हेर्नुहोस्"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "{0} को प्रोफाइल हेर्नुहोस्"
 
@@ -8665,7 +8902,7 @@ msgstr "{0} को प्रोफाइल हेर्नुहोस्"
 msgid "View {displayName}'s profile"
 msgstr "{displayName} को प्रोफाइल हेर्नुहोस्"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "अवरोधित प्रयोगकर्ताको प्रोफाइल हेर्नुहोस्"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "डिबग प्रविष्टि हेर्नुहोस्"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "विवरण हेर्नुहोस्"
 
@@ -8688,7 +8925,7 @@ msgstr "विवरण हेर्नुहोस्"
 msgid "View details for reporting a copyright violation"
 msgstr "कपिराइट उल्लङ्घन रिपोर्ट गर्नका लागि विवरण हेर्नुहोस्"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "पूरा थ्रेड हेर्नुहोस्"
 
@@ -8703,13 +8940,12 @@ msgstr "यी लेबलहरूको जानकारी हेर्न
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "प्रोफाइल हेर्नुहोस्"
 
@@ -8790,6 +9026,11 @@ msgstr "सामग्रीलाई चेतावनी दिनुहो
 msgid "Warn content and filter from feeds"
 msgstr "सामग्रीलाई चेतावनी दिनुहोस् र फीडहरूबाट फिल्टर गर्नुहोस्"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "हाम्रो द्वारा त्यहाँ कुनै परिणाम फेला पारेन।"
@@ -8798,7 +9039,7 @@ msgstr "हाम्रो द्वारा त्यहाँ कुनै 
 msgid "We couldn't find any results for that topic."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "हामी यो कुराकानी लोड गर्न असमर्थ भयौं।"
 
@@ -8822,6 +9063,10 @@ msgstr "हामी तपाईंको पछ्याउनेहरूब
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "हामी यो निर्धारण गर्न असमर्थ भयौं कि तपाईंलाई भिडियो अपलोड गर्न अनुमति छ कि छैन। कृपया पुन: प्रयास गर्नुहोस्।"
@@ -8842,6 +9087,10 @@ msgstr "हामी जडान गर्न असमर्थ भयौं
 msgid "We will let you know when your account is ready."
 msgstr "हामी तपाईंलाई तपाईंको खाता तयार भएपछि जानकारी दिनेछौं।"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "हामी यसलाई तपाईंको अनुभव अनुकूलित गर्न प्रयोग गर्नेछौं।"
@@ -8871,7 +9120,7 @@ msgstr "हामीलाई खेद छ, तर हामी तपाईं
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "हामीलाई खेद छ, तर तपाईंको खोजी पूरा गर्न सकिएन। कृपया केही मिनेटमा पुन: प्रयास गर्नुहोस्।"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "हामीलाई खेद छ! तपाईंले जवाफ दिइरहेको पोस्ट मेटाइ सकेको छ।"
 
@@ -8880,7 +9129,7 @@ msgstr "हामीलाई खेद छ! तपाईंले जवाफ
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "हामीलाई खेद छ! हामी तपाईंले खोजेको पृष्ठ फेला पार्न सक्दैनौं।"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "हामीलाई खेद छ! तपाईं केवल बाइसवटा लेबलरहरूमा सदस्यता लिन सक्नुहुन्छ, र तपाईंले आफ्नो बाइसवटाको सीमा पुगेको छ।"
 
@@ -8902,7 +9151,7 @@ msgstr "तपाईंको स्टार्टर प्याकलाई
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "के भइरहेको छ?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "वोप्स!"
@@ -8984,11 +9233,11 @@ msgstr "यो प्रयोगकर्ता किन समीक्षा
 msgid "Write a message"
 msgstr "सन्देश लेख्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "पोस्ट लेख्नुहोस्"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "तपाईंको जवाफ लेख्नुहोस्"
@@ -9002,6 +9251,11 @@ msgstr "लेखकहरू"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "सर्भरबाट गलत DID प्राप्त भयो। प्राप्त: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "हो"
@@ -9015,11 +9269,11 @@ msgstr "हो, निष्क्रिय गर्नुहोस्"
 msgid "Yes, delete this starter pack"
 msgstr "हो, यो स्टार्टर प्याक मेटाउनुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "हो, अलग गर्नुहोस्"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "हो, लुकेको राख्नुहोस्"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "तपाईं पंक्तिमा हुनुहुन्छ।"
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "तपाईंलाई भिडियो अपलोड गर्न अनुमति छैन।"
@@ -9055,12 +9318,16 @@ msgstr "तपाईंलाई भिडियो अपलोड गर्न
 msgid "You are not following anyone."
 msgstr "तपाईं कसैलाई पनि पछ्याइरहनु भएको छैन।"
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "तपाईंले यो खाता म्यूट गर्न
 msgid "You have muted this user"
 msgstr "तपाईंले यो प्रयोगकर्तालाई म्यूट गर्नुभएको छ।"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "तपाईंको कुनै पनि वार्तालाप छैन। एक सुरु गर्नुहोस्!"
 
@@ -9179,11 +9446,11 @@ msgstr "तपाईंको कुनै फीडहरू छैन।"
 msgid "You have no lists."
 msgstr "तपाईंको कुनै सूची छैन।"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "तपाईंले कुनै खाता ब्लक गर्नुभएको छैन। एक खाता ब्लक गर्नको लागि, तिनीहरूको प्रोफाइलमा जानुहोस् र तिनीहरूको खाता मेनूबाट \"खाता अवरुद्ध गर्नुहोस्\" चयन गर्नुहोस्।"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "तपाईंले कुनै खाता म्यूट गर्नुभएको छैन। एक खाता म्यूट गर्नको लागि, तिनीहरूको प्रोफाइलमा जानुहोस् र तिनीहरूको खाता मेनूबाट \"खाता म्यूट गर्नुहोस्\" चयन गर्नुहोस्।"
 
@@ -9191,11 +9458,15 @@ msgstr "तपाईंले कुनै खाता म्यूट गर
 msgid "You have reached the end"
 msgstr "तपाईंले अन्त्यमा पुग्नुभयो"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "तपाईंले भिडियो अपलोडको लागि अस्थायी रूपमा सीमा पार गर्नुभयो। कृपया पछि पुनः प्रयास गर्नुहोस्।"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "तपाईंले अझै starter pack सिर्जना गर्नुभएको छैन!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "तपाईं केवल ३ फीडहरू मात्र थप्न सक्नुहुन्छ।"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "तपाईं केवल ४ चित्रहरू मात्र चयन गर्न सक्नुहुन्छ।"
 
@@ -9232,7 +9503,7 @@ msgstr "तपाईं केवल ४ चित्रहरू मात्
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "तपाईंलाई कम्तिमा सात अन्य व्यक्तिहरूलाई फलो गर्नुपर्छ ताकि starter pack सिर्जना गर्न सकिन्छ।"
 
@@ -9248,10 +9519,18 @@ msgstr "चित्र बचत गर्नको लागि तपाई
 msgid "You must select at least one labeler for a report"
 msgstr "तपाईंलाई रिपोर्टको लागि कम्तीमा एक लेबलर चयन गर्नु पर्छ।"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "तपाईंले पहिले @{0} निष्क्रिय गर्नुभएको थियो।"
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "तपाईंलाई तपाईंका सबै खाता हरुबाट साइन आउट गरिनेछ।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "तपाईं अब यस थ्रेडको लागि सूचनाहरू प्राप्त गर्न सक्नुहुन्न।"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "तपाईं अब यस थ्रेडको लागि सूचनाहरू प्राप्त गर्नुहुनेछ।"
 
@@ -9305,7 +9584,7 @@ msgstr "तपाईंले यी व्यक्तिहरू र {0} अ
 msgid "You'll follow these people right away"
 msgstr "तपाईंले यी व्यक्तिहरूलाई तुरुन्तै फलो गर्नुहुनेछ।"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "तपाईंलाई <0>{0}</0> मा एक इमेल प्राप्त हुनेछ जसले प्रमाणित गर्नेछ कि यो तपाईं हो।"
 
@@ -9339,6 +9618,10 @@ msgstr ""
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "तपाईंले आफ्नो फीडको अन्त्यमा पुग्नुभयो! थप खाता फलो गर्नको लागि खोजी गर्नुहोस्।"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "तपाईंले भिडियो अपलोडको लागि आफ्नो दैनिक सीमा पुग्नुभयो (धेरै बाइट्स)"
@@ -9347,7 +9630,7 @@ msgstr "तपाईंले भिडियो अपलोडको लाग
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "तपाईंले भिडियो अपलोडको लागि आफ्नो दैनिक सीमा पुग्नुभयो (धेरै भिडियो)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "तपाईंको ब्राउजर भिडियो ढाँ
 msgid "Your chats have been disabled"
 msgstr "तपाईंको च्याटहरू अक्षम गरिएको छ"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "तपाईंको चयन बचत हुनेछ, तर पछि सेटिङमा परिवर्तन गर्न सकिन्छ।"
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr ""
 msgid "Your email appears to be invalid."
 msgstr "तपाईंको ईमेल अमान्य देखिन्छ।"
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "तपाईंको ईमेल अझै प्रमाणित गरिएको छैन। यो एक महत्त्वपूर्ण सुरक्षा कदम हो जुन हामी सिफारिस गर्छौं।"
 
@@ -9434,7 +9721,7 @@ msgstr "तपाईंको पूर्ण ह्याण्डल हुन
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "तपाईंको पासवर्ड सफलतापूर्
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "तपाईंको पोष्ट प्रकाशित गरिएको छ"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "तपाईंका पोष्टहरू प्रकाशित गरिएको छ"
 
@@ -9479,7 +9766,7 @@ msgstr "तपाईंका पोष्टहरू, लाइकहरू, 
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "तपाईंको प्रोफाइल, पोष्टहरू, फीडहरू, र सूचीहरू अब अन्य ब्लूस्की प्रयोगकर्ताहरूलाई देखाइने छैन। तपाईं कुनै पनि समयमा आफ्नो खाता पुनः सक्रिय गर्नको लागि लग इन गर्न सक्नुहुन्छ।"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "तपाईंको उत्तर प्रकाशित गरिएको छ"
 
diff --git a/src/locale/locales/nl/messages.po b/src/locale/locales/nl/messages.po
index 9ef4f5555..f3a0ef282 100644
--- a/src/locale/locales/nl/messages.po
+++ b/src/locale/locales/nl/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: nl\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Dutch\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(actief)"
 msgid "(contains embedded content)"
 msgstr "(bevat ingesloten inhoud)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(geen e-mailadres)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# herplaatsing} other {# herplaatsingen}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# seconde} other {# seconden}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {volger} other {volgers}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {volgend} other {volgend}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {vind-ik-leuk} other {vind-ik-leuks}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {vind-ik-leuk} other {vind-ik-leuks}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {bericht} other {berichten}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citaat} other {citaten}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {herplaatsing} other {herplaatsingen}}"
 
@@ -136,6 +135,10 @@ msgstr ""
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>in <1>tekst en tags</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} deze week lid geworden"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatar van {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {uur} other {uur}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuut} other {minuten}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}</0> hebben je gevolgd"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}</0> vonden je gepersonaliseerde feed leuk"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}</0> vonden je bericht leuk"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}</0> hebben je bericht opnieuw geplaatst"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}</0> hebben zich geregistreerd met je startpakket"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} volgde je"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} volgde je terug"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} vond je gepersonaliseerde feed leuk"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} vond je bericht leuk"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} heeft je bericht opnieuw geplaatst"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} registreerde zich met je startpakket"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} volgden je"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} vonden je gepersonaliseerde feed leuk"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} vonden je bericht leuk"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben je bericht opnieuw geplaatst"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben zich geregistreerd met je startpakket"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} volgde je"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} volgde je terug"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} vond je gepersonaliseerde feed leuk"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} vond je bericht leuk"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} heeft je bericht opnieuw geplaatst"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} heeft zich geregistreerd met je startpakket"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} volgend"
@@ -335,11 +339,23 @@ msgstr "{following} volgend"
 msgid "{handle} can't be messaged"
 msgstr "{handle} kan geen privébericht ontvangen"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>en {2, plural, one {# ander} other {# anderen}} zijn inbegrepen in je startpakket"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {volger} other {volgers}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {volgend} other {volgend}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Experimenteel:</0> u ontvangt alleen antwoord- en citaatmeldingen van
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Jij</0> en<1> </1><2>{0} </2>zijn inbegrepen in je startpakket"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Ongeldige handle"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Over"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Toegankelijkheid"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Toegankelijkheidsinstellingen"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Account"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Account geblokkeerd"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Account gevolgd"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Account genegeerd"
@@ -517,33 +533,33 @@ msgstr "Account genegeerd"
 msgid "Account Muted by List"
 msgstr "Account genegeerd door lijst"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Accountopties"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Account verwijderd uit snelle toegang"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Account gedeblokkeerd"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Account ontvolgd"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Account negeren opgeheven"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "{displayName} toevoegen aan het startpakket"
 msgid "Add a content warning"
 msgstr "Een inhoudswaarschuwing toevoegen"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Account toevoegen"
 msgid "Add alt text"
 msgstr "Alt-tekst toevoegen"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Optioneel alt-tekst toevoegen"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Nog een account toevoegen"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Nog een bericht toevoegen"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "Genegeerde woorden en tags toevoegen"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Nieuw bericht toevoegen"
 
@@ -664,8 +684,8 @@ msgstr "Voeg het volgende DNS-record toe aan je domein:"
 msgid "Add this feed to your feeds"
 msgstr "Deze feed toevoegen aan je feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Toevoegen aan lijsten"
 
@@ -718,6 +738,11 @@ msgstr "Labels voor inhoud voor volwassenen"
 msgid "Advanced"
 msgstr "Geavanceerd"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr ""
@@ -732,7 +757,7 @@ msgstr "Je hebt alle accounts gevolgd!"
 msgid "All languages"
 msgstr "Alle talen"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Alle feeds die je hebt opgeslagen, bij elkaar op één plek."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Alt-tekst"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Er is een e-mail verzonden naar {0}. Deze bevat een bevestigingscode die je hieronder kunt invullen."
 
-#: 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 "Er is een e-mail verzonden naar je vorige adres {0}. Deze bevat een bevestigingscode die je hieronder kunt invullen."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Er is een e-mail verzonden! Vul hieronder de bevestigingscode in die in de e-mail is opgenomen."
 
@@ -825,7 +849,7 @@ msgstr "Er is een fout opgetreden tijdens het comprimeren van de video."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Er is een fout opgetreden bij het genereren van je startpakket. Wil je het opnieuw proberen?"
 
@@ -842,7 +866,7 @@ msgstr "Er is een fout opgetreden tijdens het laden van de video. Probeer het op
 msgid "An error occurred while saving the QR code!"
 msgstr "Er is een fout opgetreden bij het opslaan van de QR-code!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Er is een fout opgetreden bij het selecteren van de video"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Er is een fout opgetreden bij het uploaden van de video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Een probleem niet vermeld in deze opties"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Er is een probleem opgetreden bij het starten van de chat"
 
@@ -875,8 +899,8 @@ msgstr "Er is een probleem opgetreden bij het openen van de chat"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Asociaal gedrag"
 msgid "Anybody can interact"
 msgstr "Iedereen kan reageren"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "App-pictogram"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "App-taal"
 
@@ -958,7 +982,7 @@ msgstr "App-wachtwoordnamen moeten minimaal 4 tekens lang zijn"
 msgid "App passwords"
 msgstr "App-wachtwoorden"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "App-wachtwoorden"
@@ -994,10 +1018,10 @@ msgstr "Bezwaar maken tegen schorsing"
 msgid "Appeal this decision"
 msgstr "Bezwaar maken tegen deze beslissing"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Weergave"
 
@@ -1006,12 +1030,12 @@ msgstr "Weergave"
 msgid "Apply default recommended feeds"
 msgstr "Standaard aanbevolen feeds gebruiken"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Gearchiveerd van {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Gearchiveerd bericht"
 
@@ -1047,11 +1071,11 @@ msgstr "Weet je zeker dat je {0} uit jouw feeds wilt verwijderen?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Weet je zeker dat je dit uit jouw feeds wilt verwijderen?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Weet je zeker dat je dit concept wilt weggooien?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Weet je zeker dat je dit bericht wilt weggooien?"
 
@@ -1072,6 +1096,11 @@ msgstr "Kunst"
 msgid "Artistic or non-erotic nudity."
 msgstr "Artistieke of niet-erotische naaktbeelden."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Minstens 3 tekens"
@@ -1103,7 +1132,7 @@ msgstr "Video's en GIF's automatisch afspelen"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Terug"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Je moet eerst je e-mailadres bevestigen voordat je een lijst maakt."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Je moet eerst je e-mailadres bevestigen voordat je een bericht plaatst."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Je moet eerst je e-mailadres bevestigen voordat je een startpakket maakt."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Je moet eerst je e-mailadres bevestigen voordat je een andere gebruiker een privébericht stuurt."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Verjaardag"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blokkeren"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Account blokkeren"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Account blokkeren?"
 
@@ -1200,17 +1235,17 @@ msgstr "Geblokkeerd"
 msgid "Blocked accounts"
 msgstr "Geblokkeerde accounts"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Geblokkeerde accounts"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Geblokkeerde accounts kunnen niet reageren op jouw gesprekken, je niet vermelden en niet op een andere manier met je communiceren."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Geblokkeerde accounts kunnen niet reageren op jouw gesprekken, je niet vermelden en niet anderszins met je communiceren. Je ziet hun tekst niet en zij kunnen de jouwe niet zien."
 
@@ -1226,11 +1261,11 @@ msgstr "Blokkeren voorkomt niet dat deze labeler labels op je account plaatst."
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blokkeren is openbaar. Geblokkeerde accounts kunnen niet reageren op jouw gesprekken, je vermelden en niet anderszins met je communiceren."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Blokkeren voorkomt niet dat er labels op jouw account worden toegepast, maar het zorgt er wel voor dat dit account niet meer op jouw gesprekken kan reageren en niet meer met je kan communiceren."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky kan de echtheid van de geclaimde datum niet bevestigen."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky is leuker met vrienden!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Servicevoorwaarden van Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky kiest een aantal aanbevolen accounts van personen in je netwerk."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Het onderwerp {displayName} bekijken"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Zakelijk"
 
@@ -1374,45 +1409,47 @@ msgstr "Door een account aan te maken ga je akkoord met de <0>Servicevoorwaarden
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Camera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Annuleren"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Accountverwijdering annuleren"
 msgid "Cancel image crop"
 msgstr "Afbeelding bijsnijden annuleren"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Profielbewerking annuleren"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Openen van gelinkte website annuleren"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Kan geen interactie hebben met een geblokkeerde gebruiker"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Ondertiteling (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Ondertiteling en alt-tekst"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Wijzigen"
 
@@ -1478,13 +1514,12 @@ msgstr "App-pictogram wijzigen"
 msgid "Change app icon to \"{0}\""
 msgstr "App-pictogram wijzigen in ‘{0}’"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "E-mail wijzigen"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "E-mailadres wijzigen"
 
@@ -1497,10 +1532,6 @@ msgstr "Handle wijzigen"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Mijn e-mailadres wijzigen"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Wachtwoord wijzigen"
@@ -1513,11 +1544,11 @@ msgstr "Berichttaal wijzigen in {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Je e-mailadres wijzigen"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Je e-mailadres wijzigen"
 
@@ -1530,15 +1561,15 @@ msgstr "Wijzigt het app-pictogram"
 msgid "Changes hosting provider"
 msgstr "Wijzigt de hostingprovider"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chat genegeerd"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Chatinstellingen"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chat niet meer genegeerd"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Kies domeinverificatiemethode"
 msgid "Choose Feeds"
 msgstr "Feeds kiezen"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Voor mij kiezen"
 
@@ -1619,7 +1650,7 @@ msgstr "Deze kleur kiezen als je avatar"
 msgid "Choose your account provider"
 msgstr "Kies je accountprovider"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Kies je eigen tijdlijn! Feeds gemaakt door de gemeenschap helpen je om inhoud te vinden waar je van houdt."
 
@@ -1631,16 +1662,16 @@ msgstr "Je wachtwoord kiezen"
 msgid "Choose your username"
 msgstr "Je gebruikershandle"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Alle opgeslagen gegevens wissen"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Alle opgeslagen gegevens wissen (start de app hierna opnieuw op)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Zoekopdracht wissen"
 msgid "click here"
 msgstr "klik hier"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Klik om citaatberichten voor dit bericht te verbieden."
@@ -1676,29 +1715,34 @@ msgstr "Klimaat"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Klik 🐴 klak 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Sluiten"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Actief dialoogvenster sluiten"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Paneel onderaan sluiten"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Dialoogvenster sluiten"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr ""
 
@@ -1751,12 +1795,12 @@ msgstr "Dit dialoogvenster sluiten"
 msgid "Closes password update alert"
 msgstr "Sluit waarschuwing voor bijwerken wachtwoord"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Sluit de emoji-kiezer"
 
@@ -1764,11 +1808,11 @@ msgstr "Sluit de emoji-kiezer"
 msgid "Closes viewer for header image"
 msgstr "Sluit viewer voor headerafbeelding"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Gebruikerslijst inklappen"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Klapt de gebruikerslijst voor een bepaalde melding in"
 
@@ -1791,7 +1835,7 @@ msgstr "Komedie"
 msgid "Comics"
 msgstr "Strips"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Gemeenschapsrichtlijnen"
@@ -1804,11 +1848,11 @@ msgstr "Voltooi de introductie en begin met het gebruiken van je account"
 msgid "Complete the challenge"
 msgstr "Voltooi de uitdaging"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Nieuw bericht opstellen"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Reactie opstellen"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Video comprimeren..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configureer inhoudsfilterinstelling voor categorie: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Geconfigureerd in <0>moderatie-instellingen</0> ."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Bevestigen"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Wijziging bevestigen"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Taalinstellingen van inhoud bevestigen"
@@ -1861,18 +1899,19 @@ msgstr "Bevestig je leeftijd:"
 msgid "Confirm your birthdate"
 msgstr "Bevestig je geboortedatum"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Bevestigingscode"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Bevestigingscode"
 
@@ -1880,8 +1919,8 @@ msgstr "Bevestigingscode"
 msgid "Connecting..."
 msgstr "Verbinden..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contact opnemen met ondersteuning"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Inhoud & media"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Inhoud en media"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Inhoud en media"
 
@@ -1911,7 +1950,7 @@ msgstr "Inhoudsfilters"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Inhoudtalen"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Contextmenu-achtergrond, klik om het menu te sluiten."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Doorgaan"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Doorgaan als {0} (momenteel aangemeld)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Verder lezen..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Doorgaan naar volgende stap"
@@ -1973,7 +2012,7 @@ msgstr "Koken"
 msgid "Copied"
 msgstr "Gekopieerd"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Buildversie gekopieerd naar klembord"
 
@@ -1981,8 +2020,8 @@ msgstr "Buildversie gekopieerd naar klembord"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Gekopieerd naar klembord"
 
@@ -1991,7 +2030,7 @@ msgstr "Gekopieerd naar klembord"
 msgid "Copied!"
 msgstr "Gekopieerd!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "Kopiëren"
 msgid "Copy App Password"
 msgstr "App-wachtwoord kopiëren"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Code kopiëren"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "DID kopiëren"
 
@@ -2040,8 +2079,8 @@ msgstr "Link kopiëren"
 msgid "Copy link to list"
 msgstr "Link naar lijst kopiëren"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Link naar bericht kopiëren"
 
@@ -2050,13 +2089,13 @@ msgstr "Link naar bericht kopiëren"
 msgid "Copy message text"
 msgstr "Tekst privébericht kopiëren"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Berichttekst kopiëren"
 
@@ -2068,7 +2107,7 @@ msgstr "QR-code kopiëren"
 msgid "Copy TXT record value"
 msgstr "TXT-recordwaarde kopiëren"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Auteursrechtbeleid"
@@ -2078,7 +2117,7 @@ msgstr "Auteursrechtbeleid"
 msgid "Could not leave chat"
 msgstr "Kan chat niet verlaten"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Kan feed niet laden"
 
@@ -2094,7 +2133,7 @@ msgstr "Kan chat niet negeren"
 msgid "Could not process your video"
 msgstr "Kon je video niet verwerken"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Aanmaken"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Maak een QR-code voor een startpakket"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Maak een startpakket"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Maak een startpakket voor mij"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Een account aanmaken"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "In plaats daarvan een avatar maken"
 
@@ -2209,13 +2248,13 @@ msgstr "Donker thema"
 msgid "Date of birth"
 msgstr "Geboortedatum"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Account deactiveren"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Fouten opsporen in moderatie"
 
@@ -2237,13 +2276,13 @@ msgstr "Standaardpictogrammen"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Verwijderen"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Account verwijderen"
 
@@ -2259,19 +2298,19 @@ msgstr "App-wachtwoord verwijderen"
 msgid "Delete app password?"
 msgstr "App-wachtwoord verwijderen?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Chatdeclaratierecord verwijderen"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr "Privébericht voor mij verwijderen"
 msgid "Delete my account"
 msgstr "Mijn account verwijderen"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Bericht verwijderen"
 
@@ -2318,7 +2357,7 @@ msgstr "Startpakket verwijderen?"
 msgid "Delete this list?"
 msgstr "Deze lijst verwijderen?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Dit bericht verwijderen?"
 
@@ -2335,19 +2374,19 @@ msgstr "Verwijderd account"
 msgid "Deleted post."
 msgstr "Bericht verwijderd."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Omschrijving"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Omschrijving is te lang"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Beschrijvende alt-tekst"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Citaat loskoppelen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Citaatbericht loskoppelen?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Ontwikkelaarsmodus uitgeschakeld"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Ontwikkelaarsmodus ingeschakeld"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Ontwikkelaarsopties"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialoog: aanpassen wie op dit bericht mag reageren"
 msgid "Dim"
 msgstr "Dimmen"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Uitschakelen e-mail 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Uitgeschakeld"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Weggooien"
 
@@ -2420,11 +2468,11 @@ msgstr "Weggooien"
 msgid "Discard changes?"
 msgstr "Wijzigingen weggooien?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Concept weggooien?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Bericht weggooien?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Ontdek nieuwe gepersonaliseerde feeds"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Ontdek nieuwe feeds"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Sluiten"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Fout negeren"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "Grotere alt-tekstbadges tonen"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Weergavenaam"
@@ -2482,11 +2530,11 @@ msgstr "Weergavenaam"
 msgid "Display Name"
 msgstr "Weergavenaam"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Weergavenaam is te lang"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Begint en eindigt niet met een koppelteken"
 msgid "Domain verified!"
 msgstr "Domein geverifieerd!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Gereed {extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Dubbeltik om het dialoogvenster te sluiten"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "Duur: "
 msgid "e.g. alice"
 msgstr "bijvoorbeeld alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "bijvoorbeeld Alice Achternaam"
 
@@ -2587,7 +2645,7 @@ msgstr "Bijvoorbeeld Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "bijvoorbeeld alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "Bijvoorbeeld kunstenaar, hondenliefhebber en fervent lezer."
 
@@ -2595,19 +2653,19 @@ msgstr "Bijvoorbeeld kunstenaar, hondenliefhebber en fervent lezer."
 msgid "E.g. artistic nudes."
 msgstr "Bijvoorbeeld artistieke naakten."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "Bijvoorbeeld geweldige auteurs"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "Bijvoorbeeld spammers"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "Bijvoorbeeld de auteurs die nooit missen."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "Bijvoorbeeld gebruikers die herhaaldelijk met advertenties reageren."
 
@@ -2615,7 +2673,7 @@ msgstr "Bijvoorbeeld gebruikers die herhaaldelijk met advertenties reageren."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Elke code werkt één keer. Je ontvangt periodiek meer uitnodigingscodes."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Bewerken"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Avatar bewerken"
 
@@ -2637,14 +2695,14 @@ msgstr "Avatar bewerken"
 msgid "Edit Feeds"
 msgstr "Feeds bewerken"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Afbeelding bewerken"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Interactie-instellingen bewerken"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Lijstdetails bewerken"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Moderatielijst bewerken"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Mijn feeds bewerken"
 
@@ -2679,15 +2742,15 @@ msgstr "Personen bewerken"
 msgid "Edit post interaction settings"
 msgstr "Berichtinteractie-instellingen bewerken"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Profiel bewerken"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Profiel bewerken"
 
@@ -2695,7 +2758,7 @@ msgstr "Profiel bewerken"
 msgid "Edit starter pack"
 msgstr "Startpakket bewerken"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Gebruikerslijst bewerken"
 
@@ -2707,11 +2770,11 @@ msgstr "Bewerk wie kan reageren"
 msgid "Edit your display name"
 msgstr "Je weergavenaam bewerken"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Je profielomschrijving bewerken"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Je startpakket bewerken"
 
@@ -2724,9 +2787,8 @@ msgstr "Onderwijs"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-mail"
 
@@ -2747,20 +2809,17 @@ msgstr "E-mailadres"
 msgid "Email Resent"
 msgstr "E-mail opnieuw verzonden"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-mailadres bijgewerkt"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "E-mailadres bijgewerkt"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-mailadres geverifieerd"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "HTML-code insluiten"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Bericht insluiten"
 
@@ -2785,8 +2844,9 @@ msgstr "Sluit dit bericht in op je website. Kopieer simpelweg het volgende fragm
 msgid "Embedded video player"
 msgstr "Geïntegreerde videospeler"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Inschakelen"
 
@@ -2798,9 +2858,9 @@ msgstr "Alleen {0} inschakelen"
 msgid "Enable adult content"
 msgstr "Inhoud voor volwassenen inschakelen"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "E-mail 2FA inschakelen"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Ingeschakeld"
 msgid "End of feed"
 msgstr "Einde van feed"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Zorg ervoor dat je voor elk ondertitelbestand een taal selecteert."
 
@@ -2860,14 +2920,15 @@ msgstr "Vul een wachtwoord in"
 msgid "Enter a word or tag"
 msgstr "Vul een woord of tag in"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Vul code in"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Vul bevestigingscode in"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Volledig scherm activeren"
@@ -2897,11 +2958,7 @@ msgstr "Vul je geboortedatum in"
 msgid "Enter your email address"
 msgstr "Vul je e-mailadres in"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Vul hierboven je nieuwe e-mailadres in"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Vul hieronder je nieuwe e-mailadres in"
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Fout"
@@ -2997,15 +3054,15 @@ msgstr "Verlaat afbeeldingweergave"
 msgid "Expand alt text"
 msgstr "Alt-tekst uitklappen"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Gebruikerslijst uitklappen"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Uitklappen of inklappen van het volledige bericht waar je op reageert"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "Verloopt {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Expliciete of mogelijk aanstootgevende media."
 msgid "Explicit sexual images."
 msgstr "Expliciete seksuele afbeeldingen."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Mijn gegevens exporteren"
 
@@ -3071,12 +3132,12 @@ msgstr "Externe media"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Externe media kunnen websites toestaan om informatie over jou en jouw apparaat te verzamelen. Er wordt geen informatie verzonden of gevraagd totdat je drukt op de knop \"afspelen\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Externe mediavoorkeuren"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Kon de handle niet wijzigen. Probeer het nog eens."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Kon app-wachtwoord niet aanmaken. Probeer het nog eens."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Het aanmaken van het startpakket is mislukt"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Het is niet gelukt om de lijst te maken. Controleer je internetverbinding en probeer het opnieuw."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Privébericht kan niet worden verwijderd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Bericht verwijderen mislukt, probeer het opnieuw"
 
@@ -3129,7 +3186,7 @@ msgstr "Bericht verwijderen mislukt, probeer het opnieuw"
 msgid "Failed to delete starter pack"
 msgstr "Het verwijderen van het startpakket is mislukt"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Verzenden mislukt"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Het indienen van bezwaar is mislukt, probeer het opnieuw."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Het wisselen tussen wel/niet-negeren van het gesprek is mislukt, probeer het opnieuw"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Het is niet gelukt om de feeds bij te werken"
@@ -3219,11 +3290,15 @@ msgstr "Het is niet gelukt om de instellingen bij te werken"
 msgid "Failed to upload video"
 msgstr "Het uploaden van video is mislukt"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Kon handle niet verifiëren. Probeer nog eens."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr ""
 
@@ -3242,24 +3317,24 @@ msgstr "Feed wisselen"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Feedback verzonden!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr ""
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexibel"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Volgen"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Volgen"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "{0} volgen"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "{handle} volgen"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "{name} volgen"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Volg 10 accounts"
 msgid "Follow 7 accounts"
 msgstr "Volg 7 accounts"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Account volgen"
 
@@ -3391,7 +3462,7 @@ msgstr "Account volgen"
 msgid "Follow all"
 msgstr "Allen volgen"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Terugvolgen"
@@ -3417,7 +3488,7 @@ msgstr "Gevolgd door <0>{0}</0> en <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Gevolgd door <0>{0}</0>, <1>{1}</1>, en {2, plural, one {# ander} other {# anderen}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Volgers van @{0} die je kent"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Volgers die je kent"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Volgend"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Volgt {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Je volgt {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Volgt {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Volgfeedvoorkeuren"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Volgfeedvoorkeuren"
@@ -3524,7 +3591,7 @@ msgstr "Publiceert vaak ongewenste inhoud"
 msgid "From @{sanitizedAuthor}"
 msgstr "Van @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Van <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Van <0/>"
 msgid "Gallery"
 msgstr "Galerij"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Een startpakket genereren"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Hulp krijgen"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Aan de slag"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Aan de slag"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Geef je profiel een gezicht"
 
@@ -3567,10 +3636,10 @@ msgstr "Duidelijke overtredingen van de wet of servicevoorwaarden"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Terug"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Naar startpagina"
 msgid "Go Home"
 msgstr "Naar startpagina"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Grafische media"
 msgid "Half way there!"
 msgstr "Halverwege!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Handle"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptische feedback"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Pesterijen, trolling of intolerantie"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Heb je problemen?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Laat mensen weten dat je geen bot bent door een foto te uploaden of een avatar te maken."
 
@@ -3698,7 +3788,7 @@ msgstr "Hier is uw app-wachtwoord!"
 msgid "Hidden"
 msgstr "Verborgen"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Verborgen door je moderatie-instellingen."
 
@@ -3715,12 +3805,12 @@ msgstr "Verborgen lijst"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Verbergen"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Verbergen"
@@ -3729,18 +3819,18 @@ msgstr "Verbergen"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Bericht voor mij verbergen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Reactie voor iedereen verbergen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Reactie voor mij verbergen"
 
@@ -3748,12 +3838,12 @@ msgstr "Reactie voor mij verbergen"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Dit bericht verbergen?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Deze reactie verbergen?"
 
@@ -3771,7 +3861,7 @@ msgstr "Populaire onderwerpen verbergen?"
 msgid "Hide trending videos?"
 msgstr "Populaire video’s verbergen?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Gebruikerslijst verbergen"
 
@@ -3817,11 +3907,11 @@ msgstr "Hmm, we kunnen die moderatieservice niet laden."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Wacht even! We geven geleidelijk toegang tot video en je staat nog steeds in de rij. Kom snel terug!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Startpagina"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Eerst warme antwoorden"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Hoe moeten we deze link openen?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Ik heb een code"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Ik heb een code"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Ik heb een bevestigingscode"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Als je deze lijst verwijdert kun je deze niet meer herstellen."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Als je een eigen domein hebt, kun je dat als handle gebruiken. Zo kun je je identiteit zelf verifiëren. <0>Klik hier voor meer informatie.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Als je dit bericht verwijdert kun je het niet meer herstellen."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Als je jouw wachtwoord wilt wijzigen sturen we je een code om te verifiëren dat dit jouw account is."
@@ -3915,18 +4008,19 @@ msgstr "Illegaal en dringend"
 msgid "Image"
 msgstr "Afbeelding"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Afbeelding opgeslagen in je galerij!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Ongeldige 2FA-bevestigingscode."
 msgid "Invalid handle. Please try a different one."
 msgstr "Ongeldige handle. Probeer een andere."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Ongeldig of niet-ondersteund berichtrecord"
 
@@ -4041,12 +4135,12 @@ msgstr "Het klopt"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Jij bent nu nog de enige! Voeg meer personen toe aan je startpakket door hierboven te zoeken."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Taak-ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Vacatures"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Gelabeld door de auteur."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Labels"
 
@@ -4100,13 +4194,13 @@ msgstr "Labels op je inhoud"
 msgid "Language selection"
 msgstr "Taalkeuze"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Taalinstellingen"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Talen"
 
@@ -4124,12 +4218,12 @@ msgstr "Nieuwste"
 msgid "learn more"
 msgstr "leer meer"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Leer meer"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Leer meer over Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Leer meer over de moderatie toegepast op deze inhoud."
 msgid "Learn more about this warning"
 msgstr "Leer meer over deze waarschuwing"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Je verlaat Bluesky"
 msgid "left to go."
 msgstr "nog te gaan."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Laat me kiezen"
 
@@ -4230,7 +4324,7 @@ msgstr "Licht"
 msgid "Like"
 msgstr "Leuk"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Leuk ({0, plural, one {# vind-ik-leuk} other {# vind-ik-leuks}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Vind 10 berichten leuk om de Ontdekken-feed te trainen"
 msgid "Like this feed"
 msgstr "Vind deze feed leuk"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Leuk gevonden door"
 
@@ -4269,16 +4363,16 @@ msgstr "Leuk gevonden door {0, plural, one {# gebruiker} other {# gebruikers}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Leuk gevonden door {likeCount, plural, one {# gebruiker} other {# gebruikers}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Vind-ik-leuks"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Vind-ik-leuks op dit bericht"
 
@@ -4287,11 +4381,11 @@ msgstr "Vind-ik-leuks op dit bericht"
 msgid "Linear"
 msgstr "Lineair"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lijst"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Lijstavatar"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lijst genegeerd"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Lijstnaam"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Lijst niet-genegeerd"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Lijsten"
 
@@ -4358,6 +4452,22 @@ msgstr "Lijsten"
 msgid "Lists blocking this user:"
 msgstr "Lijsten die deze gebruiker blokkeren:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Meer laden"
@@ -4370,18 +4480,18 @@ msgstr "Meer voorgestelde feeds laden"
 msgid "Load new notifications"
 msgstr "Nieuwe meldingen laden"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Nieuwe berichten laden"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Laden..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Logboek"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo door @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo door <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Het lijkt erop dat je al je feeds hebt losgemaakt. Maar maak je geen zor
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Het lijkt erop dat je een feed mist die je volgt.<0>Klik hier om er een toe te voegen.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Maak er een voor mij"
 
@@ -4455,7 +4569,14 @@ msgstr "Markeren als gelezen"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Media"
 
@@ -4479,7 +4600,7 @@ msgstr "Vermeldingen"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Privébericht verzenden naar {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Privébericht is te lang"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Privéberichten"
 
@@ -4532,10 +4653,10 @@ msgstr "Misleidend account"
 msgid "Misleading Post"
 msgstr "Misleidend bericht"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderatie"
 
@@ -4557,12 +4678,12 @@ msgstr "Moderatielijst door <0/>"
 msgid "Moderation list by you"
 msgstr "Moderatielijst door jou"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Moderatielijst aangemaakt"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Moderatielijst bijgewerkt"
@@ -4571,8 +4692,8 @@ msgstr "Moderatielijst bijgewerkt"
 msgid "Moderation lists"
 msgstr "Moderatielijsten"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Moderatielijsten"
 
@@ -4580,7 +4701,7 @@ msgstr "Moderatielijsten"
 msgid "moderation settings"
 msgstr "moderatie-instellingen"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderatietoestanden"
 
@@ -4593,7 +4714,7 @@ msgstr "Moderatiehulpmiddelen"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "De moderator heeft ervoor gekozen om een algemene waarschuwing in te stellen voor de inhoud."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Meer"
 
@@ -4602,8 +4723,8 @@ msgstr "Meer"
 msgid "More feeds"
 msgstr "Meer feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Meer opties"
@@ -4637,10 +4758,10 @@ msgstr "Negeren"
 msgid "Mute {tag}"
 msgstr "{tag} negeren"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Account negeren"
 
@@ -4689,13 +4810,13 @@ msgstr "Dit woord alleen in tags negeren"
 msgid "Mute this word until you unmute it"
 msgstr "Dit woord negeren totdat je het negeren opheft"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Gesprek negeren"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Woorden en tags negeren"
 
@@ -4703,12 +4824,12 @@ msgstr "Woorden en tags negeren"
 msgid "Muted accounts"
 msgstr "Genegeerde accounts"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Genegeerde accounts"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Van genegeerde accounts worden de berichten verwijderd uit je feed en uit je meldingen. Genegeerde accounts zijn volledig privé."
 
@@ -4729,15 +4850,15 @@ msgstr "Negeren is privé. Genegeerde accounts kunnen met je communiceren, maar
 msgid "My Birthday"
 msgstr "Mijn verjaardag"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Mijn feeds"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Naam"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Naam is verplicht"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Navigeert naar het volgende scherm"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navigeert naar je profiel"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Moet je het wijzigen?"
 
@@ -4797,18 +4918,23 @@ msgstr "Maakt niet uit, maak een handle voor mij aan"
 msgid "New"
 msgstr "Nieuw"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nieuw"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nieuwe chat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nieuwe handle"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nieuwe lijst"
 
@@ -4828,7 +4954,7 @@ msgstr "Nieuwe lijst"
 msgid "New messages"
 msgstr "Nieuwe privéberichten"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nieuwe moderatielijst"
 
@@ -4840,10 +4966,10 @@ msgstr "Nieuw wachtwoord"
 msgid "New Password"
 msgstr "Nieuw wachtwoord"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nieuw bericht"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nieuw bericht"
@@ -4863,7 +4989,7 @@ msgstr "Nieuw bericht"
 msgid "New user info dialog"
 msgstr "Nieuwe gebruiker informatiedialoog"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nieuwe gebruikerslijst"
 
@@ -4911,6 +5037,10 @@ msgstr "Nog geen app-wachtwoorden"
 msgid "No DNS Panel"
 msgstr "Geen DNS-paneel"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Geen aanbevolen GIF's gevonden. Er is mogelijk een probleem met Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Geen feeds gevonden. Probeer naar iets anders te zoeken."
 msgid "No likes yet"
 msgstr "Nog geen vind-ik-leuks"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Je volgt {0} niet meer"
 
@@ -4962,8 +5092,8 @@ msgstr "Nog geen citaten"
 msgid "No reposts yet"
 msgstr "Nog geen herplaatsingen"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Geen resultaat"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Geen resultaten gevonden"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Geen resultaten gevonden voor \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Niet-seksuele naaktbeelden"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Niet gevonden"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Niet nu"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Opmerking over delen"
 
@@ -5052,7 +5177,7 @@ msgstr "Opmerking over delen"
 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 "Opmerking: Bluesky is een open en openbaar netwerk. Deze instelling beperkt alleen de zichtbaarheid van je inhoud op de Bluesky-app en -website. Andere apps respecteren deze instelling mogelijk niet. Je inhoud kan nog steeds worden getoond aan afgemelde gebruikers door andere apps en websites."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Niets hier"
 
@@ -5060,7 +5185,7 @@ msgstr "Niets hier"
 msgid "Notification filters"
 msgstr "Meldingsfilters"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Meldinginstellingen"
@@ -5077,11 +5202,11 @@ msgstr "Meldingsgeluiden"
 msgid "Notification Sounds"
 msgstr "Meldingsgeluiden"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Meldingen"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "O nee! Er is iets misgegaan."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Oké"
 
@@ -5140,19 +5265,19 @@ msgstr "Oudste antwoorden eerst"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "op<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Introductie opnieuw tonen"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Alt-tekst ontbreekt bij een of meer GIF's."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Bij een of meer afbeeldingen ontbreekt de alt-tekst."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Alt-tekst ontbreekt bij een of meer video's."
 
@@ -5168,7 +5293,7 @@ msgstr "Alleen {0} kan reageren."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Bevat alleen letters, cijfers en koppeltekens"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Alleen afbeeldingsbestanden worden ondersteund"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Oeps, er is iets misgegaan!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Oeps!"
 
@@ -5194,11 +5319,7 @@ msgstr "Oeps!"
 msgid "Open"
 msgstr "Openen"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Profielsnelmenu voor {name} openen"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Avatar-maker openen"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Menu openen"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Emoji-kiezer openen"
 
@@ -5225,7 +5346,7 @@ msgstr ""
 msgid "Open feed options menu"
 msgstr "Menu Feedopties openen"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Link naar {niceUrl} openen"
 msgid "Open message options"
 msgstr "Privéberichtopties openen"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Open moderatie debugpagina"
 
@@ -5249,20 +5370,25 @@ msgstr "Genegeerde woorden en tags-instellingen openen"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Menu met berichtopties openen"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Startpakketmenu openen"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Verhalenboekpagina openen"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Systeemlogboek openen"
 
@@ -5282,19 +5408,19 @@ msgstr "Opent een dialoogvenster om te bepalen wie op dit gesprek mag reageren"
 msgid "Opens additional details for a debug entry"
 msgstr "Opent aanvullende details voor een debug-item"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Opent camera op apparaat"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "Opent composer"
 msgid "Opens device photo gallery"
 msgstr "Opent fotogalerij van apparaat"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Opent de emoji-kiezer"
 
@@ -5324,7 +5450,7 @@ msgstr "Opent het proces om je aan te melden bij je bestaande Bluesky-account"
 msgid "Opens GIF select dialog"
 msgstr "Opent dialoogvenster voor GIF-selectie"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Opent de helpdesk in je browser"
 
@@ -5332,6 +5458,10 @@ msgstr "Opent de helpdesk in je browser"
 msgid "Opens list of invite codes"
 msgstr "Opent lijst met uitnodigingscodes"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Opent formulier om het wachtwoord opnieuw in te stellen"
@@ -5340,12 +5470,12 @@ msgstr "Opent formulier om het wachtwoord opnieuw in te stellen"
 msgid "Opens the linked website"
 msgstr "Opent de gelinkte website"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Opent dit profiel"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Opent videokiezer"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Anders"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Ander account"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Pagina niet gevonden"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Video pauzeren"
 msgid "People"
 msgstr "Personen"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Personen gevolgd door @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Personen die @{0} volgen"
 
@@ -5508,12 +5638,12 @@ msgstr "Vastzetten op startpagina"
 msgid "Pin to Home"
 msgstr "Vastzetten op startpagina"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Vastmaken aan je profiel"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Vastgezet"
 
@@ -5578,14 +5708,14 @@ msgstr "Je handle kiezen."
 msgid "Please choose your password."
 msgstr "Kies je wachtwoord."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Vul de verificatie-captcha in."
 
-#: 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 "Bevestig je e-mailadres voordat je het wijzigt. Dit is een tijdelijke vereiste terwijl e-mail-updatetools worden toegevoegd en het zal binnenkort worden verwijderd."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Voer een unieke naam in voor dit app-wachtwoord of gebruik ons willekeurig gegenereerde wachtwoord."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Vul een geldig woord, tag of woordgroep in om te negeren"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Vul je e-mailadres in."
 msgid "Please enter your invite code."
 msgstr "Vul je uitnodigingscode in."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Meld je aan als @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Verifieer je e-mailadres"
 
@@ -5662,7 +5818,7 @@ msgstr "Politiek"
 msgid "Porn"
 msgstr "Porno"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Bericht"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Bericht"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Alles plaatsen"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Bericht door {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Bericht door @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Bericht verwijderd"
@@ -5697,7 +5853,7 @@ msgstr "Bericht verwijderd"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Bericht kan niet worden geüpload. Controleer je internetverbinding en probeer het opnieuw."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr "Bericht verborgen door jou"
 msgid "Post interaction settings"
 msgstr "Instellingen voor berichtinteractie"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Bericht losgemaakt"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Berichten"
@@ -5789,7 +5945,7 @@ msgstr "Druk om de volgers van dit account te bekijken die je ook volgt"
 msgid "Previous image"
 msgstr "Vorige afbeelding"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Primaire taal"
 
@@ -5807,26 +5963,26 @@ msgstr "Prioriteitsmeldingen"
 msgid "Privacy"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privacy en beveiliging"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privacy en beveiliging"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Privacybeleid"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Video verwerken..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Verwerken..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profiel"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profiel"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profiel bijgewerkt"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "QR-code opgeslagen in je camerarol!"
 msgid "Quote post"
 msgstr "Citaatbericht"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Citaatbericht is opnieuw toegevoegd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Citaatbericht is succesvol losgekoppeld"
 
@@ -5927,7 +6083,7 @@ msgstr "Citaatinstellingen"
 msgid "Quotes"
 msgstr "Citaten"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citaten van dit bericht"
 
@@ -5942,8 +6098,8 @@ msgstr "Willekeurig (ook bekend als \"Berichtenroulette\")"
 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 "Snelheidslimiet overschreden - je hebt in korte tijd te vaak geprobeerd je handle te wijzigen. Wacht een minuut voordat je het opnieuw probeert."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Citaat opnieuw toevoegen"
 
@@ -5960,15 +6116,15 @@ msgstr "Activeer je account opnieuw"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Lees de Bluesky-blog"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Opnieuw verbinden"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Gesprekken opnieuw laden"
@@ -6022,7 +6178,7 @@ msgstr "Gesprekken opnieuw laden"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Verwijderen"
 msgid "Remove {displayName} from starter pack"
 msgstr "{displayName} uit startpakket verwijderen"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Account verwijderen"
 
@@ -6046,13 +6202,13 @@ msgstr "Account verwijderen"
 msgid "Remove attachment"
 msgstr "Bijlage verwijderen"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Avatar verwijderen"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Banner verwijderen"
 
@@ -6079,7 +6235,7 @@ msgstr "Feed verwijderen?"
 msgid "Remove from my feeds"
 msgstr "Verwijderen uit mijn feeds"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Verwijderen uit snelle toegang?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "Afbeelding verwijderen"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Verwijder een genegeerd woord uit je lijst"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Profiel verwijderen"
 
@@ -6114,7 +6275,7 @@ msgstr "Citaat verwijderen"
 msgid "Remove repost"
 msgstr "Herplaatsing verwijderen"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Ondertitelbestand verwijderen"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Verwijderd uit je feeds"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Verwijdert citaatbericht"
@@ -6181,7 +6338,7 @@ msgstr "Verwijdert citaatbericht"
 msgid "Replace with Discover"
 msgstr "Vervangen door Ontdekken"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Antwoorden"
 
@@ -6193,12 +6350,12 @@ msgstr "Antwoorden uitgeschakeld"
 msgid "Replies to this post are disabled."
 msgstr "Antwoorden op dit bericht zijn uitgeschakeld."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Reageren"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr "Reactie-instellingen worden gekozen door de auteur van het gesprek"
 msgid "Reply sorting"
 msgstr ""
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Reactie op <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Reageer op een geblokkeerd bericht"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Reageer op een bericht"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Reactie op jou"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Zichtbaarheid van reactie bijgewerkt"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Reactie is succesvol verborgen"
 
@@ -6261,16 +6418,16 @@ msgstr "Reactie is succesvol verborgen"
 msgid "Report"
 msgstr "Melden"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Account melden"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Gesprek melden"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Privébericht melden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Bericht melden"
 
@@ -6369,27 +6526,27 @@ msgstr "Bericht herplaatsen of citeren"
 msgid "Reposted By"
 msgstr "Herplaatst door"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Herplaatst door {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Herplaatst door <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Herplaatst door jou"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Herplaatsingen van dit bericht"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Wijziging aanvragen"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Code aanvragen"
 msgid "Require alt text before posting"
 msgstr "Alt-tekst vereisen voor het plaatsen"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr "Vereist voor deze provider"
 msgid "Required in your region"
 msgstr "Vereist in je regio"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "E-mail opnieuw verzenden"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "E-mail opnieuw verzenden"
@@ -6436,8 +6599,8 @@ msgstr "Code opnieuw instellen"
 msgid "Reset Code"
 msgstr "Code opnieuw instellen"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Introductie-status opnieuw instellen"
 
@@ -6458,10 +6621,10 @@ msgstr "Probeert de laatste mislukte actie opnieuw"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Terug naar vorige pagina"
 msgid "Returns to home page"
 msgstr "Terug naar de startpagina"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Opslaan"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Opslaan"
@@ -6534,7 +6699,7 @@ msgstr "Verjaardag opslaan"
 msgid "Save changes"
 msgstr "Wijzigingen opslaan"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Wijzigingen opslaan"
 
@@ -6564,16 +6729,12 @@ msgstr "In mijn feeds opslaan"
 msgid "Saved Feeds"
 msgstr "Opgeslagen feeds"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Opgeslagen in je galerij"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Opgeslagen in je feeds"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Alle wijzigingen van je profiel opslaan"
 
@@ -6583,8 +6744,8 @@ msgstr "Slaat instellingen voor bijsnijden van afbeeldingen op"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Zeg hallo!"
 
@@ -6602,11 +6763,11 @@ msgstr "Naar boven scrollen"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Zoeken"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr ""
 
@@ -6656,8 +6817,8 @@ msgstr "GIF's zoeken"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Beveiligingsstap vereist"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Vacatures bij Bluesky bekijken"
 
@@ -6719,6 +6884,10 @@ msgstr "Selecteer een kleur"
 msgid "Select account"
 msgstr "Account selecteren"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Selecteer een avatar"
@@ -6727,10 +6896,22 @@ msgstr "Selecteer een avatar"
 msgid "Select an emoji"
 msgstr "Selecteer een emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Inhoudstalen selecteren"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Selecteer uit een bestaand account"
@@ -6747,11 +6928,11 @@ msgstr "GIF \"{0}\" selecteren"
 msgid "Select how long to mute this word for."
 msgstr "Selecteer hoe lang je dit woord wilt negeren."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Selecteer taal..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Selecteer talen"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Selecteer moderator"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Selecteer de {emojiName}-emoji als je avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Selecteer de moderatieservice(s) waaraan je wilt melden"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Video selecteren"
 
@@ -6784,11 +6969,11 @@ msgstr "Video selecteren"
 msgid "Select what content this mute word should apply to."
 msgstr "Selecteer op welke inhoud dit genegeerde woord van toepassing moet zijn."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Selecteer welke talen je wilt opnemen in je geabonneerde feeds. Alle talen worden weergegeven als er geen talen zijn geselecteerd."
 
@@ -6801,7 +6986,7 @@ msgstr "Selecteer je geboortedatum"
 msgid "Select your interests from the options below"
 msgstr "Selecteer je interesses uit de onderstaande opties"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Selecteer de taal waarin je de vertalingen in je feed wilt weergeven."
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "Stuur een mooie website!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Bevestiging verzenden"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Bevestigingsmail verzenden"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Bevestigingsmail verzenden"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "E-mail verzenden"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "E-mail verzenden"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Feedback verzenden"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Privébericht verzenden"
@@ -6863,13 +7046,14 @@ msgstr "Melding verzenden naar {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Verificatie-e-mail verzenden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Verzenden als privébericht"
 
@@ -6901,10 +7085,10 @@ msgstr "Stel je account in"
 msgid "Sets email for password reset"
 msgstr "Stelt e-mail in voor het opnieuw instellen van wachtwoorden"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Instellingen"
 
@@ -6926,16 +7110,16 @@ msgstr "Seksueel suggestief"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Delen"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Delen"
@@ -6948,9 +7132,9 @@ msgstr "Een leuk verhaal delen!"
 msgid "Share a fun fact!"
 msgstr "Een leuk weetje delen!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Toch delen"
 
@@ -6990,7 +7174,7 @@ msgstr "Deel dit startpakket en help mensen lid te worden van je gemeenschap op
 msgid "Share your favorite feed!"
 msgstr "Je favoriete feed delen!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Gedeelde voorkeuren-tester"
 
@@ -7011,8 +7195,8 @@ msgstr "Toon alt-tekst"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Toch laten zien"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Verborgen reacties tonen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Minder hiervan tonen"
 
@@ -7042,14 +7226,14 @@ msgstr "Minder hiervan tonen"
 msgid "Show list anyway"
 msgstr "Lijst toch tonen"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Meer tonen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Meer hiervan tonen"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr "Antwoorden van mensen die je volgt weergeven vóór alle andere antwoorden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Reactie voor iedereen tonen"
 
@@ -7102,11 +7286,11 @@ msgstr "Waarschuwing tonen"
 msgid "Show warning and filter from feeds"
 msgstr "Waarschuwing en filter uit feeds tonen"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "Aanmelden"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Aanmelden als {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Meld je aan of registreer een account aan om deel te nemen aan het gesprek!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr ""
 
@@ -7158,15 +7342,15 @@ msgstr ""
 msgid "Sign in to Bluesky or create a new account"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Afmelden"
 
@@ -7174,8 +7358,8 @@ msgstr "Afmelden"
 msgid "Sign Out"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Afmelden?"
 
@@ -7206,12 +7390,17 @@ msgstr "Deze flow overslaan"
 msgid "Smaller"
 msgstr "Kleiner"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Softwareontwikkelaar"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Er is iets misgegaan"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr ""
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr ""
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; overmatig veel vermeldingen of reacties"
 msgid "Sports"
 msgstr "Sport"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Een nieuwe chat starten"
 
@@ -7322,8 +7511,8 @@ msgstr ""
 msgid "Start chat with {displayName}"
 msgstr "Chat starten met {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Startpakket"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Startpakket is ongeldig"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Startpakketten"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Met startpakketten kun je eenvoudig je favoriete feeds en personen delen met je vrienden."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Statuspagina"
 
@@ -7363,12 +7552,12 @@ msgstr "Statuspagina"
 msgid "Step {0} of {1}"
 msgstr "Stap {0} van {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Opslag gewist, je moet de app nu opnieuw opstarten."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Verhalenboek"
 
@@ -7401,11 +7590,11 @@ msgstr "Abonneren"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Abonneer je op @{0} om deze labels te gebruiken:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Abonneren op labeler"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Abonneren op deze labeler"
 
@@ -7413,11 +7602,12 @@ msgstr "Abonneren op deze labeler"
 msgid "Subscribe to this list"
 msgstr "Abonneren op deze lijst"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Gelukt!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Ondersteuning"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Van account wisselen"
 
@@ -7462,11 +7652,11 @@ msgstr "Van account wisselen"
 msgid "Switch Account"
 msgstr "Van account wisselen"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "Systeem"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Systeemlogboek"
 
@@ -7518,7 +7708,7 @@ msgstr "Techniek"
 msgid "Tell a joke!"
 msgstr "Vertel een grap!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Vertel ons iets over jezelf"
 
@@ -7531,12 +7721,12 @@ msgstr "Vertel ons iets meer"
 msgid "Terms"
 msgstr "Voorwaarden"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Servicevoorwaarden"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "Tekstinvoerveld"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Bedankt! Je e-mailadres is succesvol geverifieerd."
 
@@ -7597,12 +7791,12 @@ msgstr "Dat startpakket kan niet worden gevonden."
 msgid "That's all, folks!"
 msgstr "Dat is alles, mensen!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Het account kan met je communiceren na het deblokkeren."
 
@@ -7636,6 +7830,10 @@ msgstr "De Ontdekken-feed"
 msgid "The Discover feed now knows what you like"
 msgstr "De Ontdekken-feed weet nu wat je leuk vindt"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "De ervaring is beter in de app. Download Bluesky nu en we pakken het op waar je gebleven was."
@@ -7669,6 +7867,7 @@ msgstr "Het privacybeleid is verplaatst naar <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "De geselecteerde video is groter dan 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Het lijkt erop dat er problemen zijn met de server. Probeer het over enkele ogenblikken opnieuw."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Er is een probleem opgetreden bij het verbinden met de server"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Er is een probleem opgetreden bij het verbinden met de server. Controleer je internetverbinding en probeer het opnieuw."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Er is een probleem opgetreden bij het ophalen van meldingen. Tik hier om het opnieuw te proberen."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Er is een probleem opgetreden bij het ophalen van berichten. Tik hier om het opnieuw te proberen."
 
@@ -7763,20 +7962,20 @@ msgstr "Er is een probleem opgetreden bij het verzenden van je melding. Controle
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Er is een probleem opgetreden bij het bijwerken van je feeds. Controleer je internetverbinding en probeer het opnieuw."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Er is een probleem opgetreden! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Deze instellingen zijn alleen van toepassing op de volgende feed."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Deze {screenDescription} is gemarkeerd:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Dit account verzoekt gebruikers zich aan te melden vooraleer het profiel
 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 "Dit account wordt geblokkeerd door een of meer van jouw moderatielijsten. Om dit account niet meer te blokkeren: ga rechtstreeks naar de lijsten en verwijder deze gebruiker."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Deze inhoud is niet zichtbaar zonder een Bluesky-account."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Deze functie is in bèta. Je kunt meer lezen over repository-exporten in <0>dit blogbericht</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Deze functie is niet beschikbaar bij gebruik van een app-wachtwoord. Meld je aan met je hoofdwachtwoord."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Deze feed is leeg! Mogelijk moet je meer gebruikers volgen of je taalinstellingen aanpassen."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Deze feed is leeg."
@@ -7899,9 +8106,10 @@ msgstr "Dit handle is gereserveerd. Probeer een ander."
 msgid "This information is not shared with other users."
 msgstr "Deze informatie wordt niet gedeeld met andere gebruikers."
 
-#: 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 "Dit is belangrijk voor het geval je ooit je e-mailadres moet wijzigen of je wachtwoord opnieuw moet instellen."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr ""
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Deze moderatieservice is niet beschikbaar. Zie hieronder voor meer details. Neem contact met ons op als dit probleem zich blijft voordoen."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Dit bericht beweert te zijn gemaakt op <0>{0}</0>, maar werd voor het eerst gezien door Bluesky op <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Dit bericht beweert te zijn gemaakt op <0>{0}</0>, maar werd voor het ee
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Dit bericht is verwijderd."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Dit bericht wordt verborgen voor feeds en gesprekken. Dit kan niet ongedaan worden gemaakt."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "De auteur van dit bericht heeft het plaatsen van citaten uitgeschakeld."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Deze reactie wordt gesorteerd in een verborgen sectie onderaan het gesprek en negeert meldingen voor volgende reacties - zowel voor jou als voor anderen."
 
@@ -7976,6 +8184,10 @@ msgstr "Deze service heeft geen servicevoorwaarden of een privacybeleid."
 msgid "This should create a domain record at:"
 msgstr "Dit zou een domeinrecord moeten aanmaken op:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Deze gebruiker heeft geen volgers."
@@ -8013,11 +8225,11 @@ msgstr "Deze gebruiker volgt niemand."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Hiermee wordt \"{0}\" uit je genegeerde woorden verwijderd. Je kunt het later altijd weer toevoegen."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Hiermee wordt @{0} verwijderd uit de snelle toegangslijst."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Hiermee wordt je bericht voor alle gebruikers uit het citaat verwijderd en vervangen door een plaatshouder."
 
@@ -8044,7 +8256,7 @@ msgstr ""
 msgid "Threaded mode"
 msgstr "Gespreksmodus"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Gespreksvoorkeuren"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Je moet je toegang tot het e-mailadres verifiëren om de 2FA-methode voor e-mail uit te schakelen."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Om een gesprek te melden meld je een van de berichten via het gespreksscherm. Zo kunnen onze moderators de context van je probleem begrijpen."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Je moet eerst je e-mailadres verifiëren om video's naar Bluesky te uploaden."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Aan wie wil je deze melding sturen?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "Populair"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr ""
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Vertalen"
 
@@ -8144,6 +8357,7 @@ msgstr "Typ hier je privébericht"
 msgid "Type:"
 msgstr ""
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Kan geen verbinding maken. Controleer uw internetverbinding en probeer opnieuw."
@@ -8166,27 +8380,27 @@ msgstr "Kan niet verwijderen"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Deblokkeren"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Deblokkeren"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Account deblokkeren"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Account deblokkeren?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Ontvolgen"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0} ontvolgen"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Account ontvolgen"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8252,10 +8466,10 @@ msgstr "Niet meer negeren"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Account niet meer negeren"
 
@@ -8267,8 +8481,8 @@ msgstr "Gesprek niet meer negeren"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Gesprek niet meer negeren"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Losmaken van startpagina"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Losmaken van profiel"
 
@@ -8311,7 +8525,12 @@ msgstr ""
 msgid "Unpinned from your feeds"
 msgstr "Losgemaakt van je feeds"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Uitschrijven"
 
@@ -8320,7 +8539,7 @@ msgstr "Uitschrijven"
 msgid "Unsubscribe from list"
 msgstr "Uitschrijven voor lijst"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Afmelden voor deze labeler"
 
@@ -8328,11 +8547,11 @@ msgstr "Afmelden voor deze labeler"
 msgid "Unsubscribed from list"
 msgstr "Uitgeschreven voor lijst"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Niet-ondersteund videotype"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Niet-ondersteund videotype: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "<0>{displayName}</0> bijwerken in lijsten"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Bijwerken naar {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Bijwerken van citaatbijlage is mislukt"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Bijwerken van zichtbaarheid van reactie is mislukt"
@@ -8371,7 +8601,7 @@ msgstr "Bijwerken van zichtbaarheid van reactie is mislukt"
 msgid "Updating..."
 msgstr "Bijwerken..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "In plaats daarvan een foto uploaden"
 
@@ -8379,22 +8609,22 @@ msgstr "In plaats daarvan een foto uploaden"
 msgid "Upload a text file to:"
 msgstr "Upload een tekstbestand naar:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Uploaden vanaf camera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Uploaden vanuit bestanden"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Uploaden vanuit bibliotheek"
 
@@ -8407,7 +8637,7 @@ msgstr "Afbeeldingen uploaden..."
 msgid "Uploading link thumbnail..."
 msgstr "Linkminiatuur uploaden..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Video uploaden..."
 
@@ -8419,8 +8649,8 @@ msgstr "Gebruik app-wachtwoorden om aan te melden bij andere Bluesky-clients zon
 msgid "Use default provider"
 msgstr "Standaardprovider gebruiken"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "In-app-browser gebruiken"
 
@@ -8429,8 +8659,8 @@ msgstr "In-app-browser gebruiken"
 msgid "Use in-app browser to open links"
 msgstr "In-app-browser gebruiken om links te openen"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Mijn standaardbrowser gebruiken"
 
@@ -8484,12 +8714,12 @@ msgstr "Gebruikerslijst door {0}"
 msgid "User list by you"
 msgstr "Gebruikerslijst door jou"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Gebruikerslijst aangemaakt"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Gebruikerslijst bijgewerkt"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "Waarde:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Geverifieerd e-mailadres vereist"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "DNS-record verifiëren"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Dialoogvenster E-mailadres verifiëren"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Nieuw e-mailadres verifiëren"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Nu verifiëren"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Tekstbestand verifiëren"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Je e-mailadres verifiëren"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifieer je e-mailadres"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versie {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr ""
 msgid "Video failed to process"
 msgstr "Video kan niet worden verwerkt"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "Videogames"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "Video niet gevonden."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Video-instellingen"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video geüpload"
 
@@ -8640,24 +8877,24 @@ msgstr "Video geüpload"
 msgid "Video: {0}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Avatar van {0} bekijken"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Profiel van {0} bekijken"
 
@@ -8665,7 +8902,7 @@ msgstr "Profiel van {0} bekijken"
 msgid "View {displayName}'s profile"
 msgstr "Profiel van {displayName} bekijken"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Profiel van geblokkeerde gebruiker bekijken"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Debug-item bekijken"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Details bekijken"
 
@@ -8688,7 +8925,7 @@ msgstr "Details bekijken"
 msgid "View details for reporting a copyright violation"
 msgstr "Bekijk details voor melden van een auteursrechtschending"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Volledig gesprek bekijken"
 
@@ -8703,13 +8940,12 @@ msgstr "Informatie over deze labels bekijken"
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Profiel bekijken"
 
@@ -8790,6 +9026,11 @@ msgstr "Waarschuwen over inhoud"
 msgid "Warn content and filter from feeds"
 msgstr "Waarschuwen over inhoud en filteren uit feeds"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "We kunnen geen resultaten vinden voor die hashtag."
@@ -8798,7 +9039,7 @@ msgstr "We kunnen geen resultaten vinden voor die hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "We kunnen dit gesprek niet laden"
 
@@ -8822,6 +9063,10 @@ msgstr "We hebben geen berichten meer van gevolgde accounts. Hier is het laatste
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "We hebben niet kunnen bepalen of je video's mag uploaden. Probeer het opnieuw."
@@ -8842,6 +9087,10 @@ msgstr "We kunnen geen verbinding maken. Probeer het opnieuw om door te gaan met
 msgid "We will let you know when your account is ready."
 msgstr "We laten je weten wanneer je account klaar is."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "We gebruiken deze informatie om je ervaring te personaliseren."
@@ -8871,7 +9120,7 @@ msgstr "Het spijt ons, maar we kunnen je genegeerde woorden op dit moment niet l
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Het spijt ons, maar je zoekopdracht kan niet worden voltooid. Probeer het over een paar minuten opnieuw."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Het spijt ons! Het bericht waarop je reageert is verwijderd."
 
@@ -8880,7 +9129,7 @@ msgstr "Het spijt ons! Het bericht waarop je reageert is verwijderd."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Het spijt ons! We kunnen de pagina die je zocht niet vinden."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Het spijt ons! Je kunt je maar op twintig labelers abonneren en je hebt deze limiet bereikt."
 
@@ -8902,7 +9151,7 @@ msgstr "Hoe wil je jouw startpakket noemen?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Hoe gaat het?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Oeps!"
@@ -8984,11 +9233,11 @@ msgstr "Waarom moet deze gebruiker worden beoordeeld?"
 msgid "Write a message"
 msgstr "Schrijf een privébericht"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Bericht schrijven"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Schrijf je reactie"
@@ -9002,6 +9251,11 @@ msgstr "Schrijvers"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Verkeerde DID teruggestuurd door server. Ontvangen: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Ja"
@@ -9015,11 +9269,11 @@ msgstr "Ja, deactiveren"
 msgid "Yes, delete this starter pack"
 msgstr "Ja, dit startpakket verwijderen"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Ja, losmaken"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Ja, verbergen"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Je staat in de rij."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Het is niet toegestaan om video's te uploaden."
@@ -9055,12 +9318,16 @@ msgstr "Het is niet toegestaan om video's te uploaden."
 msgid "You are not following anyone."
 msgstr "Je volgt niemand."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Je hebt dit account genegeerd."
 msgid "You have muted this user"
 msgstr "Je negeert deze gebruiker"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Je hebt nog geen gesprekken. Begin er een!"
 
@@ -9179,11 +9446,11 @@ msgstr "Je hebt geen feeds."
 msgid "You have no lists."
 msgstr "Je hebt geen lijsten."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Je hebt nog geen accounts geblokkeerd. Om een account te blokkeren ga je naar het profiel en selecteer je \"Account blokkeren\" in het menu van het account."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Je negeert nog geen accounts. Om een account te negeren ga je naar het profiel en selecteer je \"Account negeren\" in het menu van het account."
 
@@ -9191,11 +9458,15 @@ msgstr "Je negeert nog geen accounts. Om een account te negeren ga je naar het p
 msgid "You have reached the end"
 msgstr "Je hebt het einde bereikt"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Je hebt tijdelijk de limiet voor video-uploads bereikt. Probeer het later opnieuw."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Je hebt nog geen startpakket gemaakt!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Je mag maximaal 3 feeds toevoegen"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Je kunt maximaal 4 afbeeldingen selecteren"
 
@@ -9232,7 +9503,7 @@ msgstr "Je kunt maximaal 4 afbeeldingen selecteren"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Je moet ten minste 7 andere personen volgen om een startpakket te genereren."
 
@@ -9248,10 +9519,18 @@ msgstr "Je moet toegang verlenen tot je fotobibliotheek om de afbeelding op te s
 msgid "You must select at least one labeler for a report"
 msgstr "Je moet minimaal één labeler selecteren voor een melding"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Je hebt @{0} eerder gedeactiveerd."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Je wordt afgemeld bij al je accounts."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Je ontvangt geen meldingen meer voor dit gesprek"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Je ontvangt nu meldingen voor dit gesprek"
 
@@ -9305,7 +9584,7 @@ msgstr "Je volgt deze personen en {0} anderen"
 msgid "You'll follow these people right away"
 msgstr "Je gaat deze personen meteen volgen"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Je ontvangt een e-mail op <0>{0}</0> om te verifiëren dat jij het bent."
 
@@ -9339,6 +9618,10 @@ msgstr ""
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Je hebt het einde van je feed bereikt! Zoek nog meer accounts om te volgen."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Je hebt je dagelijkse limiet voor video-uploads bereikt (te veel bytes)"
@@ -9347,7 +9630,7 @@ msgstr "Je hebt je dagelijkse limiet voor video-uploads bereikt (te veel bytes)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Je hebt je daglimiet voor het uploaden van video's bereikt (te veel video's)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "Je browser ondersteunt de video-indeling niet. Probeer een andere browse
 msgid "Your chats have been disabled"
 msgstr "Je chats zijn uitgeschakeld"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Je keuze wordt opgeslagen maar kan later worden gewijzigd in de instellingen."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr ""
 msgid "Your email appears to be invalid."
 msgstr "Je e-mailadres lijkt ongeldig te zijn."
 
-#: 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 "Je e-mailadres is bijgewerkt maar niet geverifieerd. Verifieer als volgende stap je nieuwe e-mailadres."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Je e-mailadres is nog niet geverifieerd. Dit is een belangrijke beveiligingsstap die wij aanbevelen."
 
@@ -9434,7 +9721,7 @@ msgstr "Je volledige handle wordt <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Je wachtwoord is succesvol gewijzigd!"
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Je bericht is gepubliceerd"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Je berichten zijn gepubliceerd"
 
@@ -9479,7 +9766,7 @@ msgstr "Je berichten, vind-ik-leuks en blokkeringen zijn openbaar. Negeringen zi
 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 "Jouw profiel, berichten, feeds en lijsten zijn niet langer zichtbaar voor andere Bluesky-gebruikers. Je kunt je account op elk moment opnieuw activeren door aan te melden."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Je reactie is gepubliceerd."
 
diff --git a/src/locale/locales/pl/messages.po b/src/locale/locales/pl/messages.po
index 0170108da..4e5a70414 100644
--- a/src/locale/locales/pl/messages.po
+++ b/src/locale/locales/pl/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: pl\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Polish\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
@@ -27,8 +27,7 @@ msgstr "(aktywne)"
 msgid "(contains embedded content)"
 msgstr "(zawiera załącznik)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(brak adresu email)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# repost} few {# reposty} other {# repostów}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# sekundę} few {# sekundy} other {# sekund}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {obserwujący} other {obserwujących}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {obserwowany} other {obserwowanych}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {polubienie} few {polubienia} other {polubień}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {polubienie} few {polubienia} other {polubień}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {wpis} few {wpisy} other {wpisów}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {cytat} few {cytaty} other {cytatów}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {repost} few {reposty} other {repostów}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>w <1>tagach</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>w <1>tekście i tagach</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} osób dołączyło w tym tygodniu"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Zdjęcie profilowe {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0} min."
 msgid "{0}s"
 msgstr "{0} sek."
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {godzina} few {godziny} other {godzin}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuta} few {minuty} other {minut}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}</0> zaczęli cię obserwować"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}</0> polubili twój kanał"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}</0> polubili twój wpis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}</0> repostowali twój wpis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}</0> zarejestrowali się z twoim pakietem startowym"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} obserwuje cię"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} również cię obserwuje"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} lubi twój kanał"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} lubi twój wpis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} repostuje twój wpis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} rejestruje się z twoim pakietem startowym"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} zaczęli cię obserwować"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} polubili twój kanał"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} polubili twój wpis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} repostowali twój wpis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} zarejestrowali się z twoim pakietem startowym"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} obserwuje cię"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} również cię obserwuje"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} lubi twój kanał"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} lubi twój wpis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} repostuje twój wpis"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} rejestruje się z twoim pakietem startowym"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} obserwowanych"
@@ -335,11 +339,23 @@ msgstr "{following} obserwowanych"
 msgid "{handle} can't be messaged"
 msgstr "Nie możesz wysłać wiadomości do {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>i {2, plural, one {# inna osoba} few {# inne osoby} other {# innych osób}} są w twoim pakiecie startowym"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {obserwujący} other {obserwujących}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {obserwowany} other {obserwowanych}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Eksperymentalne:</0> Kiedy ta opcja jest włączona, otrzymasz powiad
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Ty</0> i<1> </1><2>{0} </2>jesteście w twoim pakiecie startowym"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠ Nieprawidłowa nazwa"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Informacje"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Ułatwienia dostępu"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Ustawienia ułatwień dostępu"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Konto"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Konto zostało zablokowane"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Konto zostało zaobserwowane"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Konto zostało wyciszone"
@@ -517,33 +533,33 @@ msgstr "Konto zostało wyciszone"
 msgid "Account Muted by List"
 msgstr "Konto zostało wyciszone za pomocą listy"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Ustawienia konta"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Konto zostało usunięte z szybkiego dostępu"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Konto zostało odblokowane"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Cofnięto obserwowanie konta"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Cofnięto wyciszenie konta"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Dodaj {displayName} do pakietu startowego"
 msgid "Add a content warning"
 msgstr "Dodaj ostrzeżenie o zawartości"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Dodaj konto"
 msgid "Add alt text"
 msgstr "Dodaj tekst alternatywny"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Dodaj tekst alternatywny (opcjonalne)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Dodaj inne konto"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Dodaj inny wpis"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "Dodaj wyciszone słowa i tagi"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Dodaj nowy wpis"
 
@@ -664,8 +684,8 @@ msgstr "Dodaj ten rekord DNS do swojej domeny:"
 msgid "Add this feed to your feeds"
 msgstr "Dodaj do swoich kanałów"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr ""
 
@@ -718,6 +738,11 @@ msgstr "Ostrzeżenia o treści dla dorosłych"
 msgid "Advanced"
 msgstr "Zaawansowane"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Wszystkie"
@@ -732,7 +757,7 @@ msgstr "Wszystkie konta zaobserwowane!"
 msgid "All languages"
 msgstr "Wszystkie języki"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Wszystkie zapisane przez ciebie kanały są w tym miejscu."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Tekst alternatywny"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Email został wysłany do {0}. Zawiera on kod weryfikacyjny, który można wprowadzić poniżej."
 
-#: 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 "Email został wysłany na poprzedni adres, {0}. Zawiera on kod weryfikacyjny, który można wprowadzić poniżej."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Email został wysłany! Wprowadź poniżej kod weryfikacyjny z wiadomości."
 
@@ -825,7 +849,7 @@ msgstr "Wystąpił błąd podczas kompresowania wideo."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Wystąpił błąd podczas generowania pakietu startowego. Czy chcesz spróbować ponownie?"
 
@@ -842,7 +866,7 @@ msgstr "Wystąpił błąd podczas wczytywania wideo. Spróbuj ponownie."
 msgid "An error occurred while saving the QR code!"
 msgstr "Wystąpił błąd podczas zapisywania kodu QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Wystąpił błąd podczas wybierania wideo"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Wystąpił błąd podczas przesyłania wideo."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Inny problem"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Wystąpił błąd podczas rozpoczynania czatu"
 
@@ -875,8 +899,8 @@ msgstr "Wystąpił błąd podczas otwierania czatu"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Zachowania antyspołeczne"
 msgid "Anybody can interact"
 msgstr "Każdy może wchodzić w interakcje"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Ikona aplikacji"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Język aplikacji"
 
@@ -958,7 +982,7 @@ msgstr "Nazwy haseł aplikacji muszą składać się z co najmniej 4 znaków"
 msgid "App passwords"
 msgstr "Hasła aplikacji"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Hasła aplikacji"
@@ -994,10 +1018,10 @@ msgstr "Zawieszenie odwołania"
 msgid "Appeal this decision"
 msgstr "Odwołaj się od tej decyzji"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Wygląd"
 
@@ -1006,12 +1030,12 @@ msgstr "Wygląd"
 msgid "Apply default recommended feeds"
 msgstr "Zastosuj domyślne kanały polecane"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Archiwum z dnia {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Wpis został zarchiwizowany"
 
@@ -1047,11 +1071,11 @@ msgstr "Czy na pewno chcesz usunąć {0} ze swoich kanałów?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Czy na pewno chcesz to usunąć ze swoich kanałów?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Czy na pewno chcesz odrzucić ten szkic?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Czy na pewno chcesz odrzucić ten wpis?"
 
@@ -1072,6 +1096,11 @@ msgstr "Sztuka"
 msgid "Artistic or non-erotic nudity."
 msgstr "Nagość artystyczna lub nieerotyczna."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Co najmniej 3 znaki"
@@ -1103,7 +1132,7 @@ msgstr "Autoodtwarzanie filmów i GIF-ów"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Powrót"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Potwierdź swój adres email przed utworzeniem listy."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Potwierdź swój adres email przed utworzeniem wpisu."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Potwierdź swój adres email przed utworzeniem pakietu startowego."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Potwierdź swój adres email przed wysłaniem wiadomości do innej osoby."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Data urodzenia"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blokuj"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Blokuj konto"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Zablokować konto?"
 
@@ -1200,17 +1235,17 @@ msgstr "Zablokowane"
 msgid "Blocked accounts"
 msgstr "Zablokowane konta"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Zablokowane konta"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Zablokowane konta nie mogą komentować twoich wpisów, wzmiankować cię ani w inny sposób wchodzić z tobą w interakcje."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Zablokowane konta nie mogą komentować twoich wpisów, wzmiankować cię ani w inny sposób wchodzić z tobą w interakcje. Nie będziesz widzieć ich treści, a oni nie będą widzieć twoich."
 
@@ -1226,11 +1261,11 @@ msgstr "Blokowanie nie przeszkodzi moderacji w umieszczaniu ostrzeżeń na twoim
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blokowanie jest publiczne. Zablokowane konta nie mogą komentować twoich wpisów, wzmiankować cię ani w inny sposób wchodzić z tobą w interakcje."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Blokowanie nie przeszkodzi w umieszczaniu ostrzeżeń na twoim koncie, ale uniemożliwi komentowanie twoich wpisów lub wchodzenie z tobą w interakcje."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky nie może potwierdzić autentyczności podanej daty."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky jest lepszy ze znajomymi!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Regulamin Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky wybierze zestaw polecanych kont spośród osób w Twojej sieci."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Przeglądaj {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Biznes"
 
@@ -1374,45 +1409,47 @@ msgstr "Tworząc konto, akceptujesz <0>Regulamin</0>."
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Aparat"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Anuluj"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Anuluj usuwanie konta"
 msgid "Cancel image crop"
 msgstr "Anuluj przycinanie zdjęcia"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Anuluj edytowanie profilu"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Anuluje otwieranie strony internetowej"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Nie można wchodzić w interakcje z zablokowaną osobą"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Napisy (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Napisy i tekst alternatywny"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Zmień"
 
@@ -1478,13 +1514,12 @@ msgstr "Zmień ikonę aplikacji"
 msgid "Change app icon to \"{0}\""
 msgstr "Zmień ikonę aplikacji na \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Zmień email"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Zmień adres email"
 
@@ -1497,10 +1532,6 @@ msgstr "Zmień nazwę"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Zmień mój adres email"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Zmień hasło"
@@ -1513,11 +1544,11 @@ msgstr "Zmień język wpisu na {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Zmień swój adres email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Zmień swój adres email"
 
@@ -1530,15 +1561,15 @@ msgstr "Zmienia ikonę aplikacji"
 msgid "Changes hosting provider"
 msgstr "Zmienia dostawcę hostingu"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Czat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Czat został wyciszony"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Ustawienia czatu"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Cofnięto wyciszenie czatu"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Wybierz metodę weryfikacji domeny"
 msgid "Choose Feeds"
 msgstr "Wybierz kanały"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Wybierz dla mnie"
 
@@ -1619,7 +1650,7 @@ msgstr "Wybierz ten kolor jako swoje zdjęcie profilowe"
 msgid "Choose your account provider"
 msgstr "Wybierz dostawcę usług dla konta"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Wybierz własną oś czasu! Kanały tworzone przez społeczność pomagają znaleźć ciekawe treści."
 
@@ -1631,16 +1662,16 @@ msgstr "Ustaw hasło"
 msgid "Choose your username"
 msgstr "Twoja nazwa"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Wyczyść wszystkie dane"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Wyczyść wszystkie dane (i uruchom ponownie)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Wyczyść wyszukiwanie"
 msgid "click here"
 msgstr "kliknij tutaj"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Kliknij, aby wyłączyć cytowanie tego wpisu."
@@ -1676,29 +1715,34 @@ msgstr "Klimat"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Klip 🐴 klop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Zamknij"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Zamknij aktywne okno"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Zamknij dolną szufladę"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Zamknij to okno"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Zamknij menu"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Zamknij selektor emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Zamknij to okno"
 msgid "Closes password update alert"
 msgstr "Zamyka ostrzeżenie o aktualizacji hasła"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Zamyka selektor emoji"
 
@@ -1764,11 +1808,11 @@ msgstr "Zamyka selektor emoji"
 msgid "Closes viewer for header image"
 msgstr "Zamyka galerię zdjęć"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Zwiń listę osób"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Zwija listę osób dla danego powiadomienia"
 
@@ -1791,7 +1835,7 @@ msgstr "Komedia"
 msgid "Comics"
 msgstr "Komiksy"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Wytyczne dla społeczności"
@@ -1804,11 +1848,11 @@ msgstr "Ukończ wprowadzenie i zacznij korzystać ze swojego konta"
 msgid "Complete the challenge"
 msgstr "Ukończ wyzwanie"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Utwórz nowy wpis"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Skomentuj"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Kompresowanie wideo..."
 
@@ -1828,23 +1872,17 @@ msgstr "Skonfiguruj ustawienia filtrowania treści dla kategorii: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Skonfigurowane w <0>ustawieniach moderacji</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Potwierdź"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Potwierdź zmianę"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Potwierdź ustawienia języka treści"
@@ -1861,18 +1899,19 @@ msgstr "Potwierdź swój wiek:"
 msgid "Confirm your birthdate"
 msgstr "Potwierdź swoją datę urodzenia"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Kod weryfikacyjny"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Kod weryfikacyjny"
 
@@ -1880,8 +1919,8 @@ msgstr "Kod weryfikacyjny"
 msgid "Connecting..."
 msgstr "Łączenie..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Skontaktuj się z pomocą techniczną"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Treści i multimedia"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Treści i multimedia"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Treści i multimedia"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtrowanie"
 msgid "Content from across the network we think you might like."
 msgstr "Treści z całej sieci, które naszym zdaniem mogą ci się spodobać."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Języki treści"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Kliknij, aby zamknąć menu kontekstowe."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Kontynuuj"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Kontynuuj jako {0} (obecnie zalogowano)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Kontynuuj wątek..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Przejdź do następnego kroku"
@@ -1973,7 +2012,7 @@ msgstr "Gotowanie"
 msgid "Copied"
 msgstr "Skopiowano"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Numer wersji został skopiowany do schowka"
 
@@ -1981,8 +2020,8 @@ msgstr "Numer wersji został skopiowany do schowka"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Skopiowano do schowka"
 
@@ -1991,7 +2030,7 @@ msgstr "Skopiowano do schowka"
 msgid "Copied!"
 msgstr "Skopiowano!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Kopiuje numer wersji do schowka"
 
@@ -2003,13 +2042,13 @@ msgstr "Kopiuj"
 msgid "Copy App Password"
 msgstr "Kopiuj hasło aplikacji"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Skopiuj:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Skopiuj DID"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kopiuj kod"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Kopiuj DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Kopiuj link"
 msgid "Copy link to list"
 msgstr "Kopiuj link do listy"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Kopiuj link do wpisu"
 
@@ -2050,13 +2089,13 @@ msgstr "Kopiuj link do wpisu"
 msgid "Copy message text"
 msgstr "Kopiuj tekst wiadomości"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Skopiuj wpis:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Kopiuj tekst wpisu"
 
@@ -2068,7 +2107,7 @@ msgstr "Kopiuj kod QR"
 msgid "Copy TXT record value"
 msgstr "Kopiuj rekord TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Polityka praw autorskich"
@@ -2078,7 +2117,7 @@ msgstr "Polityka praw autorskich"
 msgid "Could not leave chat"
 msgstr "Nie udało się opuścić czatu"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Nie udało się wczytać kanału"
 
@@ -2094,7 +2133,7 @@ msgstr "Nie udało się wyciszyć czatu"
 msgid "Could not process your video"
 msgstr "Nie udało się przetworzyć wideo"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Utwórz"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Utwórz kod QR dla pakietu startowego"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Utwórz pakiet startowy"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Utwórz dla mnie pakiet startowy"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Utwórz konto"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Zamiast tego utwórz zdjęcie profilowe"
 
@@ -2209,13 +2248,13 @@ msgstr "Ciemny motyw"
 msgid "Date of birth"
 msgstr "Data urodzenia"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Dezaktywuj konto"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Debuguj moderację"
 
@@ -2237,13 +2276,13 @@ msgstr "Domyślne ikony"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Usuń"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Usuń konto"
 
@@ -2259,19 +2298,19 @@ msgstr "Usuń hasło aplikacji"
 msgid "Delete app password?"
 msgstr "Usunąć hasło aplikacji?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Usuń rekord deklaracji czatu"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Usuń rozmowę"
 
@@ -2299,9 +2338,9 @@ msgstr "Usuń wiadomość dla mnie"
 msgid "Delete my account"
 msgstr "Usuń moje konto"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Usuń wpis"
 
@@ -2318,7 +2357,7 @@ msgstr "Usunąć pakiet startowy?"
 msgid "Delete this list?"
 msgstr "Usunąć tę listę?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Usunąć ten wpis?"
 
@@ -2335,19 +2374,19 @@ msgstr "Usunięto konto"
 msgid "Deleted post."
 msgstr "Usunięto wpis."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Opis"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Opis jest zbyt długi"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Opisowy tekst alternatywny"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Odłącz cytat"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Odłączyć cytat?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Tryb programisty wyłączony"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Tryb programisty włączony"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Ustawienia dla deweloperów"
 
@@ -2388,6 +2427,15 @@ msgstr "Okno dialogowe: dostosuj, kto może wchodzić w interakcje z tym wpisem"
 msgid "Dim"
 msgstr "Przyciemniony"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Wyłącz uwierzytelnianie dwuskładnikowe przez email"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Wyłączono"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Odrzuć"
 
@@ -2420,11 +2468,11 @@ msgstr "Odrzuć"
 msgid "Discard changes?"
 msgstr "Odrzucić zmiany?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Odrzucić szkic?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Odrzucić wpis?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Odkryj nowe kanały niestandardowe"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Odkryj nowe kanały"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Pomiń"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Pomiń błąd"
 
@@ -2471,9 +2519,9 @@ msgstr "Pomiń tę sekcję"
 msgid "Display larger alt text badges"
 msgstr "Wyświetlaj większe znaczniki tekstu alternatywnego"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Wyświetlana nazwa"
@@ -2482,11 +2530,11 @@ msgstr "Wyświetlana nazwa"
 msgid "Display Name"
 msgstr "Wyświetlana nazwa"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Wyświetlana nazwa jest zbyt długa"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Nie zaczyna się ani nie kończy myślnikiem"
 msgid "Domain verified!"
 msgstr "Domena zweryfikowana!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Gotowe{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Kliknij dwukrotnie, aby zamknąć to okno"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Kliknij dwukrotnie, aby polubić"
 
@@ -2575,7 +2633,7 @@ msgstr "Czas trwania:"
 msgid "e.g. alice"
 msgstr "np. alicja"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "np. Alicja Nazwisko"
 
@@ -2587,7 +2645,7 @@ msgstr "np. Alicja Roberts"
 msgid "e.g. alice.com"
 msgstr "np. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "np. Artystka, miłośniczka psów i pasjonatka książek."
 
@@ -2595,19 +2653,19 @@ msgstr "np. Artystka, miłośniczka psów i pasjonatka książek."
 msgid "E.g. artistic nudes."
 msgstr "Na przykład akty artystyczne."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "np. Fantastyczne Osoby"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "np. Spamerzy"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "np. Osoby, które nigdy się nie mylą."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "np. Osoby, które notorycznie wysyłają reklamy."
 
@@ -2615,7 +2673,7 @@ msgstr "np. Osoby, które notorycznie wysyłają reklamy."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Każdy kod działa tylko raz. Co jakiś czas będziesz otrzymywać kolejne zaproszenia."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Edytuj"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Edytuj zdjęcie profilowe"
 
@@ -2637,14 +2695,14 @@ msgstr "Edytuj zdjęcie profilowe"
 msgid "Edit Feeds"
 msgstr "Edytuj kanały"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Edytuj obrazek"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Edytuj ustawienia interakcji"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Edytuj szczegóły listy"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Edytuj listę moderacji"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Edytuj moje kanały"
 
@@ -2679,15 +2742,15 @@ msgstr "Edytuj osoby"
 msgid "Edit post interaction settings"
 msgstr "Edytuj ustawienia interakcji z wpisem"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Edytuj profil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Edytuj profil"
 
@@ -2695,7 +2758,7 @@ msgstr "Edytuj profil"
 msgid "Edit starter pack"
 msgstr "Edytuj pakiet startowy"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Edytuj listę osób"
 
@@ -2707,11 +2770,11 @@ msgstr "Wybierz, kto może komentować"
 msgid "Edit your display name"
 msgstr "Edytuj swoją wyświetlaną nazwę"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Edytuj opis swojego profilu"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Edytuj swój pakiet startowy"
 
@@ -2724,9 +2787,8 @@ msgstr "Edukacja"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Autor listy cię zablokował, lub został zablokowany przez ciebie."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Email"
 
@@ -2747,20 +2809,17 @@ msgstr "Adres email"
 msgid "Email Resent"
 msgstr "Email został wysłany ponownie"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Adres email został zaktualizowany"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Adres email został zaktualizowany"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Adres email został zweryfikowany"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Kod HTML do osadzenia"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Osadź wpis"
 
@@ -2785,8 +2844,9 @@ msgstr "Osadź ten wpis na swojej stronie internetowej. Po prostu skopiuj poniż
 msgid "Embedded video player"
 msgstr "Wbudowany odtwarzacz wideo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Włącz"
 
@@ -2798,9 +2858,9 @@ msgstr "Włącz tylko {0}"
 msgid "Enable adult content"
 msgstr "Pokazuj treści dla dorosłych"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Włącz uwierzytelnianie dwuskładnikowe przez email"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Włączono"
 msgid "End of feed"
 msgstr "Koniec kanału"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Upewnij się, że wybrano język dla każdego pliku napisów."
 
@@ -2860,14 +2920,15 @@ msgstr "Wprowadź hasło"
 msgid "Enter a word or tag"
 msgstr "Wprowadź słowo lub tag"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Wprowadź kod"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Wprowadź kod weryfikacyjny"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Włącz tryb pełnoekranowy"
@@ -2897,11 +2958,7 @@ msgstr "Wprowadź swoją datę urodzenia"
 msgid "Enter your email address"
 msgstr "Wprowadź swój adres email"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Wprowadź swój nowy adres email powyżej"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Wprowadź swój nowy adres email poniżej."
 
@@ -2921,7 +2978,7 @@ msgstr "Przechodzi do trybu pełnoekranowego"
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Błąd"
@@ -2997,15 +3054,15 @@ msgstr "Opuszcza podgląd zdjęcia"
 msgid "Expand alt text"
 msgstr "Rozwiń tekst alternatywny"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Rozwiń listę osób"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Rozwiń lub zwiń cały wpis, który komentujesz"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Rozwija lub zwija tekst wpisu"
 
@@ -3031,6 +3088,10 @@ msgstr "Wygasa {0}"
 msgid "Expires in {0}"
 msgstr "Wygasa za {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Nieodpowiednia lub niepokojąca treść."
 msgid "Explicit sexual images."
 msgstr "Obrazy o charakterze jednoznacznie seksualnym."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Eksportuj moje dane"
 
@@ -3071,12 +3132,12 @@ msgstr "Multimedia spoza aplikacji"
 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 "Multimedia spoza aplikacji mogą umożliwiać witrynom gromadzenie informacji o tobie i twoim urządzeniu. Żadne informacje nie są wysyłane ani udostępniane do momentu naciśnięcia przycisku odtwarzania."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferencje multimediów spoza aplikacji"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Nie udało się zmienić nazwy. Spróbuj ponownie."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Nie udało się utworzyć hasła aplikacji. Spróbuj ponownie."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Nie udało się utworzyć pakietu startowego"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Nie udało się utworzyć listy. Sprawdź swoje połączenie internetowe i spróbuj ponownie."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Nie udało się usunąć wiadomości"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Nie udało się usunąć wpisu, spróbuj ponownie"
 
@@ -3129,7 +3186,7 @@ msgstr "Nie udało się usunąć wpisu, spróbuj ponownie"
 msgid "Failed to delete starter pack"
 msgstr "Nie udało się usunąć pakietu startowego"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Nie udało się wysłać"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Nie udało się złożyć odwołania, spróbuj ponownie."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Nie udało się ustawić wyciszenia wątku, spróbuj ponownie"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Nie udało się zaktualizować kanałów"
@@ -3219,11 +3290,15 @@ msgstr "Nie udało się zaktualizować ustawień"
 msgid "Failed to upload video"
 msgstr "Nie udało się przesłać wideo"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Nie udało się zweryfikować nazwy. Spróbuj ponownie."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Kanał"
 
@@ -3242,24 +3317,24 @@ msgstr "Przełącznik kanału"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Opinie"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Opinia wysłana!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Kanały"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Uniwersalne"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Obserwuj"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Obserwuj"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Obserwuj {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Obserwuj {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Obserwuj {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Zaobserwuj 10 kont"
 msgid "Follow 7 accounts"
 msgstr "Zaobserwuj 7 kont"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr ""
 
@@ -3391,7 +3462,7 @@ msgstr ""
 msgid "Follow all"
 msgstr "Obserwuj wszystkich"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Również obserwuj"
@@ -3417,7 +3488,7 @@ msgstr "Obserwowane przez <0>{0}</0> i <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Obserwowane przez <0>{0}</0>, <1>{1}</1> i {2, plural, one {# inną osobę} few {# inne osoby} other {# innych osób}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Obserwujący @{0}, których znasz"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Obserwujący, których znasz"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Obserwujesz"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Obserwowani {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Obserwujesz {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Obserwujesz {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferencje kanału obserwowanych"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferencje kanału obserwowanych"
@@ -3524,7 +3591,7 @@ msgstr "Często publikuje niechciane treści"
 msgid "From @{sanitizedAuthor}"
 msgstr "Od @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Od <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Od <0/>"
 msgid "Gallery"
 msgstr "Galeria"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Wygeneruj pakiet startowy"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Uzyskaj pomoc"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Rozpocznij"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Pierwsze kroki"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Zmień wygląd swojego profilu"
 
@@ -3567,10 +3636,10 @@ msgstr "Rażące naruszenie prawa lub warunków korzystania z serwisu"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Wróć"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Wróć na stronę główną"
 msgid "Go Home"
 msgstr "Wróć na stronę główną"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Niepokojąca treść"
 msgid "Half way there!"
 msgstr "Już połowa drogi!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Nazwa"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptyka"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Prześladowanie, trolling lub nietolerancja"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Masz problem?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Pomoc"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Daj znać innym, że nie jesteś botem, ustawiając zdjęcie profilowe."
 
@@ -3698,7 +3788,7 @@ msgstr "Oto Twoje hasło aplikacji!"
 msgid "Hidden"
 msgstr "Ukryte"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Ukryte ze względu na twoje ustawienia moderacji."
 
@@ -3715,12 +3805,12 @@ msgstr "Ukryta lista"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Ukryj"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Ukryj"
@@ -3729,18 +3819,18 @@ msgstr "Ukryj"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Ukryj wpis dla mnie"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Ukryj komentarz dla wszystkich"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Ukryj komentarz dla mnie"
 
@@ -3748,12 +3838,12 @@ msgstr "Ukryj komentarz dla mnie"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Ukryć ten wpis?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Ukryć ten komentarz?"
 
@@ -3771,7 +3861,7 @@ msgstr "Ukryć popularne?"
 msgid "Hide trending videos?"
 msgstr "Ukryć popularne klipy wideo?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Ukryj listę osób"
 
@@ -3817,11 +3907,11 @@ msgstr "Nie mogliśmy wczytać tej usługi moderacji."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Poczekaj! Dostęp do materiałów wideo udostępniamy stopniowo, a ty wciąż czekasz na swoją kolej. Sprawdź ponownie za jakiś czas!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Główna"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Najpierw najważniejsze komentarze"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Jak powinniśmy otworzyć ten link?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Mam kod"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Mam kod"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Mam kod weryfikacyjny"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Jeśli usuniesz tę listę, nie będziesz w stanie jej odzyskać."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Jeśli masz własną domenę, możesz jej użyć jako swojej nazwy. Pozwala to na samodzielną weryfikację tożsamości. <0>Dowiedz się więcej tutaj.</0>."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Jeśli usuniesz ten wpis, nie będziesz w stanie go odzyskać."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Jeśli chcesz zmienić hasło, wyślemy Ci kod, aby zweryfikować, że to Twoje konto."
@@ -3915,18 +4008,19 @@ msgstr "Nielegalne i pilne"
 msgid "Image"
 msgstr "Zdjęcie"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Zdjęcie zostało zapisane w rolce aparatu!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Nieprawidłowy kod weryfikacyjny 2FA."
 msgid "Invalid handle. Please try a different one."
 msgstr "Nieprawidłowa nazwa. Spróbuj użyć innej."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Nieprawidłowy lub nieobsługiwany wpis"
 
@@ -4041,12 +4135,12 @@ msgstr "Jest poprawny"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "W tej chwili jesteś tylko ty! Dodaj więcej osób do swojego pakietu startowego, wyszukując powyżej."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Praca"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Oznaczone przez autora."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Ostrzeżenia"
 
@@ -4100,13 +4194,13 @@ msgstr "Ostrzeżenia na twoich treściach"
 msgid "Language selection"
 msgstr "Wybierz język"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Ustawienia języka"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Języki"
 
@@ -4124,12 +4218,12 @@ msgstr "Najnowsze"
 msgid "learn more"
 msgstr "dowiedz się więcej"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Dowiedz się więcej"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Dowiedz się więcej o Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Dowiedz się więcej o moderacji tej treści."
 msgid "Learn more about this warning"
 msgstr "Dowiedz się więcej o tym ostrzeżeniu"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Opuszczasz Bluesky"
 msgid "left to go."
 msgstr "pozostałe."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Pozwól mi wybrać"
 
@@ -4230,7 +4324,7 @@ msgstr "Jasny"
 msgid "Like"
 msgstr "Polub"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Polub ({0, plural, one {# polubienie} few {# polubienia} other {# polubień}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Polub 10 wpisów, aby dostosować kanał główny"
 msgid "Like this feed"
 msgstr "Polub ten kanał"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Polubione przez"
 
@@ -4269,16 +4363,16 @@ msgstr "Polubione przez {0, plural, one {# osobę} few {# osoby} other {# osób}
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Polubione przez {likeCount, plural, one {# osobę} few {# osoby} other {# osób}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Polubienia"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Polubienia tego wpisu"
 
@@ -4287,11 +4381,11 @@ msgstr "Polubienia tego wpisu"
 msgid "Linear"
 msgstr "W linii"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Awatar listy"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lista została wyciszona"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nazwa listy"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Cofnięto wyciszenie listy"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listy"
 
@@ -4358,6 +4452,22 @@ msgstr "Listy"
 msgid "Lists blocking this user:"
 msgstr "Listy blokujące tę osobę:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Wczytaj więcej"
@@ -4370,18 +4480,18 @@ msgstr "Wczytaj więcej polecanych kanałów"
 msgid "Load new notifications"
 msgstr "Wczytaj nowe powiadomienia"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Wczytaj nowe wpisy"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Wczytywanie..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Dziennik"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo autorstwa @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo autorstwa <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Wygląda na to, że wszystkie kanały zostały odpięte, ale nie martw s
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Wygląda na to, że brakuje kanału. <0>Kliknij tutaj, aby go dodać.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Utwórz go dla mnie"
 
@@ -4455,7 +4569,14 @@ msgstr "Oznacz jako przeczytane"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Multimedia"
 
@@ -4479,7 +4600,7 @@ msgstr "Wzmianki"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Napisz do {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Wiadomość jest zbyt długa"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Wiadomości"
 
@@ -4532,10 +4653,10 @@ msgstr "Konto wprowadzające w błąd"
 msgid "Misleading Post"
 msgstr "Wpis wprowadzający w błąd"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderacja"
 
@@ -4557,12 +4678,12 @@ msgstr "Lista moderacji od <0/>"
 msgid "Moderation list by you"
 msgstr "Twoja lista moderacji"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Utworzono listę moderacji"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Zaktualizowano listę moderacji"
@@ -4571,8 +4692,8 @@ msgstr "Zaktualizowano listę moderacji"
 msgid "Moderation lists"
 msgstr "Listy moderacji"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Listy moderacji"
 
@@ -4580,7 +4701,7 @@ msgstr "Listy moderacji"
 msgid "moderation settings"
 msgstr "ustawienia moderacji"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Status moderacji"
 
@@ -4593,7 +4714,7 @@ msgstr "Narzędzia moderacji"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Moderator postanowił ustawić ogólne ostrzeżenie dotyczące zawartości."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Więcej"
 
@@ -4602,8 +4723,8 @@ msgstr "Więcej"
 msgid "More feeds"
 msgstr "Więcej kanałów"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Więcej opcji"
@@ -4637,10 +4758,10 @@ msgstr "Wycisz"
 msgid "Mute {tag}"
 msgstr "Wycisz {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr ""
 
@@ -4689,13 +4810,13 @@ msgstr "Wycisz to słowo tylko w tagach"
 msgid "Mute this word until you unmute it"
 msgstr "Wycisz to słowo na nieokreślony czas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Wycisz wątek"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Wycisz słowa i tagi"
 
@@ -4703,12 +4824,12 @@ msgstr "Wycisz słowa i tagi"
 msgid "Muted accounts"
 msgstr "Wyciszone konta"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Wyciszone konta"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Wyciszone konta są usuwane z twojego kanału i powiadomień. Wyciszenia są całkowicie prywatne."
 
@@ -4729,15 +4850,15 @@ msgstr "Wyciszenie jest prywatne. Wyciszone konta mogą wchodzić z tobą w inte
 msgid "My Birthday"
 msgstr "Moja data urodzenia"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Moje kanały"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nazwa"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Nazwa jest wymagana"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Przejdź do następnego ekranu"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Przejdź do swojego profilu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Chcesz to zmienić?"
 
@@ -4797,18 +4918,23 @@ msgstr "Jednak utwórz nazwę dla mnie"
 msgid "New"
 msgstr "Nowa"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nowa"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nowy czat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nowa nazwa"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nowa lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Nowa lista"
 msgid "New messages"
 msgstr "Nowe wiadomości"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nowa lista moderacji"
 
@@ -4840,10 +4966,10 @@ msgstr "Nowe hasło"
 msgid "New Password"
 msgstr "Nowe hasło"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nowy wpis"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nowy wpis"
@@ -4863,7 +4989,7 @@ msgstr "Nowy wpis"
 msgid "New user info dialog"
 msgstr "Okno z informacjami o nowej osobie"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nowa lista osób"
 
@@ -4911,6 +5037,10 @@ msgstr "Brak haseł aplikacji"
 msgid "No DNS Panel"
 msgstr "Brak panelu DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Nie znaleziono polecanych GIF-ów. Może występować problem z aplikacją Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Nie znaleziono żadnych kanałów. Spróbuj wyszukać coś innego."
 msgid "No likes yet"
 msgstr "Brak polubień"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Już nie obserwujesz {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Brak cytatów"
 msgid "No reposts yet"
 msgstr "Brak repostów"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Brak wyników"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Nie znaleziono żadnych wyników"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Nie znaleziono żadnych wyników dla \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Nieseksualna nagość"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Nie znaleziono"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Nie teraz"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Uwaga o udostępnianiu"
 
@@ -5052,7 +5177,7 @@ msgstr "Uwaga o udostępnianiu"
 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 "Uwaga: Bluesky jest otwartą i publiczną społecznością. To ustawienie ogranicza jedynie widoczność twoich treści w aplikacji i serwisie Bluesky, inne aplikacje mogą tego nie respektować. Twoje treści mogą być nadal wyświetlane niezalogowanym osobom przez inne aplikacje i strony internetowe."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Nic tu nie ma"
 
@@ -5060,7 +5185,7 @@ msgstr "Nic tu nie ma"
 msgid "Notification filters"
 msgstr "Filtry powiadomień"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Ustawienia powiadomień"
@@ -5077,11 +5202,11 @@ msgstr "Dźwięki powiadomień"
 msgid "Notification Sounds"
 msgstr "Dźwięki powiadomień"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Powiadomienia"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "O nie! Coś poszło nie tak."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Okej"
 
@@ -5140,19 +5265,19 @@ msgstr "Najpierw najstarsze komentarze"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "na<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Rozpocznij od nowa"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "W co najmniej jednym pliku GIF brakuje tekstu alternatywnego."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "W co najmniej jednym zdjęciu brakuje tekstu alternatywnego."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "W co najmniej jednym wideo brakuje tekstu alternatywnego."
 
@@ -5168,7 +5293,7 @@ msgstr "Tylko {0} mogą komentować."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Może zawierać tylko litery, cyfry i myślniki"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Obsługiwane są tylko pliki obrazów"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ups, coś poszło nie tak!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ups!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ups!"
 msgid "Open"
 msgstr "Otwórz"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Otwórz menu skrótów profilu {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Otwórz kreator zdjęcia profilowego"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Otwórz menu"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Wybierz emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Otwórz informacje o kanale"
 msgid "Open feed options menu"
 msgstr "Zmień ustawienia kanału"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Otwórz link do {niceUrl}"
 msgid "Open message options"
 msgstr "Zmień ustawienia wiadomości"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Otwórz stronę debugowania moderacji"
 
@@ -5249,20 +5370,25 @@ msgstr "Zmień ustawienia wyciszonych słów i tagów"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Zmień ustawienia wpisu"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Zmień ustawienia pakietu startowego"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Otwórz historię aktywności"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Otwórz dziennik systemowy"
 
@@ -5282,19 +5408,19 @@ msgstr "Pozwala wybrać, kto może komentować w tym wątku"
 msgid "Opens additional details for a debug entry"
 msgstr "Otwiera dodatkowe szczegóły debugowania"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Otwiera aplikację aparatu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Otwiera okno zmiany nazwy"
 
@@ -5306,7 +5432,7 @@ msgstr "Otwiera kompozytor wpisu"
 msgid "Opens device photo gallery"
 msgstr "Otwiera galerię zdjęć"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Otwiera selektor emoji"
 
@@ -5324,7 +5450,7 @@ msgstr "Otwiera proces logowania do istniejącego konta Bluesky"
 msgid "Opens GIF select dialog"
 msgstr "Wybierz GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Otwiera centrum pomocy w przeglądarce"
 
@@ -5332,6 +5458,10 @@ msgstr "Otwiera centrum pomocy w przeglądarce"
 msgid "Opens list of invite codes"
 msgstr "Otwiera listę kodów zaproszenia"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Zmień hasło"
@@ -5340,12 +5470,12 @@ msgstr "Zmień hasło"
 msgid "Opens the linked website"
 msgstr "Otwiera link do strony internetowej"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Otwiera ten profil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Otwiera selektor wideo"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Inne"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Inne konto"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Strona nie została odnaleziona"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Zatrzymaj wideo"
 msgid "People"
 msgstr "Osoby"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Osoby obserwowane przez @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Osoby obserwujące @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Przypnij do głównej"
 msgid "Pin to Home"
 msgstr "Przypnij do głównej"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Przypnij do swojego profilu"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Przypięte"
 
@@ -5578,14 +5708,14 @@ msgstr "Wybierz swoją nazwę."
 msgid "Please choose your password."
 msgstr "Wybierz swoje hasło."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Wypełnij formularz captcha."
 
-#: 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 "Potwierdź swój adres email przed jego zmianą. Jest to tymczasowe rozwiązanie, które zostanie wkrótce zastąpione nowym sposobem zmiany adresu email."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Wprowadź unikalną nazwę hasła aplikacji lub użyj losowo wygenerowanej."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Wprowadź poprawnie słowo, tag lub frazę do wyciszenia"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Wprowadź swój adres email."
 msgid "Please enter your invite code."
 msgstr "Wprowadź swój kod zaproszenia."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Wprowadź swoje hasło"
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Zaloguj się jako @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Zweryfikuj swój adres email"
 
@@ -5662,7 +5818,7 @@ msgstr "Polityka"
 msgid "Porn"
 msgstr "Pornografia"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Opublikuj"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Opublikuj"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Opublikuj wszystko"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Wpis od {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Wpis od @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Wpis usunięty"
@@ -5697,7 +5853,7 @@ msgstr "Wpis usunięty"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Nie udało się opublikować wpisu. Sprawdź swoje połączenie internetowe i spróbuj ponownie."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Wpis został usunięty"
 
@@ -5719,7 +5875,7 @@ msgstr "Wpis został ukryty przez ciebie"
 msgid "Post interaction settings"
 msgstr "Ustawienia interakcji wpisu"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Ustawienia interakcji wpisu"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Wpis został odpięty"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Wpisy"
@@ -5789,7 +5945,7 @@ msgstr "Kliknij, aby wyświetlić obserwujących to konto, których również ob
 msgid "Previous image"
 msgstr "Poprzednie zdjęcie"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Główny język"
 
@@ -5807,26 +5963,26 @@ msgstr "Powiadomienia priorytetowe"
 msgid "Privacy"
 msgstr "Prywatność"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Prywatność i bezpieczeństwo"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Prywatność i bezpieczeństwo"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Polityka prywatności"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Przetwarzanie wideo..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Przetwarzanie..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profil został zaktualizowany"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Publiczne listy do wykorzystania w kanałach."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "Kod QR został zapisany w galerii zdjęć!"
 msgid "Quote post"
 msgstr "Cytuj"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Cytowany wpis został ponownie dołączony"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Cytowany wpis został odłączony pomyślnie"
 
@@ -5927,7 +6083,7 @@ msgstr "Ustawienia cytowania"
 msgid "Quotes"
 msgstr "Cytaty"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Cytowania tego wpisu"
 
@@ -5942,8 +6098,8 @@ msgstr "Losowo (lub \"Autorska Ruletka\")"
 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 "Przekroczono limit – próbowano zmienić nazwę zbyt wiele razy w zbyt krótkim czasie. Odczekaj chwilę, zanim spróbujesz ponownie."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Dołącz cytat ponownie"
 
@@ -5960,15 +6116,15 @@ msgstr "Ponownie aktywuj swoje konto"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Czytaj mniej"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Czytaj więcej"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Czytaj blog Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Połącz ponownie"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Odśwież rozmowy"
@@ -6022,7 +6178,7 @@ msgstr "Odśwież rozmowy"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Usuń"
 msgid "Remove {displayName} from starter pack"
 msgstr "Usuń {displayName} z pakietu startowego"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Usuń konto"
 
@@ -6046,13 +6202,13 @@ msgstr "Usuń konto"
 msgid "Remove attachment"
 msgstr "Usuń załącznik"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Usuń zdjęcie profilowe"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Usuń tło profilu"
 
@@ -6079,7 +6235,7 @@ msgstr "Usunąć kanał?"
 msgid "Remove from my feeds"
 msgstr "Usuń z moich kanałów"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Usunąć z szybkiego dostępu?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "Usuń zdjęcie"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Usuń wyciszone słowo ze swojej listy"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Usuń profil"
 
@@ -6114,7 +6275,7 @@ msgstr "Usuń cytat"
 msgid "Remove repost"
 msgstr "Usuń repost"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Usuń plik napisów"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Usunięto z twoich kanałów"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Usuwa profil z historii wyszukiwania"
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Usuwa cytowany wpis"
@@ -6181,7 +6338,7 @@ msgstr "Usuwa cytowany wpis"
 msgid "Replace with Discover"
 msgstr "Zamień na kanał główny"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Komentarze"
 
@@ -6193,12 +6350,12 @@ msgstr "Komentarze zostały wyłączone"
 msgid "Replies to this post are disabled."
 msgstr "Komentarze do tego wpisu są wyłączone."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Skomentuj"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Skomentuj ({0, plural, one {# komentarz} few {# komentarze} other {# komentarzy}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Ustawienia komentowania są wybierane przez autora wątku"
 msgid "Reply sorting"
 msgstr "Sortowanie komentarzy"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Komentarz do <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Komentarz do zablokowanego wpisu"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Komentarz do wpisu"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Komentarz do ciebie"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Widoczność komentarzy została zaktualizowana"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Komentarz został ukryty pomyślnie"
 
@@ -6261,16 +6418,16 @@ msgstr "Komentarz został ukryty pomyślnie"
 msgid "Report"
 msgstr "Zgłoś"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Zgłoś rozmowę"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Zgłoś wiadomość"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Zgłoś wpis"
 
@@ -6369,27 +6526,27 @@ msgstr "Repostuj lub zacytuj wpis"
 msgid "Reposted By"
 msgstr "Repostowane przez"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Repostowane przez {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Repostowane przez <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Repostowane przez ciebie"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Reposty tego wpisu"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Poproś o zmianę"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Pobierz kod"
 msgid "Require alt text before posting"
 msgstr "Wymagaj tekstu alternatywnego przed opublikowaniem"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Wymagaj kodu z wiadomości email, aby zalogować się na swoje konto."
 
@@ -6413,13 +6570,19 @@ msgstr "Wymagane w przypadku tego dostawcy"
 msgid "Required in your region"
 msgstr "Wymagane w twoim regionie"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Wyślij wiadomość email ponownie"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Wyślij wiadomość email ponownie"
@@ -6436,8 +6599,8 @@ msgstr "Zresetuj kod"
 msgid "Reset Code"
 msgstr "Zresetuj kod"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Zacznij od nowa"
 
@@ -6458,10 +6621,10 @@ msgstr "Ponawia ostatnią akcję, która zakończyła się błędem"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Wróć do poprzedniej strony"
 msgid "Returns to home page"
 msgstr "Wraca do strony głównej"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Powraca do poprzedniego kroku"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Zapisz"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Zapisz"
@@ -6534,7 +6699,7 @@ msgstr "Zapisz datę urodzenia"
 msgid "Save changes"
 msgstr "Zapisz zmiany"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Zapisz zmiany"
 
@@ -6564,16 +6729,12 @@ msgstr "Dodaj do moich kanałów"
 msgid "Saved Feeds"
 msgstr "Zapisane kanały"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Zapisane w galerii zdjęć"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Dodano do twoich kanałów"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Zapisuje wszelkie zmiany w twoim profilu"
 
@@ -6583,8 +6744,8 @@ msgstr "Zapisuje ustawienia kadrowania obrazka"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Przywitaj się!"
 
@@ -6602,11 +6763,11 @@ msgstr "Przewiń na górę"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Szukaj"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Szukaj wpisów od @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Szukaj wpisów od @{0}"
 msgid "Search by name or interest"
 msgstr "Szukaj według nazwy lub zainteresowania"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Szukaj kanałów"
 
@@ -6656,8 +6817,8 @@ msgstr "Szukaj GIF-ów"
 msgid "Search my posts"
 msgstr "Szukaj w moich wpisach"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr "Szukaj..."
 msgid "Searches for profiles"
 msgstr "Wyszukuje profile"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Wymagana weryfikacja bezpieczeństwa"
 
@@ -6699,7 +6864,7 @@ msgstr "Zobacz wpisy na temat #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Zobacz wpisy tej osoby o #{tag}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Zobacz oferty pracy w Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Wybierz kolor"
 msgid "Select account"
 msgstr "Wybierz konto"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Wybierz zdjęcie profilowe"
@@ -6727,10 +6896,22 @@ msgstr "Wybierz zdjęcie profilowe"
 msgid "Select an emoji"
 msgstr "Wybierz emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Wybierz języki treści"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Wybierz istniejące konto"
@@ -6747,11 +6928,11 @@ msgstr "Wybierz GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Wybierz czas wyciszenia tego słowa."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Wybierz język..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Wybierz języki"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Wybierz usługę moderacji"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Wybierz emoji {emojiName} jako zdjęcie profilowe"
 msgid "Select the moderation service(s) to report to"
 msgstr "Wybierz, do której usługi moderacji wysłać to zgłoszenie"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Wybierz wideo"
 
@@ -6784,11 +6969,11 @@ msgstr "Wybierz wideo"
 msgid "Select what content this mute word should apply to."
 msgstr "Wybierz jakie treści mają być wyciszane przez to słowo."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Wybierz, które języki mają być uwzględnione w subskrybowanych kanałach. Jeśli żaden nie zostanie wybrany, będą wyświetlane wszystkie języki."
 
@@ -6801,7 +6986,7 @@ msgstr "Wprowadź swoją datę urodzenia"
 msgid "Select your interests from the options below"
 msgstr "Wybierz swoje zainteresowania z poniższych opcji"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Wybierz preferowany język tłumaczeń."
 
@@ -6813,19 +6998,17 @@ msgstr "Wybiera opcję {0} z {numItems}"
 msgid "Send a neat website!"
 msgstr "Wyślij fajną stronkę!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Wyślij potwierdzenie"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Wyślij email weryfikacyjny"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Wyślij email weryfikacyjny"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Wyślij email"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Wyślij email"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Wyślij opinię"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Wyślij wiadomość"
@@ -6863,13 +7046,14 @@ msgstr "Wyślij zgłoszenie do {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Wyślij email weryfikacyjny"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Wyślij bezpośrednio"
 
@@ -6901,10 +7085,10 @@ msgstr "Skonfiguruj konto"
 msgid "Sets email for password reset"
 msgstr "Ustawia email do resetowania hasła"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Ustawienia"
 
@@ -6926,16 +7110,16 @@ msgstr "Sugestywne seksualnie"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Udostępnij"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Udostępnij"
@@ -6948,9 +7132,9 @@ msgstr "Podziel się ciekawą historią!"
 msgid "Share a fun fact!"
 msgstr "Podziel się intrygującym faktem!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Udostępnij mimo to"
 
@@ -6990,7 +7174,7 @@ msgstr "Udostępnij ten pakiet startowy i pomóż innym dołączyć do twojej sp
 msgid "Share your favorite feed!"
 msgstr "Udostępnij swój ulubiony kanał!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Tester współdzielonych preferencji"
 
@@ -7011,8 +7195,8 @@ msgstr "Pokaż tekst alternatywny"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Pokaż mimo to"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Pokaż ukryte komentarze"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Pokazuj mniej podobnych treści"
 
@@ -7042,14 +7226,14 @@ msgstr "Pokazuj mniej podobnych treści"
 msgid "Show list anyway"
 msgstr "Pokaż listę mimo to"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Pokaż więcej"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Pokazuj więcej podobnych treści"
 
@@ -7079,8 +7263,8 @@ msgstr "Pokaż komentarze jako wątki"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Najpierw pokaż komentarze od obserwowanych osób, a potem wszystkie inne"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Pokaż komentarz każdemu"
 
@@ -7102,11 +7286,11 @@ msgstr "Pokaż ostrzeżenie"
 msgid "Show warning and filter from feeds"
 msgstr "Pokaż ostrzeżenie i odfiltruj z kanałów"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Pokazuje informacje o momencie utworzenia tego wpisu"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Pokazuje inne konta, na które możesz się przełączyć"
 
@@ -7124,8 +7308,8 @@ msgstr "Pokazuje zawartość"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Pokazuje zawartość"
 msgid "Sign in"
 msgstr "Zaloguj się"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Zaloguj się jako {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Zaloguj się lub utwórz konto, aby dołączyć do rozmowy!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Zaloguj się na konto, którego nie ma na liście"
 
@@ -7158,15 +7342,15 @@ msgstr "Zaloguj się na konto, którego nie ma na liście"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Zaloguj się na Bluesky lub utwórz nowe konto"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Wyloguj się"
 
@@ -7174,8 +7358,8 @@ msgstr "Wyloguj się"
 msgid "Sign Out"
 msgstr "Wyloguj się"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Wylogować się?"
 
@@ -7206,12 +7390,17 @@ msgstr "Pomiń to"
 msgid "Smaller"
 msgstr "Mniejszy"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Programowanie"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Coś poszło nie tak"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr "Coś poszło nie tak? Daj nam znać."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Przepraszamy! Twoja sesja wygasła. Zaloguj się ponownie."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; nadmierna liczba wzmianek lub komentarzy"
 msgid "Sports"
 msgstr "Sport"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Zacznij nowy czat"
 
@@ -7322,8 +7511,8 @@ msgstr "Zacznij dodawać osoby!"
 msgid "Start chat with {displayName}"
 msgstr "Zacznij czat z {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Pakiet startowy"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Pakiet startowy jest nieprawidłowy"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Pakiety"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Pakiety startowe umożliwiają łatwe udostępnianie ulubionych kanałów i osób znajomym."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Status"
 
@@ -7363,12 +7552,12 @@ msgstr "Status"
 msgid "Step {0} of {1}"
 msgstr "Krok {0} z {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Pamięć została wyczyszczona, uruchom aplikację ponownie."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Historia aktywności"
 
@@ -7401,11 +7590,11 @@ msgstr "Subskrybuj"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Subskrybuj @{0}, aby użyć tych ostrzeżeń:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Subskrybuj usługę"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Subskrybuj tę usługę moderacji"
 
@@ -7413,11 +7602,12 @@ msgstr "Subskrybuj tę usługę moderacji"
 msgid "Subscribe to this list"
 msgstr "Subskrybuj tę listę"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Sukces!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Pomoc"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Przełącz konto"
 
@@ -7462,11 +7652,11 @@ msgstr "Przełącz konto"
 msgid "Switch Account"
 msgstr "Przełącz konto"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Przełącz konto"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Przełącz na {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Przełącz na {0}"
 msgid "System"
 msgstr "Systemowe"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Dziennik systemowy"
 
@@ -7518,7 +7708,7 @@ msgstr "Technologia"
 msgid "Tell a joke!"
 msgstr "Opowiedz żart!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Opowiedz nam coś o sobie"
 
@@ -7531,12 +7721,12 @@ msgstr "Opowiedz nam coś więcej"
 msgid "Terms"
 msgstr "Regulamin"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Regulamin"
 
@@ -7564,7 +7754,11 @@ msgstr "Pole tekstowe"
 msgid "Text input field"
 msgstr "Pole wprowadzania tekstu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Dzięki! Twój adres email został zweryfikowany pomyślnie."
 
@@ -7597,12 +7791,12 @@ msgstr "Ten pakiet startowy nie został odnaleziony."
 msgid "That's all, folks!"
 msgstr "To już wszystko!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "To wszystko!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "To konto będzie mogło wchodzić z tobą w interakcje po odblokowaniu."
 
@@ -7636,6 +7830,10 @@ msgstr "Kanał główny"
 msgid "The Discover feed now knows what you like"
 msgstr "Kanał główny już wie, co lubisz"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Aplikacja zapewnia lepsze doświadczenia. Pobierz Bluesky teraz, dokończymy w tym samym miejscu."
@@ -7669,6 +7867,7 @@ msgstr "Polityka prywatności została przeniesiona do <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Wybrane wideo jest większe niż 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Wygląda na to, że serwer napotyka problemy. Spróbuj ponownie za jakiś czas."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Wystąpił problem podczas łączenia z serwerem"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Wystąpił problem podczas łączenia z serwerem, sprawdź połączenie internetowe i spróbuj ponownie."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Wystąpił problem podczas wczytywania powiadomień. Kliknij tutaj, aby spróbować ponownie."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Wystąpił problem podczas wczytywania wpisów. Kliknij tutaj, aby spróbować ponownie."
 
@@ -7763,20 +7962,20 @@ msgstr "Wystąpił problem podczas przesyłania zgłoszenia. Sprawdź połączen
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Wystąpił problem podczas aktualizacji kanałów, sprawdź połączenie internetowe i spróbuj ponownie."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Wystąpił problem! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Ustawienia te dotyczą tylko kanału obserwowanych."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Ten {screenDescription} został zgłoszony:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Zaloguj się, aby wyświetlić profil tego konta."
 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 "To konto jest blokowane przez jedną lub więcej list moderacji. Aby je odblokować, odwiedź te listy bezpośrednio i usuń tę osobę."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Ta zawartość nie jest dostępna bez konta Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Ta rozmowa dotyczy usuniętego lub dezaktywowanego konta. Kliknij, aby wyświetlić opcje"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Ta funkcja jest w wersji beta. Więcej informacji na temat eksportowania danych można znaleźć w <0>tym wpisie na blogu</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Ta funkcja nie jest dostępna podczas korzystania z hasła aplikacji. Zaloguj się przy użyciu głównego hasła."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Ten kanał jest pusty! Możesz zaobserwować więcej osób lub dostosować ustawienia językowe."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Ten kanał jest pusty."
@@ -7899,9 +8106,10 @@ msgstr "Ta nazwa jest zajęta. Wypróbuj inną."
 msgid "This information is not shared with other users."
 msgstr "Informacje te nie są udostępniane innym."
 
-#: 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 "Jest to ważne na wypadek konieczności zmiany adresu email lub zresetowania hasła."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Ta lista jest pusta."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Ta usługa moderacji jest niedostępna. Więcej informacji znajduje się poniżej. Jeśli problem będzie się powtarzał, skontaktuj się z nami."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Ten wpis został utworzony <0>{0}</0>, ale po raz pierwszy pojawił się na Bluesky <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Ten wpis został utworzony <0>{0}</0>, ale po raz pierwszy pojawił się
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Ten wpis ma nieznany typ wątków. Twoja aplikacja może być nieaktualna."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Ten wpis został usunięty."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Ten wpis jest widoczny tylko dla zalogowanych. Nie będzie widoczny dla osób niezalogowanych."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Ten wpis zostanie ukryty w kanałach i wątkach. Nie można tego cofnąć."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Autor tego wpisu wyłączył możliwość cytowania."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Ten profil jest widoczny tylko dla zalogowanych. Nie będzie widoczny dla osób niezalogowanych."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Ten komentarz trafi do ukrytej sekcji na dole wątku. Spowoduje to wyciszenie powiadomień o kolejnych komentarzach – zarówno dla ciebie, jak i innych."
 
@@ -7976,6 +8184,10 @@ msgstr "Usługa ta nie zawiera regulaminu ani polityki prywatności."
 msgid "This should create a domain record at:"
 msgstr "Powinno to spowodować utworzenie rekordu domeny pod adresem:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Ta osoba nie ma żadnych obserwujących."
@@ -8013,11 +8225,11 @@ msgstr "Ta osoba nikogo nie obserwuje."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Spowoduje to usunięcie \"{0}\" z wyciszonych słów. Zawsze możesz dodać je później."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Spowoduje to usunięcie @{0} z listy szybkiego dostępu."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Spowoduje to usunięcie twojego wpisu z tego cytatu dla wszystkich i zastąpi go placeholderem."
 
@@ -8044,7 +8256,7 @@ msgstr "Tryb wątkowy"
 msgid "Threaded mode"
 msgstr "Tryb wątkowy"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Ustawienia wątków"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Aby wyłączyć uwierzytelnianie dwuskładnikowe (2FA) sprawdź, czy masz dostęp do swojego adresu email."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Aby zgłosić rozmowę, zgłoś jedną z wiadomości. Pozwoli to naszym moderatorom zrozumieć kontekst problemu."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Aby przesyłać wideo, najpierw zweryfikuj swój adres email."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Do kogo chcesz wysłać to zgłoszenie?"
@@ -8090,16 +8303,16 @@ msgstr "Włącza lub wyłącza dźwięk"
 msgid "Top"
 msgstr "Najlepsze"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Temat"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Przetłumacz"
 
@@ -8144,6 +8357,7 @@ msgstr "Wpisz tu swoją wiadomość"
 msgid "Type:"
 msgstr "Rodzaj:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Nie udało się nawiązać połączenia. Sprawdź połączenie internetowe i spróbuj ponownie."
@@ -8166,27 +8380,27 @@ msgstr "Nie udało się usunąć"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Odblokuj"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Odblokuj"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Odblokuj konto"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Odblokować konto?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Nie obserwuj"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Nie obserwuj {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Nie obserwuj"
 
@@ -8225,7 +8439,7 @@ msgstr "Nie obserwuj"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "Nie lubię"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Nie lubię ({0, plural, one {# polubienie} few {# polubienia} other {# polubień}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Anuluj wyciszenie"
 msgid "Unmute {tag}"
 msgstr "Anuluj wyciszenie {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr ""
 
@@ -8267,8 +8481,8 @@ msgstr "Anuluj wyciszenie"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Anuluj wyciszenie"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Odepnij od głównej"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Odepnij od profilu"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} odpięto od głównej"
 msgid "Unpinned from your feeds"
 msgstr "Odpięto kanał"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Nie subskrybuj"
 
@@ -8320,7 +8539,7 @@ msgstr "Nie subskrybuj"
 msgid "Unsubscribe from list"
 msgstr "Nie subskrybuj listy"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Nie subskrybuj tej moderacji"
 
@@ -8328,11 +8547,11 @@ msgstr "Nie subskrybuj tej moderacji"
 msgid "Unsubscribed from list"
 msgstr "Nie subskrybujesz już listy"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Nieobsługiwany typ wideo"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Nieobsługiwany typ wideo: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Zaktualizuj <0>{displayName}</0> w listach"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Zmień na {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Nie udało się zaktualizować dołączonego cytatu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Nie udało się zaktualizować widoczności komentarzy"
@@ -8371,7 +8601,7 @@ msgstr "Nie udało się zaktualizować widoczności komentarzy"
 msgid "Updating..."
 msgstr "Aktualizowanie..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Zamiast tego prześlij zdjęcie"
 
@@ -8379,22 +8609,22 @@ msgstr "Zamiast tego prześlij zdjęcie"
 msgid "Upload a text file to:"
 msgstr "Prześlij plik tekstowy do:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Prześlij z aparatu"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Prześlij z plików"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Prześlij z biblioteki"
 
@@ -8407,7 +8637,7 @@ msgstr "Przesyłanie zdjęć..."
 msgid "Uploading link thumbnail..."
 msgstr "Przesyłanie miniatury..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Przesyłanie wideo..."
 
@@ -8419,8 +8649,8 @@ msgstr "Używaj haseł aplikacji do logowania się do innych aplikacji obsługuj
 msgid "Use default provider"
 msgstr "Korzystaj z domyślnego serwera"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Korzystaj z przeglądarki w aplikacji"
 
@@ -8429,8 +8659,8 @@ msgstr "Korzystaj z przeglądarki w aplikacji"
 msgid "Use in-app browser to open links"
 msgstr "Korzystaj z przeglądarki w aplikacji do otwierania linków"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Korzystaj z przeglądarki systemowej"
 
@@ -8484,12 +8714,12 @@ msgstr "Lista od {0}"
 msgid "User list by you"
 msgstr "Twoja lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Utworzono listę"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Zaktualizowano listę"
@@ -8523,11 +8753,15 @@ msgstr "Obserwowani przez ciebie"
 msgid "Value:"
 msgstr "Wartość:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Wymagany zweryfikowany adres email"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Zweryfikuj rekord DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Zweryfikuj adres email"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Zweryfikuj nowy adres email"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Zweryfikuj teraz"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Zweryfikuj plik tekstowy"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Zweryfikuj swój adres email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Zweryfikuj swój adres email"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Wersja {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Wideo"
 msgid "Video failed to process"
 msgstr "Przetwarzanie wideo nie powiodło się"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Kanał wideo"
 
@@ -8616,11 +8853,11 @@ msgstr "Wideo od {0}: {text}"
 msgid "Video Games"
 msgstr "Gry"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Wideo jest wstrzymane"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Wideo jest odtwarzane"
 
@@ -8628,11 +8865,11 @@ msgstr "Wideo jest odtwarzane"
 msgid "Video not found."
 msgstr "Wideo nie zostało odnalezione."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Ustawienia wideo"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Wideo zostało przesłane"
 
@@ -8640,24 +8877,24 @@ msgstr "Wideo zostało przesłane"
 msgid "Video: {0}"
 msgstr "Wideo: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Filmiki"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Wyświetl zdjęcie profilowe {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Wyświetl profil {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Wyświetl profil {0}"
 msgid "View {displayName}'s profile"
 msgstr "Wyświetl profil {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Wyświetl profil zablokowanej osoby"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Wyświetl dziennik systemowy"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Wyświetl szczegóły"
 
@@ -8688,7 +8925,7 @@ msgstr "Wyświetl szczegóły"
 msgid "View details for reporting a copyright violation"
 msgstr "Wyświetl szczegóły dotyczące zgłaszania naruszenia praw autorskich"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Wyświetl cały wątek"
 
@@ -8703,13 +8940,12 @@ msgstr "Wyświetl informacje o tych ostrzeżeniach"
 msgid "View more"
 msgstr "Pokaż więcej"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Wyświetl profil"
 
@@ -8790,6 +9026,11 @@ msgstr "Ostrzegaj o zawartości"
 msgid "Warn content and filter from feeds"
 msgstr "Ostrzegaj o zawartości i odfiltruj z kanałów"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Nie znaleziono żadnych wyników dla tego hashtagu."
@@ -8798,7 +9039,7 @@ msgstr "Nie znaleziono żadnych wyników dla tego hashtagu."
 msgid "We couldn't find any results for that topic."
 msgstr "Nie znaleziono żadnych wyników dla tego tematu."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Nie udało się wczytać tej rozmowy"
 
@@ -8822,6 +9063,10 @@ msgstr "Nie ma już więcej wpisów od obserwowanych. Oto najnowsze od <0/>."
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Nie udało nam się potwierdzić, czy możesz przesyłać wideo. Spróbuj ponownie."
@@ -8842,6 +9087,10 @@ msgstr "Nie udało nam się połączyć. Spróbuj ponownie, aby kontynuować kon
 msgid "We will let you know when your account is ready."
 msgstr "Damy ci znać, gdy twoje konto będzie gotowe."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Wykorzystamy te informacje, aby spersonalizować twoje doświadczenia."
@@ -8871,7 +9120,7 @@ msgstr "Przepraszamy, ale w tej chwili nie mogliśmy wczytać wyciszonych przez
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Przepraszamy, ale twoje wyszukiwanie się nie powiodło. Spróbuj ponownie za kilka minut."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Przepraszamy! Wpis, który komentujesz, został usunięty."
 
@@ -8880,7 +9129,7 @@ msgstr "Przepraszamy! Wpis, który komentujesz, został usunięty."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Przepraszamy! Nie możemy znaleźć strony, której szukasz."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Przepraszamy! Możesz subskrybować tylko dwadzieścia usług moderacji i właśnie osiągnięto ten limit."
 
@@ -8902,7 +9151,7 @@ msgstr "Jak chcesz nazwać swój pakiet startowy?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Jak się masz?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ups!"
@@ -8984,11 +9233,11 @@ msgstr "Dlaczego ta osoba powinna zostać sprawdzona?"
 msgid "Write a message"
 msgstr "Napisz wiadomość"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Utwórz wpis"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Skomentuj"
@@ -9002,6 +9251,11 @@ msgstr "Pisarze"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Nieprawidłowy DID z serwera. Otrzymano: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Tak"
@@ -9015,11 +9269,11 @@ msgstr "Tak, dezaktywuj"
 msgid "Yes, delete this starter pack"
 msgstr "Tak, usuń ten pakiet startowy"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Tak, odłącz"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Tak, ukryj"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Jesteś w kolejce."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Nie możesz przesyłać filmików."
@@ -9055,12 +9318,16 @@ msgstr "Nie możesz przesyłać filmików."
 msgid "You are not following anyone."
 msgstr "Nikogo nie obserwujesz."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "To konto zostało wyciszone."
 msgid "You have muted this user"
 msgstr "Ta osoba została wyciszona"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Nie prowadzisz jeszcze żadnych rozmów. Rozpocznij nową!"
 
@@ -9179,11 +9446,11 @@ msgstr "Nie masz żadnych kanałów."
 msgid "You have no lists."
 msgstr "Nie masz żadnych list."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Żadne konto nie zostało jeszcze zablokowane. Otwórz profil konta i wybierz opcję \"Blokuj konto\" z menu, aby to zrobić."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Żadne konto nie zostało jeszcze wyciszone. Otwórz profil konta i wybierz opcję \"Wycisz konto\" z menu, aby to zrobić."
 
@@ -9191,11 +9458,15 @@ msgstr "Żadne konto nie zostało jeszcze wyciszone. Otwórz profil konta i wybi
 msgid "You have reached the end"
 msgstr "To już koniec"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Limit przesłanych filmików został tymczasowo wyczerpany. Spróbuj ponownie później."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Nie utworzono jeszcze pakietu startowego!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Możesz dodać maksymalnie 3 kanały"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Możesz wybrać maksymalnie 4 zdjęcia"
 
@@ -9232,7 +9503,7 @@ msgstr "Możesz wybrać maksymalnie 4 zdjęcia"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Aby wygenerować pakiet startowy, musisz obserwować co najmniej siedem innych osób."
 
@@ -9248,10 +9519,18 @@ msgstr "Aby zapisać zdjęcie, przyznaj dostęp do galerii zdjęć."
 msgid "You must select at least one labeler for a report"
 msgstr "Musisz wybrać co najmniej jedną usługę do zgłoszenia"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Konto @{0} było poprzednio dezaktywowane."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Nastąpi wylogowanie ze wszystkich kont."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Nie będziesz już otrzymywać powiadomień z tego wątku"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Będziesz teraz otrzymywać powiadomienia z tego wątku"
 
@@ -9305,7 +9584,7 @@ msgstr "Zaobserwujesz te osoby oraz {0} innych"
 msgid "You'll follow these people right away"
 msgstr "Od razu zaobserwujesz te osoby"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Otrzymasz wiadomość email na adres <0>{0}</0> w celu weryfikacji."
 
@@ -9339,6 +9618,10 @@ msgstr "Znaleziono kilka osób do obserwowania"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "To już koniec! Znajdź więcej kont do obserwowania."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo danych)"
@@ -9347,7 +9630,7 @@ msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo danych
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo plików)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Nie mamy już więcej filmików do oglądania. Może to dobry czas na przerwę?"
 
@@ -9391,14 +9674,18 @@ msgstr "Twoja przeglądarka nie obsługuje tego formatu wideo. Spróbuj użyć i
 msgid "Your chats have been disabled"
 msgstr "Twoje czaty zostały wyłączone"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Twój wybór zostanie zapisany, ale możesz to później zmienić w ustawieniach."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Twoja aktualna nazwa <0>{0}</0> zostanie automatycznie dla ciebie zajęta. Możesz do niej wrócić w dowolnym momencie za pomocą tego konta."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Twoja aktualna nazwa <0>{0}</0> zostanie automatycznie dla ciebie zajęt
 msgid "Your email appears to be invalid."
 msgstr "Twój adres email jest nieprawidłowy."
 
-#: 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 "Twój adres email został zaktualizowany, ale nie został zweryfikowany. Następnym krokiem będzie jego weryfikacja."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Twój adres email nie został jeszcze zweryfikowany. Jest to ważny etap zabezpieczeń, który zalecamy wykonać."
 
@@ -9434,7 +9721,7 @@ msgstr "Twoja nowa nazwa to <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Hasło zostało zmienione pomyślnie!"
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Twój wpis został opublikowany"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Twoje wpisy zostały opublikowane"
 
@@ -9479,7 +9766,7 @@ msgstr "Twoje wpisy, polubienia i blokady są publiczne. Wyciszenia są prywatne
 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 "Twój profil, wpisy, kanały i listy nie będą już widoczne dla innych na Bluesky. Możesz ponownie aktywować swoje konto w dowolnym momencie po zalogowaniu."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Twój komentarz został opublikowany"
 
diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po
index 781366664..b328dab15 100644
--- a/src/locale/locales/pt-BR/messages.po
+++ b/src/locale/locales/pt-BR/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: pt\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Portuguese, Brazilian\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(ativo)"
 msgid "(contains embedded content)"
 msgstr "(possui conteúdo incorporado)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(sem e-mail)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# repostagem} other {# repostagens}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# segundo} other {# segundos}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# item não lido} other {# itens não lidos}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# item não lido} other {# itens não lidos}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#me} other {#me}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {seguidor} other {seguidores}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {seguindo} other {seguindo}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {curtida} other {curtidas}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {curtida} other {curtidas}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {postagem} other {postagens}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citação} other {citações}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {repostagem} other {repostagens}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>em <1>tags</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>em <1>texto e tags</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} juntou-se esta semana"
@@ -157,7 +160,8 @@ msgstr "{0} reagiu com {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} reagiu com {1} a {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Foto de perfil de {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}min"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# item não lido} other {# itens não lidos}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}</0> te seguiram"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}</0> curtiram seu feed personalizado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}</0> curtiram sua postagem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}</0> removeram suas verificações da sua conta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}</0> repostaram sua postagem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}</0> juntaram-se ao seu pacote inicial"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}</0> verificaram você"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} te seguiu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} te seguiu de volta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} curtiu seu feed personalizado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} curtiu sua postagem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr "{firstAuthorLink} removeu a verificação da sua conta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} repostou sua postagem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} juntou-se ao seu pacote inicial"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr "{firstAuthorLink} verificou você"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} te seguiram"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram seu feed personalizado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram sua postagem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} removeram suas verificações da sua conta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} repostaram sua postagem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} juntaram-se ao seu pacote inicial"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} verificaram você"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} te seguiu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} te seguiu de volta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} curtiu seu feed personalizado"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} curtiu sua postagem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr "{firstAuthorName} removeu a verificação da sua conta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} repostou sua postagem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} juntou-se ao seu pacote inicial"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr "{firstAuthorName} verificou você"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} seguindo"
@@ -335,11 +339,23 @@ msgstr "{following} seguindo"
 msgid "{handle} can't be messaged"
 msgstr "Não é possível enviar mensagens a {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# usuários se juntaram}}!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# item não lido} other {# itens não lidos}}"
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>e {2, plural, one {# outro} other {outros #}} estão inclusos no seu pacote inicial"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {seguidor} other {seguidores}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {seguindo} other {seguindo}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Experimental:</0> Ao ativar esta opção, você receberá notificaç
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Você</0> e<1> </1><2>{0} </2>estão inclusos no seu pacote inicial"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Nome de usuário inválido"
 
@@ -451,19 +467,19 @@ msgstr "uma mensagem"
 msgid "A new form of verification"
 msgstr "Uma nova forma de verificação"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Sobre"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Aceitar"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Aceitar pedido de conversa"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Aceitar solicitação"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Acessibilidade"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Acessibilidade"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Conta"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Conta bloqueada"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Conta seguida"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Conta silenciada"
@@ -517,34 +533,34 @@ msgstr "Conta silenciada"
 msgid "Account Muted by List"
 msgstr "Conta silenciada pela lista"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Opções da conta"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Conta removida do acesso rápido"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Conta desbloqueada"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Conta deixada de seguir"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Conta dessilenciada"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr "Contas com um ponto de verificação azul ondulada<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>podem verificar outros. Esses verificadores confiáveis são selecionados pelo Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Adicionar {displayName} ao pacote inicial"
 msgid "Add a content warning"
 msgstr "Adicionar aviso de conteúdo"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Adicionar conta"
 msgid "Add alt text"
 msgstr "Adicionar texto alternativo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Adicionar texto alternativo (opcional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Adicionar outra conta"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Adicionar outra postagem"
 
@@ -627,7 +647,7 @@ msgstr "Adicionar palavra silenciada com as configurações escolhidas"
 msgid "Add muted words and tags"
 msgstr "Adicionar palavras/tags removidas"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Adicionar nova postagem"
 
@@ -664,8 +684,8 @@ msgstr "Adicione o seguinte registro DNS ao seu domínio:"
 msgid "Add this feed to your feeds"
 msgstr "Adicione este feed aos seus feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Adicionar às listas"
 
@@ -718,6 +738,11 @@ msgstr "Rótulos de conteúdo adulto"
 msgid "Advanced"
 msgstr "Avançado"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Tudo"
@@ -732,7 +757,7 @@ msgstr "Todas as contas foram seguidas!"
 msgid "All languages"
 msgstr "Todos os idiomas"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Todos os feeds que você salvou, em um único lugar."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Texto alternativo"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "O texto alternativo será truncado. {MAX_ALT_TEXT, plural, other {Limite: {0} caracteres.}}"
 
 #: 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 "Um e-mail foi enviado para {0}. Nele possui um código de confirmação que você pode inserir abaixo."
 
-#: 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 "Um e-mail foi enviado para seu e-mail anterior, {0}. Nele possui um código de confirmação que você pode inserir abaixo."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "E-mail enviado. Insira abaixo o código de confirmação incluso no e-mail."
 
@@ -825,7 +849,7 @@ msgstr "Ocorreu um erro ao compactar o vídeo."
 msgid "An error occurred while fetching the feed."
 msgstr "Ocorreu um erro ao recuperar o feed."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Ocorreu um erro ao gerar seu pacote inicial. Tentar novamente?"
 
@@ -842,7 +866,7 @@ msgstr "Ocorreu um erro ao carregar o vídeo. Tente novamente."
 msgid "An error occurred while saving the QR code!"
 msgstr "Ocorreu um erro ao salvar o QR code!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Ocorreu um erro ao selecionar o vídeo"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Ocorreu um erro ao enviar o vídeo."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr "Uma ilustração mostrando que o Bluesky seleciona verificadores confiáveis e verificadores confiáveis por sua vez verificam contas de usuário individuais."
+msgstr "Uma ilustração mostrando que o Bluesky seleciona verificadores confiáveis e verificadores confiáveis, por sua vez, verificam contas de usuário individuais."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Outro problema"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Ocorreu um problema ao iniciar a conversa"
 
@@ -875,8 +899,8 @@ msgstr "Ocorreu um problema ao tentar abrir a conversa"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Comportamento Anti-social"
 msgid "Anybody can interact"
 msgstr "Qualquer um pode interagir"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Ícone do app"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Idioma do app"
 
@@ -958,7 +982,7 @@ msgstr "A senha do app deve conter no mínimo 4 caracteres"
 msgid "App passwords"
 msgstr "Senhas do app"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Senhas do app"
@@ -994,10 +1018,10 @@ msgstr "Recorrer da suspensão"
 msgid "Appeal this decision"
 msgstr "Recorrer desta decisão"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Aparência"
 
@@ -1006,12 +1030,12 @@ msgstr "Aparência"
 msgid "Apply default recommended feeds"
 msgstr "Utilizar feeds recomendados"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arquivado desde {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Postagem arquivada"
 
@@ -1047,11 +1071,11 @@ msgstr "Deseja mesmo remover {0} dos seus feeds?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Deseja mesmo remover isso de seus feeds?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Deseja mesmo descartar este rascunho?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Tem certeza de que deseja descartar esta postagem?"
 
@@ -1072,6 +1096,11 @@ msgstr "Arte"
 msgid "Artistic or non-erotic nudity."
 msgstr "Nudez artística ou não erótica."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "No mínimo 3 caracteres"
@@ -1103,7 +1132,7 @@ msgstr "Reproduzir vídeos e GIFs automaticamente"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Voltar"
 msgid "Back to Chats"
 msgstr "Voltar às Conversas"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
-msgstr "Para criar uma lista, você precisa verificar seu e-mail."
+msgstr "Para criar uma lista, você precisa validar seu e-mail."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Você deve verificar seu email antes de criar uma postagem."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
-msgstr "Para criar um pacote inicial, você precisa verificar seu e-mail."
+msgstr "Para criar um pacote inicial, você precisa validar seu e-mail."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Para enviar mensagens, você precisa verificar seu e-mail."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Aniversário"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Bloquear"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Bloquear conta"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Bloquear conta?"
 
@@ -1200,17 +1235,17 @@ msgstr "Bloqueado"
 msgid "Blocked accounts"
 msgstr "Contas bloqueadas"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Contas bloqueadas"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Contas bloqueadas não podem te responder, mencionar ou interagir."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Contas bloqueadas não podem responder aos seus tópicos, te mencionar, ou interagir com você. Você não verá seus conteúdos e eles não conseguirão ver os seus."
 
@@ -1226,11 +1261,11 @@ msgstr "Bloquear o rotulador não impede que ele adicione rótulos a sua conta."
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Os bloqueios são públicos. Contas bloqueadas não podem te responder, mencionar ou interagir com você."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Bloquear não impede que rótulos sejam colocados em sua conta, mas impedirá que esta conta responda aos seus tópicos e interaja com você."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "O Bluesky não pode confirmar que a data mostrada é legítima."
 
@@ -1265,7 +1300,7 @@ msgstr "O Bluesky é bem melhor com amigos!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Termos de Serviço do Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "O Bluesky selecionará um grupo de contas recomendadas da sua rede."
 
@@ -1275,7 +1310,7 @@ msgstr "O Bluesky não exibirá seu perfil e postagens a usuários desconectados
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr "Bluesky irá verificar proativamente contas notáveis e autênticas."
+msgstr "O Bluesky irá proativamente verificar contas notáveis e autênticas."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Navegar pelo assunto {0}"
 msgid "Browse topic {displayName}"
 msgstr "Navegar tópico {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Corporativo"
 
@@ -1374,45 +1409,47 @@ msgstr "Ao criar uma conta você concorda com os <0>Termos de Serviço</0>."
 msgid "By you"
 msgstr "Por você"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Câmera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Cancelar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Cancelar exclusão da conta"
 msgid "Cancel image crop"
 msgstr "Cancelar corte da imagem"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Cancelar edição do perfil"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Cancela a abertura do link"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Não é possível interagir com um usuário bloqueado"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Legendas (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Legendas e texto alternativo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Alterar"
 
@@ -1478,13 +1514,12 @@ msgstr "Alterar ícone do app"
 msgid "Change app icon to \"{0}\""
 msgstr "Alterar ícone do app para \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Alterar e-mail"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Alterar endereço de e-mail"
 
@@ -1497,10 +1532,6 @@ msgstr "Alterar nome de usuário"
 msgid "Change moderation service"
 msgstr "Alterar serviço de moderação"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Alterar meu e-mail"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Alterar senha"
@@ -1513,11 +1544,11 @@ msgstr "Alterar idioma da postagem para {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Alterar motivo da denúncia"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Altere o seu e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Alterar o seu endereço de e-mail"
 
@@ -1530,15 +1561,15 @@ msgstr "Altera o ícone do app"
 msgid "Changes hosting provider"
 msgstr "Altera o provedor de hospedagem"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Conversas"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Conversa excluída"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Conversa silenciada"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Caixa de entrada de pedidos de conversa"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Pedidos de conversa"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Opções da conversa"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Conversa dessilenciada"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Conversas"
 
@@ -1599,7 +1630,7 @@ msgstr "Selecionar método de verificação de domínio"
 msgid "Choose Feeds"
 msgstr "Escolher feeds"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Escolha para mim"
 
@@ -1619,7 +1650,7 @@ msgstr "Selecionar esta cor como sua foto de perfil"
 msgid "Choose your account provider"
 msgstr "Escolher o provedor da conta"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Escolha sua própria linha do tempo! Feeds feitos pela comunidade ajudam a encontrar o conteúdo que você ama."
 
@@ -1631,18 +1662,18 @@ msgstr "Escolha sua senha"
 msgid "Choose your username"
 msgstr "Seu nome de usuário"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Limpar dados de armazenamento"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Limpar dados de armazenamento (e então reiniciar)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
-msgstr "Limpar memória transitória de imagens"
+msgstr "Limpar memória temporária de imagens"
 
 #: src/components/forms/SearchInput.tsx:70
 msgid "Clear search query"
@@ -1652,6 +1683,14 @@ msgstr "Limpar pesquisa"
 msgid "click here"
 msgstr "clique aqui"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Clique para desativar citações desta postagem."
@@ -1676,29 +1715,34 @@ msgstr "Clima e tempo"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Clip 🐴 clop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Fechar"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Fechar janela ativa"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Fechar parte inferior"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Fechar janela"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Fechar menu lateral"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Fechar seletor de emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Fechar esta janela"
 msgid "Closes password update alert"
 msgstr "Fecha o alerta de mudança de senha"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Fecha a janela de nova postagem e descarta o rascunho"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Fecha o seletor de emoji"
 
@@ -1764,11 +1808,11 @@ msgstr "Fecha o seletor de emoji"
 msgid "Closes viewer for header image"
 msgstr "Fecha o visualizador de banner"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Esconder lista de usuários"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Fecha a lista de usuários de uma notificação"
 
@@ -1791,7 +1835,7 @@ msgstr "Comédia"
 msgid "Comics"
 msgstr "Quadrinhos"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Diretrizes da Comunidade"
@@ -1804,11 +1848,11 @@ msgstr "Complete e comece a utilizar sua conta"
 msgid "Complete the challenge"
 msgstr "Complete o captcha"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Escrever nova postagem"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Escrever resposta"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Comprimindo vídeo..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configure o filtro de conteúdo por categoria: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configurável no <0>painel de moderação</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirmar"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirmar alterações"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confirmar ajustes de idioma de conteúdo"
@@ -1861,18 +1899,19 @@ msgstr "Confirme sua idade:"
 msgid "Confirm your birthdate"
 msgstr "Confirme sua data de nascimento"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Código de confirmação"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Código de confirmação"
 
@@ -1880,8 +1919,8 @@ msgstr "Código de confirmação"
 msgid "Connecting..."
 msgstr "Conectando..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Entrar em contato com o suporte"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Conteúdo e mídia"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Conteúdo e mídia"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Conteúdo e mídia"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtros de conteúdo"
 msgid "Content from across the network we think you might like."
 msgstr "Conteúdo da rede que acreditamos que talvez você curta."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Idiomas do conteúdo"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Fundo do menu, clique para fechá-lo."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continuar"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continuar como {0} (já conectado)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Continuar tópico..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Continuar com o próximo passo"
@@ -1973,7 +2012,7 @@ msgstr "Culinária"
 msgid "Copied"
 msgstr "Copiado"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Número de versão do app copiada"
 
@@ -1981,8 +2020,8 @@ msgstr "Número de versão do app copiada"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copiado"
 
@@ -1991,7 +2030,7 @@ msgstr "Copiado"
 msgid "Copied!"
 msgstr "Copiado!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Copia o número de versão para a área de transferência"
 
@@ -2003,13 +2042,13 @@ msgstr "Copiar"
 msgid "Copy App Password"
 msgstr "Copiar senha do app"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Copiar URI at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Copiar DID do autor"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copiar código"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copiar DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copiar link"
 msgid "Copy link to list"
 msgstr "Copiar link da lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copiar link da postagem"
 
@@ -2050,13 +2089,13 @@ msgstr "Copiar link da postagem"
 msgid "Copy message text"
 msgstr "Copiar texto da mensagem"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Copiar URI at:// da postagem"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copiar texto da postagem"
 
@@ -2068,7 +2107,7 @@ msgstr "Copiar QR code"
 msgid "Copy TXT record value"
 msgstr "Copiar valor do registro TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Política de direitos autorais"
@@ -2078,7 +2117,7 @@ msgstr "Política de direitos autorais"
 msgid "Could not leave chat"
 msgstr "Não foi possível sair desta conversa"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Não foi possível carregar o feed"
 
@@ -2094,7 +2133,7 @@ msgstr "Não foi possível silenciar esta conversa"
 msgid "Could not process your video"
 msgstr "Não foi possível processar seu vídeo"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Criar"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Criar um QR code para o pacote inicial"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Criar um pacote inicial"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Crie um pacote inicial para mim"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Criar uma conta"
 msgid "Create an account without using this starter pack"
 msgstr "Criar uma conta sem usar este pacote inicial"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Adicionar uma foto de perfil"
 
@@ -2209,13 +2248,13 @@ msgstr "Tema escuro"
 msgid "Date of birth"
 msgstr "Data de nascimento"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Desativar conta"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Depurar moderação"
 
@@ -2237,13 +2276,13 @@ msgstr "Ícones padrão"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Excluir"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Excluir conta"
 
@@ -2259,19 +2298,19 @@ msgstr "Excluir senha do app"
 msgid "Delete app password?"
 msgstr "Excluir senha do app?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Excluir conversa"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Excluir registro da conversa"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Excluir conversa"
 
@@ -2299,9 +2338,9 @@ msgstr "Excluir mensagem para mim"
 msgid "Delete my account"
 msgstr "Excluir minha conta"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Excluir postagem"
 
@@ -2318,7 +2357,7 @@ msgstr "Excluir pacote inicial?"
 msgid "Delete this list?"
 msgstr "Excluir esta lista?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Excluir esta postagem?"
 
@@ -2335,19 +2374,19 @@ msgstr "Conta excluída"
 msgid "Deleted post."
 msgstr "Postagem excluída."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Descrição"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Descrição muito longa"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Descrição muito longa. {DESCRIPTION_MAX_GRAPHEMES, plural, other {O número máximo de caracteres é #.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "Descrição muito longa. {DESCRIPTION_MAX_GRAPHEMES, plural, other {O n
 msgid "Descriptive alt text"
 msgstr "Texto alternativo descritivo"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Desanexar citação"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Desanexar citação?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Modo de desenvolvedor desativado"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Modo de desenvolvedor ativado"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Opções do desenvolvedor"
 
@@ -2388,6 +2427,15 @@ msgstr "Ajuste quem pode interagir com esta postagem"
 msgid "Dim"
 msgstr "Menos escuro"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Desativar 2FA por e-mail"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Desativado"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Descartar"
 
@@ -2420,11 +2468,11 @@ msgstr "Descartar"
 msgid "Discard changes?"
 msgstr "Descartar alterações?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Descartar rascunho?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Descartar postagem?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Descobrir novos feeds personalizados"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Descobrir novos feeds"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Dispensar"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Dispensar erro"
 
@@ -2471,9 +2519,9 @@ msgstr "Dispensar esta seção"
 msgid "Display larger alt text badges"
 msgstr "Exibir emblemas de texto alternativo maiores"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nome de exibição"
@@ -2482,11 +2530,11 @@ msgstr "Nome de exibição"
 msgid "Display Name"
 msgstr "Nome de exibição"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Nome de exibição muito longo"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Nome de exibição muito longo. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {O número máximo de caracteres é #.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Não começa ou termina com um hífen"
 msgid "Domain verified!"
 msgstr "Domínio verificado!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Concluído{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Toque duas vezes ou pressione longamente a mensagem para adicionar uma reação"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Toque duas vezes para fechar diálogo"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Toque duas vezes para curtir"
 
@@ -2575,7 +2633,7 @@ msgstr "Duração:"
 msgid "e.g. alice"
 msgstr "p. e.x. Bruna"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "p. e.x. Bruna [sobrenome]"
 
@@ -2587,7 +2645,7 @@ msgstr "p. e.x. Bruna Silva"
 msgid "e.g. alice.com"
 msgstr "ex. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "p. e.x. Sou uma artista, amante de cachorros, e uma leitora ávida."
 
@@ -2595,19 +2653,19 @@ msgstr "p. e.x. Sou uma artista, amante de cachorros, e uma leitora ávida."
 msgid "E.g. artistic nudes."
 msgstr "Ex. nudez artística."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "p. e.x. \"Perfis legais\""
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "p. e.x. “Puxa-sacos”"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "p. e.x. Meus perfis favoritos"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "p. e.x. Perfis que são irritantes"
 
@@ -2615,7 +2673,7 @@ msgstr "p. e.x. Perfis que são irritantes"
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Os convites só funcionam uma vez. Você receberá mais convites com o tempo."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Editar"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Editar foto de perfil"
 
@@ -2637,14 +2695,14 @@ msgstr "Editar foto de perfil"
 msgid "Edit Feeds"
 msgstr "Editar feeds"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Editar imagem"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Editar opções de interação"
 
@@ -2657,12 +2715,17 @@ msgstr "Editar interesses"
 msgid "Edit list details"
 msgstr "Editar detalhes da lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Editar lista de moderação"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Editar meus feeds"
 
@@ -2679,15 +2742,15 @@ msgstr "Editar Pessoas"
 msgid "Edit post interaction settings"
 msgstr "Editar opções de interação de postagens"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Editar perfil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Editar perfil"
 
@@ -2695,7 +2758,7 @@ msgstr "Editar perfil"
 msgid "Edit starter pack"
 msgstr "Editar pacote inicial"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Editar lista de usuários"
 
@@ -2707,11 +2770,11 @@ msgstr "Editar quem pode responder"
 msgid "Edit your display name"
 msgstr "Editar nome de exibição"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Editar sua descrição"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Editar pacote inicial"
 
@@ -2724,9 +2787,8 @@ msgstr "Educação"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Você bloqueou o criador desta lista ou o criador desta lista bloqueou você."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-mail"
 
@@ -2747,20 +2809,17 @@ msgstr "Endereço de e-mail"
 msgid "Email Resent"
 msgstr "E-mail reenviado"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-mail atualizado"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "E-mail atualizado"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-mail verificado"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Código HTML para incorporação"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Incorporar postagem"
 
@@ -2785,8 +2844,9 @@ msgstr "Incorpore esta postagem no seu site. É só copiar o trecho seguinte e c
 msgid "Embedded video player"
 msgstr "Reprodutor interno de vídeo"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Ativar"
 
@@ -2798,9 +2858,9 @@ msgstr "Ativar somente {0}"
 msgid "Enable adult content"
 msgstr "Habilitar conteúdo adulto"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Ativar 2FA por e-mail"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Ativado"
 msgid "End of feed"
 msgstr "Fim do feed"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Certifique-se de ter selecionado um idioma para cada arquivo de legenda."
 
@@ -2860,14 +2920,15 @@ msgstr "Insira uma senha"
 msgid "Enter a word or tag"
 msgstr "Digite uma palavra ou tag"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Insira o código"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Insira o código de confirmação"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Entrar em tela cheia"
@@ -2897,11 +2958,7 @@ msgstr "Insira seu aniversário"
 msgid "Enter your email address"
 msgstr "Insira seu endereço de e-mail"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Insira o novo e-mail acima"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Insira seu novo endereço de e-mail abaixo."
 
@@ -2921,7 +2978,7 @@ msgstr "Entra em tela cheia"
 msgid "Entertainment"
 msgstr "Entretenimento"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Erro"
@@ -2997,15 +3054,15 @@ msgstr "Sair do visualizador de imagem"
 msgid "Expand alt text"
 msgstr "Expandir texto alternativo"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Expandir lista de usuário"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Expandir ou esconder a postagem que você está respondendo"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Expande ou esconde o texto da postagem"
 
@@ -3031,6 +3088,10 @@ msgstr "Expira {0}"
 msgid "Expires in {0}"
 msgstr "Expira em {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Mídia explícita ou pertubadora"
 msgid "Explicit sexual images."
 msgstr "Imagens sexualmente explícitas."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Explorar"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exportar meus dados"
 
@@ -3071,12 +3132,12 @@ msgstr "Mídia externa"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Mídias externas podem permitir que sites coletem informações sobre você e seu dispositivo. Nenhuma informação é enviada ou solicitada até que você pressione o botão de \"play\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferências de Mídia Externa"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Falha ao aceitar conversa"
@@ -3090,15 +3151,11 @@ msgstr "Falha ao adicionar reação de emoji"
 msgid "Failed to change handle. Please try again."
 msgstr "Não foi possível alterar o nome de usuário. Por favor tente novamente."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr "Falha ao criar uma verificação"
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Não foi possível criar a senha de aplicativo. Por favor tente novamente."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Falha ao criar conversa"
 
@@ -3107,12 +3164,12 @@ msgstr "Falha ao criar conversa"
 msgid "Failed to create starter pack"
 msgstr "Falha ao criar o pacote inicial"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Não foi possível criar a lista. Por favor tente novamente."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Falha ao excluir conversa"
@@ -3121,7 +3178,7 @@ msgstr "Falha ao excluir conversa"
 msgid "Failed to delete message"
 msgstr "Não foi possível excluir esta mensagem"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Não foi possível excluir a postagem, por favor tente novamente."
 
@@ -3129,7 +3186,7 @@ msgstr "Não foi possível excluir a postagem, por favor tente novamente."
 msgid "Failed to delete starter pack"
 msgstr "Falha ao excluir o pacote inicial"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Falha ao carregar conversas"
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Falha ao enviar"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Falha ao enviar o recurso, tente novamente."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Falha ao alterar o silenciamento do tópico, tente novamente"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Falha ao atualizar os feeds"
@@ -3219,11 +3290,15 @@ msgstr "Falha ao atualizar as configurações"
 msgid "Failed to upload video"
 msgstr "Falha ao carregar o vídeo"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Não foi possível verificar o nome de usuário. Por favor tente novamente."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Feed"
 
@@ -3242,24 +3317,24 @@ msgstr "Alternar feed"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Comentários"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Comentário enviado!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Feeds"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexível"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Seguir"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Seguir {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Seguir {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Seguir {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Seguir 10 contas"
 msgid "Follow 7 accounts"
 msgstr "Seguir 7 contas"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Seguir conta"
 
@@ -3391,7 +3462,7 @@ msgstr "Seguir conta"
 msgid "Follow all"
 msgstr "Seguir todos"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Seguir de volta"
@@ -3417,7 +3488,7 @@ msgstr "Seguido por <0>{0}</0> e <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Seguido por <0>{0}</0>, <1>{1}</1>, e {2, plural, one {# outro} other {outros #}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Seguidores de @{0} que você conhece"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Seguidores que você conhece"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Seguindo"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Seguindo {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Seguindo {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Seguindo {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferências do feed principal"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferências do feed principal"
@@ -3524,7 +3591,7 @@ msgstr "Frequentemente Posta Conteúdo Indesejado"
 msgid "From @{sanitizedAuthor}"
 msgstr "De @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Por <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Por <0/>"
 msgid "Gallery"
 msgstr "Galeria"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Gere um pacote inicial"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Obter ajuda"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Vamos começar"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Começando"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Dê uma cara nova pro seu perfil"
 
@@ -3567,10 +3636,10 @@ msgstr "Violações flagrantes da lei ou dos termos de serviço"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Voltar"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Voltar para a tela inicial"
 msgid "Go Home"
 msgstr "Voltar para a tela inicial"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "Ir para perfil de {firstAuthorName}"
 
@@ -3638,8 +3723,8 @@ msgstr "Conteúdo Gráfico"
 msgid "Half way there!"
 msgstr "Metade do caminho!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Nome de usuário"
 
@@ -3665,7 +3750,7 @@ msgstr "Feedback tátil"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Assédio, intolerância ou \"trollagem\""
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Precisa de ajuda?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Ajuda"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "As pessoas não vão achar que você é um bot se você criar um avatar ou fazer upload de uma imagem."
 
@@ -3698,7 +3788,7 @@ msgstr "Aqui está a sua senha de aplicativo!"
 msgid "Hidden"
 msgstr "Oculto"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Oculto por suas opções de moderação."
 
@@ -3715,12 +3805,12 @@ msgstr "Lista oculta"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Ocultar"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Ocultar"
@@ -3729,18 +3819,18 @@ msgstr "Ocultar"
 msgid "Hide customization options"
 msgstr "Ocultar opções de personalização"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Ocultar postagem para mim"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Ocultar resposta para todos"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Ocultar resposta para mim"
 
@@ -3748,12 +3838,12 @@ msgstr "Ocultar resposta para mim"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Ocultar esta postagem?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Ocultar esta resposta?"
 
@@ -3771,14 +3861,14 @@ msgstr "Ocultar assuntos em alta?"
 msgid "Hide trending videos?"
 msgstr "Ocultar vídeos em alta?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Ocultar lista de usuários"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr "Ocultar crachás de verificação"
+msgstr "Ocultar insígnias de verificação"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm, não foi possível carregar este serviço de moderação."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Espere! Estamos gradualmente dando acesso ao vídeo, e você ainda está esperando na fila. Volte em breve!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Página Inicial"
 
@@ -3845,25 +3935,20 @@ msgstr "Em alta"
 msgid "Hot replies first"
 msgstr "Respostas em alta primeiro"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Como devemos abrir este link?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Eu tenho um código"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Eu tenho um código"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Eu tenho um código de confirmação"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Se você deletar esta lista, você não poderá recuperá-la."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Se você tem um domínio próprio, você pode usá-lo como seu nome de usuário. Isso permite que você auto-verifique a sua identidade. <0>Saiba mais aqui.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Se você remover esta postagem, você não poderá recuperá-la."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Se você quiser alterar sua senha, enviaremos um código para verificar sua identidade."
@@ -3915,18 +4008,19 @@ msgstr "Ilegal e Urgente"
 msgid "Image"
 msgstr "Imagem"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr "Memória transitória de imagem limpo"
+msgstr "Memória temporária de imagens removida"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr "Memória transitória de imagem limpo, {0} liberado"
+msgstr "Memória temporária de imagens removida, {0} liberados"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Imagem salva no rolo da câmera!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Código de confirmação da autenticação de dois fatores inválido."
 msgid "Invalid handle. Please try a different one."
 msgstr "Nome de usuário inválido. Por favor tente um diferente."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Postagem inválida"
 
@@ -4041,12 +4135,12 @@ msgstr "Está correto"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "É só você por enquanto! Adicione mais pessoas ao seu pacote inicial pesquisando acima."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID da requisição: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Carreiras"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Rotulado pelo autor."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Rótulos"
 
@@ -4100,13 +4194,13 @@ msgstr "Rótulos sobre seu conteúdo"
 msgid "Language selection"
 msgstr "Seleção de idioma"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Configurações de Idiomas"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Idiomas"
 
@@ -4124,12 +4218,12 @@ msgstr "Mais recentes"
 msgid "learn more"
 msgstr "saiba mais"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr "Saiba mais"
 
@@ -4137,7 +4231,7 @@ msgstr "Saiba mais"
 msgid "Learn More"
 msgstr "Saiba Mais"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Saiba mais sobre o Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Saiba mais sobre a decisão de moderação aplicada neste conteúdo."
 msgid "Learn more about this warning"
 msgstr "Saiba mais sobre este aviso"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr "Saiba mais sobre verificação no Bluesky"
 
@@ -4202,7 +4296,7 @@ msgstr "Saindo do Bluesky"
 msgid "left to go."
 msgstr "na sua frente."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Deixe-me escolher"
 
@@ -4230,7 +4324,7 @@ msgstr "Claro"
 msgid "Like"
 msgstr "Curtir"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Curtidas ({0, plural, one {# curtida} other {# curtidas}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Curta 10 postagens para treinar o feed de Descobertas"
 msgid "Like this feed"
 msgstr "Curtir este feed"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Curtir este rotulador"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Curtido por"
 
@@ -4269,16 +4363,16 @@ msgstr "Curtido por {0, plural, one {# usuário} other {# usuários}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Curtido por {likeCount, plural, one {# usuário} other {# usuários}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Curtidas"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Curtidas nesta postagem"
 
@@ -4287,11 +4381,11 @@ msgstr "Curtidas nesta postagem"
 msgid "Linear"
 msgstr "Linear"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar da lista"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lista silenciada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Nome da lista"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Lista dessilenciada"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listas"
 
@@ -4358,6 +4452,22 @@ msgstr "Listas"
 msgid "Lists blocking this user:"
 msgstr "Listas bloqueando este usuário:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Carregar mais"
@@ -4370,18 +4480,18 @@ msgstr "Carregar mais sugestões de feeds"
 msgid "Load new notifications"
 msgstr "Carregar novas notificações"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Carregar novas postagens"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Carregando..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Registros"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo por @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo por <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Parece que você desafixou todos os seus feeds, mas não esquenta, dá u
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Parece que está faltando um feed para seguir. <0>Clique aqui para adicionar um.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Faça um para mim"
 
@@ -4455,7 +4569,14 @@ msgstr "Marcar como lida"
 msgid "Marked all as read"
 msgstr "Todas foram marcadas como lidas"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Mídia"
 
@@ -4479,7 +4600,7 @@ msgstr "Menções"
 msgid "Menu"
 msgstr "Menu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Mensagem {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Mensagem longa demais"
 msgid "Message options"
 msgstr "Opções de mensagem"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mensagens"
 
@@ -4532,10 +4653,10 @@ msgstr "Conta Enganosa"
 msgid "Misleading Post"
 msgstr "Postagem Enganosa"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderação"
 
@@ -4557,12 +4678,12 @@ msgstr "Lista de moderação por <0/>"
 msgid "Moderation list by you"
 msgstr "Lista de moderação por você"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Lista de moderação criada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Lista de moderação atualizada"
@@ -4571,8 +4692,8 @@ msgstr "Lista de moderação atualizada"
 msgid "Moderation lists"
 msgstr "Listas de moderação"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Listas de Moderação"
 
@@ -4580,7 +4701,7 @@ msgstr "Listas de Moderação"
 msgid "moderation settings"
 msgstr "configurações de Moderação"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderação"
 
@@ -4593,7 +4714,7 @@ msgstr "Ferramentas de moderação"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "O moderador escolheu aplicar um aviso geral neste conteúdo."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Mais"
 
@@ -4602,8 +4723,8 @@ msgstr "Mais"
 msgid "More feeds"
 msgstr "Mais feeds"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Mais opções"
@@ -4637,10 +4758,10 @@ msgstr "Silenciar"
 msgid "Mute {tag}"
 msgstr "Silenciar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Silenciar conta"
 
@@ -4689,13 +4810,13 @@ msgstr "Silenciar esta palavra apenas nas tags de uma postagem"
 msgid "Mute this word until you unmute it"
 msgstr "Silenciar esta palavra até que você a reative"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Silenciar tópico"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Silenciar palavras/tags"
 
@@ -4703,12 +4824,12 @@ msgstr "Silenciar palavras/tags"
 msgid "Muted accounts"
 msgstr "Contas silenciadas"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Contas Silenciadas"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Contas silenciadas não aparecem no seu feed ou nas suas notificações. Suas contas silenciadas são completamente privadas."
 
@@ -4729,15 +4850,15 @@ msgstr "Silenciar é privado. Contas silenciadas podem interagir com você, mas
 msgid "My Birthday"
 msgstr "Meu Aniversário"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Meus Feeds"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nome"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Nome é obrigatório"
 
@@ -4772,11 +4893,11 @@ msgstr "Navegar até o pacote inicial"
 msgid "Navigates to the next screen"
 msgstr "Navega para próxima tela"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navega para seu perfil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Precisa mudar?"
 
@@ -4797,18 +4918,23 @@ msgstr "Deixa pra lá, crie um nome de usuário pra mim"
 msgid "New"
 msgstr "Novo"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Novo"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Nova conversa"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr "Nova Funcionalidade"
@@ -4819,8 +4945,8 @@ msgstr "Nova Funcionalidade"
 msgid "New handle"
 msgstr "Novo nome de usuário"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Nova lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Nova lista"
 msgid "New messages"
 msgstr "Novas mensagens"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Nova lista de moderação"
 
@@ -4840,10 +4966,10 @@ msgstr "Nova senha"
 msgid "New Password"
 msgstr "Nova Senha"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Postar"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Postar"
@@ -4863,7 +4989,7 @@ msgstr "Postar"
 msgid "New user info dialog"
 msgstr "Janela de informações do usuário novo"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Nova lista de usuários"
 
@@ -4911,6 +5037,10 @@ msgstr "Sem senhas de aplicativo no momento"
 msgid "No DNS Panel"
 msgstr "Não tenho painel de DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Nenhum GIF em destaque encontrado. Pode ser um problema com o Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Nenhum feed encontrado. Tente pesquisar por outra coisa."
 msgid "No likes yet"
 msgstr "Sem curtidas ainda"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Você não está mais seguindo {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Sem citações ainda"
 msgid "No reposts yet"
 msgstr "Sem repostagens ainda"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Nenhum resultado"
 
@@ -4980,7 +5110,7 @@ msgstr "Sem resultados para \"{0}\"."
 msgid "No results found"
 msgstr "Nenhum resultado encontrado"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Nenhum resultado encontrado para \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Nudez não-erótica"
 msgid "Not followed by anyone you're following"
 msgstr "Não seguido por ninguém que você segue"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Não encontrado"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Agora não"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Nota sobre compartilhamento"
 
@@ -5052,7 +5177,7 @@ msgstr "Nota sobre compartilhamento"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Nota: o Bluesky é uma rede aberta e pública. Esta configuração limita somente a visibilidade do seu conteúdo no site e aplicativo do Bluesky, e outros aplicativos podem não respeitar esta configuração. Seu conteúdo ainda poderá ser exibido para usuários não autenticados por outros aplicativos e sites."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Não há nada aqui"
 
@@ -5060,7 +5185,7 @@ msgstr "Não há nada aqui"
 msgid "Notification filters"
 msgstr "Filtros de notificação"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Configurações de notificação"
@@ -5077,11 +5202,11 @@ msgstr "Sons de notificação"
 msgid "Notification Sounds"
 msgstr "Sons de Notificação"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notificações"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Opa! Algo deu errado."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Ok"
 
@@ -5140,19 +5265,19 @@ msgstr "Respostas mais antigas primeiro"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "no<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Resetar tutoriais"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Um ou mais GIFs estão sem texto alternativo."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Uma ou mais imagens estão sem texto alternativo."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Um ou mais vídeos estão sem texto alternativo."
 
@@ -5168,7 +5293,7 @@ msgstr "Apenas {0} pode responder."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Contém apenas letras, números e hífens"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Apenas arquivos de imagem são suportados"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Opa, algo deu errado!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Opa!"
 
@@ -5194,11 +5319,7 @@ msgstr "Opa!"
 msgid "Open"
 msgstr "Aberto"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Abra o menu de atalho perfil de {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Abrir criador de avatar"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Abrir menu"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Abrir seletor de emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Abri tela de informações do feed"
 msgid "Open feed options menu"
 msgstr "Abrir opções do feed"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Abrir lista completa de emojis"
 
@@ -5237,7 +5358,7 @@ msgstr "Abrir link para {niceUrl}"
 msgid "Open message options"
 msgstr "Abrir opções de mensagem"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Abrir página de debug da moderação"
 
@@ -5249,20 +5370,25 @@ msgstr "Abrir opções de palavras/tags silenciadas"
 msgid "Open pack"
 msgstr "Abrir pacote"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Abrir opções da postagem"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Abrir o menu do pacote inicial"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Abrir página do storybook"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Abrir registros do sistema"
 
@@ -5282,19 +5408,19 @@ msgstr "Abre uma janela para escolher quem pode responder a este tópico"
 msgid "Opens additional details for a debug entry"
 msgstr "Abre detalhes adicionais para um registro de depuração"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Abrir janela de texto alternativo"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Abre a câmera do dispositivo"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Abrir janela de legendas e texto alternativo"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Abre a janela de alteração de usuário"
 
@@ -5306,7 +5432,7 @@ msgstr "Abre o editor de postagem"
 msgid "Opens device photo gallery"
 msgstr "Abre a galeria de fotos do dispositivo"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Abre o seletor de emoji"
 
@@ -5324,7 +5450,7 @@ msgstr "Abre a tela para entrar com uma conta Bluesky existente"
 msgid "Opens GIF select dialog"
 msgstr "Abre a janela de seleção de GIFs"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Abre a central de ajuda no navegador"
 
@@ -5332,6 +5458,10 @@ msgstr "Abre a central de ajuda no navegador"
 msgid "Opens list of invite codes"
 msgstr "Abre a lista de códigos de convite"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Abre o formulário de redefinição de senha"
@@ -5340,12 +5470,12 @@ msgstr "Abre o formulário de redefinição de senha"
 msgid "Opens the linked website"
 msgstr "Abre o link"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Abre este perfil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Abre seletor de vídeos"
 
@@ -5392,7 +5522,7 @@ msgstr "Estado OTA: Nenhum disponível"
 msgid "Other"
 msgstr "Outro"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Outra conta"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Página Não Encontrada"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pausar vídeo"
 msgid "People"
 msgstr "Pessoas"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Pessoas seguidas por @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Pessoas seguindo @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Fixar na tela inicial"
 msgid "Pin to Home"
 msgstr "Fixar na Tela Inicial"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fixar no seu perfil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fixado"
 
@@ -5578,14 +5708,14 @@ msgstr "Por favor, escolha seu nome de usuário."
 msgid "Please choose your password."
 msgstr "Por favor, escolha sua senha."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Por favor, complete o captcha de verificação."
 
-#: 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 "Por favor, confirme seu e-mail antes de alterá-lo. Este é um requisito temporário enquanto ferramentas de atualização de e-mail são adicionadas, e em breve será removido."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Por favor, verifique se você digitou seu endereço de e-mail corretamente."
@@ -5602,10 +5732,28 @@ msgstr "Por favor, insira uma senha. Ela deve ter no mínimo 8 caracteres."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Por favor insira um nome único para esta senha de aplicativo ou use nosso nome gerado automaticamente."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Por favor, insira uma palavra, tag ou frase para silenciar"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Por favor, digite o seu e-mail."
 msgid "Please enter your invite code."
 msgstr "Por favor, insira seu código de convite."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Insira sua senha"
@@ -5648,7 +5800,11 @@ msgstr "Por favor, escolha um motivo para esta denúncia"
 msgid "Please sign in as @{0}"
 msgstr "Por favor entre como @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Por favor, verifique seu e-mail"
 
@@ -5662,7 +5818,7 @@ msgstr "Política"
 msgid "Porn"
 msgstr "Pornografia"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Postar"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Postagem"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Postar Tudo"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Postado por {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Postagem por @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Postagem excluída"
@@ -5697,7 +5853,7 @@ msgstr "Postagem excluída"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Falha ao enviar a postagem. Por favor verifique sua conexão de internet e tente novamente."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Postagem excluída"
 
@@ -5719,7 +5875,7 @@ msgstr "Postagem Escondida por Você"
 msgid "Post interaction settings"
 msgstr "Configurações de interação de postagem"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Opções de interação em postagens"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Postagem desafixada"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Postagens"
@@ -5789,7 +5945,7 @@ msgstr "Toque para ver os seguidores desta conta que você também segue"
 msgid "Previous image"
 msgstr "Imagem anterior"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Idioma Principal"
 
@@ -5807,26 +5963,26 @@ msgstr "Notificações prioritárias"
 msgid "Privacy"
 msgstr "Privacidade"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Privacidade e segurança"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Privacidade e Segurança"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Política de Privacidade"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Processando vídeo..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Processando..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "perfil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Perfil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Perfil atualizado"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Listas públicas e compartilháveis que podem ser usadas para gerar feeds."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Publicar postagem"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Publicar postagens"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Publicar respostas"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Publicar resposta"
 
@@ -5904,11 +6060,11 @@ msgstr "QR code salvo no rolo da sua câmera!"
 msgid "Quote post"
 msgstr "Citar postagem"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "A postagem de citação foi anexada novamente"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "A postagem de citação foi desanexada com sucesso"
 
@@ -5927,7 +6083,7 @@ msgstr "Configurações de citações"
 msgid "Quotes"
 msgstr "Citações"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citações desta postagem"
 
@@ -5942,8 +6098,8 @@ msgstr "Aleatório"
 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 "Limite de operações excedido – você tentou mudar seu nome de usuário muitas vezes em um curto período. Espere um minuto antes de tentar novamente."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Reanexar citação"
 
@@ -5958,17 +6114,17 @@ msgstr "Reative sua conta"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr "Ler post do blog"
+msgstr "Ler postagem do blog (em inglês)"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Ver menos"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Ver mais"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Leia o blog do Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Reconectar"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Negar"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Recusar pedido de conversa"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Recarregar conversas"
@@ -6022,7 +6178,7 @@ msgstr "Recarregar conversas"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Remover"
 msgid "Remove {displayName} from starter pack"
 msgstr "Remover {displayName} do pacote inicial"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Remover {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Remover conta"
 
@@ -6046,13 +6202,13 @@ msgstr "Remover conta"
 msgid "Remove attachment"
 msgstr "Remover anexo"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Remover avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Remover banner"
 
@@ -6079,7 +6235,7 @@ msgstr "Remover feed?"
 msgid "Remove from my feeds"
 msgstr "Remover dos meus feeds"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Remover do acesso rápido?"
 
@@ -6097,11 +6253,16 @@ msgstr "Remover dos seus feeds?"
 msgid "Remove image"
 msgstr "Remover imagem"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Remover palavra silenciada da lista"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Remover perfil"
 
@@ -6114,7 +6275,7 @@ msgstr "Remover citação"
 msgid "Remove repost"
 msgstr "Desfazer repostagem"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Remover arquivo de legenda"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr "Remover usuário da lista"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr "Remover verificação"
 
@@ -6168,10 +6329,6 @@ msgstr "Removido dos feeds salvos"
 msgid "Removed verification"
 msgstr "Verificação removida"
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Remove o perfil do histórico de pesquisa"
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Remove a postagem citada"
@@ -6181,7 +6338,7 @@ msgstr "Remove a postagem citada"
 msgid "Replace with Discover"
 msgstr "Trocar pelo Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Respostas"
 
@@ -6193,12 +6350,12 @@ msgstr "Respostas desabilitadas"
 msgid "Replies to this post are disabled."
 msgstr "Respostas para esta postagem estão desativadas."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Responder"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Responder ({0, plural, one {# resposta} other {# respostas}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Configurações de resposta são escolhidas pelo autor do tópico"
 msgid "Reply sorting"
 msgstr "Ordenamento de respostas"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Resposta para <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Resposta para uma postagem bloqueada"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Resposta para uma postagem"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Resposta para você"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Visibilidade da resposta atualizada"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Resposta foi ocultada com sucesso"
 
@@ -6261,16 +6418,16 @@ msgstr "Resposta foi ocultada com sucesso"
 msgid "Report"
 msgstr "Denunciar"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Denunciar conta"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Denunciar conversa"
 
@@ -6293,8 +6450,8 @@ msgstr "Denunciar lista"
 msgid "Report message"
 msgstr "Denunciar mensagem"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Denunciar postagem"
 
@@ -6369,27 +6526,27 @@ msgstr "Repostar ou citar uma postagem"
 msgid "Reposted By"
 msgstr "Repostado Por"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Repostado por {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Repostado por <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Repostado por você"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Repostagens"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Solicitar Alteração"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Solicitar Código"
 msgid "Require alt text before posting"
 msgstr "Exigir texto alternativo antes de postar"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Requer um código de e-mail para entrar em sua conta."
 
@@ -6413,13 +6570,19 @@ msgstr "Obrigatório para este provedor"
 msgid "Required in your region"
 msgstr "Obrigatório na sua região"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Reenviar e-mail"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Reenviar E-mail"
@@ -6436,8 +6599,8 @@ msgstr "Código de redefinição"
 msgid "Reset Code"
 msgstr "Código de Redefinição"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Redefinir tutoriais"
 
@@ -6458,10 +6621,10 @@ msgstr "Tenta a última ação, que deu erro"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Voltar para página anterior"
 msgid "Returns to home page"
 msgstr "Voltar para a tela inicial"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Retorna à etapa anterior"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Salvar"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Salvar"
@@ -6534,7 +6699,7 @@ msgstr "Salvar data de nascimento"
 msgid "Save changes"
 msgstr "Salvar alterações"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Salvar Alterações"
 
@@ -6564,16 +6729,12 @@ msgstr "Salvar nos meus feeds"
 msgid "Saved Feeds"
 msgstr "Feeds Salvos"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Imagem salva na galeria"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Adicionado aos seus feeds"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Salva todas as alterações"
 
@@ -6583,8 +6744,8 @@ msgstr "Salva o corte da imagem"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Diga olá!"
 
@@ -6602,11 +6763,11 @@ msgstr "Ir para o topo"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Pesquisar"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Pesquisar postagens de @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Pesquisar postagens de @{0}"
 msgid "Search by name or interest"
 msgstr "Pesquisar por nome ou interesse"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Pesquisar feeds"
 
@@ -6656,8 +6817,8 @@ msgstr "Pesquisar por GIFs"
 msgid "Search my posts"
 msgstr "Pesquisar minhas postagens"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Pesquisar postagens"
 
@@ -6679,7 +6840,11 @@ msgstr "Pesquisar..."
 msgid "Searches for profiles"
 msgstr "Pesquisa por perfis"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Etapa de Segurança Necessária"
 
@@ -6699,7 +6864,7 @@ msgstr "Ver postagens com #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Ver postagens com #{tag} por usuário"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Veja empregos na Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Selecione uma cor"
 msgid "Select account"
 msgstr "Selecione uma conta"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Selecione um avatar"
@@ -6727,10 +6896,22 @@ msgstr "Selecione um avatar"
 msgid "Select an emoji"
 msgstr "Selecione um emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Selecionar idiomas do conteúdo"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Selecionar de uma conta existente"
@@ -6747,11 +6928,11 @@ msgstr "Selecionar GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Selecione por quanto tempo esta palavra deve ser silenciada."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Selecione o idioma..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Selecionar idiomas"
 
@@ -6763,6 +6944,10 @@ msgstr "Escolher serviço de moderação"
 msgid "Select moderator"
 msgstr "Selecionar moderador"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Selecione o emoji {emojiName} como avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Selecione o(s) serviço(s) de moderação para reportar"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Selecione o vídeo"
 
@@ -6784,11 +6969,11 @@ msgstr "Selecione o vídeo"
 msgid "Select what content this mute word should apply to."
 msgstr "Selecione a qual conteúdo esta palavra silenciada deve ser aplicada."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Selecione qual idioma usar para a interface do aplicativo."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Selecione quais idiomas você deseja ver nos seus feeds. Se nenhum for selecionado, todos os idiomas serão exibidos."
 
@@ -6801,7 +6986,7 @@ msgstr "Selecione sua data de nascimento"
 msgid "Select your interests from the options below"
 msgstr "Selecione seus interesses"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Selecione seu idioma preferido para as traduções no seu feed."
 
@@ -6813,19 +6998,17 @@ msgstr "Seleciona a opção {0} de {numItems}"
 msgid "Send a neat website!"
 msgstr "Envie um site bacana!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Enviar confirmação"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Enviar email de confirmação"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Enviar E-mail de Confirmação"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Enviar e-mail"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Enviar E-mail"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Enviar comentários"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Enviar mensagem"
@@ -6863,13 +7046,14 @@ msgstr "Denunciar via {0}"
 msgid "Send report to {title}"
 msgstr "Enviar denúncia para {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Enviar e-mail de verificação"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Enviar por mensagem direta"
 
@@ -6901,10 +7085,10 @@ msgstr "Configure sua conta"
 msgid "Sets email for password reset"
 msgstr "Configura o e-mail para recuperação de senha"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Configurações"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexualmente Sugestivo"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Compartilhar"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Compartilhar"
@@ -6948,9 +7132,9 @@ msgstr "Compartilhe uma história legal!"
 msgid "Share a fun fact!"
 msgstr "Compartilhe um fato divertido!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Compartilhar mesmo assim"
 
@@ -6990,7 +7174,7 @@ msgstr "Compartilhe este pacote inicial e ajude as pessoas a se juntarem à sua
 msgid "Share your favorite feed!"
 msgstr "Compartilhe seu feed favorito!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Testador de Preferências Compartilhadas"
 
@@ -7011,8 +7195,8 @@ msgstr "Mostrar texto alternativo"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Mostrar mesmo assim"
 
@@ -7033,8 +7217,8 @@ msgstr "Mostrar opções de personalização"
 msgid "Show hidden replies"
 msgstr "Mostrar respostas ocultas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Mostrar menos disso"
 
@@ -7042,14 +7226,14 @@ msgstr "Mostrar menos disso"
 msgid "Show list anyway"
 msgstr "Mostrar lista de qualquer maneira"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Mostrar Mais"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Mostrar mais disso"
 
@@ -7079,8 +7263,8 @@ msgstr "Mostrar respostas como fios"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Mostrar respostas de pessoas que você segue antes das demais respostas"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Mostrar resposta para todos"
 
@@ -7102,11 +7286,11 @@ msgstr "Mostrar aviso"
 msgid "Show warning and filter from feeds"
 msgstr "Mostrar aviso e filtrar dos feeds"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Mostra informações sobre quando esta postagem foi criada"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Exibe suas outras contas que você pode acessar"
 
@@ -7124,8 +7308,8 @@ msgstr "Exibe o conteúdo"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Exibe o conteúdo"
 msgid "Sign in"
 msgstr "Entrar"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Entrar como {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Entrar ou criar uma conta"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Entre ou crie a sua conta para participar da conversa!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Entrar em uma conta não listada"
 
@@ -7158,15 +7342,15 @@ msgstr "Entrar em uma conta não listada"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Registre-se no Bluesky ou crie uma conta"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Sair"
 
@@ -7174,8 +7358,8 @@ msgstr "Sair"
 msgid "Sign Out"
 msgstr "Sair"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Sair?"
 
@@ -7206,12 +7390,17 @@ msgstr "Pular"
 msgid "Smaller"
 msgstr "Menor"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Desenvolvimento de software"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr "Algumas de suas verificações são inválidas."
 
@@ -7235,7 +7424,7 @@ msgstr "Alguém reagiu com {0} a {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Algo não estava certo com os dados que você está tentando relatar. Entre em contato com o suporte."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Algo deu errado"
 
@@ -7264,8 +7453,8 @@ msgstr "Algo deu errado. Por favor, tente novamente."
 msgid "Something wrong? Let us know."
 msgstr "Algo de errado? Nos avise."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Desculpe! Sua sessão expirou. Entre novamente."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; menções ou respostas excessivas"
 msgid "Sports"
 msgstr "Esportes"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Começar uma nova conversa"
 
@@ -7322,8 +7511,8 @@ msgstr "Comece a adicionar pessoas!"
 msgid "Start chat with {displayName}"
 msgstr "Comece a conversar com {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Pacote Inicial"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Pacote inicial é inválido"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Pacotes Iniciais"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Pacotes iniciais permitem que você compartilhe facilmente seus feeds e pessoas favoritas com seus amigos."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Página de status"
 
@@ -7363,12 +7552,12 @@ msgstr "Página de status"
 msgid "Step {0} of {1}"
 msgstr "Etapa {0} de {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Armazenamento limpo, você precisa reiniciar o aplicativo agora."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Storybook"
 
@@ -7401,11 +7590,11 @@ msgstr "Inscrever-se"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Inscreva-se em @{0} para utilizar estes rótulos:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Inscrever-se no rotulador"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Inscrever-se neste rotulador"
 
@@ -7413,11 +7602,12 @@ msgstr "Inscrever-se neste rotulador"
 msgid "Subscribe to this list"
 msgstr "Inscreva-se nesta lista"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Sucesso!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr "Verificado com sucesso"
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Entardecer"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Suporte"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Alterar conta"
 
@@ -7462,11 +7652,11 @@ msgstr "Alterar conta"
 msgid "Switch Account"
 msgstr "Alterar Conta"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Trocar de conta "
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Alterar para {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Alterar para {0}"
 msgid "System"
 msgstr "Sistema"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Log do sistema"
 
@@ -7518,7 +7708,7 @@ msgstr "Tecnologia"
 msgid "Tell a joke!"
 msgstr "Conte uma piada!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Conte-nos um pouco sobre você"
 
@@ -7531,12 +7721,12 @@ msgstr "Conte-nos um pouco mais"
 msgid "Terms"
 msgstr "Termos"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Termos de Serviço"
 
@@ -7564,7 +7754,11 @@ msgstr "Área de texto"
 msgid "Text input field"
 msgstr "Campo de entrada de texto"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Obrigado! Seu email foi verificado com sucesso."
 
@@ -7597,12 +7791,12 @@ msgstr "Este pacote inicial não pôde ser encontrado."
 msgid "That's all, folks!"
 msgstr "Isso é tudo, pessoal!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Isso é tudo!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "A conta poderá interagir com você após o desbloqueio."
 
@@ -7636,6 +7830,10 @@ msgstr "O feed de descoberta (Discover)"
 msgid "The Discover feed now knows what you like"
 msgstr "O feed Discover agora sabe o que você curte"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "A experiência é melhor no aplicativo. Baixe o Bluesky agora e continuaremos de onde você parou."
@@ -7669,6 +7867,7 @@ msgstr "A Política de Privacidade foi movida para <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "O vídeo selecionado é maior que 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "O servidor parece estar passando por instabilidade. Por favor tente novamente em alguns instantes."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Tivemos um problema ao contatar o servidor deste feed"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Houve um problema ao comunicar com o servidor, por favor verifique sua conexão de internet e tente novamente."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Tivemos um problema ao carregar notificações. Toque aqui para tentar de novo."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Tivemos um problema ao carregar as postagens. Toque aqui para tentar de novo."
 
@@ -7763,20 +7962,20 @@ msgstr "Tivemos um problema ao enviar sua denúncia. Por favor, verifique sua co
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Houve um problema ao atualizar seus feeds, por favor verifique sua conexão de internet e tente novamente."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Tivemos um problema! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Estas configurações só se aplicam ao feed Seguindo (Following)."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Este {screenDescription} foi reportado:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr "Esta conta tem uma marca de verificação porque ela foi verificada por fontes confiáveis."
+msgstr "Esta conta tem um selo de verificação porque ela foi verificada por fontes confiáveis."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr "Esta conta tem uma ou mais verificações, mas atualmente não está verificada."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,7 +8023,7 @@ msgstr "Esta conta solicitou que os usuários fizessem login para visualizar seu
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Esta conta foi bloqueada por uma ou mais das suas listas de moderação. Para desbloquear, visite diretamente as listas para remover este usuário."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr "Esta ação pode ser desfeita a qualquer momento."
 
@@ -7865,10 +8064,18 @@ msgstr "Este conteúdo não é visível sem uma conta do Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Esta conversa é com uma conta desativada ou excluída. Pressione para ver as ações"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Esta funcionalidade está em beta. Você pode ler mais sobre exportação de repositórios <0>nesta postagem</0> do nosso blog."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 função não está disponível ao usar uma senha de aplicativo. Por favor conecte com a sua senha principal."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Este feed está vazio! Talvez você precise seguir mais usuários ou configurar os idiomas filtrados."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Este feed está vazio."
@@ -7899,9 +8106,10 @@ msgstr "Este nome de usuário está reservado. Por favor tente um nome de usuár
 msgid "This information is not shared with other users."
 msgstr "Esta informação não é compartilhada com outros usuários."
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
-msgstr "Isso é importante caso você precise alterar seu e-mail ou redefinir sua senha."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Esta lista está vazia."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Este serviço de moderação está indisponível. Veja mais detalhes abaixo. Se este problema persistir, entre em contato."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Esta postagem alega ter sido criada em <0>{0}</0>, mas ela apareceu no Bluesky em <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Esta postagem alega ter sido criada em <0>{0}</0>, mas ela apareceu no B
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Essa postagem possui uma configuração desconhecida de interações permitidas. O app talvez esteja desatualizado."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Esta postagem foi excluída."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Esta postagem é visível apenas para usuários registrados. Ela não será visível para usuários desconectados."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Esta postagem será ocultada dos feeds e tópicos. Isso não pode ser desfeito."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "O autor desta postagem desabilitou as postagens de citação."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Este perfil será visível apenas para usuários registrados. Ele não será visível para usuários desconectados."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Esta resposta será classificada em uma seção oculta na parte inferior do seu tópico e silenciará as notificações para respostas subsequentes, tanto para você quanto para outras pessoas."
 
@@ -7976,6 +8184,10 @@ msgstr "Este serviço não proveu termos de serviço ou política de privacidade
 msgid "This should create a domain record at:"
 msgstr "Isso deve criar um registro no domínio:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Este usuário não é seguido por ninguém ainda."
@@ -8013,11 +8225,11 @@ msgstr "Este usuário não segue ninguém ainda."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Isso excluirá \"{0}\" das suas palavras silenciadas. Você sempre pode adicioná-lo novamente mais tarde."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Isso removerá @{0} da lista de acesso rápido."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Isso removerá sua postagem desta postagem de citação para todos os usuários e a substituirá por um espaço reservado."
 
@@ -8044,7 +8256,7 @@ msgstr "Aninhado"
 msgid "Threaded mode"
 msgstr "Visualização de tópicos"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferências dos Tópicos"
 
@@ -8056,14 +8268,15 @@ msgstr "Tempo restante: {0, plural, one {# segundo} other {# segundos}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Para desabilitar o 2FA via e-mail, por favor verifique seu acesso a este endereço de e-mail."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Para denunciar uma conversa, por favor, denuncie uma das mensagens individualmente. Isso vai permitir a análise da situação pelos nossos moderadores."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Para enviar vídeos para o Bluesky, você deve primeiro verificar seu e-mail."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Para quem você gostaria de enviar esta denúncia?"
@@ -8090,16 +8303,16 @@ msgstr "Alterna o som"
 msgid "Top"
 msgstr "Principais"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Assunto"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Traduzir"
 
@@ -8117,7 +8330,7 @@ msgstr "Vídeos em alta"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr "A confiança emerge de relacionamentos, comunidades e contexto compartilhado, por isso também estamos permitindo <0>verificadores confiáveis</0>: organizações que podem fazer a verificação direta de problemas."
+msgstr "A confiança emerge de relacionamentos, comunidades e contexto compartilhado, por isso também estamos permitindo <0>verificadores confiáveis</0>: organizações que podem conceder verificação diretamente."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Digite sua mensagem aqui"
 msgid "Type:"
 msgstr "Tipo:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Não foi possível conectar. Verifique a sua conexão de internet e tente novamente."
@@ -8166,27 +8380,27 @@ msgstr "Não foi possível excluir"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Desbloquear"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Desbloquear"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Desbloquear Conta"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Desbloquear Conta?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Deixar de seguir"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Deixar de seguir {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Parar de seguir conta"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Para de seguir o usuário"
 
@@ -8225,7 +8439,7 @@ msgstr "Para de seguir o usuário"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Infelizmente, nenhum dos rotuladores em que você se inscreveu suporta esse tipo de denúncia."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr "Verificador desconhecido"
 
@@ -8233,7 +8447,7 @@ msgstr "Verificador desconhecido"
 msgid "Unlike"
 msgstr "Descurtir"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Descurtir ({0, plural, one {# curtida} other {# curtidas}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Dessilenciar"
 msgid "Unmute {tag}"
 msgstr "Dessilenciar {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Dessilenciar conta"
 
@@ -8267,8 +8481,8 @@ msgstr "Dessilenciar conversa"
 msgid "Unmute list"
 msgstr "Dessilenciar lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Dessilenciar tópico"
 
@@ -8294,8 +8508,8 @@ msgstr "Desafixar Feed"
 msgid "Unpin from home"
 msgstr "Desafixar da tela inicial"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Desafixar do seu perfil"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} desafixado da Tela Inicial"
 msgid "Unpinned from your feeds"
 msgstr "Desafixado dos seus feeds"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Cancelar inscrição"
 
@@ -8320,7 +8539,7 @@ msgstr "Cancelar inscrição"
 msgid "Unsubscribe from list"
 msgstr "Cancelar inscrição da lista"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Cancelar inscrição deste rotulador"
 
@@ -8328,11 +8547,11 @@ msgstr "Cancelar inscrição deste rotulador"
 msgid "Unsubscribed from list"
 msgstr "Cancelada inscrição na lista"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Formato de vídeo não suportado"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Formato de vídeo não suportado: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Atualizar"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Atualizar <0>{displayName}</0> nas Listas"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Alterar para {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Falha na atualização da citação"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Falha na atualização da visibilidade da resposta"
@@ -8371,7 +8601,7 @@ msgstr "Falha na atualização da visibilidade da resposta"
 msgid "Updating..."
 msgstr "Atualizando..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Enviar uma foto"
 
@@ -8379,22 +8609,22 @@ msgstr "Enviar uma foto"
 msgid "Upload a text file to:"
 msgstr "Carregar um arquivo de texto para:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Tirar uma foto"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Carregar um arquivo"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Carregar da galeria"
 
@@ -8407,7 +8637,7 @@ msgstr "Enviando imagens..."
 msgid "Uploading link thumbnail..."
 msgstr "Enviando prévia de link..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Enviando vídeo..."
 
@@ -8419,8 +8649,8 @@ msgstr "Use senhas de aplicativo para conectar através de outros clientes do Bl
 msgid "Use default provider"
 msgstr "Usar provedor padrão"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Usar o navegador interno"
 
@@ -8429,8 +8659,8 @@ msgstr "Usar o navegador interno"
 msgid "Use in-app browser to open links"
 msgstr "Usar o navegador interno para abrir links"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Usar o meu navegador padrão"
 
@@ -8484,12 +8714,12 @@ msgstr "Lista de usuários por {0}"
 msgid "User list by you"
 msgstr "Sua lista de usuários"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Lista de usuários criada"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Lista de usuários atualizada"
@@ -8523,11 +8753,15 @@ msgstr "Usuários que você segue"
 msgid "Value:"
 msgstr "Conteúdo:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr "Configurações de verificação"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr "Configurações de Verificação"
@@ -8536,60 +8770,63 @@ msgstr "Configurações de Verificação"
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr "As verificações no Bluesky funcionam de forma diferente das outras plataformas. <0>Saiba mais aqui.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr "Verificado por:"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "E-mail verificado necessário"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr "Verificar conta"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verificar registro DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Caixa de diálogo da verificação de e-mail"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verificar Novo E-mail"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verifique agora"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verificar Arquivo"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr "Verificar esta conta?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verificar seu email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verificar Seu E-mail"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versão {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Vídeo"
 msgid "Video failed to process"
 msgstr "Falha no processamento do vídeo"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Feed de vídeos"
 
@@ -8616,11 +8853,11 @@ msgstr "Vídeo de {0}: {text}"
 msgid "Video Games"
 msgstr "Videogames"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "O vídeo está pausado"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "O vídeo está reproduzindo"
 
@@ -8628,11 +8865,11 @@ msgstr "O vídeo está reproduzindo"
 msgid "Video not found."
 msgstr "Vídeo não encontrado."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Configurações de vídeo"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Vídeo enviado"
 
@@ -8640,24 +8877,24 @@ msgstr "Vídeo enviado"
 msgid "Video: {0}"
 msgstr "Vídeo: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Vídeos"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Vídeos devem ter menos de 3 minutos de duração"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Ver o avatar de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Ver perfil de {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Ver perfil de {0}"
 msgid "View {displayName}'s profile"
 msgstr "Ver perfil de {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Ver perfil do usuário bloqueado"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Ver depuração"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Ver detalhes"
 
@@ -8688,7 +8925,7 @@ msgstr "Ver detalhes"
 msgid "View details for reporting a copyright violation"
 msgstr "Ver detalhes para denunciar uma violação de direitos autorais"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Ver tópico completo"
 
@@ -8703,13 +8940,12 @@ msgstr "Ver informações sobre estes rótulos"
 msgid "View more"
 msgstr "Ver mais"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Ver perfil"
 
@@ -8790,6 +9026,11 @@ msgstr "Avisar"
 msgid "Warn content and filter from feeds"
 msgstr "Avisar e filtrar dos feeds"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Não encontramos nenhuma postagem com esta hashtag."
@@ -8798,7 +9039,7 @@ msgstr "Não encontramos nenhuma postagem com esta hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr "Nós não encontramos nenhum resultado para este assunto."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Não foi possível carregar esta conversa"
 
@@ -8822,6 +9063,10 @@ msgstr "Não temos mais postagens de quem você segue. Aqui estão os mais novos
 msgid "We recommend selecting at least two interests."
 msgstr "Recomendamos a escolha de pelo menos dois interesses."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Não conseguimos determinar se você tem permissão para enviar vídeos. Tente novamente."
@@ -8842,6 +9087,10 @@ msgstr "Não conseguimos conectar. Por favor, tente novamente para continuar con
 msgid "We will let you know when your account is ready."
 msgstr "Avisaremos quando sua conta estiver pronta."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Usaremos isto para personalizar a sua experiência."
@@ -8871,7 +9120,7 @@ msgstr "Não foi possível carregar sua lista de palavras silenciadas. Por favor
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Lamentamos, mas sua pesquisa não pôde ser concluída. Por favor, tente novamente em alguns minutos."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Sentimos muito! A postagem que você está respondendo foi excluída."
 
@@ -8880,7 +9129,7 @@ msgstr "Sentimos muito! A postagem que você está respondendo foi excluída."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Sentimos muito! Não conseguimos encontrar a página que você estava procurando."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Sentimos muito! Você só pode se inscrever em até vinte rotuladores, e você atingiu seu limite de vinte."
 
@@ -8902,7 +9151,7 @@ msgstr "Como você quer chamar seu pacote inicial?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "E aí?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr "Quem pode verificar?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Opa!"
@@ -8984,11 +9233,11 @@ msgstr "Por que este usuário deve ser analisado?"
 msgid "Write a message"
 msgstr "Escreva uma mensagem"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Escrever postagem"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Escreva sua resposta"
@@ -9002,6 +9251,11 @@ msgstr "Escritores"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "DID incorreto recebido do servidor. Recebido: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Sim"
@@ -9015,11 +9269,11 @@ msgstr "Sim, desativar"
 msgid "Yes, delete this starter pack"
 msgstr "Sim, excluir este pacote inicial"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Sim, desvincular"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Sim, ocultar"
 
@@ -9047,6 +9301,15 @@ msgstr "Você está criando uma conta em"
 msgid "You are in line."
 msgstr "Você está na fila."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Você não tem permissão para enviar vídeos."
@@ -9055,12 +9318,16 @@ msgstr "Você não tem permissão para enviar vídeos."
 msgid "You are not following anyone."
 msgstr "Você não segue ninguém."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr "Você está verificado"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr "Você foi verificado. Você perderá seu estado de verificação se mudar seu nome de exibição. <0>Saiba mais.</0>"
 
@@ -9166,7 +9433,7 @@ msgstr "Você silenciou esta conta."
 msgid "You have muted this user"
 msgstr "Você silenciou este usuário"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Você ainda não tem conversas. Comece uma!"
 
@@ -9179,11 +9446,11 @@ msgstr "Você não tem feeds."
 msgid "You have no lists."
 msgstr "Você não tem listas."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Você ainda não bloqueou nenhuma conta. Para bloquear uma conta, acesse um perfil e selecione \"Bloquear conta\" no menu."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Você ainda não silenciou nenhuma conta. Para silenciar uma conta, acesse um perfil e selecione \"Silenciar conta\" no menu."
 
@@ -9191,11 +9458,15 @@ msgstr "Você ainda não silenciou nenhuma conta. Para silenciar uma conta, aces
 msgid "You have reached the end"
 msgstr "Você chegou ao fim"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Você atingiu temporariamente o limite de envios de vídeo. Tente novamente mais tarde."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Você ainda não criou um pacote inicial!"
 
@@ -9224,7 +9495,7 @@ msgstr "Você pode adicionar no máximo {STARTER_PACK_MAX_SIZE, plural, other {{
 msgid "You may only add up to 3 feeds"
 msgstr "Você pode adicionar no máximo 3 feeds"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Você pode selecionar no máximo 4 imagens"
 
@@ -9232,7 +9503,7 @@ msgstr "Você pode selecionar no máximo 4 imagens"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Você deve ter 13 anos de idade ou mais para criar uma conta."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Você deve estar seguindo pelo menos sete outras pessoas para gerar um pacote inicial."
 
@@ -9248,10 +9519,18 @@ msgstr "Você deve conceder acesso à sua biblioteca de fotos para salvar a imag
 msgid "You must select at least one labeler for a report"
 msgstr "Você deve selecionar no mínimo um rotulador"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Você desativou @{0} anteriormente."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Você reagiu com {0}"
@@ -9260,16 +9539,16 @@ msgstr "Você reagiu com {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Você reagiu com {0} a {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Você será desconectado de todas as suas contas."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Você não vai mais receber notificações deste tópico"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Você vai receber notificações deste tópico"
 
@@ -9305,7 +9584,7 @@ msgstr "Você seguirá estas pessoas e mais {0} outras"
 msgid "You'll follow these people right away"
 msgstr "Você seguirá estas pessoas imediatamente"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Você vai receber um email em <0>{0}</0> para verificar que é você."
 
@@ -9339,6 +9618,10 @@ msgstr "Você encontrou algumas pessoas para seguir"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Você chegou ao fim do seu feed! Encontre novas contas para seguir."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Você atingiu seu limite diário de uploads de vídeo (muitos bytes)"
@@ -9347,7 +9630,7 @@ msgstr "Você atingiu seu limite diário de uploads de vídeo (muitos bytes)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Você atingiu seu limite diário de uploads de vídeos (muitos vídeos)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Você esgotou os vídeos disponíveis para assistir. Que tal descansar um pouco?"
 
@@ -9391,14 +9674,18 @@ msgstr "Seu navegador não suporta o formato de vídeo. Por favor, tente um nave
 msgid "Your chats have been disabled"
 msgstr "Suas conversas foram desativadas"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Sua escolha será salva, mas você pode trocá-la nas configurações depois."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Seu nome de usuário atual <0>{0}</0> permanecerá automaticamente reservado para você. Você pode trocar de volta para ele a qualquer momento nesta conta."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Seu nome de usuário atual <0>{0}</0> permanecerá automaticamente reser
 msgid "Your email appears to be invalid."
 msgstr "Seu e-mail parece ser inválido."
 
-#: 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 "Seu e-mail foi atualizado mas não foi verificado. Como próxima etapa, por favor verifique seu novo e-mail."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Seu e-mail ainda não foi verificado. Esta é uma etapa importante de segurança que recomendamos."
 
@@ -9434,7 +9721,7 @@ msgstr "Seu nome de usuário completo será <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Seu nome de usuário completo será <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Sua senha foi alterada com sucesso!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Sua senha deve ter no mínimo 8 caracteres."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Sua postagem foi publicada"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Seus posts foram publicados"
 
@@ -9479,7 +9766,7 @@ msgstr "Suas postagens, curtidas e bloqueios são públicos. Silenciamentos são
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "Seu perfil, postagens, feeds e listas não serão mais visíveis para outros usuários do Bluesky. Você pode reativar sua conta a qualquer momento fazendo login."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Sua resposta foi publicada"
 
diff --git a/src/locale/locales/ro/messages.po b/src/locale/locales/ro/messages.po
index 1504c8fea..2bcf2c6bf 100644
--- a/src/locale/locales/ro/messages.po
+++ b/src/locale/locales/ro/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ro\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Romanian\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
@@ -27,8 +27,7 @@ msgstr "(activ)"
 msgid "(contains embedded content)"
 msgstr "(conține conținut încorporat)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(fără e-mail)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {o redistribuire} few {# redistribuiri} other {# de redi
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {o secundă} few {# secunde} other {# de secunde}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {urmăritor} few {urmăritori} other {de urmăritori}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {urmărit} few {urmăriți} other {urmăriți}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {apreciere} few {aprecieri} other {de aprecieri}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {apreciere} few {aprecieri} other {de aprecieri}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {postare} few {postări} other {postări}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citat} few {citări} other {de citări}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {redistribuire} few {redistribuiri} other {de redistribuiri}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>în <1>etichete</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>în <1>text și etichete</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} s-a alăturat săptămâna aceasta"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Avatarul folosit de {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {oră} few {ore} other {de ore}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minut} few {minute} other {de minute}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}</0> te-au urmărit"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "Lui {firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {unui alt utilizator} few {altor {formattedAuthorsCount} utilizatori} other {altor {formattedAuthorsCount} de utilizatori}}</0> le place fluxul tău personalizat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "Lui {firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {unui alt utilizator} few {altor {formattedAuthorsCount} utilizatori} other {altor {formattedAuthorsCount} de utilizatori}}</0> le place postarea ta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}</0> au redistribuit postarea ta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}</0> s-au înscris folosind pachetul tău de început"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} te-a urmărit"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} te-a urmărit înapoi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "Lui {firstAuthorLink} îi place fluxul tău personalizat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} a apreciat postarea ta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} a redistribuit postarea ta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} s-a înscris folosind pachetul tău de început"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} te-au urmărit"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "Lui {firstAuthorName} și {additionalAuthorsCount, plural, one {unui alt utilizator} few {altor {formattedAuthorsCount} utilizatori} other {altor {formattedAuthorsCount} de utilizatori}} le place fluxul tău personalizat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "Lui {firstAuthorName} și {additionalAuthorsCount, plural, one {unui alt utilizator} few {altor {formattedAuthorsCount} utilizatori} other {altor {formattedAuthorsCount} de utilizatori}} le place postarea ta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} au redistribuit postarea ta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} s-au înscris folosind pachetul tău de început"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} te-a urmărit"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} te-a urmărit înapoi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "Lui {firstAuthorName} îi place flux tău personalizat"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "Lui {firstAuthorName} îi place postarea ta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} a redistribuit postarea ta"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} s-a înscris folosind pachetul tău de început"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} urmărește"
@@ -335,11 +339,23 @@ msgstr "{following} urmărește"
 msgid "{handle} can't be messaged"
 msgstr "Nu poți trimite mesaje către {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>și {2, plural, one {un altul} few {altele #} other {altele #}} sunt incluse în pachetul tău de început"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {urmăritor} other {urmăritori} other {de urmăritori}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {urmărește} few {urmăresc} other {urmăresc}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Experimental:</0> Când această preferință este activată, vei pri
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Tu</0> și<1> </1><2>{0} </2>sunteți incluși în pachetul tău de început"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Nume de utilizator invalid"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Despre"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Accesibilitate"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Setări de accesibilitate"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Cont"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Cont blocat"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Cont urmărit"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Cont pus pe mut"
@@ -517,33 +533,33 @@ msgstr "Cont pus pe mut"
 msgid "Account Muted by List"
 msgstr "Cont pus pe mut de către listă"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Opțiuni cont"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Cont eliminat din acces rapid"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Cont deblocat"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Cont neurmărit"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Cont scos de pe mut"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Adaugă {displayName} la pachetul de început"
 msgid "Add a content warning"
 msgstr "Adaugă un avertisment de conținut"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Adaugă cont"
 msgid "Add alt text"
 msgstr "Adaugă text alternativ"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Adaugă text alternativ (opțional)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Adaugă un alt cont"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Adaugă o altă postare"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "Pune pe mut cuvinte și etichete"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Adaugă o postare nouă"
 
@@ -664,8 +684,8 @@ msgstr "Adaugă următorul registru DNS la adresa ta web:"
 msgid "Add this feed to your feeds"
 msgstr "Adaugă acest flux la fluxurile tale"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr ""
 
@@ -718,6 +738,11 @@ msgstr "Etichete pentru conținut pentru adulți"
 msgid "Advanced"
 msgstr "Avansat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Toate"
@@ -732,7 +757,7 @@ msgstr "Toate conturile au fost urmărite!"
 msgid "All languages"
 msgstr "Toate limbile"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Toate fluxurile salvate sunt acum într-un singur loc."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Text alternativ"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Un e-mail a fost trimis către {0}. Acesta conține un cod de confirmare pe care îl poți introduce mai jos."
 
-#: 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 "Un e-mail a fost trimis la adresa ta anterioară, {0}. Acesta conține un cod de confirmare pe care îl poți introduce mai jos."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Un e-mail a fost trimis! Te rog introdu codul de confirmare inclus în e-mail mai jos."
 
@@ -825,7 +849,7 @@ msgstr "A apărut o eroare în timpul compresiei videoclipului."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "A apărut o eroare la generarea pachetului tău de început. Vrei să încerci din nou?"
 
@@ -842,7 +866,7 @@ msgstr "A apărut o eroare la încărcarea videoclipului. Te rugăm să încerci
 msgid "An error occurred while saving the QR code!"
 msgstr "A apărut o eroare la salvarea codului QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "A apărut o eroare la selectarea videoclipului"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "A apărut o eroare la încărcarea videoclipului."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "O problemă care nu este inclusă în aceste opțiuni"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "A apărut o problemă la inițierea conversației"
 
@@ -875,8 +899,8 @@ msgstr "A apărut o problemă în timp ce încercai să deschizi conversația"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Comportament antisocial"
 msgid "Anybody can interact"
 msgstr "Oricine poate interacționa"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Pictograma aplicației"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Limba aplicației"
 
@@ -958,7 +982,7 @@ msgstr "Numele parolelor aplicației trebuie să aibă cel puțin 4 caractere"
 msgid "App passwords"
 msgstr "Parolele aplicație"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Parolele aplicației"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "Contestă această decizie"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Aspect"
 
@@ -1006,12 +1030,12 @@ msgstr "Aspect"
 msgid "Apply default recommended feeds"
 msgstr "Aplică fluxurile recomandate implicit"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arhivat de la {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Postare arhivată"
 
@@ -1047,11 +1071,11 @@ msgstr "Sigur că vrei să elimini {0} din fluxurile tale?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Sigur vrei să elimini asta din fluxurile tale?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Sigur renunți la acestă schiță?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Sigur vrei să renunți la această postare?"
 
@@ -1072,6 +1096,11 @@ msgstr "Artă"
 msgid "Artistic or non-erotic nudity."
 msgstr "Nuditate artistică sau non-erotică."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Cel puțin 3 caractere"
@@ -1103,7 +1132,7 @@ msgstr "Redare automată pentru videoclipuri și GIF-uri"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Înapoi"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Înainte de a crea o listă, trebuie să-ți verifici adresa de e-mail."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Înainte de a crea o postare, trebuie să-ți verifici adresa de e-mail."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Înainte de a crea un pachet de început, trebuie să-ți verifici adresa de e-mail."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Înainte să poți trimite mesaje altui utilizator, trebuie să-ți verifici adresa de e-mail."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Zi de naștere"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blochează"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Blochează contul"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Blochezi contul?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blocat"
 msgid "Blocked accounts"
 msgstr "Conturi blocate"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Conturi blocate"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Conturile blocate nu pot răspunde în conversațiile tale, nu te pot menționa și nu pot interacționa cu tine."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Conturile blocate nu pot răspunde în conversațiile tale, să te menționeze sau să interacționeze cu tine. Nu vei vedea conținutul lor și li se va restricționa accesul la conținutul tău."
 
@@ -1226,11 +1261,11 @@ msgstr "Blocarea nu împiedică acest etichetator să plaseze etichete pe contul
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blocarea este publică. Conturile blocate nu pot răspunde în conversațiile tale, să te menționeze sau să interacționeze cu tine."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Blocarea nu va împiedica plasarea etichetelor pe contul tău, dar va opri acest cont din a răspunde în conversațiile tale sau din a interacționa cu tine."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky nu poate confirma autenticitatea datei revendicate."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky este mai bun cu prietenii!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Termeni de utilizare Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky va alege un set de conturi recomandate de la persoane din rețeaua ta."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr "Răsfoiește subiectul {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Afaceri"
 
@@ -1374,45 +1409,47 @@ msgstr "Prin crearea unui cont ești de acord cu <0>Termenii Serviciului</0>."
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Cameră"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Anulează"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Anulează ștergerea contului"
 msgid "Cancel image crop"
 msgstr "Anulează decuparea imaginii"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Anulează editarea profilului"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Anulează deschiderea site-ului web asociat"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Nu poți interacționa cu un utilizator blocat"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Subtitrări (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Subtitrări și text alternativ"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Schimbă"
 
@@ -1478,13 +1514,12 @@ msgstr "Schimbă pictograma aplicației"
 msgid "Change app icon to \"{0}\""
 msgstr "Schimbă pictogama aplicației cu \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Schimbă e-mail"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Schimbă adresa de e-mail"
 
@@ -1497,10 +1532,6 @@ msgstr "Schimbă numele de utilizator"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Schimbă-mi e-mailul"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Schimbă parola"
@@ -1513,11 +1544,11 @@ msgstr "Schimbă limba postării în {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Schimbă-ți e-mailul"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Schimbă-ți adresa de e-mail"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Conversații"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Conversație pusă pe mut"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Setări conversație"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Conversație scoasă de pe mut"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Alege metoda de verificare a adresei web"
 msgid "Choose Feeds"
 msgstr "Alege fluxurile"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Alege pentru mine"
 
@@ -1619,7 +1650,7 @@ msgstr "Alege această culoare pentru avatarul tău"
 msgid "Choose your account provider"
 msgstr "Alege furnizorul contului tău"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Alege propria ta cronologie! Fluxurile create de comunitate te ajută să găsești conținutul care îți place."
 
@@ -1631,16 +1662,16 @@ msgstr "Alege-ți parola"
 msgid "Choose your username"
 msgstr "Alege numele de utilizator"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Șterge toate datele stocate"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Șterge toate datele stocate (repornește după aceasta)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Șterge căutarea"
 msgid "click here"
 msgstr "apasă aici"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Apasă pentru a dezactiva citările pentru această postare."
@@ -1676,29 +1715,34 @@ msgstr "Climă"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Clip 🐴 clop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Închide"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Închide fereastra activă"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Închide sertarul de jos"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Închide fereastra"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Închide selectorul de emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Închide această fereastră"
 msgid "Closes password update alert"
 msgstr "Închide alerta de actualizare a parolei"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "Închide galeria pentru imaginea de copertă"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Restrânge lista utilizatorilor"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Restrânge lista utilizatorilor pentru o notificare anume"
 
@@ -1791,7 +1835,7 @@ msgstr "Comedie"
 msgid "Comics"
 msgstr "Benzi desenate"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Regulile comunității"
@@ -1804,11 +1848,11 @@ msgstr "Finalizează înscrierea și începe să folosești contul"
 msgid "Complete the challenge"
 msgstr "Finalizează provocarea"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Creează o postare nouă"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Creează un răspuns"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Compresie videoclip..."
 
@@ -1828,23 +1872,17 @@ msgstr "Configurează setările de filtrare a conținutului pentru categoria: {n
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Configurat în <0>setările de moderare</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Confirmă"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Confirmă modificarea"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Confirmă setările limbii pentru conținut"
@@ -1861,18 +1899,19 @@ msgstr "Confirmă-ți vârsta:"
 msgid "Confirm your birthdate"
 msgstr "Confirmă-ți data nașterii"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Cod de confirmare"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Cod de confirmare"
 
@@ -1880,8 +1919,8 @@ msgstr "Cod de confirmare"
 msgid "Connecting..."
 msgstr "Se conectează..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Contactează suportul"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Conținut și media"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Conținut și media"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Conținut și media"
 
@@ -1911,7 +1950,7 @@ msgstr "Filtre de conținut"
 msgid "Content from across the network we think you might like."
 msgstr "Conținut din întreaga rețea care credem că ți-ar plăcea."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Limbi pentru conținut"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Fundalul meniului contextual, apasă pentru a închide meniul."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Continuă"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Continuă ca {0} (autentificat în prezent)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Continuă discuția..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Continuă la pasul următor"
@@ -1973,7 +2012,7 @@ msgstr "Gătit"
 msgid "Copied"
 msgstr "Copiat"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Versiunea de compilare a fost copiată în clipboard"
 
@@ -1981,8 +2020,8 @@ msgstr "Versiunea de compilare a fost copiată în clipboard"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Copiat în clipboard"
 
@@ -1991,7 +2030,7 @@ msgstr "Copiat în clipboard"
 msgid "Copied!"
 msgstr "Copiat!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "Copiază"
 msgid "Copy App Password"
 msgstr "Copiază parola de aplicație"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Copiază codul"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Copiază DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Copiază Link-ul"
 msgid "Copy link to list"
 msgstr "Copiază link-ul listei"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Copiază link-ul postării"
 
@@ -2050,13 +2089,13 @@ msgstr "Copiază link-ul postării"
 msgid "Copy message text"
 msgstr "Copiază textul mesajului"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Copiază textul postării"
 
@@ -2068,7 +2107,7 @@ msgstr "Copiază codul QR"
 msgid "Copy TXT record value"
 msgstr "Copiază valoarea înregistrării TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Politica drepturilor de autor"
@@ -2078,7 +2117,7 @@ msgstr "Politica drepturilor de autor"
 msgid "Could not leave chat"
 msgstr "Nu s-a putut părăsi conversația"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Nu s-a putut încărca fluxul"
 
@@ -2094,7 +2133,7 @@ msgstr "Conversația nu a putut fi pusă pe mut"
 msgid "Could not process your video"
 msgstr "Nu s-a putut procesa videoclipul"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Creează"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Creează un cod QR pentru un pachet de început"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Creează un pachet de început"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Creează un pachet de început pentru mine"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Creează un cont"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Creează un avatar în schimb"
 
@@ -2209,13 +2248,13 @@ msgstr "Temă întunecată"
 msgid "Date of birth"
 msgstr "Data nașterii"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Dezactivează contul"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Depanare moderare"
 
@@ -2237,13 +2276,13 @@ msgstr "Pictograma implicită"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Șterge"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Șterge contul"
 
@@ -2259,19 +2298,19 @@ msgstr "Șterge parola de aplicație"
 msgid "Delete app password?"
 msgstr "Ștergi parola de aplicație?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Șterge înregistrarea declarației conversației"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Șterge conversația"
 
@@ -2299,9 +2338,9 @@ msgstr "Șterge mesajul pentru mine"
 msgid "Delete my account"
 msgstr "Șterge-mi contul"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Șterge postarea"
 
@@ -2318,7 +2357,7 @@ msgstr "Șterge pachetul de început?"
 msgid "Delete this list?"
 msgstr "Șterge această listă?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Șterge această postare?"
 
@@ -2335,19 +2374,19 @@ msgstr "Cont șters"
 msgid "Deleted post."
 msgstr "Postare ștearsă."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Descriere"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Descrierea este prea lungă"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Text alternativ descriptiv"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Detașează citarea"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Detașezi citarea postării?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Mod dezvoltator dezactivat"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Mod dezvoltator activat"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Opțiuni pentru dezvoltatori"
 
@@ -2388,6 +2427,15 @@ msgstr "Fereastră: ajustează cine poate interacționa cu această postare"
 msgid "Dim"
 msgstr "Mod luminozitate scăzută"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Dezactivează 2FA prin e-mail"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Dezactivat"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Renunț"
 
@@ -2420,11 +2468,11 @@ msgstr "Renunț"
 msgid "Discard changes?"
 msgstr "Anulezi modificările?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Anulezi schița?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Anulezi postarea?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Descoperă noi fluxuri personalizate"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Descoperă noi fluxuri"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Respinge"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Respinge eroarea"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "Afișează insignele text alternative mai mari"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Nume afișat"
@@ -2482,11 +2530,11 @@ msgstr "Nume afișat"
 msgid "Display Name"
 msgstr "Nume afișat"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Numele afișat este prea lung"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Nu începe și nu se termină cu o cratimă"
 msgid "Domain verified!"
 msgstr "Adresă web verificată!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Gata{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Apasă de două ori pentru a închide fereastra"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Atinge de două ori pentru a aprecia"
 
@@ -2575,7 +2633,7 @@ msgstr "Durata:"
 msgid "e.g. alice"
 msgstr "ex: alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "ex: Alice Numedefamilie"
 
@@ -2587,7 +2645,7 @@ msgstr "ex: Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "ex: alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "ex: Artist, iubitor de câini și cititor pasionat."
 
@@ -2595,19 +2653,19 @@ msgstr "ex: Artist, iubitor de câini și cititor pasionat."
 msgid "E.g. artistic nudes."
 msgstr "ex: nuduri artistice."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "ex: Postere grozave"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "ex: Spammeri"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "ex: Posterele care nu ratează niciodată."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "ex: Utilizatori care răspund repetat cu reclame."
 
@@ -2615,7 +2673,7 @@ msgstr "ex: Utilizatori care răspund repetat cu reclame."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Fiecare cod funcționează o singură dată. Vei primi mai multe coduri de invitație periodic."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Editează"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Editează avatarul"
 
@@ -2637,14 +2695,14 @@ msgstr "Editează avatarul"
 msgid "Edit Feeds"
 msgstr "Editează fluxurile"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Editează imaginea"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Editează setările de interacțiune"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Editează detaliile listei"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Editează lista de moderare"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Editează fluxurile mele"
 
@@ -2679,15 +2742,15 @@ msgstr "Editează persoane"
 msgid "Edit post interaction settings"
 msgstr "Editează setările de interacțiune ale postării"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Editează profilul"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Editează Profilul"
 
@@ -2695,7 +2758,7 @@ msgstr "Editează Profilul"
 msgid "Edit starter pack"
 msgstr "Editează pachetul de început"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Editează lista de utilizatori"
 
@@ -2707,11 +2770,11 @@ msgstr "Editează cine poate răspunde"
 msgid "Edit your display name"
 msgstr "Editează numele tău de afișare"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Editează descrierea profilului tău"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Editează-ți pachetul de început"
 
@@ -2724,9 +2787,8 @@ msgstr "Educație"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-mail"
 
@@ -2747,20 +2809,17 @@ msgstr "Adresă de e-mail"
 msgid "Email Resent"
 msgstr "E-mail retrimis"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-mail actualizat"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "E-mail actualizat"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-mail verificat"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Încorporează cod HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Încorporează postarea"
 
@@ -2785,8 +2844,9 @@ msgstr "Încorporează această postare pe site-ul tău. Copiază pur și simplu
 msgid "Embedded video player"
 msgstr "Player video încorporat"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Activează"
 
@@ -2798,9 +2858,9 @@ msgstr "Activează doar {0}"
 msgid "Enable adult content"
 msgstr "Activează conținutul pentru adulți"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Activează 2FA prin e-mail"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Activat"
 msgid "End of feed"
 msgstr "Sfârșitul fluxului"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Asigură-te că ai selectat o limbă pentru fiecare fișier de subtitrare."
 
@@ -2860,14 +2920,15 @@ msgstr "Introduce o parolă"
 msgid "Enter a word or tag"
 msgstr "Introdu un cuvânt sau o etichetă"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Introduce codul"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Introduce codul de confirmare"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Folosește întregul ecran"
@@ -2897,11 +2958,7 @@ msgstr "Introdu data nașterii"
 msgid "Enter your email address"
 msgstr "Introdu adresa de e-mail"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Introdu mai sus noul e-mail"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Introdu mai jos noul e-mail"
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Eroare"
@@ -2997,15 +3054,15 @@ msgstr "Părăsește din galerie"
 msgid "Expand alt text"
 msgstr "Extinde textul alternativ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Extinde lista de utilizatori"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Extinde sau restrânge postarea completă la care răspunzi"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "Expiră {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Media explicită sau potențial deranjantă."
 msgid "Explicit sexual images."
 msgstr "Imagini sexuale explicite."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exportă datele mele"
 
@@ -3071,12 +3132,12 @@ msgstr "Media externă"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Media externă poate permite site-urilor să colecteze informații despre tine și dispozitivul tău. Nicio informație nu este trimisă sau solicitată până când nu apeși pe butonul \"play\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Preferințe media externe"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Schimbarea numelui de utilizator a eșuat. Te rugăm să încerci din nou."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Crearea parolei aplicației a eșuat. Te rugăm să încerci din nou."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Crearea pachetului de început a eșuat"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Crearea listei a eșuat. Verifică conexiunea la internet și încearcă din nou."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Ștergerea mesajului a eșuat"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Ștergerea postării a eșuat, te rugăm să încerci din nou"
 
@@ -3129,7 +3186,7 @@ msgstr "Ștergerea postării a eșuat, te rugăm să încerci din nou"
 msgid "Failed to delete starter pack"
 msgstr "Ștergerea pachetului de început a eșuat"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Trimiterea a eșuat"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Apelul a eșuat, încearcă din nou."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Nu s-a putut pune sau scoate de pe mut discuția, încearcă din nou."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Nu s-au putut actualiza fluxurile."
@@ -3219,11 +3290,15 @@ msgstr "Nu s-au putut actualiza setările."
 msgid "Failed to upload video"
 msgstr "Nu s-a putut încărca videoclipul."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Nu s-a putut verifica numele de utilizator. Te rugăm să încerci din nou."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Flux"
 
@@ -3242,24 +3317,24 @@ msgstr "Comutator flux"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Impresii"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Feedback trimis!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Fluxuri"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexibil"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Urmărește"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Urmărește"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Urmărește {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Urmărește {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Urmărește pe {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Urmărește 10 conturi"
 msgid "Follow 7 accounts"
 msgstr "Urmărește 7 conturi"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr ""
 
@@ -3391,7 +3462,7 @@ msgstr ""
 msgid "Follow all"
 msgstr "Urmărește pe toți"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Urmărește înapoi"
@@ -3417,7 +3488,7 @@ msgstr "Urmărit de <0>{0}</0> și <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Urmărit de <0>{0}</0>, <1>{1}</1> și de {2, plural, one {un alt utilizator} few {alți # utilizatori} other {alți # utilizatori}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Urmăritorii lui @{0} pe care îi cunoști"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Urmăritori pe care îi cunoști"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Urmărește"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Urmărind {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Urmărind pe {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Urmărind pe {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Preferințe pentru fluxul de urmărire"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Preferințe pentru fluxul urmărit"
@@ -3524,7 +3591,7 @@ msgstr "Publică frecvent conținut nedorit"
 msgid "From @{sanitizedAuthor}"
 msgstr "De la @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "De la <0/>"
@@ -3533,18 +3600,20 @@ msgstr "De la <0/>"
 msgid "Gallery"
 msgstr "Galerie"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Generează un pachet de început"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Obține ajutor"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Începe"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Începe"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Oferă profilului tău o față"
 
@@ -3567,10 +3636,10 @@ msgstr "Încălcări evidente ale legii sau ale termenilor de utilizare"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Întoarce-te"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Mergi acasă"
 msgid "Go Home"
 msgstr "Mergi acasă"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Media grafică"
 msgid "Half way there!"
 msgstr "La jumătatea drumului!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Nume de utilizator"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptica"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Hărțuire, trolling sau intoleranță"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Etichetă"
 
@@ -3673,19 +3758,24 @@ msgstr "Etichetă"
 msgid "Hashtag {tag}"
 msgstr ""
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Ai probleme?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Ajutor"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Ajută-i pe oameni să știe că nu ești un bot încărcând o poză sau creând un avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Iată parola ta de aplicație!"
 msgid "Hidden"
 msgstr "Ascuns"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Ascuns de setările tale de moderare."
 
@@ -3715,12 +3805,12 @@ msgstr "Listă ascunsă"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Ascunde"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Ascunde"
@@ -3729,18 +3819,18 @@ msgstr "Ascunde"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Ascunde postarea pentru mine"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Ascunde răspunsul pentru toți"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Ascunde răspunsul pentru mine"
 
@@ -3748,12 +3838,12 @@ msgstr "Ascunde răspunsul pentru mine"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Ascunzi această postare?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Ascunzi acest răspuns?"
 
@@ -3771,7 +3861,7 @@ msgstr ""
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Ascunde lista utilizatorilor"
 
@@ -3817,11 +3907,11 @@ msgstr "Hm, nu am putut încărca acel serviciu de moderare."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Așteaptă! Oferim acces treptat la video, și tu ești încă în așteptare. Revino în curând!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Acasă"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Răspunsuri populare prima dată!"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Cum ar trebui să deschidem acest link?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Am un cod"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Am un cod"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Am un cod de confirmare"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Dacă ștergi această listă, nu o vei mai putea recupera."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Dacă ai propriul domeniu, îl poți folosi ca nume de utilizator. Acest lucru îți permite să-ți verifici identitatea. <0>Află mai multe aici.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Dacă elimini această postare, nu o vei mai putea recupera."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Dacă vrei să îți schimbi parola, îți vom trimite un cod pentru a verifica că acesta este contul tău."
@@ -3915,18 +4008,19 @@ msgstr "Ilegal și urgent"
 msgid "Image"
 msgstr "Imagine"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Imagine salvată în galeria ta!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Cod de confirmare 2FA invalid."
 msgid "Invalid handle. Please try a different one."
 msgstr "Nume de utilizator invalid. Te rugăm să încerci unul diferit."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Înregistrare postare invalidă sau nesuportată"
 
@@ -4041,12 +4135,12 @@ msgstr "Este corect"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Ești doar tu acum! Adaugă mai multe persoane la pachetul tău de început căutând mai sus."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID job: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Joburi"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Etichetat de autor."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etichete"
 
@@ -4100,13 +4194,13 @@ msgstr "Etichete pe conținutul tău"
 msgid "Language selection"
 msgstr "Selectarea limbii"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Setări limbă"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Limbi"
 
@@ -4124,12 +4218,12 @@ msgstr "Ultimele"
 msgid "learn more"
 msgstr "află mai multe"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Află mai multe"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Află mai multe despre Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Află mai multe despre moderarea aplicată acestui conținut."
 msgid "Learn more about this warning"
 msgstr "Află mai multe despre acest avertisment"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Părăsind Bluesky"
 msgid "left to go."
 msgstr "rămas de parcurs."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Permite-mi să aleg"
 
@@ -4230,7 +4324,7 @@ msgstr "Lumină"
 msgid "Like"
 msgstr "Îmi place"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Apreciez ({0, plural, one {# apreciere} few {# aprecieri} other {# de aprecieri}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Apasă Like la 10 postări pentru a antrena fluxul Discover"
 msgid "Like this feed"
 msgstr "Apreciază acest flux"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Apreciat de"
 
@@ -4269,16 +4363,16 @@ msgstr "Apreciat de {0, plural, one {un utilizator} few {# utilizatori} other {#
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Apreciat de {likeCount, plural, one {un utilizator} few {# utilizatori} other {# de utilizatori}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Like-uri"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Like-uri pe această postare"
 
@@ -4287,11 +4381,11 @@ msgstr "Like-uri pe această postare"
 msgid "Linear"
 msgstr ""
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Listă"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Avatar Listă"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Listă pusă pe mut"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Numele listei"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Listă scoasă de pe mut"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Liste"
 
@@ -4358,6 +4452,22 @@ msgstr "Liste"
 msgid "Lists blocking this user:"
 msgstr "Liste care blochează acest utilizator:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Încarcă mai multe"
@@ -4370,18 +4480,18 @@ msgstr "Încarcă mai multe fluxuri sugerate"
 msgid "Load new notifications"
 msgstr "Încarcă notificări noi"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Încarcă postări noi"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Se încarcă..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Jurnal"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo de @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo creat de <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Se pare că ai desfăcut toate fluxurile. Dar nu-ți face griji, poți a
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Se pare că îți lipsește un flux de urmărit. <0>Apasă aici pentru a adăuga unul.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Fă unul pentru mine"
 
@@ -4455,7 +4569,14 @@ msgstr "Marchează ca citit"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Media"
 
@@ -4479,7 +4600,7 @@ msgstr "Mențiuni"
 msgid "Menu"
 msgstr "Meniu"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Trimite mesaj către {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Mesajul este prea lung"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mesaje"
 
@@ -4532,10 +4653,10 @@ msgstr "Cont înșelător"
 msgid "Misleading Post"
 msgstr "Postare înșelătoare"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderare"
 
@@ -4557,12 +4678,12 @@ msgstr "Listă de moderare creată de <0/>"
 msgid "Moderation list by you"
 msgstr "Listă de moderare creată de tine"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Listă de moderare creată"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Listă de moderare actualizată"
@@ -4571,8 +4692,8 @@ msgstr "Listă de moderare actualizată"
 msgid "Moderation lists"
 msgstr "Liste de moderare"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Liste de moderare"
 
@@ -4580,7 +4701,7 @@ msgstr "Liste de moderare"
 msgid "moderation settings"
 msgstr "setări de moderare"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Stări de moderare"
 
@@ -4593,7 +4714,7 @@ msgstr "Instrumente de moderare"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Moderatorul a decis să seteze un avertisment general pentru conținut."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Mai multe"
 
@@ -4602,8 +4723,8 @@ msgstr "Mai multe"
 msgid "More feeds"
 msgstr "Mai multe fluxuri"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Mai multe opțiuni"
@@ -4637,10 +4758,10 @@ msgstr "Dezactivează sunetul"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr ""
 
@@ -4689,13 +4810,13 @@ msgstr "Pune pe mut acest cuvânt doar în etichete"
 msgid "Mute this word until you unmute it"
 msgstr "Pune pe mut acest cuvânt până îl reactivezi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Pune pe mut discuția"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Pune pe mut cuvinte și etichete"
 
@@ -4703,12 +4824,12 @@ msgstr "Pune pe mut cuvinte și etichete"
 msgid "Muted accounts"
 msgstr "Conturi puse pe mut"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Conturi puse pe mut"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Conturile puse pe mut nu mai apar în fluxul tău sau în notificări. Lucrurile puse pe mut sunt complet private."
 
@@ -4729,15 +4850,15 @@ msgstr "Lucrurile puse pe mut sunt private. Conturile puse pe mut pot interacți
 msgid "My Birthday"
 msgstr "Ziua mea de naștere"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Fluxurile mele"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Nume"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Numele este obligatoriu"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Navighează la ecranul următor"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navighează la profilul tău"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Trebuie să-l schimbi?"
 
@@ -4797,18 +4918,23 @@ msgstr "Nu contează, creează-mi un nume de utilizator"
 msgid "New"
 msgstr "Nouă"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Nouă"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Conversație nouă"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nume de utilizator nou"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Listă nouă"
 
@@ -4828,7 +4954,7 @@ msgstr "Listă nouă"
 msgid "New messages"
 msgstr "Mesaje noi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Listă de moderare nouă"
 
@@ -4840,10 +4966,10 @@ msgstr "Parolă nouă"
 msgid "New Password"
 msgstr "Parolă Nouă"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Postare nouă"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Postare nouă"
@@ -4863,7 +4989,7 @@ msgstr "Postare nouă"
 msgid "New user info dialog"
 msgstr "Fereastră informații utilizator nou"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Listă nouă de utilizatori"
 
@@ -4911,6 +5037,10 @@ msgstr "Nu există încă parole pentru aplicații"
 msgid "No DNS Panel"
 msgstr "Fără panou DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Nu s-au găsit GIF-uri recomandate. Poate exista o problemă cu Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Nu s-au găsit fluxuri. Încearcă să cauți altceva."
 msgid "No likes yet"
 msgstr "Încă nu există aprecieri"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Nu mai urmărești pe {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Încă nu există ciări"
 msgid "No reposts yet"
 msgstr "Încă nu există repostări"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Niciun rezultat"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Nu s-au găsit rezultate"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Nu s-au găsit rezultate pentru „{query}”"
 
@@ -5032,19 +5162,14 @@ msgstr "Nuditate non-sexuală"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Nu a fost găsit"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Nu acum"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Notă despre partajare"
 
@@ -5052,7 +5177,7 @@ msgstr "Notă despre partajare"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Notă: Bluesky este o rețea deschisă și publică. Această setare limitează doar vizibilitatea conținutului pe aplicația și site-ul Bluesky, iar alte aplicații s-ar putea să nu respecte această setare. Conținutul tău poate fi afișat utilizatorilor neautentificați de alte aplicații și site-uri web."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Nimic aici"
 
@@ -5060,7 +5185,7 @@ msgstr "Nimic aici"
 msgid "Notification filters"
 msgstr "Filtre pentru notificări"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Setări pentru notificări"
@@ -5077,11 +5202,11 @@ msgstr "Sunete pentru notificări"
 msgid "Notification Sounds"
 msgstr "Sunete de notificare"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notificări"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Oh, nu! Ceva a mers prost."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Bine"
 
@@ -5140,19 +5265,19 @@ msgstr "Cele mai vechi răspunsuri primele"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "pe<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Resetare înscriere"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Unul sau mai multe GIF-uri nu au text alternativ."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Una sau mai multe imagini nu au text alternativ."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Unul sau mai multe videoclipuri nu au text alternativ."
 
@@ -5168,7 +5293,7 @@ msgstr "Doar {0} poate răspunde."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Conține doar litere, cifre și cratime"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Sunt acceptate doar fișierele imagine"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ups, ceva a mers prost!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ups!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ups!"
 msgid "Open"
 msgstr "Deschide"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Deschide meniul rapid al profilului lui {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Deschide creatorul de avatare"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr ""
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Deschide selectorul de emoji"
 
@@ -5225,7 +5346,7 @@ msgstr "Deschide ecranul cu informații despre flux"
 msgid "Open feed options menu"
 msgstr "Deschide meniul cu opțiuni pentru flux"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Deschide link-ul către {niceUrl}"
 msgid "Open message options"
 msgstr "Deschide opțiunile mesajului"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Deschide pagina de depanare pentru moderare"
 
@@ -5249,20 +5370,25 @@ msgstr "Deschide setările pentru cuvinte și etichete puse pe mut"
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Deschide meniul de opțiuni pentru postare"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Deschide meniul pentru pachetul de început"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Deschide pagina storybook"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Deschide jurnalul de sistem"
 
@@ -5282,19 +5408,19 @@ msgstr "Deschide o fereastră pentru a alege cine poate răspunde la această di
 msgid "Opens additional details for a debug entry"
 msgstr "Arată detalii suplimentare pentru o înregistrare de depanare"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Deschide camera pe dispozitiv"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "Deschide editorul"
 msgid "Opens device photo gallery"
 msgstr "Deschide galeria foto a dispozitivului"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr ""
 msgid "Opens GIF select dialog"
 msgstr "Deschide fereastra de selecție GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "Deschide lista cu coduri de invitație"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Dechide formularul de resetare a parolei"
@@ -5340,12 +5470,12 @@ msgstr "Dechide formularul de resetare a parolei"
 msgid "Opens the linked website"
 msgstr "Vizitează site-ul"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Deschide acest profil"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Deschide selectorul de videoclipuri"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Altul"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Alt cont"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Pagina nu a fost găsită"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pune videoclipul pe pauză"
 msgid "People"
 msgstr "Persoane"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Persoane urmărite de @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Persoane care urmăresc @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Fixează pe pagină"
 msgid "Pin to Home"
 msgstr "Fixează pe pagină"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fixează pe profilul tău"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fixat"
 
@@ -5578,14 +5708,14 @@ msgstr "Te rog să îți alegi un nume de utilizator."
 msgid "Please choose your password."
 msgstr "Te rog să îți alegi o parolă."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Te rog să completezi captcha de verificare."
 
-#: 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 "Te rog să confirmi adresa de e-mail înainte de a-l schimba. Aceasta este o cerință temporară până ce vor fi adăugate uneltele pentru actualizarea adresei de e-mail, și va fi eliminată în curând."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Te rog să introduci un nume unic pentru această parolă de aplicație sau să folosești unul generat automat."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Te rog să introduci un cuvânt, tag sau expresie validă pentru a le pune pe mut."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Te rog să introduci adresa de e-mail."
 msgid "Please enter your invite code."
 msgstr "Te rog să introduci codul tău de invitație."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Te rugăm să-ți introduci parola"
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Te rog să te conectezi ca @{0}."
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Te rog să îți verifici adresa de e-mail."
 
@@ -5662,7 +5818,7 @@ msgstr "Politică"
 msgid "Porn"
 msgstr "Pornografie"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Postează"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Postează"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Posetază tot"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Postare de la {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Postare de la @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Postarea a fost ștearsă"
@@ -5697,7 +5853,7 @@ msgstr "Postarea a fost ștearsă"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Postarea nu a fost încărcată. Verifică conexiunea la internet și încearcă din nou."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Postarea a fost ștearsă"
 
@@ -5719,7 +5875,7 @@ msgstr "Postare ascunsă de tine"
 msgid "Post interaction settings"
 msgstr "Setări pentru interacțiunea cu postarea"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Postare desfăcută de la fixare"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Postări"
@@ -5789,7 +5945,7 @@ msgstr "Apasă pentru a vedea urmăritorii acestui cont pe care îi urmărești
 msgid "Previous image"
 msgstr "Imaginea anterioară"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Limba principală"
 
@@ -5807,26 +5963,26 @@ msgstr "Notificări prioritare"
 msgid "Privacy"
 msgstr "Confidențialitate"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Confidențialitate și securitate"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Confidențialitate și Securitate"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Politica de confidențialitate"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Se procesează videoclipul..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Se procesează..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profil actualizat"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "Codul QR a fost salvat în galeria ta foto!"
 msgid "Quote post"
 msgstr "Citează postarea"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Citarea postării a fost reatașată"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Citarea postării a fost detașată cu succes"
 
@@ -5927,7 +6083,7 @@ msgstr "Setări pentru citări"
 msgid "Quotes"
 msgstr "Citări"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citărie acestei postări"
 
@@ -5942,8 +6098,8 @@ msgstr "Aleatoriu (adică „Ruleta postărilor”)"
 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 "Limită de rată depășită – ai încercat să-ți schimbi numele de utilizator de prea multe ori într-o perioadă scurtă. Te rog să aștepți un minut înainte de a încerca din nou."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Reatașează citarea"
 
@@ -5960,15 +6116,15 @@ msgstr "Reactivează-ți contul"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Citește mai mult"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Citește blogul Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Reconectează-te"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Reîncarcă conversațiile"
@@ -6022,7 +6178,7 @@ msgstr "Reîncarcă conversațiile"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Elimină"
 msgid "Remove {displayName} from starter pack"
 msgstr "Elimină {displayName} din pachetul de început"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Elimină contul"
 
@@ -6046,13 +6202,13 @@ msgstr "Elimină contul"
 msgid "Remove attachment"
 msgstr "Elimină atașamentul"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Elimină Avatarul"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Elimină Bannerul"
 
@@ -6079,7 +6235,7 @@ msgstr "Elimină fluxul?"
 msgid "Remove from my feeds"
 msgstr "Elimină din fluxurile mele"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Elimină din acces rapid?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "Elimină imaginea"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Elimină cuvântul pus pe mut din lista ta"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Elimină profilul"
 
@@ -6114,7 +6275,7 @@ msgstr "Elimină citarea"
 msgid "Remove repost"
 msgstr "Elimină redistribuirea"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Elimină fișierul cu subtitrări"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Eliminat din fluxurile tale"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Elimină citarea postării"
@@ -6181,7 +6338,7 @@ msgstr "Elimină citarea postării"
 msgid "Replace with Discover"
 msgstr "Înlocuiește cu Descoperă"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Răspunsuri"
 
@@ -6193,12 +6350,12 @@ msgstr "Răspunsurile sunt dezactivate"
 msgid "Replies to this post are disabled."
 msgstr "Răspunsurile la această postare sunt dezactivate."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Răspunde"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr "Setările pentru răspunsuri sunt alese de autorul discuției"
 msgid "Reply sorting"
 msgstr "Ordine răspunsuri"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Răspuns către <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Răspuns la o discuție blocată"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Răspuns la o discuție"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Răspuns ție"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Vizibilitatea răspunsului a fost actualizată"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Răspunsul a fost ascuns cu succes"
 
@@ -6261,16 +6418,16 @@ msgstr "Răspunsul a fost ascuns cu succes"
 msgid "Report"
 msgstr "Raportează"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Raportează conversația"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Raportează mesajul"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Raportează postarea"
 
@@ -6369,27 +6526,27 @@ msgstr "Repostează sau citează postarea"
 msgid "Reposted By"
 msgstr "Redistribuit de"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Redistribuit de {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Redistribuit de <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Redistribuit de tine"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Repostări ale acestei postări"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Solicită modificare"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Solicită cod"
 msgid "Require alt text before posting"
 msgstr "Cere text alternativ înainte de a posta"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Cere un cod pe e-mail pentru a te conecta în contul tău."
 
@@ -6413,13 +6570,19 @@ msgstr "Necesar pentru acest furnizor"
 msgid "Required in your region"
 msgstr "Necesar în regiunea ta"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Retrimite e-mailul"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Retrimite e-mail"
@@ -6436,8 +6599,8 @@ msgstr "Resetează codul"
 msgid "Reset Code"
 msgstr "Resetează Codul"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Resetează starea înscrierii"
 
@@ -6458,10 +6621,10 @@ msgstr "Reîncearcă ultima acțiune, care a eșuat"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Înapoi la pagina anterioară"
 msgid "Returns to home page"
 msgstr "Înapoi la pagina principală"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Întoarce-te la pasul anterior"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Salvează"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Salvează"
@@ -6534,7 +6699,7 @@ msgstr "Salvează ziua de naștere"
 msgid "Save changes"
 msgstr "Salvează modificările"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Salvează modificările"
 
@@ -6564,16 +6729,12 @@ msgstr "Salvează în fluxurile mele"
 msgid "Saved Feeds"
 msgstr "Fluxuri salvate"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Salvat în galeria ta foto"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Salvat în fluxurile tale"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Salvează toate modificările profilului tău"
 
@@ -6583,8 +6744,8 @@ msgstr "Salvează setările pentru decuparea imaginii"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Spune salut!"
 
@@ -6602,11 +6763,11 @@ msgstr "Derulează în sus"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Căutare"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Caută în postările de la @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Caută în postările de la @{0}"
 msgid "Search by name or interest"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr ""
 
@@ -6656,8 +6817,8 @@ msgstr "Caută GIF-uri"
 msgid "Search my posts"
 msgstr "Caută în postările mele"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr "Caută..."
 msgid "Searches for profiles"
 msgstr "Căutări pentru profiluri"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Pas de securitate necesar"
 
@@ -6699,7 +6864,7 @@ msgstr "Vezi postările cu #{tag}"
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Vezi joburile la Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Selectează o culoare"
 msgid "Select account"
 msgstr "Selectează un cont"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Selectează un avatar"
@@ -6727,10 +6896,22 @@ msgstr "Selectează un avatar"
 msgid "Select an emoji"
 msgstr "Selectează un emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Selectează limbile pentru conținut"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Selectează dintr-un cont existent"
@@ -6747,11 +6928,11 @@ msgstr "Selectează GIF „{0}”"
 msgid "Select how long to mute this word for."
 msgstr "Selectează cât timp să fie pus pe mut acest cuvânt."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Selectează limba..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Selectează limbile"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Selectează un moderator"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Selectează emoji-ul {emojiName} ca avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Selectează serviciul(e) de moderare către care să raportezi"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Selectează videoclipul"
 
@@ -6784,11 +6969,11 @@ msgstr "Selectează videoclipul"
 msgid "Select what content this mute word should apply to."
 msgstr "Selectează pentru ce conținut să se aplice acest cuvânt pus pe mut."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Selectează limbile pe care vrei să le includă fluxurile tale abonate. Dacă nu sunt selectate limbi, toate limbile vor fi afișate."
 
@@ -6801,7 +6986,7 @@ msgstr "Selectează data nașterii tale"
 msgid "Select your interests from the options below"
 msgstr "Selectează-ți interesele din opțiunile de mai jos"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Selectează limba preferată pentru traduceri în fluxul tău."
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "Trimite un site tare!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Trimite confirmarea"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Trimite e-mailul de confirmare"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Trimite e-mailul de confirmare"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Trimite e-mailul"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Trimite e-mail"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Trimite feedback"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Trimite mesajul"
@@ -6863,13 +7046,14 @@ msgstr "Trimite raportul către {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Trimite e-mailul de verificare"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Trimite prin mesaj direct"
 
@@ -6901,10 +7085,10 @@ msgstr "Configurează-ți contul"
 msgid "Sets email for password reset"
 msgstr "Setează e-mailul pentru resetarea parolei"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Setări"
 
@@ -6926,16 +7110,16 @@ msgstr "Sugestiv sexual"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Distribuie"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Distribuie"
@@ -6948,9 +7132,9 @@ msgstr "Împărtășește o poveste tare!"
 msgid "Share a fun fact!"
 msgstr "Împărtășește un fapt interesant!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Împărtășește oricum"
 
@@ -6990,7 +7174,7 @@ msgstr "Împărtășește acest pachet de început și ajută oamenii să se al
 msgid "Share your favorite feed!"
 msgstr "Împărtășește fluxul tău preferat!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Tester pentru Preferințe Partajate"
 
@@ -7011,8 +7195,8 @@ msgstr "Arată textul alternativ"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Arată oricum"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Arată răspunsurile ascunse"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Arată mai puține de acest tip"
 
@@ -7042,14 +7226,14 @@ msgstr "Arată mai puține de acest tip"
 msgid "Show list anyway"
 msgstr "Arată lista oricum"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Arată mai mult"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Arată mai multe de acest tip"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr "Arată răspunsurile de la persoanele pe care le urmărești înaintea celorlalte răspunsuri"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Arată răspunsul pentru toată lumea"
 
@@ -7102,11 +7286,11 @@ msgstr "Arată avertizarea"
 msgid "Show warning and filter from feeds"
 msgstr "Arată avertizarea și filtrează din fluxuri"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr "Arată conținutul"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Arată conținutul"
 msgid "Sign in"
 msgstr "Conectează-te"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Conectează-te ca {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Conectează-te sau creează-ți un cont pentru a te alătura conversației!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr ""
 
@@ -7158,15 +7342,15 @@ msgstr ""
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Conectează-te pe Bluesky sau creează un cont nou"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Deconectează-te"
 
@@ -7174,8 +7358,8 @@ msgstr "Deconectează-te"
 msgid "Sign Out"
 msgstr "Deconectare"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Deconectează-te?"
 
@@ -7206,12 +7390,17 @@ msgstr "Omite acest proces"
 msgid "Smaller"
 msgstr "Mai mic"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Dezvoltare Software"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Ceva nu a mers bine"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr "E ceva în neregulă? Anunță-ne."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Ne pare rău! Sesiunea ta a expirat. Te rog să te conectezi din nou."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; mențiuni sau răspunsuri excesive"
 msgid "Sports"
 msgstr "Sport"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Începe o nouă conversație"
 
@@ -7322,8 +7511,8 @@ msgstr "Începe să adaugi persoane!"
 msgid "Start chat with {displayName}"
 msgstr "Începe o conversație cu {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Pachet de început"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Pachetul de început este invalid"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Pachete de început"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Pachetele de început îți permit să îți împărtășești ușor fluxurile și persoanele preferate cu prietenii tăi."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Pagină de Status"
 
@@ -7363,12 +7552,12 @@ msgstr "Pagină de Status"
 msgid "Step {0} of {1}"
 msgstr "Pasul {0} din {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Stocarea a fost curățată, trebuie să repornești aplicația acum."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Povestiri"
 
@@ -7401,11 +7590,11 @@ msgstr "Abonează-te"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Abonează-te la @{0} pentru a folosi aceste etichete:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Abonează-te la etichetator"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Abonează-te la acest etichetator"
 
@@ -7413,11 +7602,12 @@ msgstr "Abonează-te la acest etichetator"
 msgid "Subscribe to this list"
 msgstr "Abonează-te la această listă"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Succes!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Suport"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Schimbă contul"
 
@@ -7462,11 +7652,11 @@ msgstr "Schimbă contul"
 msgid "Switch Account"
 msgstr "Schimbă Contul"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "Sistem"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Jurnal sistem"
 
@@ -7518,7 +7708,7 @@ msgstr "Tehnologie"
 msgid "Tell a joke!"
 msgstr "Spune o glumă!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Spune-ne puțin despre tine"
 
@@ -7531,12 +7721,12 @@ msgstr "Spune-ne mai multe"
 msgid "Terms"
 msgstr "Termeni"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Termeni de utilizare"
 
@@ -7564,7 +7754,11 @@ msgstr "Câmp text"
 msgid "Text input field"
 msgstr "Câmp de introducere text"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Mulțumim! E-mailul tău a fost verificat cu succes."
 
@@ -7597,12 +7791,12 @@ msgstr "Acest pachet de început nu a putut fi găsit."
 msgid "That's all, folks!"
 msgstr "Asta-i tot, prieteni!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Asta-i tot!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Contul va putea interacționa cu tine după deblocare."
 
@@ -7636,6 +7830,10 @@ msgstr "Fluxul Descoperă"
 msgid "The Discover feed now knows what you like"
 msgstr "Fluxul Descoperă știe acum ce îți place"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Experiența este mai bună în aplicație. Descarcă Bluesky acum și vom continua de unde ai rămas."
@@ -7669,6 +7867,7 @@ msgstr "Politica de Confidențialitate a fost mutată la <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Videoclipul selectat este mai mare de 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Se pare că serverul întâmpină probleme. Te rog încearcă din nou în câteva momente."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "A apărut o problemă la contactarea serverului."
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "A apărut o problemă la contactarea serverului, verifică conexiunea la internet și încearcă din nou."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "A apărut o problemă la preluarea notificărilor. Apăsați aici pentru a încerca din nou."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "A apărut o problemă la preluarea postărilor. Apăsați aici pentru a încerca din nou."
 
@@ -7763,20 +7962,20 @@ msgstr "A apărut o problemă la trimiterea raportului. Verifică conexiunea la
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "A apărut o problemă la actualizarea fluxurilor tale, verifică conexiunea la internet și încearcă din nou."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "A apărut o problemă! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Aceste setări se aplică doar fluxului „Following”."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Acest {screenDescription} a fost semnalat:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Acest cont a solicitat ca utilizatorii să se autentifice pentru a vedea
 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 "Acest cont este blocat de una sau mai multe liste de moderare ale tale. Pentru a debloca, vizitează direct listele și elimină acest utilizator."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Acest conținut nu poate fi vizualizat fără un cont Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Această conversație este cu un cont șters sau dezactivat. Apasă pentru opțiuni"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Această funcționalitate este în beta. Poți citi mai multe despre exporturile de depozite în <0>acest articol de blog</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Această funcționalitate nu este disponibilă în timp ce utilizezi o parolă de aplicație. Autentifică-te cu parola principală."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Acest flux este gol! Poate fi nevoie să urmărești mai mulți utilizatori sau să ajustezi setările de limbă."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Acest flux este gol."
@@ -7899,9 +8106,10 @@ msgstr "Acest nume de utilizator este rezervat. Te rog încearcă unul diferit."
 msgid "This information is not shared with other users."
 msgstr "Aceste informații nu sunt partajate cu alți utilizatori."
 
-#: 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 "Acest lucru este important în cazul în care va trebui să-ți schimbi adresa de e-mail sau să îți resetezi parola."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Această listă este goală."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Acest serviciu de moderare nu este disponibil. Consultați mai jos pentru mai multe detalii. Dacă problema persistă, contactați-ne."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Această postare pretinde că a fost creată la <0>{0}</0>, dar a fost văzută prima dată pe Bluesky la <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Această postare pretinde că a fost creată la <0>{0}</0>, dar a fost v
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Această postare a fost ștearsă."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Această postare este vizibilă doar utilizatorilor conectați. Nu va fi vizibilă pentru persoanele care nu sunt conectate."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Această postare va fi ascunsă din fluxuri și discuții. Acest lucru nu poate fi anulat."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Autorul acestei postări a dezactivat citările."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Acest profil este vizibil numai pentru utilizatorii conectați. Nu va fi vizibil pentru persoanele care nu sunt conectate."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Acest răspuns va fi sortat într-o secțiune ascunsă în partea de jos a discuției tale și va pune pe mut notificările pentru răspunsurile ulterioare - atât pentru tine, cât și pentru ceilalți."
 
@@ -7976,6 +8184,10 @@ msgstr "Acest serviciu nu a furnizat termeni de utilizare sau o politică de con
 msgid "This should create a domain record at:"
 msgstr "Acest lucru ar trebui să creeze un registru la:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Acest utilizator nu are urmăritori."
@@ -8013,11 +8225,11 @@ msgstr "Acest utilizator nu urmărește pe nimeni."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Aceasta va șterge \"{0}\" din cuvintele tale puse pe mut. Îl poți adăuga înapoi oricând."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Aceasta va elimina @{0} din lista de acces rapid."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Aceasta va elimina postarea ta din acestă citare pentru toți utilizatorii și o va înlocui cu un substitut."
 
@@ -8044,7 +8256,7 @@ msgstr ""
 msgid "Threaded mode"
 msgstr "Mod discuție structurată"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Preferințe pentru discuții"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Pentru a dezactiva metoda 2FA prin e-mail, verifică accesul la adresa de e-mail."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Pentru a raporta o conversație, raportează unul dintre mesajele acesteia prin ecranul de conversație. Aceasta permite moderatorilor noștri să înțeleagă contextul problemei tale."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Pentru a încărca videoclipuri pe Bluesky, trebuie mai întâi să verifici adresa de e-mail."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Cui dorești să trimiți acest raport?"
@@ -8090,16 +8303,16 @@ msgstr "Comută sunetul"
 msgid "Top"
 msgstr "Sus"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Subiect"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Tradu"
 
@@ -8144,6 +8357,7 @@ msgstr "Scrie mesajul aici"
 msgid "Type:"
 msgstr "Tip:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Conexiune imposibilă. Verifică conexiunea la internet și încearcă din nou."
@@ -8166,27 +8380,27 @@ msgstr "Imposibil de șters"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Deblochează"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Deblochează"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Deblochează contul"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Deblochezi contul?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Nu mai urmări"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Nu mai urmări pe {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "Nu-mi place"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Nu apreciez ({0, plural, one {# apreciere} few {# aprecieri} other {# de aprecieri}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Scoate de pe mut"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr ""
 
@@ -8267,8 +8481,8 @@ msgstr "Scoate de pe mut conversația"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Scoate de pe mut discuția"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Desprinde de pe pagina principală"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Desprinde de pe profil"
 
@@ -8311,7 +8525,12 @@ msgstr ""
 msgid "Unpinned from your feeds"
 msgstr "Desprins din feedurile tale"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Dezabonează-te"
 
@@ -8320,7 +8539,7 @@ msgstr "Dezabonează-te"
 msgid "Unsubscribe from list"
 msgstr "Dezabonează-te de la listă"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Dezabonează-te de la acest etichetator"
 
@@ -8328,11 +8547,11 @@ msgstr "Dezabonează-te de la acest etichetator"
 msgid "Unsubscribed from list"
 msgstr "Dezabonat de la listă"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Format de videoclip neacceptat"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Format de videoclip neacceptat: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Actualizează <0>{displayName}</0> în liste"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Actualizează la {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Actualizarea atașamentului citării a eșuat"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Actualizarea vizibilității răspunsului a eșuat"
@@ -8371,7 +8601,7 @@ msgstr "Actualizarea vizibilității răspunsului a eșuat"
 msgid "Updating..."
 msgstr "Actualizare..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Încarcă o fotografie în schimb"
 
@@ -8379,22 +8609,22 @@ msgstr "Încarcă o fotografie în schimb"
 msgid "Upload a text file to:"
 msgstr "Încarcă un fișier text la:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Încarcă din cameră"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Încarcă din fișiere"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Încarcă din bibliotecă"
 
@@ -8407,7 +8637,7 @@ msgstr "Se încarcă imagini..."
 msgid "Uploading link thumbnail..."
 msgstr "Se încarcă miniatura linkului..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Se încarcă videoclipul..."
 
@@ -8419,8 +8649,8 @@ msgstr "Folosește parolele aplicației pentru a te conecta la alte aplicații B
 msgid "Use default provider"
 msgstr "Folosește furnizorul implicit"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Folosește browser-ul din aplicație"
 
@@ -8429,8 +8659,8 @@ msgstr "Folosește browser-ul din aplicație"
 msgid "Use in-app browser to open links"
 msgstr "Folosește browser-ul din aplicație pentru a deschide linkuri"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Folosește browser-ul meu implicit"
 
@@ -8484,12 +8714,12 @@ msgstr "Listă de utilizatori creată de {0}"
 msgid "User list by you"
 msgstr "Listă de utilizatori creată de tine"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Listă de utilizatori creată"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Listă de utilizatori actualizată"
@@ -8523,11 +8753,15 @@ msgstr "Utilizatori pe care îi urmărești"
 msgid "Value:"
 msgstr "Valoare:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "E-mail verificat necesar"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verificați înregistrarea DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Fereastră pentru verificarea e-mailului"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verificați noul e-mail"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verificați acum"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verificați fișierul text"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verifică-ți e-mailul"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifică-ți e-mailul"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versiune {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Procesarea videoclipului a eșuat"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Flux video"
 
@@ -8616,11 +8853,11 @@ msgstr "Video de la {0}: {text}"
 msgid "Video Games"
 msgstr "Jocuri video"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video-ul este oprit"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Videoul se redă"
 
@@ -8628,11 +8865,11 @@ msgstr "Videoul se redă"
 msgid "Video not found."
 msgstr "Videoclipul nu a fost găsit."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Setări video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Videoclip încărcat"
 
@@ -8640,24 +8877,24 @@ msgstr "Videoclip încărcat"
 msgid "Video: {0}"
 msgstr "Videoclip: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videouri"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Vezi avatarul folosit de {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Vezi profilul utilizatorului {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Vezi profilul utilizatorului {0}"
 msgid "View {displayName}'s profile"
 msgstr "Vezi profilul utilizatorului {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Vezi profilul utilizatorului blocat"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Vezi intrarea de depanare"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Vezi detalii"
 
@@ -8688,7 +8925,7 @@ msgstr "Vezi detalii"
 msgid "View details for reporting a copyright violation"
 msgstr "Vezi detaliile unui raport privind încălcarea drepturilor de autor"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Vezi toată discuția"
 
@@ -8703,13 +8940,12 @@ msgstr "Vezi informații despre aceste etichete"
 msgid "View more"
 msgstr "Vezi mai mult"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Vezi profilul"
 
@@ -8790,6 +9026,11 @@ msgstr "Avertizează conținutul"
 msgid "Warn content and filter from feeds"
 msgstr "Avertizează conținutul și filtrează din fluxuri"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Nu am găsit rezultate pentru acea etichetă."
@@ -8798,7 +9039,7 @@ msgstr "Nu am găsit rezultate pentru acea etichetă."
 msgid "We couldn't find any results for that topic."
 msgstr "Nu am putut găsi niciun rezultat pentru acest subiect."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Nu am putut încărca această conversație"
 
@@ -8822,6 +9063,10 @@ msgstr "Am epuizat postările din urmăririle tale. Iată cele mai recente de la
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Nu am putut determina dacă ai permisiunea de a încărca videoclipuri. Încearcă din nou."
@@ -8842,6 +9087,10 @@ msgstr "Nu am reușit să ne conectăm. Încearcă din nou pentru a continua con
 msgid "We will let you know when your account is ready."
 msgstr "Te vom anunța când contul tău este gata."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Vom folosi aceste informații pentru a personaliza experiența ta."
@@ -8871,7 +9120,7 @@ msgstr "Ne pare rău, dar nu am putut încărca cuvintele puse pe mut în acest
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Ne pare rău, dar căutarea ta nu a putut fi finalizată. Te rugăm să încerci din nou peste câteva minute."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Ne pare rău! Postarea la care răspunzi a fost ștearsă."
 
@@ -8880,7 +9129,7 @@ msgstr "Ne pare rău! Postarea la care răspunzi a fost ștearsă."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Ne pare rău! Nu putem găsi pagina pe care o cauți."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Ne pare rău! Poți să te abonezi la maximum douăzeci de etichetatori, iar limita de douăzeci a fost atinsă."
 
@@ -8902,7 +9151,7 @@ msgstr "Cum doriți să numiți pachetul de început?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Ce faci?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ups!"
@@ -8984,11 +9233,11 @@ msgstr "De ce ar trebui revizuit acest utilizator?"
 msgid "Write a message"
 msgstr "Scrie un mesaj"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Scrie o postare"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Răspunsul tău"
@@ -9002,6 +9251,11 @@ msgstr "Autori"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "DID-ul greșit a fost returnat de server. Primit: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Da"
@@ -9015,11 +9269,11 @@ msgstr "Da, dezactivează"
 msgid "Yes, delete this starter pack"
 msgstr "Da, șterge acest pachet de început"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Da, detașează"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Da, ascunde"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Ești la coadă."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Nu ai permisiunea de a încărca videoclipuri."
@@ -9055,12 +9318,16 @@ msgstr "Nu ai permisiunea de a încărca videoclipuri."
 msgid "You are not following anyone."
 msgstr "Nu urmărești pe nimeni"
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Ai pus pe mut acest cont."
 msgid "You have muted this user"
 msgstr "Ai pus pe mut acest utilizator."
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Nu ai conversații încă. Începe una!"
 
@@ -9179,11 +9446,11 @@ msgstr "Nu ai fluxuri."
 msgid "You have no lists."
 msgstr "Nu ai liste."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Nu ai blocat încă niciun cont. Pentru a bloca un cont, accesează profilul acestuia și selectează \"Blochează contul\" din meniul contului."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Nu ai pus pe mut încă niciun cont. Pentru a pune pe mut un cont, accesează profilul acestuia și selectează \"Pune contul pe mut\" din meniul contului."
 
@@ -9191,11 +9458,15 @@ msgstr "Nu ai pus pe mut încă niciun cont. Pentru a pune pe mut un cont, acces
 msgid "You have reached the end"
 msgstr "Ai ajuns la sfârșit"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Ai atins temporar limita pentru încărcarea videoclipurilor. Încearcă din nou mai târziu."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Nu ai creat încă un pachet de început!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Poți adăuga doar până la 3 fluxuri"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Poți selecta doar până la 4 imagini"
 
@@ -9232,7 +9503,7 @@ msgstr "Poți selecta doar până la 4 imagini"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Trebuie să urmărești cel puțin șapte persoane pentru a genera un pachet de început."
 
@@ -9248,10 +9519,18 @@ msgstr "Trebuie să acorzi acces la biblioteca foto pentru a salva imaginea."
 msgid "You must select at least one labeler for a report"
 msgstr "Trebuie să selectezi cel puțin un etichetator pentru un raport."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Ai dezactivat anterior contul @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Vei fi deconectat din toate conturile tale."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Nu vei mai primi notificări pentru acestă discuție."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Acum vei notificări pentru acestă discuție."
 
@@ -9305,7 +9584,7 @@ msgstr "Vei urmări aceste persoane și altele {0}."
 msgid "You'll follow these people right away"
 msgstr "Vei urmări aceste persoane imediat."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Vei primi un e-mail la <0>{0}</0> pentru a-ți verifica identitatea."
 
@@ -9339,6 +9618,10 @@ msgstr "Ai găsit persoane pe care să le urmărești"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Ai ajuns la sfârșitul fluxului! Caută mai multe conturi de urmărit."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Ai atins limita zilnică pentru încărcarea videoclipurilor (prea mulți octeți)."
@@ -9347,7 +9630,7 @@ msgstr "Ai atins limita zilnică pentru încărcarea videoclipurilor (prea mulț
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Ai atins limita zilnică pentru încărcarea videoclipurilor (prea multe videoclipuri)."
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Ai rămas fără videouri de vizionat. Poate e un moment bun pentru a face o pauză?"
 
@@ -9391,14 +9674,18 @@ msgstr "Browserul tău nu acceptă formatul video. Încearcă un alt browser."
 msgid "Your chats have been disabled"
 msgstr "Conversațiile tale au fost dezactivate."
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Alegerea ta va fi salvată, dar poate fi schimbată ulterior în setări."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Numele tău actual de utilizator <0>{0}</0> va rămâne automat rezervat pentru tine. Poți reveni la el oricând din acest cont."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Numele tău actual de utilizator <0>{0}</0> va rămâne automat rezervat
 msgid "Your email appears to be invalid."
 msgstr "E-mailul tău pare a fi invalid."
 
-#: 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 "E-mailul tău a fost actualizat, dar nu a fost verificat. Ca pas următor, verifică noul e-mail."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "E-mailul tău nu a fost încă verificat. Acesta este un pas important de securitate pe care îl recomandăm."
 
@@ -9434,7 +9721,7 @@ msgstr "Numele de utilizator al tău complet va fi <0>@{0}</0>."
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Parola ta a fost schimbată cu succes!"
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Postarea ta a fost publicată."
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Postările tale au fost publicate."
 
@@ -9479,7 +9766,7 @@ msgstr "Postările, aprecierile și blocările tale sunt publice. Lucrurile puse
 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 "Profilul, postările, fluxurile și listele tale nu vor mai fi vizibile altor utilizatori Bluesky. Îți poți reactiva contul oricând, autentificându-te."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Răspunsul tău a fost publicat."
 
diff --git a/src/locale/locales/ru/messages.po b/src/locale/locales/ru/messages.po
index 054ea36eb..68be19799 100644
--- a/src/locale/locales/ru/messages.po
+++ b/src/locale/locales/ru/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: ru\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Russian\n"
 "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
@@ -27,8 +27,7 @@ msgstr "(активные)"
 msgid "(contains embedded content)"
 msgstr "(содержит встроенный контент)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(нет электронной почты)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# репост} few {# репоста} other {# реп
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# секунду} few {# секунды} other {# секунд}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0,  plural, one {# непрочитанный элемент} other {# непрочитанных элементов}}"
 
@@ -91,17 +90,17 @@ msgstr "{0,  plural, one {# непрочитанный элемент} other {#
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# месяц} few {# месяца} other {# месяцев}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {подписчик} few {подписчика} other {подписчиков}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {подписка} few {подписки} other {подписок}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {лайк} few {лайка} other {лайков}}"
 
@@ -109,22 +108,22 @@ msgstr "{0, plural, one {лайк} few {лайка} other {лайков}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {пост} few {поста} other {постов}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {цитирование} few {цитирования} other {цитирований}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {репост} few {репоста} other {репостов}}"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:78
 msgid "{0, plural, other {{1} posts}}"
-msgstr ""
+msgstr "{0, plural, one {{1} пост} few {{1} поста} many {{1} постов} other {{1} поста}}"
 
 #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack
 #: src/screens/StarterPack/StarterPackScreen.tsx:485
 msgid "{0, plural, other {# people have}} used this starter pack!"
-msgstr ""
+msgstr "{0, plural,  few {# человека воспользовались} other {# человек воспользовался}} этим стартовым набором!"
 
 #. Pattern: {wordValue} in tags
 #: src/components/dialogs/MutedWords.tsx:475
@@ -136,6 +135,10 @@ msgstr "{0} <0>в <1>тегах</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>в <1>тексте и тегах</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} присоединился на этой неделе"
@@ -147,17 +150,18 @@ msgstr "{0} из {1}"
 #. Accessibility label describing how many characters the user has entered out of a 50-character limit in a text input field
 #: src/screens/StarterPack/Wizard/StepDetails.tsx:55
 msgid "{0} out of 50"
-msgstr ""
+msgstr "{0} из 50"
 
 #: src/components/dms/MessageItem.tsx:143
 msgid "{0} reacted {1}"
-msgstr ""
+msgstr "{0} отреагировал {1}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:231
 msgid "{0} reacted {1} to {2}"
-msgstr ""
+msgstr "{0} отреагировал {1} на {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Аватар {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}м"
 msgid "{0}s"
 msgstr "{0}с"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count,  plural, one {# непрочитанный элемент} other {# непрочитанных элементов}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {час} few {часа} other {часов
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {минута} few {минуты} other {минут}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}}</0> подписались на вас"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другому} other {{formattedAuthorsCount} другим}}</0> понравилась ваша лента"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другому} other {{formattedAuthorsCount} другим}}</0> понравился ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}}</0> репостнули ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}}</0> зарегистрировались с вашим стартовым набором"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} подписался на вас"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} подписался на вас в ответ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} понравилась ваша лента"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} понравился ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} репостнул ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} зарегистрировался с вашим стартовым набором"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} подписались на вас"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другому} other {{formattedAuthorsCount} другим}} понравилась ваша лента"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другому} other {{formattedAuthorsCount} другим}} понравился ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} репостнули ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} зарегистрировались с вашим стартовым набором"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} подписался на вас"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} подписался на вас в ответ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} понравилась ваша лента"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} понравился ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} репостнул ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} зарегистрировался с вашим стартовым набором"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} подписок"
@@ -335,9 +339,21 @@ msgstr "{following} подписок"
 msgid "{handle} can't be messaged"
 msgstr "{handle} не может получать сообщения"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
+msgstr "{joinedAllTimeCount, plural, one {# пользователь присоединился} few {# пользователя присоединились} many {# пользователей присоединились} other {# пользователя присоединились}}!"
+
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
 msgstr ""
 
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
@@ -355,12 +371,12 @@ msgstr "{profileName} присоединился к Bluesky, используя
 #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor"
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:107
 msgid "{rank}."
-msgstr ""
+msgstr "{rank}."
 
 #. trending topic time spent trending. should be as short as possible to fit in a pill
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:202
 msgid "{type}h ago"
-msgstr ""
+msgstr "{type}ч. назад"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
@@ -378,7 +394,7 @@ msgstr ""
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
 msgid "+{computedTotal}"
-msgstr ""
+msgstr "+{computedTotal}"
 
 #: src/screens/StarterPack/Wizard/index.tsx:449
 msgctxt "profiles"
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1> и {2, plural, one {# другой} other {# других}} включены в ваш стартовый набор"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {подписчик} few {подписчика} other {подписчиков}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {подписка} few {подписки} other {подписок}}"
 
@@ -422,7 +438,7 @@ msgstr "<0> Экспериментально:</0> Когда эта настро
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Вы</0> и<1> </1><2>{0} </2> включены в ваш стартовый набор"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Недопустимый псевдоним"
 
@@ -445,65 +461,65 @@ msgstr "7 дней"
 #. If last message does not contain text, fall back to "{user} reacted to {a message}"
 #: src/screens/Messages/components/ChatListItem.tsx:210
 msgid "a message"
-msgstr ""
+msgstr "сообщение"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Описание"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
-msgstr ""
+msgstr "Принять"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
-msgstr ""
+msgstr "Принять запрос на беседу"
 
 #. Accept a chat request
 #: src/screens/Messages/components/RequestListItem.tsx:42
 msgid "Accept Request"
-msgstr ""
+msgstr "Принять запрос"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Доступность"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Настройки Доступности"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Учётная запись"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Учётная запись заблокирована"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Вы подписались на учётную запись"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Учётная запись игнорируется"
@@ -517,33 +533,33 @@ msgstr "Учётная запись игнорируется"
 msgid "Account Muted by List"
 msgstr "Учётная запись игнорируется списком"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Параметры учётной записи"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Учётная запись удалена из быстрого доступа"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Учётная запись разблокирована"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Вы отписались от учётной записи"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Учётная запись больше не игнорируется"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Добавить {displayName} в стартовый набор"
 msgid "Add a content warning"
 msgstr "Добавить предупреждение о содержимом"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Добавить учётную запись"
 msgid "Add alt text"
 msgstr "Добавить альтернативный текст"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Добавьте альтернативный текст (необязательно)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Добавить другую учётную запись"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Добавить другой пост"
 
@@ -612,22 +632,22 @@ msgstr "Добавить пароль приложения"
 
 #: src/components/dms/EmojiReactionPicker.web.tsx:35
 msgid "Add emoji reaction"
-msgstr ""
+msgstr "Добавить эмодзи-реакцию"
 
 #: src/components/moderation/ReportDialog/index.tsx:392
 #: src/components/moderation/ReportDialog/index.tsx:396
 msgid "Add more details (optional)"
-msgstr ""
+msgstr "Добавить подробности (опционально)"
 
 #: src/components/dialogs/MutedWords.tsx:321
 msgid "Add mute word with chosen settings"
-msgstr ""
+msgstr "Добавить игнорирование слова с выбранными настройками"
 
 #: src/components/dialogs/MutedWords.tsx:112
 msgid "Add muted words and tags"
 msgstr "Добавить игнорируемые слова и теги"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Добавить новый пост"
 
@@ -638,11 +658,11 @@ msgstr "Добавить людей"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr ""
+msgstr "Добавить людей в список"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
-msgstr ""
+msgstr "Добавить реакцию"
 
 #: src/screens/Home/NoFeedsPinned.tsx:99
 msgid "Add recommended feeds"
@@ -664,8 +684,8 @@ msgstr "Добавьте следующую DNS-запись к вашему д
 msgid "Add this feed to your feeds"
 msgstr "Добавьте эту ленту в свои ленты"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Добавить в списки"
 
@@ -675,7 +695,7 @@ msgstr "Добавить в мои ленты"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "Добавить пользователя в список"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -688,7 +708,7 @@ msgstr "Добавлено в мои ленты"
 
 #: src/components/moderation/ReportDialog/index.tsx:410
 msgid "Additional details (limit 300 characters)"
-msgstr ""
+msgstr "Дополнительные сведения (до 300 символов)"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:159
 msgid "Adult"
@@ -718,6 +738,11 @@ msgstr "Метки содержимого для взрослых"
 msgid "Advanced"
 msgstr "Расширенные"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Все"
@@ -732,7 +757,7 @@ msgstr "Все учётные записи отслеживаются!"
 msgid "All languages"
 msgstr "Все языки"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Все сохранённые ленты в одном месте."
 
@@ -776,10 +801,10 @@ msgstr "АЛЬТ"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Альтернативный текст"
 
@@ -794,18 +819,17 @@ msgstr "Альтернативный текст описывает изобра
 #: src/view/com/composer/GifAltText.tsx:179
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:139
 msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} characters.}}"
-msgstr ""
+msgstr "Альтернативный текст будет обрезан. {MAX_ALT_TEXT, plural, one {} few {Ограничение: {0} символов.} many {Ограничение: {0} символов.}other {Ограничение: {0} символов.}}"
 
 #: 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 "Было отправлено письмо на адрес {0}. Оно содержит код подтверждения, который можно ввести ниже."
 
-#: 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 "Было отправлено письмо на ваш предыдущий адрес, {0}. Оно содержит код подтверждения, который вы можете ввести ниже."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Было отправлено письмо! Пожалуйста, введите код подтверждения, указанный в письме ниже."
 
@@ -825,7 +849,7 @@ msgstr "Возникла ошибка при сжатии видео."
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "При создании вашего стартового набора возникла ошибка. Хотите попробовать ещё раз?"
 
@@ -842,7 +866,7 @@ msgstr "При загрузке видео возникла ошибка. Пож
 msgid "An error occurred while saving the QR code!"
 msgstr "При сохранении QR-кода возникла ошибка!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "При выборе видео возникла ошибка"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "При загрузке видео возникла ошибка."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Проблема не включена в эти варианты"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "При запуске чата возникла проблема"
 
@@ -875,8 +899,8 @@ msgstr "При попытке открыть чат возникла пробл
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Антисоциальное поведение"
 msgid "Anybody can interact"
 msgstr "Любой может взаимодействовать"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Иконка приложения"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Язык приложения"
 
@@ -958,7 +982,7 @@ msgstr "Имена паролей приложений должны состоя
 msgid "App passwords"
 msgstr "Пароли приложений"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Пароли приложений"
@@ -994,10 +1018,10 @@ msgstr "Обжаловать приостановку"
 msgid "Appeal this decision"
 msgstr "Обжаловать это решение"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Оформление"
 
@@ -1006,12 +1030,12 @@ msgstr "Оформление"
 msgid "Apply default recommended feeds"
 msgstr "Применить рекомендуемые по умолчанию ленты"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Архивный пост от {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Архивный пост"
 
@@ -1033,7 +1057,7 @@ msgstr "Вы уверены, что хотите отменить изменен
 
 #: src/components/dms/LeaveConvoPrompt.tsx:46
 msgid "Are you sure you want to leave this conversation?"
-msgstr ""
+msgstr "Вы уверены, что хотите выйти из беседы?"
 
 #: src/components/dms/LeaveConvoPrompt.tsx:45
 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant."
@@ -1047,11 +1071,11 @@ msgstr "Вы уверены, что хотите удалить {0} из сво
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Вы уверены, что хотите удалить это из своих лент?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Вы действительно хотите удалить этот черновик?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Вы действительно хотите удалить этот пост?"
 
@@ -1072,6 +1096,11 @@ msgstr "Искусство"
 msgid "Artistic or non-erotic nudity."
 msgstr "Художественная или неэротическая обнаженность."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Не менее 3-х символов"
@@ -1103,7 +1132,7 @@ msgstr "Автовоспроизведение видео и GIF-файлов"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1111,51 +1140,57 @@ msgstr "Назад"
 
 #: src/screens/Messages/Inbox.tsx:238
 msgid "Back to Chats"
-msgstr ""
+msgstr "Вернуться к чатам"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Чтобы создать список, необходимо сначала подтвердить свою электронную почту."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Чтобы создать пост, необходимо сначала подтвердить свою электронную почту."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Чтобы создать стартовый набор, необходимо сначала подтвердить свою электронную почту."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Чтобы отправить сообщение другому пользователю, необходимо сначала подтвердить свою электронную почту."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Дата рождения"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Заблокировать"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Заблокировать"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Заблокировать учётную запись?"
 
@@ -1177,7 +1212,7 @@ msgstr "Заблокировать список"
 
 #: src/screens/Messages/components/ChatStatusInfo.tsx:46
 msgid "Block or report"
-msgstr ""
+msgstr "Блокировать или пожаловаться"
 
 #: src/view/screens/ProfileList.tsx:784
 msgid "Block these accounts?"
@@ -1200,17 +1235,17 @@ msgstr "Заблокировано"
 msgid "Blocked accounts"
 msgstr "Заблокированные учётные записи"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Заблокированные учётные записи"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Заблокированные учётные записи не могут вам отвечать, упоминать вас в своих постах, и взаимодействовать с вами каким-либо другим образом."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Заблокированные учётные записи не могут вам отвечать, упоминать вас в своих постах, и взаимодействовать с вами каким-либо другим образом. Вы не будете видеть их посты и они не будут видеть ваши."
 
@@ -1226,11 +1261,11 @@ msgstr "Блокировка не мешает этому маркировщик
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Блокировка - это открытая информация. Заблокированные учётные записи не могут отвечать в ваших постах, упоминать вас или иным образом взаимодействовать с вами."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Блокировка не помешает добавлять метки на вашу учётную запись, но она остановит возможность этой учётной записи комментировать ваши посты или взаимодействовать с вами."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Блог"
 
@@ -1239,14 +1274,14 @@ msgstr "Блог"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky не может подтвердить подлинность заявленной даты."
 
 #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:129
 msgctxt "Name of app icon variant"
 msgid "Bluesky Classic™"
-msgstr ""
+msgstr "Bluesky Classic™"
 
 #: src/view/com/auth/server-input/index.tsx:212
 msgid "Bluesky is an open network where you can choose your hosting provider. If you're a developer, you can host your own server."
@@ -1265,7 +1300,7 @@ msgstr "Bluesky лучше с друзьями!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Условия предоставления услуг Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky выберет набор рекомендуемых учётных записей из вашего круга общения."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky не будет показывать ваш профиль и п
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky будет активно подтверждать известные и подлинные учетные записи."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1337,13 +1372,13 @@ msgstr "Просмотреть стартовый набор {displayName}"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:89
 msgid "Browse topic {0}"
-msgstr ""
+msgstr "Просмотреть тему {0}"
 
 #: src/components/TrendingTopics.tsx:232
 msgid "Browse topic {displayName}"
 msgstr "Просмотреть тему {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Бизнес"
 
@@ -1372,47 +1407,49 @@ msgstr "Создавая учётную запись, вы соглашаете
 
 #: src/screens/Search/components/StarterPackCard.tsx:105
 msgid "By you"
-msgstr ""
+msgstr "Сделан вами"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Камера"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Отменить"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Отменить удаление учётной записи"
 msgid "Cancel image crop"
 msgstr "Отменить обрезку изображения"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Отменить изменения профиля"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Отменяет открытие ссылки"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Невозможно взаимодействовать с заблокированным пользователем"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Субтитры (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Субтитры и альтернативный текст"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Изменить"
 
@@ -1478,13 +1514,12 @@ msgstr "Изменить иконку приложения"
 msgid "Change app icon to \"{0}\""
 msgstr "Изменить иконку приложения на \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Изменить электронную почту"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Изменить адрес электронной почты"
 
@@ -1497,10 +1532,6 @@ msgstr "Изменить псевдоним"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Изменить адрес электронной почты"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Изменение пароля"
@@ -1511,13 +1542,13 @@ msgstr "Изменить язык поста на {suggestedLanguageName}"
 
 #: src/components/moderation/ReportDialog/index.tsx:236
 msgid "Change report reason"
-msgstr ""
+msgstr "Причина изменения жалобы"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Изменить адрес электронной почты"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Измените свой адрес электронной почты"
 
@@ -1530,37 +1561,37 @@ msgstr "Изменяет иконку приложения"
 msgid "Changes hosting provider"
 msgstr "Изменяет хостинг-провайдера"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Чат"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
-msgstr ""
+msgstr "Чат удалён"
 
 #: src/components/dms/ConvoMenu.tsx:176
 msgctxt "toast"
 msgid "Chat muted"
 msgstr "Чат без звука"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
-msgstr ""
+msgstr "Почтовый ящик запросов на чат"
 
 #: src/screens/Messages/components/InboxPreview.tsx:64
 #: src/screens/Messages/Inbox.tsx:77
 msgid "Chat requests"
-msgstr ""
+msgstr "Запросы на чат"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Настройки чата"
 
@@ -1573,10 +1604,10 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Чат со звуком"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
-msgstr ""
+msgstr "Чаты"
 
 #: src/screens/SignupQueued.tsx:78
 #: src/screens/SignupQueued.tsx:82
@@ -1599,7 +1630,7 @@ msgstr "Выберите метод подтверждения домена"
 msgid "Choose Feeds"
 msgstr "Выберите ленты"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Выберите за меня"
 
@@ -1619,7 +1650,7 @@ msgstr "Выберите этот цвет в качестве своего ав
 msgid "Choose your account provider"
 msgstr "Выберите провайдера вашей учётной записи"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Выберите свою собственную временную шкалу! Ленты, созданные сообществом, помогут вам найти контент, который вы любите."
 
@@ -1631,16 +1662,16 @@ msgstr "Укажите пароль"
 msgid "Choose your username"
 msgstr "Выберите свой псевдоним"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Очистите все данные хранилища"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Очистите все данные хранилища (после этого перезагрузитесь)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Очистить поисковый запрос"
 msgid "click here"
 msgstr "нажмите здесь"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Нажмите, чтобы отключить цитирование этого поста."
@@ -1676,29 +1715,34 @@ msgstr "Климат"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Клип 🐴 клоп 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Закрыть"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Закрыть диалоговое окно"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Закрыть нижнее меню"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Закрыть диалог"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Закрывает выдвижное меню"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Закрыть подборщик эмодзи"
 
@@ -1751,12 +1795,12 @@ msgstr "Закрыть диалоговое окно"
 msgid "Closes password update alert"
 msgstr "Закрывает уведомление об изменении пароля"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
-msgstr ""
+msgstr "Закрывает редактор и удаляет черновик"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Закрывает подборщик эмодзи"
 
@@ -1764,11 +1808,11 @@ msgstr "Закрывает подборщик эмодзи"
 msgid "Closes viewer for header image"
 msgstr "Закрывает просмотр изображения"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Свернуть список пользователей"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Сворачивает список пользователей для данного уведомления"
 
@@ -1791,7 +1835,7 @@ msgstr "Комедия"
 msgid "Comics"
 msgstr "Комиксы"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Правила сообщества"
@@ -1804,11 +1848,11 @@ msgstr "Завершите ознакомление и начните польз
 msgid "Complete the challenge"
 msgstr "Выполните задание"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Составить новый пост"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Составить ответ"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Сжатие видео..."
 
@@ -1828,23 +1872,17 @@ msgstr "Настроить фильтрацию содержимого для к
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Настраивается в <0>настройках модерации</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Подтвердить настройку языка содержимого"
@@ -1861,18 +1899,19 @@ msgstr "Подтвердите ваш возраст:"
 msgid "Confirm your birthdate"
 msgstr "Подтвердите вашу дату рождения"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Код подтверждения"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Код подтверждения"
 
@@ -1880,8 +1919,8 @@ msgstr "Код подтверждения"
 msgid "Connecting..."
 msgstr "Соединение..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Служба поддержки"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Содержание и медиа"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Содержимое и медиа"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Содержимое и медиа"
 
@@ -1911,7 +1950,7 @@ msgstr "Фильтры содержимого"
 msgid "Content from across the network we think you might like."
 msgstr "Содержимое сети, которое, по нашему мнению, может вам понравиться."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Языки содержимого"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Фон контекстного меню, нажмите, чтобы закрыть меню."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Далее"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Продолжить как {0} (текущий пользователь)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Продолжить ветку..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Перейти к следующему шагу"
@@ -1973,7 +2012,7 @@ msgstr "Кулинария"
 msgid "Copied"
 msgstr "Скопировано"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Версия сборки скопирована в буфер обмена"
 
@@ -1981,8 +2020,8 @@ msgstr "Версия сборки скопирована в буфер обме
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Скопировано в буфер обмена"
 
@@ -1991,7 +2030,7 @@ msgstr "Скопировано в буфер обмена"
 msgid "Copied!"
 msgstr "Скопировано!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Копирует версию сборки в буфер обмена"
 
@@ -2003,13 +2042,13 @@ msgstr "Копировать"
 msgid "Copy App Password"
 msgstr "Копировать пароль приложения"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Копировать at:// URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Копировать DID автора"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Копировать код"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Копировать DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Копировать ссылку"
 msgid "Copy link to list"
 msgstr "Копировать ссылку на список"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Копировать ссылку на пост"
 
@@ -2050,13 +2089,13 @@ msgstr "Копировать ссылку на пост"
 msgid "Copy message text"
 msgstr "Копировать текст сообщения"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Копировать at:// URI поста"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Копировать текст поста"
 
@@ -2068,7 +2107,7 @@ msgstr "Копировать QR-код"
 msgid "Copy TXT record value"
 msgstr "Копировать значение TXT-записи"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Политика защиты авторского права"
@@ -2078,7 +2117,7 @@ msgstr "Политика защиты авторского права"
 msgid "Could not leave chat"
 msgstr "Не удалось выйти из чата"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Не удалось загрузить ленту"
 
@@ -2094,7 +2133,7 @@ msgstr "Не удалось заглушить чат"
 msgid "Could not process your video"
 msgstr "Не удалось обработать ваше видео"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Создать"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Создать QR-код для стартового набора"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Создать стартовый набор"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Создать для меня стартовый набор"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2135,9 +2174,9 @@ msgstr "Создать учётную запись"
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:303
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:310
 msgid "Create an account without using this starter pack"
-msgstr ""
+msgstr "Создать учётную запись без этого стартового набора"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Создать аватар вместо этого"
 
@@ -2209,13 +2248,13 @@ msgstr "Тёмная тема"
 msgid "Date of birth"
 msgstr "Дата рождения"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Деактивировать учётную запись"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Настройка модерации"
 
@@ -2237,13 +2276,13 @@ msgstr "Иконки по умолчанию"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Удалить"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Удалить учётную запись"
 
@@ -2259,19 +2298,19 @@ msgstr "Удалить пароль для приложения"
 msgid "Delete app password?"
 msgstr "Удалить пароль для приложения?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
-msgstr ""
+msgstr "Удалить чат"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Удалить запись объявления чата"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Удалить беседу"
 
@@ -2285,7 +2324,7 @@ msgstr "Удалить для меня"
 
 #: src/view/screens/ProfileList.tsx:556
 msgid "Delete list"
-msgstr ""
+msgstr "Удалить список"
 
 #: src/components/dms/MessageContextMenu.tsx:183
 msgid "Delete message"
@@ -2299,9 +2338,9 @@ msgstr "Удалите сообщение для меня"
 msgid "Delete my account"
 msgstr "Удалить мою учётную запись"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Удалить пост"
 
@@ -2318,7 +2357,7 @@ msgstr "Удалить стартовый набор?"
 msgid "Delete this list?"
 msgstr "Удалить этот список?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Удалить этот пост?"
 
@@ -2335,19 +2374,19 @@ msgstr "Удалённая учётная запись"
 msgid "Deleted post."
 msgstr "Удалённый пост."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Описание"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Описание слишком длинное"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Описательный альтернативный текст"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Отделить цитату"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Отделить цитату от поста?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Режим разработчика отключен"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Режим разработчика включен"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Опции разработчика"
 
@@ -2388,6 +2427,15 @@ msgstr "Диалог: настройте, кто может взаимодейс
 msgid "Dim"
 msgstr "Тусклая"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Отключить 2FA по электронной почте"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Отключено"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Удалить"
 
@@ -2420,11 +2468,11 @@ msgstr "Удалить"
 msgid "Discard changes?"
 msgstr "Удалить изменения?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Удалить черновик?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Удалить пост?"
 
@@ -2435,22 +2483,22 @@ msgstr "Попросить приложения не показывать мою
 
 #: src/screens/Search/Explore.tsx:436
 msgid "Discover Feeds"
-msgstr ""
+msgstr "Откройте для себя новые ленты"
 
 #: src/view/com/posts/FollowingEmptyState.tsx:70
 #: src/view/com/posts/FollowingEndOfFeed.tsx:71
 msgid "Discover new custom feeds"
 msgstr "Откройте для себя новые пользовательские ленты"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Откройте для себя новые ленты"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Пропустить"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Пропустить ошибку"
 
@@ -2471,9 +2519,9 @@ msgstr "Пропустить этот раздел"
 msgid "Display larger alt text badges"
 msgstr "Отображение больших значков альтернативного текста"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Имя"
@@ -2482,11 +2530,11 @@ msgstr "Имя"
 msgid "Display Name"
 msgstr "Имя"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Имя слишком длинное"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Не начинается или заканчивается дефисо
 msgid "Domain verified!"
 msgstr "Домен проверен!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2544,13 +2602,13 @@ msgstr "Готово{extraText}"
 
 #: src/components/dms/MessageItem.tsx:161
 msgid "Double tap or long press the message to add a reaction"
-msgstr ""
+msgstr "Дважды нажмите или зажмите сообщение, чтобы добавить реакцию"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Дважды нажмите, чтобы закрыть диалог"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Дважды нажмите, чтобы поставить лайк"
 
@@ -2575,7 +2633,7 @@ msgstr "Продолжительность:"
 msgid "e.g. alice"
 msgstr "например, alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "например, Алиса Фамилия"
 
@@ -2587,7 +2645,7 @@ msgstr "например, Алиса Робертс"
 msgid "e.g. alice.com"
 msgstr "например, alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "например, художница, собачница и заядлая читательница."
 
@@ -2595,19 +2653,19 @@ msgstr "например, художница, собачница и заядла
 msgid "E.g. artistic nudes."
 msgstr "Например, художественная обнаженность."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "например, Крутые авторы"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "например, Cпамеры"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "например, Авторы, которые ничего не пропускают."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "например, Пользователи, неоднократно отвечавшие рекламой."
 
@@ -2615,7 +2673,7 @@ msgstr "например, Пользователи, неоднократно о
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Каждый код приглашения работает только один раз. Время от времени вы будете получать новые коды."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Редактировать"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Изменить фото профиля"
 
@@ -2637,14 +2695,14 @@ msgstr "Изменить фото профиля"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Редактировать изображение"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Редактировать настройки взаимодействия"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Редактировать описание списка"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Редактирование списка"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Редактировать мои ленты"
 
@@ -2679,15 +2742,15 @@ msgstr "Редактировать людей"
 msgid "Edit post interaction settings"
 msgstr "Редактировать настройки взаимодействия с постом"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Редактировать профиль"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Редактировать профиль"
 
@@ -2695,7 +2758,7 @@ msgstr "Редактировать профиль"
 msgid "Edit starter pack"
 msgstr "Редактировать стартовый набор"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Редактировать список пользователей"
 
@@ -2707,11 +2770,11 @@ msgstr "Редактировать, кто может отвечать"
 msgid "Edit your display name"
 msgstr "Редактировать ваше имя"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Редактировать описание вашего профиля"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Редактировать ваш стартовый набор"
 
@@ -2724,9 +2787,8 @@ msgstr "Образование"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Либо создатель этого списка заблокировал вас, либо вы заблокировали создателя."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Электронная почта"
 
@@ -2747,20 +2809,17 @@ msgstr "Адрес электронной почты"
 msgid "Email Resent"
 msgstr "Подтверждение отправлено повторно"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Электронная почта изменена"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Электронная почта изменена"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Электронная почта изменена!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Электронная почта проверена"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Встроить HTML-код"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Встроить пост"
 
@@ -2785,8 +2844,9 @@ msgstr "Встройте этот пост в Ваш сайт. Просто ск
 msgid "Embedded video player"
 msgstr "Встроенный видеоплеер"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Включено"
 
@@ -2798,9 +2858,9 @@ msgstr "Включить только {0}"
 msgid "Enable adult content"
 msgstr "Разрешить содержимое для взрослых"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Включить 2FA по электронной почте"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Включено"
 msgid "End of feed"
 msgstr "Конец ленты"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Убедитесь, что вы выбрали язык для каждого файла субтитров."
 
@@ -2860,14 +2920,15 @@ msgstr "Введите пароль"
 msgid "Enter a word or tag"
 msgstr "Введите слово или тег"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Введите код"
 
-#: 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 "Перейти в полноэкранный режим"
@@ -2897,11 +2958,7 @@ msgstr "Введите вашу дату рождения"
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Введите новый адрес электронной почты."
 
@@ -2919,9 +2976,9 @@ msgstr "Переходит в полноэкранный режим"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:235
 msgid "Entertainment"
-msgstr ""
+msgstr "Развлечения"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Ошибка"
@@ -2940,7 +2997,7 @@ msgstr "Ошибка:"
 
 #: src/screens/Search/SearchResults.tsx:131
 msgid "Error: {error}"
-msgstr ""
+msgstr "Ошибка: {error}"
 
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:394
 msgid "Everybody"
@@ -2997,15 +3054,15 @@ msgstr "Выходит из режима просмотра"
 msgid "Expand alt text"
 msgstr "Развернуть альтернативный текст"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Развернуть список пользователей"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Развернуть или свернуть весь пост, на который вы отвечаете"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Разворачивает или сворачивает текст поста"
 
@@ -3031,6 +3088,10 @@ msgstr "Истекает {0}"
 msgid "Expires in {0}"
 msgstr "Истекает через {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Откровенный или потенциально проблемн
 msgid "Explicit sexual images."
 msgstr "Откровенные сексуальные изображения."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Экспорт моих данных"
 
@@ -3071,57 +3132,53 @@ msgstr "Внешние медиа"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Внешние медиа могут позволить веб-сайтам собирать информацию о вас и вашем устройстве. Информация не отправляется и не запрашивается, пока не нажата кнопка \"Воспроизвести\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Настройка внешних медиа"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
-msgstr ""
+msgstr "Не удалось принять чат"
 
 #: src/components/dms/ActionsWrapper.web.tsx:67
 #: src/components/dms/MessageContextMenu.tsx:100
 msgid "Failed to add emoji reaction"
-msgstr ""
+msgstr "Не удалось добавить эмодзи-реакцию"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:587
 msgid "Failed to change handle. Please try again."
 msgstr "Не удалось изменить псевдоним. Попробуйте ещё раз."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Не удалось изменить пароль приложения. Попробуйте ещё раз."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
-msgstr ""
+msgstr "Не удалось создать беседу"
 
 #: src/screens/StarterPack/Wizard/index.tsx:233
 #: src/screens/StarterPack/Wizard/index.tsx:241
 msgid "Failed to create starter pack"
 msgstr "Не удалось создать стартовый набор"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Не удалось создать список. Проверьте интернет-соединение и попробуйте ещё раз."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
-msgstr ""
+msgstr "Не удалось удалить чат"
 
 #: src/components/dms/MessageContextMenu.tsx:80
 msgid "Failed to delete message"
 msgstr "Не удалось удалить сообщение"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Не удалось удалить пост, попробуйте ещё раз"
 
@@ -3129,10 +3186,10 @@ msgstr "Не удалось удалить пост, попробуйте ещё
 msgid "Failed to delete starter pack"
 msgstr "Не удалось удалить стартовый набор"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
-msgstr ""
+msgstr "Не удалось загрузить беседы"
 
 #: src/screens/Search/Explore.tsx:475
 #: src/screens/Search/Explore.tsx:514
@@ -3159,7 +3216,7 @@ msgstr "Не удалось загрузить предложенные подп
 #: src/screens/Messages/Inbox.tsx:295
 #: src/screens/Messages/Inbox.tsx:318
 msgid "Failed to mark all requests as read"
-msgstr ""
+msgstr "Не удалось пометить все запросы как прочитанные"
 
 #: src/state/queries/pinned-post.ts:75
 msgid "Failed to pin post"
@@ -3168,7 +3225,7 @@ msgstr "Не удалось закрепить пост"
 #: src/components/dms/ActionsWrapper.web.tsx:61
 #: src/components/dms/MessageContextMenu.tsx:94
 msgid "Failed to remove emoji reaction"
-msgstr ""
+msgstr "Не удалось удалить эмодзи-реакцию"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Не удалось отправить"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Не удалось подать апелляцию, попробуйте ещё раз."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Не удалось переключить игнорирование ветки, попробуйте ещё раз"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Не удалось изменить ленты"
@@ -3219,11 +3290,15 @@ msgstr "Не удалось изменить настройки"
 msgid "Failed to upload video"
 msgstr "Не удалось загрузить видео"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Не удалось проверить псевдоним. Попробуйте ещё раз."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Лента"
 
@@ -3242,24 +3317,24 @@ msgstr "Переключатель ленты"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Обратная связь"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Обратная связь отправлена!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Ленты"
 
@@ -3279,7 +3354,7 @@ msgstr "Мы думаем, что вам понравятся эти ленты.
 
 #: src/screens/Settings/components/OTAInfo.tsx:58
 msgid "Fetch update"
-msgstr ""
+msgstr "Получить обновление"
 
 #: src/screens/Settings/components/ExportCarDialog.tsx:43
 msgid "File saved successfully!"
@@ -3315,7 +3390,7 @@ msgstr "Найти людей, чтобы подписаться"
 
 #: src/screens/Search/Shell.tsx:476
 msgid "Find posts, users, and feeds on Bluesky"
-msgstr ""
+msgstr "Найти посты, пользователей и ленты в Bluesky"
 
 #: src/screens/StarterPack/Wizard/index.tsx:195
 msgid "Finish"
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Гибкий"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Подписаться"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Подписаться"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Подписаться на {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Подписаться на {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Подписаться на {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Подпишитесь на 10 учётных записей"
 msgid "Follow 7 accounts"
 msgstr "Подпишитесь на 7 учётных записей"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Подписаться на учётную запись"
 
@@ -3391,7 +3462,7 @@ msgstr "Подписаться на учётную запись"
 msgid "Follow all"
 msgstr "Подписаться на всех"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Подписаться в ответ"
@@ -3417,7 +3488,7 @@ msgstr "Подписаны <0>{0}</0> и <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Подписаны <0>{0}</0>, <1>{1}</1> и {2, plural, one {# другой} other {# других}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Подписчики @{0}, которых вы знаете"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Подписчики, которых вы знаете"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Подписки"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Подписка на {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Подписан на {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Подписка на {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Настройка ленты подписок"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Настройка ленты подписок"
@@ -3496,7 +3563,7 @@ msgstr "Для наилучшего восприятия мы рекоменду
 
 #: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:94
 msgid "For You"
-msgstr ""
+msgstr "Для Вас"
 
 #: src/components/dialogs/MutedWords.tsx:178
 msgid "Forever"
@@ -3524,7 +3591,7 @@ msgstr "Часто публикует неприемлемый контент"
 msgid "From @{sanitizedAuthor}"
 msgstr "От @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Из <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Из <0/>"
 msgid "Gallery"
 msgstr "Галерея"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Сгенерировать стартовый набор"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Получить помощь"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Приступить"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Начало работы"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Придайте своему профилю лицо"
 
@@ -3567,10 +3636,10 @@ msgstr "Грубые нарушения закона или условий ис
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Вернуться"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,10 +3674,26 @@ msgstr "Вернуться на главную"
 msgid "Go Home"
 msgstr "Вернуться на главную"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
-msgid "Go to {firstAuthorName}'s profile"
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
 msgstr ""
 
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
+msgid "Go to {firstAuthorName}'s profile"
+msgstr "Перейти в профиль {firstAuthorName}"
+
 #: src/screens/Messages/components/ChatListItem.tsx:360
 msgid "Go to conversation with {0}"
 msgstr "Перейти к беседе с {0}"
@@ -3638,8 +3723,8 @@ msgstr "Графический медиаконтент"
 msgid "Half way there!"
 msgstr "Полпути пройдено!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Псевдоним"
 
@@ -3665,7 +3750,7 @@ msgstr "Тактильные ощущения"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Домогательства, троллинг или нетерпимость"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Хештег"
 
@@ -3673,19 +3758,24 @@ msgstr "Хештег"
 msgid "Hashtag {tag}"
 msgstr "Хештег {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Возникли проблемы?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Справка"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Чтобы люди знали, что вы не бот, загрузите фотографию или создайте аватар."
 
@@ -3698,7 +3788,7 @@ msgstr "Вот ваш пароль приложения!"
 msgid "Hidden"
 msgstr "Скрыто"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Скрыто настройками модерации."
 
@@ -3715,12 +3805,12 @@ msgstr "Скрытый список"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Скрыть"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Скрыть"
@@ -3729,18 +3819,18 @@ msgstr "Скрыть"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Спрятать пост для меня"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Спрятать ответ для всех"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Спрятать ответ для меня"
 
@@ -3748,12 +3838,12 @@ msgstr "Спрятать ответ для меня"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Скрыть этот пост?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Скрыть этот ответ?"
 
@@ -3771,7 +3861,7 @@ msgstr "Скрыть актуальные темы?"
 msgid "Hide trending videos?"
 msgstr "Скрыть актуальные видео?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Скрыть список пользователей"
 
@@ -3817,11 +3907,11 @@ msgstr "Хммм, мы не смогли загрузить этот серви
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Подождите! Мы постепенно даём доступ к видео, и вы всё ещё в очереди. Возвращайтесь позже!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Главная"
 
@@ -3836,7 +3926,7 @@ msgstr "Хостинг-провайдер"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:190
 msgid "Hot"
-msgstr ""
+msgstr "Горячее"
 
 #: src/screens/Settings/ThreadPreferences.tsx:67
 #: src/screens/Settings/ThreadPreferences.tsx:70
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Сначала горячие ответы"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Как вы хотите открыть эту ссылку?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "У меня есть код"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "У меня есть код"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "У меня есть код подтверждения"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Если вы удалите этот список, вы не сможе
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Если у вас есть собственный домен, вы можете использовать его в качестве своего псевдонима. Это позволит вам самостоятельно подтвердить свою личность. <0> Узнайте больше здесь.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Если вы удалите этот пост, вы не сможете его восстановить."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Если вы хотите изменить пароль, мы отправим вам код, чтобы убедиться, что это ваша учётная запись."
@@ -3915,18 +4008,19 @@ msgstr "Незаконно и срочно"
 msgid "Image"
 msgstr "Изображение"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Изображение сохранено в папке камеры!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3946,7 +4040,7 @@ msgstr "Неприемлемые сообщения или откровенны
 #. Title message shown in chat requests inbox when it's empty
 #: src/screens/Messages/Inbox.tsx:208
 msgid "Inbox zero!"
-msgstr ""
+msgstr "Почтовый ящик пуст!"
 
 #: src/screens/Login/LoginForm.tsx:164
 msgid "Incorrect username or password"
@@ -3989,7 +4083,7 @@ msgstr "Неверный код подтверждения 2FA."
 msgid "Invalid handle. Please try a different one."
 msgstr "Недопустимый псевдоним. Пожалуйста, попробуйте другой."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Неверный или неподдерживаемый пост"
 
@@ -4041,12 +4135,12 @@ msgstr "Он правильный"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Сейчас здесь только вы! Добавьте больше людей в свой стартовый набор, воспользовавшись поиском выше."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID вакансии: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Вакансии"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Метка добавлена автором."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Метки"
 
@@ -4100,13 +4194,13 @@ msgstr "Метки на вашем контенте"
 msgid "Language selection"
 msgstr "Выбор языка"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Настройки языка"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Языки"
 
@@ -4124,20 +4218,20 @@ msgstr "Недавние"
 msgid "learn more"
 msgstr "узнать больше"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Узнать больше"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Узнать больше"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Узнайте больше о Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Узнайте больше о том, какая модерация п
 msgid "Learn more about this warning"
 msgstr "Узнать больше об этом предупреждении"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Вы покидаете Bluesky"
 msgid "left to go."
 msgstr "ещё осталось."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Позвольте мне выбрать"
 
@@ -4230,7 +4324,7 @@ msgstr "Светлая"
 msgid "Like"
 msgstr "Лайк"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Лайк ({0, plural, one {# лайк} few {# лайка} other {# лайков}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Лайкните 10 постов, чтобы обучить ленту D
 msgid "Like this feed"
 msgstr "Лайкнуть эту ленту"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Понравилось"
 
@@ -4269,16 +4363,16 @@ msgstr "Понравилось {0, plural, one {# пользователю} othe
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Понравилось {likeCount, plural, one {# пользователю} other {# пользователям}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Нравится"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Лайки этого поста"
 
@@ -4287,11 +4381,11 @@ msgstr "Лайки этого поста"
 msgid "Linear"
 msgstr "Линейно"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Список"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Аватар списка"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Список игнорируется"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Название списка"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Список больше не игнорируется"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Списки"
 
@@ -4358,6 +4452,22 @@ msgstr "Списки"
 msgid "Lists blocking this user:"
 msgstr "Списки, блокирующие этого пользователя:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Загрузить больше"
@@ -4370,18 +4480,18 @@ msgstr "Загрузить больше предлагаемых лент"
 msgid "Load new notifications"
 msgstr "Загрузить новые уведомления"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Загрузить новые посты"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Загрузка..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Отчёт"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Логотип @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Логотип от <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Похоже, вы открепили все свои ленты. Но 
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Похоже, у вас не хватает ленты подписок. <0>Нажмите здесь, чтобы добавить одну.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Сделать один для меня"
 
@@ -4443,7 +4557,7 @@ msgstr "Настраивайте ваши игнорируемые слова и
 #: src/screens/Messages/Inbox.tsx:324
 #: src/screens/Messages/Inbox.tsx:331
 msgid "Mark all as read"
-msgstr ""
+msgstr "Отметить все как прочитанные"
 
 #: src/components/dms/ConvoMenu.tsx:215
 #: src/components/dms/ConvoMenu.tsx:218
@@ -4453,9 +4567,16 @@ msgstr "Отметить как прочитанное"
 #: src/screens/Messages/Inbox.tsx:292
 #: src/screens/Messages/Inbox.tsx:315
 msgid "Marked all as read"
+msgstr "Все сообщения отмечены как прочитанные"
+
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Медиа"
 
@@ -4479,7 +4600,7 @@ msgstr "Упоминания"
 msgid "Menu"
 msgstr "Меню"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Сообщение {0}"
 
@@ -4494,7 +4615,7 @@ msgstr "Сообщение удалено"
 
 #: src/components/dms/MessageContextMenu.tsx:126
 msgid "Message from @{0}: {1}"
-msgstr ""
+msgstr "Сообщение от @{0}: {1}"
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:201
 msgid "Message from server: {0}"
@@ -4513,7 +4634,7 @@ msgstr "Сообщение слишком длинное"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Сообщения"
 
@@ -4532,10 +4653,10 @@ msgstr "Ложная учётная запись"
 msgid "Misleading Post"
 msgstr "Ложный пост"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Модерация"
 
@@ -4557,12 +4678,12 @@ msgstr "Список модерации от <0/>"
 msgid "Moderation list by you"
 msgstr "Список модерации от вас"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Список модерации создан"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Список модерации изменён"
@@ -4571,8 +4692,8 @@ msgstr "Список модерации изменён"
 msgid "Moderation lists"
 msgstr "Списки модерации"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Списки модерации"
 
@@ -4580,7 +4701,7 @@ msgstr "Списки модерации"
 msgid "moderation settings"
 msgstr "настройка модерации"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Статус модерации"
 
@@ -4593,7 +4714,7 @@ msgstr "Инструменты модерации"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Модератор решил установить общее предупреждение на контент."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Больше"
 
@@ -4602,8 +4723,8 @@ msgstr "Больше"
 msgid "More feeds"
 msgstr "Больше лент"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Дополнительные опции"
@@ -4637,10 +4758,10 @@ msgstr "Игнорировать"
 msgid "Mute {tag}"
 msgstr "Игнорировать {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Игнорировать учётную запись"
 
@@ -4689,13 +4810,13 @@ msgstr "Игнорировать это слово только в тегах"
 msgid "Mute this word until you unmute it"
 msgstr "Игнорировать это слово пока вы его не включите"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Игнорировать ветку"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Игнорировать слова и теги"
 
@@ -4703,12 +4824,12 @@ msgstr "Игнорировать слова и теги"
 msgid "Muted accounts"
 msgstr "Игнорируемые учётные записи"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Игнорируемые учётные записи"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Игнорируемые учётные записи автоматически убираются из вашей ленты и уведомлений. Игнорирование является полностью частным."
 
@@ -4729,15 +4850,15 @@ msgstr "Игнорирование является приватным. Игно
 msgid "My Birthday"
 msgstr "Моя дата рождения"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Мои ленты"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Имя"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Необходимое название"
 
@@ -4764,7 +4885,7 @@ msgstr "Перейти к {0}"
 
 #: src/components/StarterPack/StarterPackCard.tsx:131
 msgid "Navigate to starter pack"
-msgstr ""
+msgstr "Перейти к стартовому набору"
 
 #: src/screens/Login/ForgotPasswordForm.tsx:166
 #: src/screens/Login/LoginForm.tsx:344
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Переходит к следующему экрану"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Переходит к вашему профилю"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Нужно изменить его?"
 
@@ -4797,18 +4918,23 @@ msgstr "Неважно, создайте для меня псевдоним"
 msgid "New"
 msgstr "Новый"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Новый"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Новый чат"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Новый псевдоним"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Новый список"
 
@@ -4828,7 +4954,7 @@ msgstr "Новый список"
 msgid "New messages"
 msgstr "Новые сообщения"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Новый список модерации"
 
@@ -4840,10 +4966,10 @@ msgstr "Новый пароль"
 msgid "New Password"
 msgstr "Новый Пароль"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Новый пост"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Новый пост"
@@ -4863,7 +4989,7 @@ msgstr "Новый пост"
 msgid "New user info dialog"
 msgstr "Новый диалог информации о пользователе"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Новый список пользователей"
 
@@ -4911,6 +5037,10 @@ msgstr "Пока нет паролей приложений"
 msgid "No DNS Panel"
 msgstr "Нет панели DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Не найдено ни одного тематического GIF. Возможно, возникла проблема с Tenor."
@@ -4924,14 +5054,14 @@ msgstr "Не найдено ни одной ленты. Попробуйте п
 msgid "No likes yet"
 msgstr "Пока нет лайков"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Вы больше не подписаны на {0}"
 
 #: src/screens/Signup/StepHandle.tsx:184
 msgid "No longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}"
-msgstr ""
+msgstr "Не длиннее {MAX_SERVICE_HANDLE_LENGTH, plural, one {# символа} other {# символов}}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:139
 msgid "No messages yet"
@@ -4962,8 +5092,8 @@ msgstr "Пока нет цитирований"
 msgid "No reposts yet"
 msgstr "Пока нет репостов"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Нет результатов"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Нет результатов"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Ничего не найдено по запросу \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Несексуальная обнажённость"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Не найдено"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Позже"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Примечание по распространению"
 
@@ -5052,7 +5177,7 @@ msgstr "Примечание по распространению"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Примечание: Bluesky является открытой и публичной сетью. Этот параметр ограничивает видимость вашего содержимого только в приложениях и на сайте Bluesky, но другие приложения могут этого не придерживаться. Ваш контент все ещё может быть показан посетителям без учётной записи другими приложениями и веб-сайтами."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Тут ничего нет"
 
@@ -5060,7 +5185,7 @@ msgstr "Тут ничего нет"
 msgid "Notification filters"
 msgstr "Фильтры уведомлений"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Настройки уведомления"
@@ -5077,11 +5202,11 @@ msgstr "Звуки уведомлений"
 msgid "Notification Sounds"
 msgstr "Звуки уведомлений"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Уведомления"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "О нет! Что-то пошло не так."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "ОК"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Хорошо"
 
@@ -5140,19 +5265,19 @@ msgstr "Сначала самые старые"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "на<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Сброс настроек"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "В одном или нескольких GIF-файлах отсутствует альтернативный текст."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Для одного или нескольких изображений отсутствует альтернативный текст."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "В одном или нескольких видео отсутствует альтернативный текст."
 
@@ -5168,7 +5293,7 @@ msgstr "Только {0} могут отвечать."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Только буквы, цифры и дефис"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Поддерживаются только файлы изображений"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ой, что-то пошло не так!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ой!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ой!"
 msgid "Open"
 msgstr "Открыть"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Открыть контекстное меню профиля {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Открыть создатель аватара"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Открыть выдвижное меню"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Открыть подборщик эмодзи"
 
@@ -5225,9 +5346,9 @@ msgstr "Открыть экран информации о ленте"
 msgid "Open feed options menu"
 msgstr "Открыть меню настроек ленты"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
-msgstr ""
+msgstr "Открыть полный список эмодзи"
 
 #: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:79
 msgid "Open link to {niceUrl}"
@@ -5237,7 +5358,7 @@ msgstr "Открыть ссылку на {niceUrl}"
 msgid "Open message options"
 msgstr "Открыть параметры сообщений"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Открыть страницу отладки модерации"
 
@@ -5247,22 +5368,27 @@ msgstr "Открыть настройки игнорирования слов и
 
 #: src/screens/Search/components/StarterPackCard.tsx:119
 msgid "Open pack"
-msgstr ""
+msgstr "Открыть набор"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Открыть меню настроек поста"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Открыть меню стартового набора"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Открыть страницу историй"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Открыть системный журнал"
 
@@ -5282,19 +5408,19 @@ msgstr "Открывает диалог, позволяющий выбрать,
 msgid "Opens additional details for a debug entry"
 msgstr "Открывает дополнительную информацию о записи для отладки"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Открывает камеру на устройстве"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Открывает диалог изменения псевдонима"
 
@@ -5306,7 +5432,7 @@ msgstr "Открывает редактор"
 msgid "Opens device photo gallery"
 msgstr "Открывает фотогалерею устройства"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Открывает подборщик эмодзи"
 
@@ -5324,7 +5450,7 @@ msgstr "Открывается процесс входа в существующ
 msgid "Opens GIF select dialog"
 msgstr "Открывает диалоговое окно выбора GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Открывает службу поддержки в браузере"
 
@@ -5332,6 +5458,10 @@ msgstr "Открывает службу поддержки в браузере"
 msgid "Opens list of invite codes"
 msgstr "Открывает список кодов приглашения"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Открывает форму сброса пароля"
@@ -5340,12 +5470,12 @@ msgstr "Открывает форму сброса пароля"
 msgid "Opens the linked website"
 msgstr "Открывает ссылку"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Открывает этот профиль"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Открывает окно выбора видео"
 
@@ -5372,19 +5502,19 @@ msgstr "Или войдите в одну из других своих учет
 
 #: src/screens/Settings/components/OTAInfo.tsx:52
 msgid "OTA status: ..."
-msgstr ""
+msgstr "Статус OTA: ..."
 
 #: src/screens/Settings/components/OTAInfo.tsx:48
 msgid "OTA status: Available!"
-msgstr ""
+msgstr "Статус OTA: Доступно!"
 
 #: src/screens/Settings/components/OTAInfo.tsx:50
 msgid "OTA status: Error fetching update"
-msgstr ""
+msgstr "Статус OTA: Ошибка при извлечении обновления"
 
 #: src/screens/Settings/components/OTAInfo.tsx:54
 msgid "OTA status: None available"
-msgstr ""
+msgstr "Статус OTA: Отсутствует"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27
 #: src/lib/moderation/useReportOptions.ts:27
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Другое"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Другая учётная запись"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Страница не найдена"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Приостановить видео"
 msgid "People"
 msgstr "Люди"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Люди, на которых подписан(а) @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Люди, которые подписаны на @{0}"
 
@@ -5498,7 +5628,7 @@ msgstr "Закрепить ленту"
 
 #: src/components/FeedCard.tsx:329
 msgid "Pin Feed"
-msgstr ""
+msgstr "Закрепить ленту"
 
 #: src/view/screens/ProfileList.tsx:714
 msgid "Pin to home"
@@ -5508,12 +5638,12 @@ msgstr "Закрепить на главной странице"
 msgid "Pin to Home"
 msgstr "Закрепить на главной странице"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Закрепить в своём профиле"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Закреплён"
 
@@ -5578,14 +5708,14 @@ msgstr "Пожалуйста, выберите псевдоним."
 msgid "Please choose your password."
 msgstr "Пожалуйста, выберите ваш пароль."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Пожалуйста, завершите проверку Captcha."
 
-#: 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 "Пожалуйста, подтвердите ваш адрес электронной почты, прежде чем изменить его. Это временное требование на  время добавления инструментов изменения электронной почты, и вскоре оно будет удалено."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Пожалуйста, проверьте, правильно ли вы ввели свой адрес электронной почты."
@@ -5602,10 +5732,28 @@ msgstr "Пожалуйста, введите пароль. Он должен с
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Пожалуйста, введите уникальное имя для пароля приложения или используйте наше случайно сгенерированное."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Пожалуйста, введите допустимое слово, тег или фразу для игнорирования"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Пожалуйста, введите адрес электронной 
 msgid "Please enter your invite code."
 msgstr "Пожалуйста, введите код приглашения."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Пожалуйста, введите ваш пароль"
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Пожалуйста, войдите под именем @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Подтвердите свой адрес электронной почты"
 
@@ -5662,7 +5818,7 @@ msgstr "Политика"
 msgid "Porn"
 msgstr "Порнография"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Опубликовать"
@@ -5670,25 +5826,25 @@ msgstr "Опубликовать"
 #: src/view/com/post-thread/PostThread.tsx:540
 msgctxt "description"
 msgid "Post"
-msgstr "Опубликовать"
+msgstr "Пост"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Опубликовать все"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Пост от {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Пост от @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Пост удалён"
@@ -5697,7 +5853,7 @@ msgstr "Пост удалён"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Не удалось загрузить пост. Проверьте подключение к Интернету и повторите попытку."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Пост был удалён"
 
@@ -5719,7 +5875,7 @@ msgstr "Вы скрыли этот пост"
 msgid "Post interaction settings"
 msgstr "Настройки взаимодействия с постом"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Настройки взаимодействия с постом"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Пост откреплён"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Посты"
@@ -5789,7 +5945,7 @@ msgstr "Нажмите, чтобы просмотреть подписчиков
 msgid "Previous image"
 msgstr "Предварительное изображение"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Основной язык"
 
@@ -5807,26 +5963,26 @@ msgstr "Приоритетные уведомления"
 msgid "Privacy"
 msgstr "Конфиденциальность"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Конфиденциальность и безопасность"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Конфиденциальность и безопасность"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Политика конфиденциальности"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Обработка видео..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Обработка..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "профиль"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Профиль"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Профиль изменён"
@@ -5866,24 +6022,24 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Публичные, доступные для обмена списки, которые могут использоваться для формирования лент."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
-msgstr ""
+msgstr "Опубликовать пост"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
-msgstr ""
+msgstr "Опубликовать посты"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
-msgstr ""
+msgstr "Опубликовать ответы"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
-msgstr ""
+msgstr "Опубликовать ответ"
 
 #: src/components/StarterPack/QrCodeDialog.tsx:134
 msgid "QR code copied to your clipboard!"
@@ -5904,11 +6060,11 @@ msgstr "QR-код сохранён в папке камеры!"
 msgid "Quote post"
 msgstr "Цитировать пост"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Пост с цитатой был повторно прикреплён"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Пост с цитатой был успешно отсоединён"
 
@@ -5927,7 +6083,7 @@ msgstr "Настройки цитирования"
 msgid "Quotes"
 msgstr "Цитаты"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Цитаты из этого поста"
 
@@ -5942,14 +6098,14 @@ msgstr "В случайном порядке (он же \"Poster's Roulette\")"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Прикрепить цитату заново"
 
 #: src/components/dms/EmojiReactionPicker.tsx:85
 msgid "React with {emoji}"
-msgstr ""
+msgstr "Отреагировать с {emoji}"
 
 #: src/screens/Deactivated.tsx:141
 msgid "Reactivate your account"
@@ -5960,15 +6116,15 @@ msgstr "Реактивировать свою учётную запись"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Читать меньше"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Читать больше"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Прочтите блог Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Переподключиться"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
-msgstr ""
+msgstr "Отклонить"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
-msgstr ""
+msgstr "Отклонить запрос на беседу"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Перезагрузить беседы"
@@ -6022,7 +6178,7 @@ msgstr "Перезагрузить беседы"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Удалить"
 msgid "Remove {displayName} from starter pack"
 msgstr "Удалить {displayName} из стартового набора"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
-msgstr ""
+msgstr "Убрать {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Удалить учётную запись"
 
@@ -6046,13 +6202,13 @@ msgstr "Удалить учётную запись"
 msgid "Remove attachment"
 msgstr "Удалить вложение"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Удалить аватар"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Удалить баннер"
 
@@ -6079,7 +6235,7 @@ msgstr "Удалить ленту?"
 msgid "Remove from my feeds"
 msgstr "Удалить из моих лент"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Удалить из быстрого доступа?"
 
@@ -6097,11 +6253,16 @@ msgstr "Удалить из ваших лент?"
 msgid "Remove image"
 msgstr "Удалить изображение"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Удалить игнорируемые слова из вашего списка"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Удалить профиль"
 
@@ -6114,7 +6275,7 @@ msgstr "Убрать цитату"
 msgid "Remove repost"
 msgstr "Удалить репост"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Удалить файл субтитров"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Удалено из моих лент"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Удаляет профиль из истории поиска"
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Удаляет процитированный пост"
@@ -6181,7 +6338,7 @@ msgstr "Удаляет процитированный пост"
 msgid "Replace with Discover"
 msgstr "Заменить на Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Ответы"
 
@@ -6193,12 +6350,12 @@ msgstr "Ответы отключены"
 msgid "Replies to this post are disabled."
 msgstr "Ответы на этот пост отключены."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Ответить"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Ответить ({0, plural, one {# ответ} few {# ответа} other {# ответов}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Настройки ответов выбирает автор ветки
 msgid "Reply sorting"
 msgstr "Сортировка ответов"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Ответить на <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Ответ на заблокированный пост"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Ответ на пост"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Ответил вам"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Видимость ответа изменена"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Ответ был успешно скрыт"
 
@@ -6261,16 +6418,16 @@ msgstr "Ответ был успешно скрыт"
 msgid "Report"
 msgstr "Пожаловаться"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Пожаловаться на учётную запись"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Пожаловаться на беседу"
 
@@ -6287,14 +6444,14 @@ msgstr "Пожаловаться на ленту"
 
 #: src/view/screens/ProfileList.tsx:570
 msgid "Report list"
-msgstr ""
+msgstr "Пожаловаться на список"
 
 #: src/components/dms/MessageContextMenu.tsx:166
 msgid "Report message"
 msgstr "Пожаловаться на сообщение"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Пожаловаться на пост"
 
@@ -6369,27 +6526,27 @@ msgstr "Репостить или цитировать"
 msgid "Reposted By"
 msgstr "Сделали репост"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} сделал(а) репост"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Репост от <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Вы сделали репост"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Репосты этого поста"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Изменить"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Отправить запрос на код"
 msgid "Require alt text before posting"
 msgstr "Требовать альтернативный текст изображений перед публикацией"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Требовать код с электронной почты для входа в учётную запись."
 
@@ -6413,13 +6570,19 @@ msgstr "Требуется этим хостинг-провайдером"
 msgid "Required in your region"
 msgstr "Требуется в вашем регионе"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "Отправить письмо повторно"
@@ -6436,8 +6599,8 @@ msgstr "Код подтверждения"
 msgid "Reset Code"
 msgstr "Код сброса"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Сбросить состояние входа в систему"
 
@@ -6447,7 +6610,7 @@ msgstr "Сбросить пароль"
 
 #: src/screens/Login/LoginForm.tsx:324
 msgid "Retries signing in"
-msgstr ""
+msgstr "Повторная попытка входа в систему"
 
 #: src/view/com/util/error/ErrorMessage.tsx:62
 #: src/view/com/util/error/ErrorScreen.tsx:99
@@ -6458,10 +6621,10 @@ msgstr "Повторяет последнее действие, которое 
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Вернуться к предыдущей странице"
 msgid "Returns to home page"
 msgstr "Возвращает на главную страницу"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Возвращает к предыдущему шагу"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Сохранить"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Сохранить"
@@ -6534,7 +6699,7 @@ msgstr "Сохранить дату рождения"
 msgid "Save changes"
 msgstr "Сохранить изменения"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Сохранить изменения"
 
@@ -6564,16 +6729,12 @@ msgstr "Сохранить в мои ленты"
 msgid "Saved Feeds"
 msgstr "Сохранённые ленты"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Сохранено в папке камеры"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Сохранено в ваши ленты"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Сохраняет изменения вашего профиля"
 
@@ -6583,8 +6744,8 @@ msgstr "Сохраняет настройки обрезки изображен
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Скажи привет!"
 
@@ -6602,11 +6763,11 @@ msgstr "Пролистать вверх"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Поиск"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Поиск постов @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Поиск постов @{0}"
 msgid "Search by name or interest"
 msgstr "Поиск по имени или интересам"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Поиск лент"
 
@@ -6642,7 +6803,7 @@ msgstr ""
 
 #: src/screens/Search/Explore.tsx:439
 msgid "Search for more feeds"
-msgstr ""
+msgstr "Найдите больше лент"
 
 #: src/screens/Search/Shell.tsx:334
 msgid "Search for posts, users, or feeds"
@@ -6656,8 +6817,8 @@ msgstr "Поиск GIF-файлов"
 msgid "Search my posts"
 msgstr "Поиск по моим постам"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Поиск постов"
 
@@ -6679,7 +6840,11 @@ msgstr "Поиск..."
 msgid "Searches for profiles"
 msgstr "Ищет профили"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Требуется код подтверждения"
 
@@ -6699,7 +6864,7 @@ msgstr "Посмотреть посты #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Просмотреть посты пользователя #{tag}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Посмотреть вакансии в Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Выбрать цвет"
 msgid "Select account"
 msgstr "Выбрать учётную запись"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Выбрать аватар"
@@ -6727,10 +6896,22 @@ msgstr "Выбрать аватар"
 msgid "Select an emoji"
 msgstr "Выбрать эмодзи"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Выберите языки содержимого"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Выбрать существующую учётную запись"
@@ -6747,11 +6928,11 @@ msgstr "Выбрать GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Выберите, на какое время игнорировать это слово."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Выбрать язык..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Выбрать языки"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Выберите модератора"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Выбрать эмодзи {emojiName} в качестве своего
 msgid "Select the moderation service(s) to report to"
 msgstr "Выберите сервис(ы) модерации для жалобы"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Выберите видео"
 
@@ -6784,11 +6969,11 @@ msgstr "Выберите видео"
 msgid "Select what content this mute word should apply to."
 msgstr "Выберите, к какому содержимому следует применять это игнорируемое слово."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
-msgstr ""
+msgstr "Выберите язык, который будет использоваться для пользовательского интерфейса приложения."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Выберите языки, на которых будут отображаться подписанные вами ленты. Если вы не выберете ни одного языка, будут отображаться все языки."
 
@@ -6801,7 +6986,7 @@ msgstr "Выберите дату рождения"
 msgid "Select your interests from the options below"
 msgstr "Выберите ваши интересы из нижеприведённых вариантов"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Выберите желаемый язык для переводов в вашей ленте."
 
@@ -6813,19 +6998,17 @@ msgstr "Выбирает опцию {0} из {numItems}"
 msgid "Send a neat website!"
 msgstr "Отправьте прикольный сайт!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Отправить подтверждение"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Отправить подтверждение по электронной почте"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Отправить подтверждение по электронной почте"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Отправить электронное письмо"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Отправить электронное письмо"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Отправить отзыв"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Отправить сообщение"
@@ -6861,15 +7044,16 @@ msgstr "Отправить жалобу в {0}"
 
 #: src/components/moderation/ReportDialog/index.tsx:638
 msgid "Send report to {title}"
-msgstr ""
+msgstr "Отправить жалобу в {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Отправить личным сообщением"
 
@@ -6901,10 +7085,10 @@ msgstr "Настройте вашу учётную запись"
 msgid "Sets email for password reset"
 msgstr "Устанавливает адрес электронной почты для сброса пароля"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Настройки"
 
@@ -6926,16 +7110,16 @@ msgstr "С сексуальным подтекстом"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Поделиться"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Поделиться"
@@ -6948,9 +7132,9 @@ msgstr "Поделитесь классной историей!"
 msgid "Share a fun fact!"
 msgstr "Поделитесь забавным фактом!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Всё равно поделиться"
 
@@ -6990,7 +7174,7 @@ msgstr "Поделитесь этим стартовым набором и по
 msgid "Share your favorite feed!"
 msgstr "Поделитесь любимой лентой!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Тестер общих настроек"
 
@@ -7011,8 +7195,8 @@ msgstr "Показать альтернативный текст"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Всё равно показать"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Показать скрытые ответы"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Показать меньше похожего"
 
@@ -7042,14 +7226,14 @@ msgstr "Показать меньше похожего"
 msgid "Show list anyway"
 msgstr "Всё равно показывать список"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Показать больше"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Показать больше похожего"
 
@@ -7079,8 +7263,8 @@ msgstr "Показать ответы как ветки"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Показывать ответы людей, на которых вы подписаны, перед всеми остальными ответами"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Показать ответы для всех"
 
@@ -7102,11 +7286,11 @@ msgstr "Показать предупреждения"
 msgid "Show warning and filter from feeds"
 msgstr "Показать предупреждения и фильтровать из ленты"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Показывает информацию о том, когда был создан этот пост"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Показывает другие учётные записи, на которые вы можете переключиться"
 
@@ -7124,8 +7308,8 @@ msgstr "Показывает содержимое"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Показывает содержимое"
 msgid "Sign in"
 msgstr "Войти"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Войти как {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Войдите или создайте свою учётную запись, чтобы присоединиться к беседе!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Войти в учётную запись, которой нет в списке"
 
@@ -7158,15 +7342,15 @@ msgstr "Войти в учётную запись, которой нет в сп
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Войдите в Bluesky или создайте новую учётную запись"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Выйти"
 
@@ -7174,8 +7358,8 @@ msgstr "Выйти"
 msgid "Sign Out"
 msgstr "Выйти"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Выйти?"
 
@@ -7206,12 +7390,17 @@ msgstr "Пропустить этот процесс"
 msgid "Smaller"
 msgstr "Уменьшенный"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Разрабочик программного обеспечения"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7225,17 +7414,17 @@ msgstr "Некоторые люди могут ответить"
 
 #: src/components/dms/MessageItem.tsx:148
 msgid "Someone reacted {0}"
-msgstr ""
+msgstr "Кто-то отреагировал {0}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:241
 msgid "Someone reacted {0} to {1}"
-msgstr ""
+msgstr "Кто-то отреагировал {0} на {1}"
 
 #: src/components/moderation/ReportDialog/index.tsx:76
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Что-то пошло не так"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr "Что-то не так? Сообщите нам."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Извините! Ваша сессия истекла. Пожалуйста, войдите снова."
 
@@ -7304,7 +7493,7 @@ msgstr "Спам; чрезмерные упоминания или ответы"
 msgid "Sports"
 msgstr "Спорт"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Начать новый чат"
 
@@ -7322,8 +7511,8 @@ msgstr "Начните добавлять людей!"
 msgid "Start chat with {displayName}"
 msgstr "Начать общаться с {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Стартовый набор"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Стартовый набор недействителен"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Наборы"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Стартовые наборы позволяют легко делиться любимыми лентами и людьми с друзьями."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Страница состояния"
 
@@ -7363,12 +7552,12 @@ msgstr "Страница состояния"
 msgid "Step {0} of {1}"
 msgstr "Шаг {0} из {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Хранилище очищено, теперь вам нужно перезапустить приложение."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "История"
 
@@ -7391,7 +7580,7 @@ msgstr "Отправить обращение"
 #: src/components/moderation/ReportDialog/index.tsx:433
 #: src/components/moderation/ReportDialog/index.tsx:440
 msgid "Submit report"
-msgstr ""
+msgstr "Отправить жалобу"
 
 #: src/view/screens/ProfileList.tsx:741
 msgid "Subscribe"
@@ -7401,11 +7590,11 @@ msgstr "Подписаться"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Подпишитесь на @{0}, чтобы использовать эти метки:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Подписаться на маркировщика"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Подписаться на этого маркировщика"
 
@@ -7413,11 +7602,12 @@ msgstr "Подписаться на этого маркировщика"
 msgid "Subscribe to this list"
 msgstr "Подписаться на этот список"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Успех!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7437,23 +7627,23 @@ msgstr "Неприличный"
 #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:60
 msgctxt "Name of app icon variant"
 msgid "Sunrise"
-msgstr ""
+msgstr "Восход"
 
 #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:70
 msgctxt "Name of app icon variant"
 msgid "Sunset"
-msgstr ""
+msgstr "Закат"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Поддержка"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Переключить учётную запись"
 
@@ -7462,11 +7652,11 @@ msgstr "Переключить учётную запись"
 msgid "Switch Account"
 msgstr "Переключить учётную запись"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Переключить учётные записи"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Переключиться на {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Переключиться на {0}"
 msgid "System"
 msgstr "Системный"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Системный журнал"
 
@@ -7491,7 +7681,7 @@ msgstr "Только теги"
 #: src/components/ContextMenu/Backdrop.ios.tsx:80
 #: src/components/ContextMenu/Backdrop.tsx:46
 msgid "Tap to close context menu"
-msgstr ""
+msgstr "Нажмите, чтобы закрыть контекстное меню"
 
 #: src/components/ProgressGuide/Toast.tsx:156
 msgid "Tap to dismiss"
@@ -7518,7 +7708,7 @@ msgstr "Технологии"
 msgid "Tell a joke!"
 msgstr "Расскажите шутку!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Расскажите нам немного о себе"
 
@@ -7531,12 +7721,12 @@ msgstr "Расскажите нам немного больше"
 msgid "Terms"
 msgstr "Условия"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Условия использования"
 
@@ -7564,7 +7754,11 @@ msgstr "Текстовое поле"
 msgid "Text input field"
 msgstr "Поле ввода текста"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Спасибо! Ваша электронная почта успешно подтверждена."
 
@@ -7597,12 +7791,12 @@ msgstr "Не удалось найти этот стартовый набор."
 msgid "That's all, folks!"
 msgstr "Вот и все, ребята!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Это всё!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Учётная запись сможет взаимодействовать с вами после разблокировки."
 
@@ -7636,6 +7830,10 @@ msgstr "Лента Discover"
 msgid "The Discover feed now knows what you like"
 msgstr "Теперь лента Discover знает, что вам нравится"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "В приложении впечатления лучше. Скачайте Bluesky прямо сейчас, и мы продолжим работу с того места, где вы остановились."
@@ -7669,6 +7867,7 @@ msgstr "Политика конфиденциальности была пере
 msgid "The selected video is larger than 100 MB."
 msgstr "Размер выбранного видео превышает 100 МБ."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Похоже, на сервере возникли проблемы. Пожалуйста, повторите попытку через несколько мгновений."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "При соединении с сервером возникла проблема"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Возникла проблема соединения с сервером, проверьте подключение к Интернету и повторите попытку."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Возникла проблема с загрузкой уведомлений. Нажмите здесь, чтобы повторить попытку."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Возникла проблема с загрузкой постов. Нажмите здесь, чтобы повторить попытку."
 
@@ -7763,20 +7962,20 @@ msgstr "Возникла проблема с отправкой вашей жа
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Возникла проблема при изменении ваших лент, проверьте подключение к Интернету и повторите попытку."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Возникла проблема! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Эти настройки применимы только к ленте
 msgid "This {screenDescription} has been flagged:"
 msgstr "Этот {screenDescription} был помечен:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Этот пользователь указал, что не хочет,
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Эта учётная запись заблокирована в одном или нескольких ваших списках модерации. Чтобы снять блокировку, пожалуйста, посетите списки непосредственно и удалите этого пользователя."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Этот контент недоступен для просмотра 
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Эта беседа ведется с удаленной или деактивированной учётной записью. Нажмите для выбора опций"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Эта функция находится в бете. Вы можете узнать больше об экспорте репозиториев в <0>этом блоге.</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Эта функция недоступна при использовании пароля приложения. Пожалуйста, используйте свой основной пароль."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Эта лента пуста! Возможно, вам нужно подписаться на большее количество пользователей или изменить настройки языка."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Эта лента пуста."
@@ -7899,9 +8106,10 @@ msgstr "Этот псевдоним зарезервирован. Пожалуй
 msgid "This information is not shared with other users."
 msgstr "Эта информация не раскрывается другим пользователям."
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Этот список пуст."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Данный сервис модерации недоступен. Просмотрите детали ниже. Если проблема не исчезнет, свяжитесь с нами."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Этот пост утверждает, что был создан <0>{0}</0>, но впервые был замечен Bluesky <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Этот пост утверждает, что был создан <0>{0
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Этот пост имеет неизвестный тип ограничения на ответы. Возможно, ваше приложение устарело."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Этот пост был удален."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Этот пост виден только вошедшим в систему пользователям. Оно не будет видно тем, кто не вошел в систему."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Этот пост будет скрыт из лент и тем. Это невозможно отменить."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Автор этого поста отключил цитирование постов."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Этот профиль виден только вошедшим в систему пользователям. Он не будет видно тем, кто не вошел в систему."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Этот ответ будет отсортирован в скрытый раздел в нижней части вашей ветки и отключит уведомления о последующих ответах - как для вас, так и для других."
 
@@ -7976,6 +8184,10 @@ msgstr "Этот сервис не предоставил условия обс
 msgid "This should create a domain record at:"
 msgstr "Это должно создать учётную запись домена:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "У этого пользователя ещё нет ни одного подписчика."
@@ -8013,11 +8225,11 @@ msgstr "Этот пользователь не подписан ни на ког
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Это удалит \"{0}\" из ваших отключённых слов. Вы всегда сможете добавить его обратно позже."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Это удалит @{0} из списка быстрого доступа."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Это удалит ваш пост из этой цитаты для всех пользователей, и заменит его на заглушку."
 
@@ -8044,7 +8256,7 @@ msgstr "Как ветки"
 msgid "Threaded mode"
 msgstr "Режим веток"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Настройки веток"
 
@@ -8056,14 +8268,15 @@ msgstr "Оставшееся время: {0, plural, one {# секунда} othe
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Чтобы отключить метод 2FA по электронной почте, проверьте свой доступ к адресу электронной почты."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Чтобы пожаловаться на беседу, отправьте одно из ее сообщений через экран беседы. Это позволит нашим модераторам понять контекст вашей проблемы."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Чтобы загрузить видео на Bluesky, необходимо сначала подтвердить свою электронную почту."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Кому вы хотели бы отправить эту жалобу?"
@@ -8090,16 +8303,16 @@ msgstr "Переключает звук"
 msgid "Top"
 msgstr "Лучшее"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Тема"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Перевести"
 
@@ -8144,6 +8357,7 @@ msgstr "Напечатайте здесь своё сообщение"
 msgid "Type:"
 msgstr "Тип:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Невозможно подключиться. Проверьте подключение к Интернету и повторите попытку."
@@ -8166,33 +8380,33 @@ msgstr "Не удаётся удалить"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Разблокировать"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Разблокировать"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Разблокировать учётную запись"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Разблокировать учётную запись?"
 
 #: src/view/screens/ProfileList.tsx:620
 msgid "Unblock list"
-msgstr ""
+msgstr "Разблокировать список"
 
 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72
 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Отписаться"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Отписаться от {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Отписаться от учётной записи"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Отписаться от пользователя"
 
@@ -8225,15 +8439,15 @@ msgstr "Отписаться от пользователя"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Неизвестный верификатор"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Дизлайк"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Дизлайк ({0, plural, one {# лайк} few {# лайка} other {# лайков}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Не игнорировать"
 msgid "Unmute {tag}"
 msgstr "Не игнорировать {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Не игнорировать учётную запись"
 
@@ -8265,10 +8479,10 @@ msgstr "Включить звук"
 
 #: src/view/screens/ProfileList.tsx:605
 msgid "Unmute list"
-msgstr ""
+msgstr "Перестать игнорировать список"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Перестать игнорировать ветку"
 
@@ -8287,15 +8501,15 @@ msgstr "Открепить ленту"
 
 #: src/components/FeedCard.tsx:320
 msgid "Unpin Feed"
-msgstr ""
+msgstr "Открепить ленту"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:305
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:307
 msgid "Unpin from home"
 msgstr "Открепить от главной страницы"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Открепить от профиля"
 
@@ -8311,7 +8525,12 @@ msgstr "Откреплено {0} от главной страницы"
 msgid "Unpinned from your feeds"
 msgstr "Откреплено из ваших лент"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Отписаться"
 
@@ -8320,7 +8539,7 @@ msgstr "Отписаться"
 msgid "Unsubscribe from list"
 msgstr "Отписаться от списка"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Отписаться от этого маркировщика"
 
@@ -8328,11 +8547,11 @@ msgstr "Отписаться от этого маркировщика"
 msgid "Unsubscribed from list"
 msgstr "Подписка на список отменена"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Неподдерживаемый тип видео"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Неподдерживаемый тип видео: {0}"
 
@@ -8346,23 +8565,34 @@ msgstr "Нежелательное сексуальное содержимое"
 #: src/screens/Settings/components/OTAInfo.tsx:58
 #: src/screens/Settings/components/OTAInfo.tsx:74
 msgid "Update"
-msgstr ""
+msgstr "Обновить"
 
 #: src/view/com/modals/UserAddRemoveLists.tsx:82
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Изменить <0>{displayName}</0> в списках"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Изменить на {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Не удалось изменить вложение цитаты"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Не удалось изменить видимость ответа"
@@ -8371,7 +8601,7 @@ msgstr "Не удалось изменить видимость ответа"
 msgid "Updating..."
 msgstr "Изменение..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Загрузить вместо этого фотографию"
 
@@ -8379,22 +8609,22 @@ msgstr "Загрузить вместо этого фотографию"
 msgid "Upload a text file to:"
 msgstr "Загрузить текстовый файл в:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Загрузить с камеры"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Загрузить из файлов"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Загрузить из библиотеки"
 
@@ -8407,7 +8637,7 @@ msgstr "Загрузка изображений..."
 msgid "Uploading link thumbnail..."
 msgstr "Загрузка миниатюры ссылки..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Загрузка видео..."
 
@@ -8419,8 +8649,8 @@ msgstr "Используйте пароли приложений для вход
 msgid "Use default provider"
 msgstr "Использовать провайдера по умолчанию"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Во встроенном браузере"
 
@@ -8429,8 +8659,8 @@ msgstr "Во встроенном браузере"
 msgid "Use in-app browser to open links"
 msgstr "Использовать встроенный браузер для открытия ссылок"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "В браузере по умолчанию"
 
@@ -8449,7 +8679,7 @@ msgstr "Использовано:"
 #: src/components/dms/ReportDialog.tsx:324
 msgctxt "toast"
 msgid "User blocked"
-msgstr ""
+msgstr "Пользователь заблокирован"
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:71
 #: src/lib/moderation/useModerationCauseDescription.ts:63
@@ -8484,12 +8714,12 @@ msgstr "Список пользователей от {0}"
 msgid "User list by you"
 msgstr "Список пользователей от вас"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Список пользователей создан"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Список пользователей изменён"
@@ -8523,11 +8753,15 @@ msgstr "Пользователи, на которых вы подписаны"
 msgid "Value:"
 msgstr "Значение:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,18 +8770,20 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Требуется подтвердить электронную почту"
+msgstr "Подтвержден:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "Подтвердить аккаунт"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "Проверка DNS-записи"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "Подтвердить сейчас"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Подтвердить текстовым файлом"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Подтвердите адрес вашей электронной почты"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Подтвердите адрес вашей электронной почты"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Версия {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Видео"
 msgid "Video failed to process"
 msgstr "Не удалось обработать видео"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Лента видео"
 
@@ -8616,11 +8853,11 @@ msgstr "Видео от {0}: {text}"
 msgid "Video Games"
 msgstr "Видеоигры"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Видео приостановлено"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Видео воспроизводится"
 
@@ -8628,11 +8865,11 @@ msgstr "Видео воспроизводится"
 msgid "Video not found."
 msgstr "Видео не найдено."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Настройки видео"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Видео загружено"
 
@@ -8640,24 +8877,24 @@ msgstr "Видео загружено"
 msgid "Video: {0}"
 msgstr "Видео: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Видео"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
-msgstr ""
+msgstr "Видео должно быть не более 3 минут"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Просмотреть аватар {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Посмотреть профиль {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Посмотреть профиль {0}"
 msgid "View {displayName}'s profile"
 msgstr "Показать профиль {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Просмотреть профиль заблокированного пользователя"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Просмотреть запись для отладки"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Просмотреть детали"
 
@@ -8688,7 +8925,7 @@ msgstr "Просмотреть детали"
 msgid "View details for reporting a copyright violation"
 msgstr "Просмотреть детали как отправить жалобу о нарушении авторских прав"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Просмотреть ветку полностью"
 
@@ -8703,13 +8940,12 @@ msgstr "Просмотреть информацию о метках"
 msgid "View more"
 msgstr "Показать больше"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Просмотреть профиль"
 
@@ -8790,6 +9026,11 @@ msgstr "Предупреждать о содержимом"
 msgid "Warn content and filter from feeds"
 msgstr "Предупреждать о содержимом и фильтровать его из ленты"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Мы не смогли найти никаких результатов для этого хештега."
@@ -8798,7 +9039,7 @@ msgstr "Мы не смогли найти никаких результатов
 msgid "We couldn't find any results for that topic."
 msgstr "Мы не смогли найти никаких результатов по этой теме."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Мы не смогли загрузить эту беседу"
 
@@ -8822,6 +9063,10 @@ msgstr "У нас закончились посты в ваших подписк
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Мы не смогли определить, доступна ли вам загрузка видео. Попробуйте ещё раз."
@@ -8842,6 +9087,10 @@ msgstr "Мы не смогли подключиться. Пожалуйста, 
 msgid "We will let you know when your account is ready."
 msgstr "Мы сообщим вам, когда ваша учётная запись будет готова."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Мы воспользуемся этим, чтобы подстроить Ваш опыт."
@@ -8871,7 +9120,7 @@ msgstr "Нам очень жаль, мы не смогли сейчас загр
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Нам очень жаль, нам не удалось выполнить поиск по вашему запросу. Пожалуйста, попробуйте ещё раз через несколько минут."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Нам очень жаль! Пост, на который вы отвечаете, был удален."
 
@@ -8880,7 +9129,7 @@ msgstr "Нам очень жаль! Пост, на который вы отве
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Нам очень жаль! Мы не можем найти страницу, которую вы искали."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Нам очень жаль! Вы можете подписаться только на двадцать маркировщиков, и вы достигли своего лимита в двадцать."
 
@@ -8902,7 +9151,7 @@ msgstr "Как вы хотите назвать свой стартовый на
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Как дела?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Опаньки!"
@@ -8984,11 +9233,11 @@ msgstr "Почему следует просмотреть этого польз
 msgid "Write a message"
 msgstr "Написать сообщение"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Написать пост"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Написать ответ"
@@ -9002,6 +9251,11 @@ msgstr "Писатели"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "С сервера возвращён неверный DID. Получено: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Да"
@@ -9015,11 +9269,11 @@ msgstr "Да, деактивировать"
 msgid "Yes, delete this starter pack"
 msgstr "Да, удалите этот стартовый набор"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Да, отсоединить"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Да, скрыть"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Вы в очереди."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Вы не можете загружать видео."
@@ -9055,12 +9318,16 @@ msgstr "Вы не можете загружать видео."
 msgid "You are not following anyone."
 msgstr "Вы ни на кого не подписаны."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9114,7 +9381,7 @@ msgstr "Вы не подписаны ни на каких пользовател
 
 #: src/screens/Messages/Inbox.tsx:220
 msgid "You don't have any chat requests at the moment."
-msgstr ""
+msgstr "У вас нет запросов на чат."
 
 #: src/view/com/modals/InviteCodes.tsx:67
 msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer."
@@ -9166,7 +9433,7 @@ msgstr "Вы включили игнорирование этой учётной
 msgid "You have muted this user"
 msgstr "Вы включили игнорирование этого пользователя"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "У вас ещё нет бесед. Создайте первую!"
 
@@ -9179,11 +9446,11 @@ msgstr "У вас нет лент."
 msgid "You have no lists."
 msgstr "У вас нет списков."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Вы ещё не заблокировали ни одну учётную запись. Чтобы заблокировать кого-то, перейдите в их профиль и выберите опцию \"Заблокировать\" в меню их учётной записи."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Вы ещё не игнорируете ни одну учётную запись. Чтобы включить игнорирование кого-то, перейдите в их профиль и выберите опцию \"Игнорировать\" в меню их учётной записи."
 
@@ -9191,11 +9458,15 @@ msgstr "Вы ещё не игнорируете ни одну учётную з
 msgid "You have reached the end"
 msgstr "Вы добрались до конца"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Вы достигли временного лимита по загрузкам видео. Попробуйте ещё раз позже."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Вы ещё не создали стартовый набор!"
 
@@ -9218,21 +9489,21 @@ msgstr "Вы можете обжаловать метки, если считае
 
 #: src/screens/StarterPack/Wizard/State.tsx:76
 msgid "You may only add up to {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE} profiles}}"
-msgstr ""
+msgstr "Вы можете добавить лишь до {STARTER_PACK_MAX_SIZE, plural, one {# профиля} other {# профилей}}"
 
 #: src/screens/StarterPack/Wizard/State.tsx:95
 msgid "You may only add up to 3 feeds"
 msgstr "Вы можете добавить не более 3 лент"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Вы можете выбрать не более 4 изображений"
 
 #: src/screens/Signup/StepInfo/Policies.tsx:106
 msgid "You must be 13 years of age or older to create an account."
-msgstr ""
+msgstr "Вам должно исполниться 13 лет, чтобы иметь возможность создать учётную запись."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Чтобы получить стартовый набор, вы должны подписаться как минимум на семь других людей."
 
@@ -9248,28 +9519,36 @@ msgstr "Чтобы сохранить изображение, необходим
 msgid "You must select at least one labeler for a report"
 msgstr "Вы должны выбрать хотя бы одного маркировщика для жалобы"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Вы ранее деактивировали @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
-msgstr ""
+msgstr "Вы отреагировали {0}"
 
 #: src/screens/Messages/components/ChatListItem.tsx:218
 msgid "You reacted {0} to {1}"
-msgstr ""
+msgstr "Вы отреагировали {0} на {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Вы выйдете из всех своих учётных записей."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Вы больше не будете получать уведомления из этой ветки"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Вы будете получать уведомления из этой ветки"
 
@@ -9305,7 +9584,7 @@ msgstr "Вы будете подписаны на предложенных лю
 msgid "You'll follow these people right away"
 msgstr "Вы сразу же будете подписаны на предложенных людей"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Вы получите электронное письмо по адресу <0>{0}</0>, чтобы подтвердить, что это вы."
 
@@ -9339,6 +9618,10 @@ msgstr "Вы нашли несколько людей для подписки"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Ваша домашняя лента закончилась! Подпишитесь на больше учётных записей чтобы получать больше постов."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Вы достигли дневного лимита по загрузкам видео (слишком много байт)"
@@ -9347,7 +9630,7 @@ msgstr "Вы достигли дневного лимита по загрузк
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Вы достигли дневного лимита по загрузкам видео (слишком много видео)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "У вас закончились видео для просмотра. Может быть, сейчас самое время сделать перерыв?"
 
@@ -9391,14 +9674,18 @@ msgstr "Ваш браузер не поддерживает формат вид
 msgid "Your chats have been disabled"
 msgstr "Ваши чаты были отключены"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Ваш выбор будет запомнен, вы в любой момент сможете изменить его в настройках."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Ваш текущий псевдоним <0>{0}</0> будет автоматически сохранен за вами. Вы сможете вернуться к нему в любое время с этой учётной записи."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Ваш адрес электронной почты был изменен, но еще не проверен. В качестве следующего шага, пожалуйста, проверьте ваш новый адрес электронной почты."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Ваш текущий псевдоним <0>{0}</0> будет авто
 msgid "Your email appears to be invalid."
 msgstr "Не удалось распознать адрес электронной почты."
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Ваша электронная почта ещё не подтверждена. Это важный шаг для безопасности вашей учётной записи, который мы рекомендуем вам сделать."
 
@@ -9434,7 +9721,7 @@ msgstr "Вашим полным псевдонимом будет <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Вашим полным псевдонимом будет <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9445,7 +9732,7 @@ msgstr ""
 #: src/screens/Settings/SettingsInterests.tsx:124
 msgctxt "toast"
 msgid "Your interests have been updated!"
-msgstr ""
+msgstr "Ваши интересы были изменены!"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:94
 msgid "Your interests help us find what you like!"
@@ -9463,11 +9750,11 @@ msgstr "Ваш пароль успешно изменён!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Ваш пароль должен состоять не менее чем из 8 символов."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Пост опубликован"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Ваши посты были опубликованы"
 
@@ -9479,13 +9766,13 @@ msgstr "Ваши посты, лайки и блокировки являются
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "Ваш профиль, посты, ленты и списки больше не будут видны другим пользователям Bluesky. Вы можете реактивировать свою учётную запись в любое время, войдя в систему."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Ответ опубликован"
 
 #: src/components/moderation/ReportDialog/index.tsx:383
 msgid "Your report will be sent to <0>{0}</0>."
-msgstr ""
+msgstr "Ваша жалоба будет отправлена на адрес <0>{0}</0>."
 
 #: src/components/dms/ReportDialog.tsx:200
 msgid "Your report will be sent to the Bluesky Moderation Service"
@@ -9497,4 +9784,4 @@ msgstr ""
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Ваши подтверждения"
diff --git a/src/locale/locales/sv/messages.po b/src/locale/locales/sv/messages.po
index d7b5201bd..6a4bcee9a 100644
--- a/src/locale/locales/sv/messages.po
+++ b/src/locale/locales/sv/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: sv\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Swedish\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,8 +27,7 @@ msgstr "(aktiv)"
 msgid "(contains embedded content)"
 msgstr "(innehåller inbäddat innehåll)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(ingen e-post)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# återpublicering} other {# återpubliceringar}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# sekund} other {# sekunder}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# oläst notis} other {# olästa notiser}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# oläst notis} other {# olästa notiser}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#må} other {#må}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {följare} other {följare}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {följd} other {följda}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {gillamarkering} other {gillamarkeringar}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {gillamarkering} other {gillamarkeringar}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {inlägg} other {inlägg}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {citat} other {citat}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {återpublicering} other {återpubliceringar}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>i <1>taggar</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>i <1>text och taggar</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} gick med den här veckan"
@@ -157,7 +160,8 @@ msgstr "{0} reagerade med {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} reagerade med {1} på {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0}s avatar"
 
@@ -189,7 +193,7 @@ msgstr "{0}m"
 msgid "{0}s"
 msgstr "{0}s"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# oläst notis} other {# olästa notiser}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {timme} other {timmar}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {minut} other {minuter}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}</0> följde dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}</0> gillade ditt anpassade flöde"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}</0> gillade ditt inlägg"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}</0> tog bort sina verifieringar av ditt konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}</0> återpublicerade ditt inlägg"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}</0> registrerade sig med ditt startpaket"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}</0> verifierade dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} följde dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} följde dig tillbaka"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} gillade ditt anpassade flöde"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} gillade ditt inlägg"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} tog bort sin verifiering av ditt konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} återpublicerade ditt inlägg"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} registrerade sig med ditt startpaket"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} verifierade dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} följde dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade ditt anpassade flöde"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade ditt inlägg"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} tog bort sina verifieringar av ditt konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} återpublicerade ditt inlägg"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} registrerade sig med ditt startpaket"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} verifierade dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} följde dig"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} följde dig tillbaka"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} gillade ditt anpassade flöde"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} gillade ditt inlägg"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} tog bort sin verifiering av ditt konto"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} återpublicerade ditt inlägg"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} registrerade sig med ditt startpaket"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} verifierade dig"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} följda"
@@ -335,11 +339,23 @@ msgstr "{following} följda"
 msgid "{handle} can't be messaged"
 msgstr "Det går inte att skicka meddelanden till {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# användare har}} gått med!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# oläst notis} other {# olästa notiser}}"
@@ -364,16 +380,16 @@ msgstr "{type}h sedan"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} är en betrodd verifierare"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} är verifierad"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName}s verifieringar"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>och {2, plural, one {# annan} other {# andra}} ingår i ditt startpaket"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {följare} other {följare}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {följda} other {följda}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Experimentellt:</0> När den här inställningen är aktiverad får d
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Du</0> och<1> </1><2>{0} </2>ingår i ditt startpaket"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠ Ogiltigt användarnamn"
 
@@ -449,21 +465,21 @@ msgstr "ett meddelande"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "En ny form av verifiering"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Om"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Acceptera"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Acceptera chattförfrågan"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Acceptera förfrågan"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Tillgänglighet"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Tillgänglighetsinställningar"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Konto"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Konto blockerat"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Konto följt"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Konto ignorerat"
@@ -517,34 +533,34 @@ msgstr "Konto ignorerat"
 msgid "Account Muted by List"
 msgstr "Konto ignorerat av lista"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Kontoalternativ"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Konto borttaget från snabbåtkomst"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Konto avblockerat"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Konto avföljt"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Konto inte längre ignorerat"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Konton med en blå, vågkantad bockmarkering <0><1/></0> kan verifiera andra. Dessa betrodda verifierare är utvalda av Bluesky."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Lägg till {displayName} i startpaket"
 msgid "Add a content warning"
 msgstr "Lägg till innehållsvarning"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Lägg till konto"
 msgid "Add alt text"
 msgstr "Lägg till alternativtext"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Lägg till alternativtext (valfritt)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Lägg till ett annat konto"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Lägg till ett ytterligare inlägg"
 
@@ -627,7 +647,7 @@ msgstr "Lägg till ignorerat ord med de angivna inställningarna"
 msgid "Add muted words and tags"
 msgstr "Lägg till ord och taggar att ignorera"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Lägg till ett ytterligare inlägg"
 
@@ -664,8 +684,8 @@ msgstr "Lägg till följande DNS-post i din domän:"
 msgid "Add this feed to your feeds"
 msgstr "Lägg till bland dina flöden"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Lägg till i listor"
 
@@ -718,6 +738,11 @@ msgstr "Etiketter för vuxeninnehåll"
 msgid "Advanced"
 msgstr "Avancerat"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@exempel.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Alla"
@@ -732,7 +757,7 @@ msgstr "Alla konton har följts!"
 msgid "All languages"
 msgstr "Alla språk"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Alla flöden du har sparat, på ett och samma ställe."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Alternativtext"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Alternativtexten kommer att kortas av. {MAX_ALT_TEXT, plural, other {Gräns: {0} tecken.}}"
 
 #: 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 "Ett e-postmeddelande har skickats till {0}. Det innehåller en bekräftelsekod som du behöver ange nedan."
 
-#: 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 "Ett e-postmeddelande har skickats till din tidigare adress, {0}. Det innehåller en bekräftelsekod som du behöver ange nedan."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Ett e-postmeddelande har skickats till din tidigare adress, {currentEmail}. Det innehåller en bekräftelsekod som du kan ange nedan."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Ett e-postmeddelande har skickats! Ange bekräftelsekoden som kom med det nedan."
 
@@ -825,7 +849,7 @@ msgstr "Ett fel uppstod under komprimeringen av videoklippet."
 msgid "An error occurred while fetching the feed."
 msgstr "Ett fel uppstod under hämtningen av flödet."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Ett fel uppstod när ditt startpaket skulle genereras. Vill du försöka igen?"
 
@@ -842,7 +866,7 @@ msgstr "Ett fel uppstod under inläsningen av videoklippet. Försök igen."
 msgid "An error occurred while saving the QR code!"
 msgstr "Ett fel uppstod när QR-koden skulle sparas!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Ett fel uppstod när videoklippet valdes"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Ett fel uppstod under uppladdningen av videoklippet."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "En illustration som visar att Bluesky väljer betrodda verifierare, som i sin tur verifierar enskilda användarkonton."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Något problematiskt som inte omfattas av de andra alternativen"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Ett problem uppstod vid start av chatten"
 
@@ -875,8 +899,8 @@ msgstr "Ett problem uppstod när chatten skulle öppnas"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Ett problem uppstod. Försök igen."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "En visualisering av en iPhone med Bluesky-appen öppen, där profilen till en verifierad användare visas. En blå bockmarkering syns intill användarens visningsnamn."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "Animerade gif-bilder"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Verifiering införs på Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Antisocialt beteende"
 msgid "Anybody can interact"
 msgstr "Vem som helst kan interagera"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Appikon"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Appspråk"
 
@@ -958,7 +982,7 @@ msgstr "Namn på applösenord måste vara minst 4 tecken långa"
 msgid "App passwords"
 msgstr "Applösenord"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Applösenord"
@@ -994,10 +1018,10 @@ msgstr "Begär omprövning av avstängning"
 msgid "Appeal this decision"
 msgstr "Begär omprövning av beslutet"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Utseende"
 
@@ -1006,12 +1030,12 @@ msgstr "Utseende"
 msgid "Apply default recommended feeds"
 msgstr "Tillämpa förvalda rekommenderade flöden"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Arkiverat från {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Arkiverat inlägg"
 
@@ -1047,11 +1071,11 @@ msgstr "Är du säker på att du vill ta bort {0} från dina flöden?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Är du säker på att du vill ta bort det här från dina flöden?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Är du säker på att du vill slänga det här utkastet?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Är du säker på att du vill slänga det här inlägget?"
 
@@ -1072,6 +1096,11 @@ msgstr "Konst"
 msgid "Artistic or non-erotic nudity."
 msgstr "Konstnärlig eller icke-erotisk nakenhet."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Minst 3 tecken"
@@ -1103,7 +1132,7 @@ msgstr "Spela upp videoklipp och gif-bilder automatiskt"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Tillbaka"
 msgid "Back to Chats"
 msgstr "Tillbaka till chattar"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Du måste verifiera din e‑postadress innan du kan skapa en lista."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Du måste verifiera din e‑postadress innan du kan skriva ett inlägg."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "Du måste verifiera din e-post innan du kan skapa eller svara på ett inlägg."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Du måste verifiera din e‑postadress innan du kan skapa ett startpaket."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Du måste verifiera din e‑postadress innan du kan skicka ett meddelande till en annan användare."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "Du måste verifiera din e-post innan du kan acceptera den här chattförfrågningen."
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr "Du måste verifiera din e‑post innan du kan skicka meddelanden till andra användare."
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Födelsedag"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Blockera"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Blockera konto"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Blockera konto?"
 
@@ -1200,17 +1235,17 @@ msgstr "Blockerat"
 msgid "Blocked accounts"
 msgstr "Blockerade konton"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Blockerade konton"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blockerade konton kan inte svara i dina trådar, nämna dig eller på annat sätt interagera med dig."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Blockerade konton kan inte svara i dina trådar, nämna dig eller på annat sätt interagera med dig. Du kan inte se deras innehåll, och de kan inte se ditt."
 
@@ -1226,11 +1261,11 @@ msgstr "Blockeringen hindrar inte den här etikettsättaren från att sätta eti
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Blockering är offentligt. Blockerade konton kan inte svara i dina trådar, nämna dig eller på annat sätt interagera med dig."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Blockering hindrar inte att etiketter sätts på ditt konto, men det hindrar det här kontot från att svara i dina trådar eller interagera med dig."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blogg"
 
@@ -1239,7 +1274,7 @@ msgstr "Blogg"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky kan inte bekräfta äktheten av det angivna datumet."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky är bättre med vänner!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Användarvillkor för Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky väljer en uppsättning av rekommenderade konton från personer i ditt nätverk."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky visar inte din profil eller dina inlägg för utloggade använda
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky kommer proaktivt att verifiera framstående och äkta konton."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Bläddra i ämnet {0}"
 msgid "Browse topic {displayName}"
 msgstr "Bläddra inom ämnet {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Affärer"
 
@@ -1374,45 +1409,47 @@ msgstr "Genom att skapa ett konto godkänner du våra <0>användarvillkor</0>."
 msgid "By you"
 msgstr "Av dig"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Kamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Avbryt"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Avbryt radering av konto"
 msgid "Cancel image crop"
 msgstr "Avbryt bildbeskärning"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Avbryt profilredigering"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Avbryter öppningen av den länkade webbplatsen"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Det går inte att interagera med en blockerad användare"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Undertexter (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Undertexter och alternativtexter"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Ändra"
 
@@ -1478,13 +1514,12 @@ msgstr "Ändra appikon"
 msgid "Change app icon to \"{0}\""
 msgstr "Ändra appikon till ”{0}”"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Ändra e-post"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "Ändra appspråk"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Ändra e‑postadress"
 
@@ -1497,10 +1532,6 @@ msgstr "Ändra användarnamn"
 msgid "Change moderation service"
 msgstr "Ändra modereringstjänst"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Ändra min e-postadress"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Ändra lösenord"
@@ -1513,11 +1544,11 @@ msgstr "Ändra inläggets språk till {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Ändra skäl till anmälan"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Ändra din e‑postadress"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Ändra din e‑postadress"
 
@@ -1530,15 +1561,15 @@ msgstr "Ändrar appikon"
 msgid "Changes hosting provider"
 msgstr "Ändrar värdleverantör"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chatt"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Chatt raderad"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Chatt ignorerad"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Inkorg för chattförfrågningar"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Chattförfrågningar"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Chattinställningar"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Chatt inte längre ignorerad"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Chattar"
 
@@ -1599,7 +1630,7 @@ msgstr "Välj metod för att verifiera din domän"
 msgid "Choose Feeds"
 msgstr "Välj flöden"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Välj åt mig"
 
@@ -1619,7 +1650,7 @@ msgstr "Välj den här färgen som din avatar"
 msgid "Choose your account provider"
 msgstr "Välj din kontoleverantör"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Välj din egen tidslinje! Flöden som har skapats av andra i gemenskapen hjälper dig att hitta innehåll du gillar."
 
@@ -1631,16 +1662,16 @@ msgstr "Välj ditt lösenord"
 msgid "Choose your username"
 msgstr "Välj ditt användarnamn"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Rensa all lagrad data"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Rensa all lagrad data (starta om efter detta)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Rensa bild-cache"
 
@@ -1652,6 +1683,14 @@ msgstr "Rensa sökfrågan"
 msgid "click here"
 msgstr "klicka här"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "Klicka här för att börja om verifieringsprocessen."
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "Klicka här för att uppdatera din e-post"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Klicka för att inaktivera citeringar av detta inlägg."
@@ -1676,29 +1715,34 @@ msgstr "Klimat"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Galopp 🐴 galopp 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Stäng"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Stäng aktiv dialogruta"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Stäng den nedersta lådan"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Stäng dialogruta"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Stäng sidpanel"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Stäng emojiväljaren"
 
@@ -1751,12 +1795,12 @@ msgstr "Stäng den här dialogrutan"
 msgid "Closes password update alert"
 msgstr "Stänger avisering om uppdatering av lösenord"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Stänger inläggsverktyget och slänger utkastet"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Stänger emojiväljaren"
 
@@ -1764,11 +1808,11 @@ msgstr "Stänger emojiväljaren"
 msgid "Closes viewer for header image"
 msgstr "Stänger visaren för omslagsbilden"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Dölj lista över användare"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Fäller ihop användarlista för berörd notis"
 
@@ -1791,7 +1835,7 @@ msgstr "Komedi"
 msgid "Comics"
 msgstr "Serier"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Gemenskapens riktlinjer"
@@ -1804,11 +1848,11 @@ msgstr "Slutför introduktionen och börja använda ditt konto"
 msgid "Complete the challenge"
 msgstr "Slutför kontrollen"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Skriv ett nytt inlägg"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Skriv inlägg som är upp till {0, plural, other {# tecken}} långa"
 
@@ -1816,7 +1860,7 @@ msgstr "Skriv inlägg som är upp till {0, plural, other {# tecken}} långa"
 msgid "Compose reply"
 msgstr "Skriv svar"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Komprimerar videoklipp…"
 
@@ -1828,23 +1872,17 @@ msgstr "Konfigurera innehållsfiltrering för kategorin: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Konfigurerad i <0>modereringsinställningar</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Bekräfta"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Bekräfta ändring"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Bekräfta språkinställningar för innehåll"
@@ -1861,18 +1899,19 @@ msgstr "Bekräfta din ålder:"
 msgid "Confirm your birthdate"
 msgstr "Bekräfta ditt födelsedatum"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Bekräftelsekod"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Bekräftelsekod"
 
@@ -1880,8 +1919,8 @@ msgstr "Bekräftelsekod"
 msgid "Connecting..."
 msgstr "Ansluter…"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Kontakta supporten"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Innehåll och media"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Innehåll och media"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Innehåll och media"
 
@@ -1911,7 +1950,7 @@ msgstr "Innehållsfilter"
 msgid "Content from across the network we think you might like."
 msgstr "Innehåll från över hela nätverket som vi tror du kan gilla."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Innehållsspråk"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Utanför kontextmenyn. Klicka för att stänga menyn."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Fortsätt"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Fortsätt som {0} (nuvarande inloggad)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Utöka tråd…"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Fortsätt till nästa steg"
@@ -1973,7 +2012,7 @@ msgstr "Matlagning"
 msgid "Copied"
 msgstr "Kopierat"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Byggversion kopierad till urklipp"
 
@@ -1981,8 +2020,8 @@ msgstr "Byggversion kopierad till urklipp"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Kopierat till urklipp"
 
@@ -1991,7 +2030,7 @@ msgstr "Kopierat till urklipp"
 msgid "Copied!"
 msgstr "Kopierat!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Kopierar byggversion till urklipp"
 
@@ -2003,13 +2042,13 @@ msgstr "Kopiera"
 msgid "Copy App Password"
 msgstr "Kopiera applösenord"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Kopiera at://-URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Kopiera författarens DID"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kopiera kod"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Kopiera DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Kopiera länk"
 msgid "Copy link to list"
 msgstr "Kopiera länk till lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Kopiera länk till inlägg"
 
@@ -2050,13 +2089,13 @@ msgstr "Kopiera länk till inlägg"
 msgid "Copy message text"
 msgstr "Kopiera meddelandetext"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Kopiera inläggets at://-URI"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Kopiera inläggstext"
 
@@ -2068,7 +2107,7 @@ msgstr "Kopiera QR-kod"
 msgid "Copy TXT record value"
 msgstr "Kopiera värde för TXT-post"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Upphovsrättspolicy"
@@ -2078,7 +2117,7 @@ msgstr "Upphovsrättspolicy"
 msgid "Could not leave chat"
 msgstr "Det gick inte att lämna chatten"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Det gick inte att läsa in flödet"
 
@@ -2094,7 +2133,7 @@ msgstr "Det gick inte att ignorera chatten"
 msgid "Could not process your video"
 msgstr "Kunde inte bearbeta ditt videoklipp"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Skapa"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Skapa en QR-kod för ett startpaket"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Skapa ett startpaket"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Skapa ett startpaket åt mig"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Skapa ett konto"
 msgid "Create an account without using this starter pack"
 msgstr "Skapa ett konto utan att använda det här startpaketet"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Skapa en avatar istället"
 
@@ -2209,13 +2248,13 @@ msgstr "Mörkt tema"
 msgid "Date of birth"
 msgstr "Födelsedatum"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Inaktivera konto"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Felsök moderering"
 
@@ -2237,13 +2276,13 @@ msgstr "Förvalda ikoner"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Radera"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Radera konto"
 
@@ -2259,19 +2298,19 @@ msgstr "Radera applösenord"
 msgid "Delete app password?"
 msgstr "Radera applösenord?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Radera chatt"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Radera chattdeklarationsposten"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Radera konversation"
 
@@ -2299,9 +2338,9 @@ msgstr "Radera meddelandet för mig"
 msgid "Delete my account"
 msgstr "Radera mitt konto"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Radera inlägg"
 
@@ -2318,7 +2357,7 @@ msgstr "Radera startpaket?"
 msgid "Delete this list?"
 msgstr "Radera den här listan?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Radera det här inlägget?"
 
@@ -2335,19 +2374,19 @@ msgstr "Raderat konto"
 msgid "Deleted post."
 msgstr "Raderat inlägg."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Beskrivning"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Beskrivningen är för lång"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Beskrivningen är för lång. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Det maximala antalet tecken är #.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "Beskrivningen är för lång. {DESCRIPTION_MAX_GRAPHEMES, plural, other
 msgid "Descriptive alt text"
 msgstr "Beskrivande alternativtext"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Avskilj citat"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Avskilj citatinlägg?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Utvecklarläge inaktiverat"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Utvecklarläge aktiverat"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Utvecklaralternativ"
 
@@ -2388,6 +2427,15 @@ msgstr "Dialogruta: ställ in vilka som kan interagera med det här inlägget"
 msgid "Dim"
 msgstr "Dämpat"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "Inaktivera 2FA"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "Inaktivera 2FA via e-post"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Inaktivera 2FA via e-post"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Inaktiverat"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Släng"
 
@@ -2420,11 +2468,11 @@ msgstr "Släng"
 msgid "Discard changes?"
 msgstr "Vill du slänga ändringarna?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Vill du slänga utkastet?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Vill du slänga inlägget?"
 
@@ -2442,15 +2490,15 @@ msgstr "Upptäck flöden"
 msgid "Discover new custom feeds"
 msgstr "Upptäck nya anpassade flöden"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Upptäck nya flöden"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Avfärda"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Avvisa fel"
 
@@ -2471,9 +2519,9 @@ msgstr "Avfärda den här sektionen"
 msgid "Display larger alt text badges"
 msgstr "Visa större brickor för alternativtext"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Visningsnamn"
@@ -2482,11 +2530,11 @@ msgstr "Visningsnamn"
 msgid "Display Name"
 msgstr "Visningsnamn"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Visningsnamnet är för långt"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Visningsnmanet är för långt. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Det maximala antalet tecken är #.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Börjar eller slutar inte med ett bindestreck"
 msgid "Domain verified!"
 msgstr "Domän verifierad!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "Har du ingen kod eller behöver du en ny? <0>Klicka här.</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "Hittar du inget e-postmeddelande? <0>Klicka här för att skicka ett nytt.</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Klar{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Håll nere eller dubbeltryck på meddelandet för att lägga till en reaktion"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Dubbeltryck för att stänga dialogrutan"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Dubbeltryck för att gilla"
 
@@ -2575,7 +2633,7 @@ msgstr "Varaktighet:"
 msgid "e.g. alice"
 msgstr "t.ex. alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "t.ex. Alice Efternamn"
 
@@ -2587,7 +2645,7 @@ msgstr "t.ex. Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "t.ex. alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "t.ex. Konstnär, hundälskare och entusiastisk läsare."
 
@@ -2595,19 +2653,19 @@ msgstr "t.ex. Konstnär, hundälskare och entusiastisk läsare."
 msgid "E.g. artistic nudes."
 msgstr "T.ex. konstnärliga nakenbilder."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "t.ex. Framstående inläggsförfattare"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "t.ex. Spammare"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "t.ex. Personer som aldrig träffar fel."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "t.ex. Användare som hela tiden svarar med annonser."
 
@@ -2615,7 +2673,7 @@ msgstr "t.ex. Användare som hela tiden svarar med annonser."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Varje kod fungerar en gång. Du kommer att få fler inbjudningskoder med jämna mellanrum."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Redigera"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Redigera avatar"
 
@@ -2637,14 +2695,14 @@ msgstr "Redigera avatar"
 msgid "Edit Feeds"
 msgstr "Redigera flöden"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Redigera bild"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Redigera interaktionsinställningar"
 
@@ -2657,12 +2715,17 @@ msgstr "Redigera intressen"
 msgid "Edit list details"
 msgstr "Redigera listdetaljer"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Redigera modereringslista"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Redigera mina flöden"
 
@@ -2679,15 +2742,15 @@ msgstr "Redigera personer"
 msgid "Edit post interaction settings"
 msgstr "Redigera interaktionsinställningar för inlägg"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Redigera profil"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Redigera profil"
 
@@ -2695,7 +2758,7 @@ msgstr "Redigera profil"
 msgid "Edit starter pack"
 msgstr "Redigera startpaket"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Redigera användarlista"
 
@@ -2707,11 +2770,11 @@ msgstr "Redigera vilka som kan svara"
 msgid "Edit your display name"
 msgstr "Redigera ditt visningsnamn"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Redigera din profilbeskrivning"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Redigera ditt startpaket"
 
@@ -2724,9 +2787,8 @@ msgstr "Utbildning"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Antingen har skaparen av den här listan blockerat dig, eller så har du blockerat skaparen."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-post"
 
@@ -2747,20 +2809,17 @@ msgstr "E-postadress"
 msgid "Email Resent"
 msgstr "E-postmeddelandet har skickats på nytt"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-post uppdaterad"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "E-postmeddelande skickat!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "E-post uppdaterad"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "E-post uppdaterad!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-post verifierad"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "E-postverifiering slutförd!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Bädda in HTML-kod"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Bädda in inlägg"
 
@@ -2785,8 +2844,9 @@ msgstr "Bädda in det här inlägget på din hemsida. Det är bara att kopiera f
 msgid "Embedded video player"
 msgstr "Inbäddad videospelare"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Aktivera"
 
@@ -2798,8 +2858,8 @@ msgstr "Aktivera endast {0}"
 msgid "Enable adult content"
 msgstr "Tillåt vuxeninnehåll"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr "Aktivera 2FA via e-post"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "Aktiverat"
 msgid "End of feed"
 msgstr "Slut på flödet"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Se till att du har valt ett språk för varje undertextfil."
 
@@ -2860,13 +2920,14 @@ msgstr "Ange ett lösenord"
 msgid "Enter a word or tag"
 msgstr "Ange ett ord eller en tagg"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "Ange kod"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Ange bekräftelsekod"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
+msgstr "Ange kod"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
@@ -2897,11 +2958,7 @@ msgstr "Ange ditt födelsedatum"
 msgid "Enter your email address"
 msgstr "Ange din e-postadress"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Ange din nya e-postadress ovan"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Ange din nya e-postadress nedan."
 
@@ -2921,7 +2978,7 @@ msgstr "Öppnar helskärm"
 msgid "Entertainment"
 msgstr "Underhållning"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Fel"
@@ -2997,15 +3054,15 @@ msgstr "Avslutar bildvisning"
 msgid "Expand alt text"
 msgstr "Visa alternativtext"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Utöka lista över användare"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Utöka eller fäll ihop det inlägg som du svarar på i sin helhet"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Utökar eller fäller ihop inläggstext"
 
@@ -3031,6 +3088,10 @@ msgstr "Löper ut {0}"
 msgid "Expires in {0}"
 msgstr "Löper ut om {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Explicit eller potentiellt stötande media."
 msgid "Explicit sexual images."
 msgstr "Explicit sexuella bilder."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Utforska"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Exportera min data"
 
@@ -3071,12 +3132,12 @@ msgstr "Extern media"
 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 "Extern media kan göra det möjligt för webbplatser att samla in information om dig och din enhet. Ingen information skickas eller begärs förrän du trycker på spelaknappen."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Inställningar för extern media"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Det gick inte att acceptera chatten"
@@ -3090,15 +3151,11 @@ msgstr "Det gick inte att lägga till emoji-reaktion"
 msgid "Failed to change handle. Please try again."
 msgstr "Det gick inte att ändra användarnamn. Försök igen."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Det gick inte att skapa ett applösenord. Försök igen."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Det gick inte att skapa konversation"
 
@@ -3107,12 +3164,12 @@ msgstr "Det gick inte att skapa konversation"
 msgid "Failed to create starter pack"
 msgstr "Det gick inte att skapa ett startpaket"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Det gick inte att skapa listan. Kontrollera din internetanslutning och försök igen."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Det gick inte att radera chatten"
@@ -3121,7 +3178,7 @@ msgstr "Det gick inte att radera chatten"
 msgid "Failed to delete message"
 msgstr "Det gick inte att radera inlägget"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Det gick inte att radera inlägget. Försök igen"
 
@@ -3129,7 +3186,7 @@ msgstr "Det gick inte att radera inlägget. Försök igen"
 msgid "Failed to delete starter pack"
 msgstr "Det gick inte att radera startpaketet"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Det gick inte att läsa in konversationer"
@@ -3172,7 +3229,7 @@ msgstr "Det gick inte att ta bort emoji-reaktion"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Det gick inte att ta bort verifiering"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Det gick inte att spara dina intressen."
 msgid "Failed to send"
 msgstr "Det gick inte att skicka"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "Det gick inte att skicka e-postmeddelande. Försök igen."
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Det gick inte att skicka omprövningsbegäran. Försök igen."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Det gick inte att ignorera tråden. Försök igen"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "Det gick inte att uppdatera inställningar för 2FA via e-post"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "Det gick inte att uppdatera e-post. Försök igen."
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Det gick inte att uppdatera flödena"
@@ -3219,11 +3290,15 @@ msgstr "Det gick inte att uppdatera inställningarna"
 msgid "Failed to upload video"
 msgstr "Det gick inte att ladda upp videoklippet"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "Det gick inte att verifiera e-post. Försök igen."
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Det gick inte att verifiera användarnamnet. Försök igen."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Flöde"
 
@@ -3242,24 +3317,24 @@ msgstr "Växla läge på flöde"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Feedback"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Feedback skickad!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Flöden"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Flexibelt"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Följ"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Följ"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Följ {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Följ {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Följ {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Följ 10 konton"
 msgid "Follow 7 accounts"
 msgstr "Följ 7 konton"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Följ konto"
 
@@ -3391,7 +3462,7 @@ msgstr "Följ konto"
 msgid "Follow all"
 msgstr "Följ alla"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Följ tillbaka"
@@ -3417,7 +3488,7 @@ msgstr "Följs av <0>{0}</0> och <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Följs av <0>{0}</0>, <1>{1}</1>, och {2, plural, one {# annan} other {# andra}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Följare av @{0} som du känner"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Följare som du känner"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Följer"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Följer {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Följer {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Följer {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Inställningar för Följer-flödet"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Inställningar för Följer-flödet"
@@ -3524,7 +3591,7 @@ msgstr "Publicerar ofta oönskat innehåll"
 msgid "From @{sanitizedAuthor}"
 msgstr "Från @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Från <0/>"
@@ -3533,17 +3600,19 @@ msgstr "Från <0/>"
 msgid "Gallery"
 msgstr "Galleri"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Generera ett startpaket"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Få hjälp"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "Kom igång"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "Kom igång"
 msgid "GIF"
 msgstr "Gif-bild"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Ge din profil ett ansikte"
 
@@ -3567,10 +3636,10 @@ msgstr "Uppenbara överträdelser av lagar eller användarvillkor"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Gå tillbaka"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Gå hem"
 msgid "Go Home"
 msgstr "Gå till Hem"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "Gå till {firstAuthorName}s profil"
 
@@ -3638,8 +3723,8 @@ msgstr "Grafiskt innehåll"
 msgid "Half way there!"
 msgstr "Halvvägs där!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Användarnamn"
 
@@ -3665,7 +3750,7 @@ msgstr "Haptik"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Trakasserier, trolling eller intolerans"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtagg"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtagg"
 msgid "Hashtag {tag}"
 msgstr "Hashtagg: {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "Har du en kod? <0>Klicka här.</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Har du problem?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Hjälp"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Låt folk veta att du inte är en bot genom att ladda upp en bild eller skapa en avatar."
 
@@ -3698,7 +3788,7 @@ msgstr "Här är ditt applösenord!"
 msgid "Hidden"
 msgstr "Dolt"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Dolt av dina modereringsinställningar."
 
@@ -3715,12 +3805,12 @@ msgstr "Dold lista"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Dölj"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Dölj"
@@ -3729,18 +3819,18 @@ msgstr "Dölj"
 msgid "Hide customization options"
 msgstr "Dölj anpassningsalternativ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Dölj inlägg för mig"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Dölj svar för alla"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Dölj svar för mig"
 
@@ -3748,12 +3838,12 @@ msgstr "Dölj svar för mig"
 msgid "Hide this card"
 msgstr "Dölj det här kortet"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Dölj det här inlägget?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Dölj det här svaret?"
 
@@ -3771,14 +3861,14 @@ msgstr "Dölj trendande ämnen?"
 msgid "Hide trending videos?"
 msgstr "Dölj trendande videoklipp?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Dölj användarlista"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Dölj verifieringsmärken"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm, vi kunde inte ladda den modereringstjänsten."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Vänta lite! Vi ger gradvis tillgång till videoklipp till fler användare, och du står fortfarande i kön. Försök igen senare!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Hem"
 
@@ -3845,25 +3935,20 @@ msgstr "Hett"
 msgid "Hot replies first"
 msgstr "Populära svar först"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Hur vill du att länken ska öppnas?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Jag har en kod"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Jag har en kod"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Jag har en bekräftelsekod"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Om du raderar den här listan kommer du inte att kunna återställa den.
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Om du har en egen domän kan du använda den som ditt användarnamn. Det gör det möjligt för dig att själv verifiera din identitet. <0>Läs mer här.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "Om du behöver uppdatera din e-post, <0>klicka här</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Om du tar bort det här inlägget kommer du inte att kunna återställa det."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "Om du uppdaterar din e-postadress kommer 2FA via e-post att inaktiveras."
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Om du vill ändra ditt lösenord skickar vi en kod till dig för att verifiera att det här är ditt konto."
@@ -3915,18 +4008,19 @@ msgstr "Olagligt och brådskande"
 msgid "Image"
 msgstr "Bild"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Bild-cache rensad"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Bild-cache rensad, frigjorde {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Bilden sparades i din kamerarulle!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "Bild sparad"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Ogiltig bekräftelsekod för 2FA."
 msgid "Invalid handle. Please try a different one."
 msgstr "Ogiltigt användarnamn. Försök med ett annat."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Ogiltig eller icke stödd inläggspost"
 
@@ -4041,12 +4135,12 @@ msgstr "Det stämmer"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Just nu är det bara du! Lägg till fler personer i ditt startpaket genom att söka ovan."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Jobb-ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Jobb"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Märkt av användaren."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Etiketter"
 
@@ -4100,13 +4194,13 @@ msgstr "Etiketter på ditt innehåll"
 msgid "Language selection"
 msgstr "Språkval"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Språkinställningar"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Språk"
 
@@ -4124,20 +4218,20 @@ msgstr "Senaste"
 msgid "learn more"
 msgstr "läs mer"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Läs mer"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Läs mer"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Läs mer om Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Läs mer om den moderering som görs på det här innehållet."
 msgid "Learn more about this warning"
 msgstr "Läs mer om den här varningen"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Läs mer om verifiering på Bluesky"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Du är på väg att lämna Bluesky"
 msgid "left to go."
 msgstr "kvar."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Låt mig välja"
 
@@ -4230,7 +4324,7 @@ msgstr "Ljus"
 msgid "Like"
 msgstr "Gilla"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Gilla ({0, plural, one {# gillamarkering} other {# gillamarkeringar}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Gilla 10 inlägg för att träna Upptäck-flödet"
 msgid "Like this feed"
 msgstr "Gilla det här flödet"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Gilla den här etikettsättaren"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Gillat av"
 
@@ -4269,16 +4363,16 @@ msgstr "Gillat av {0, plural, one {# användare} other {# användare}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Gillat av {likeCount, plural, one {# användare} other {# användare}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Gillamarkeringar"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Gillamarkeringar på det här inlägget"
 
@@ -4287,11 +4381,11 @@ msgstr "Gillamarkeringar på det här inlägget"
 msgid "Linear"
 msgstr "Linjärt"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Lista"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Listavatar"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Lista ignorerad"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Listnamn"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Lista inte längre ignorerad"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listor"
 
@@ -4358,6 +4452,22 @@ msgstr "Listor"
 msgid "Lists blocking this user:"
 msgstr "Listor som blockerar den här användaren:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Läs in fler"
@@ -4370,18 +4480,18 @@ msgstr "Läs in fler föreslagna flöden"
 msgid "Load new notifications"
 msgstr "Läs in nya notiser"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Läs in nya inlägg"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Laddar…"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Logg"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logotyp av @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logotyp av <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Det ser ut som att du har plockat bort alla dina flöden. Men oroa dig i
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Det ser ut som om du saknar ett flöde med personer du följer. <0>Klicka här för att lägga till ett.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "Gör justeringar i ditt kontos e-postinställningar"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Skapa ett åt mig"
 
@@ -4433,7 +4547,7 @@ msgstr "Hantera sparade flöden"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Hantera verifieringsinställningar"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Markera som läst"
 msgid "Marked all as read"
 msgstr "Markerade alla som lästa"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Kanske senare"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Media"
 
@@ -4479,7 +4600,7 @@ msgstr "Omnämnanden"
 msgid "Menu"
 msgstr "Meny"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Meddelande {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Meddelandet är för långt"
 msgid "Message options"
 msgstr "Meddelandealternativ"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Meddelanden"
 
@@ -4532,10 +4653,10 @@ msgstr "Vilseledande konto"
 msgid "Misleading Post"
 msgstr "Vilseledande inlägg"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderering"
 
@@ -4557,12 +4678,12 @@ msgstr "Modereringslista av <0/>"
 msgid "Moderation list by you"
 msgstr "Modereringslista av dig"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Modereringslista skapad"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Modereringslista uppdaterad"
@@ -4571,8 +4692,8 @@ msgstr "Modereringslista uppdaterad"
 msgid "Moderation lists"
 msgstr "Modereringslistor"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Modereringslistor"
 
@@ -4580,7 +4701,7 @@ msgstr "Modereringslistor"
 msgid "moderation settings"
 msgstr "modereringsinställningar"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Modereringslägen"
 
@@ -4593,7 +4714,7 @@ msgstr "Modereringsverktyg"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "En moderator har valt att sätta en allmän varning på innehållet."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Mer"
 
@@ -4602,8 +4723,8 @@ msgstr "Mer"
 msgid "More feeds"
 msgstr "Fler flöden"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Fler alternativ"
@@ -4637,10 +4758,10 @@ msgstr "Stäng av ljud"
 msgid "Mute {tag}"
 msgstr "Ignorera {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Ignorera konto"
 
@@ -4689,13 +4810,13 @@ msgstr "Ignorera det här ordet endast i taggar"
 msgid "Mute this word until you unmute it"
 msgstr "Ignorera det här ordet tills du själv väljer att sluta med det"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Ignorera tråd"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Ignorera ord och taggar"
 
@@ -4703,12 +4824,12 @@ msgstr "Ignorera ord och taggar"
 msgid "Muted accounts"
 msgstr "Ignorerade konton"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Ignorerade konton"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Inlägg och meddelanden från ignorerade konton tas bort från ditt flöde och dina notiser. Vad du ignorerar hålls helt privat."
 
@@ -4729,15 +4850,15 @@ msgstr "Vad du ignorerar hålls privat. Ignorerade konton kan interagera med dig
 msgid "My Birthday"
 msgstr "Min födelsedag"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Mina flöden"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Namn"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Namn är obligatoriskt"
 
@@ -4772,11 +4893,11 @@ msgstr "Navigera till startpaket"
 msgid "Navigates to the next screen"
 msgstr "Navigerar till nästa ruta"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Navigerar till din profil"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Behöver du ändra på det?"
 
@@ -4797,21 +4918,26 @@ msgstr "Det var inget. Skapa ett användarnamn åt mig"
 msgid "New"
 msgstr "Nytt"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Ny"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Ny chatt"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Ny e-postadress"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Ny funktion"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Nytt användarnamn"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Ny lista"
 
@@ -4828,7 +4954,7 @@ msgstr "Ny lista"
 msgid "New messages"
 msgstr "Nya meddelanden"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Ny modereringslista"
 
@@ -4840,10 +4966,10 @@ msgstr "Nytt lösenord"
 msgid "New Password"
 msgstr "Nytt lösenord"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Nytt inlägg"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Nytt inlägg"
@@ -4863,7 +4989,7 @@ msgstr "Nytt inlägg"
 msgid "New user info dialog"
 msgstr "Dialogruta för ny användarinformation"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Ny användarlista"
 
@@ -4911,6 +5037,10 @@ msgstr "Du har inga applösenord ännu"
 msgid "No DNS Panel"
 msgstr "Ingen DNS-panel"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Inga utvalda gif-bilder kunde hittas. Det kan vara något problem med Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Inga flöden kunde hittas."
 msgid "No likes yet"
 msgstr "Inga gillamarkeringar ännu"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "{0} följs inte längre"
 
@@ -4962,8 +5092,8 @@ msgstr "Inga citeringar ännu"
 msgid "No reposts yet"
 msgstr "Inga återpubliceringar ännu"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Inga resultat"
 
@@ -4980,7 +5110,7 @@ msgstr "Inga resultat för ”{0}”."
 msgid "No results found"
 msgstr "Inget resultat hittades"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Inget resultat hittades för ”{query}”"
 
@@ -5032,19 +5162,14 @@ msgstr "Icke-sexuell nakenhet"
 msgid "Not followed by anyone you're following"
 msgstr "Följs inte av någon som du följer"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Hittades inte"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Inte just nu"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Anmärkning om delning"
 
@@ -5052,7 +5177,7 @@ msgstr "Anmärkning om delning"
 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 "Obs: Bluesky är ett öppet och offentligt nätverk. Den här inställningen begränsar endast ditt kontos synlighet på Blueskys app och webbplats. Andra appar kanske inte respekterar den här inställningen. Ditt innehåll kan fortfarande visas för utloggade användare genom andra appar och webbplatser."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Här var det tomt"
 
@@ -5060,7 +5185,7 @@ msgstr "Här var det tomt"
 msgid "Notification filters"
 msgstr "Notisfilter"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Notisinställningar"
@@ -5077,11 +5202,11 @@ msgstr "Notisljud"
 msgid "Notification Sounds"
 msgstr "Notisljud"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Notiser"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Åh nej! Något gick fel."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Okej"
 
@@ -5140,19 +5265,19 @@ msgstr "Äldsta svar först"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "på<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Återställning av kom-igång-guide"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "En eller flera gif-bilder saknar alternativtext."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "En eller flera bilder saknar alternativtext."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Ett eller flera videoklipp saknar alternativtext."
 
@@ -5168,7 +5293,7 @@ msgstr "Endast {0} kan svara."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Innehåller endast bokstäver, siffror och bindestreck"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Endast bildfiler stöds"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Hoppsan, något gick fel!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Hoppsan!"
 
@@ -5194,11 +5319,7 @@ msgstr "Hoppsan!"
 msgid "Open"
 msgstr "Öppna"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Öppna genvägsmeny för {name}s profil"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Öppna avatarskapare"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Öppna sidpanel"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Öppna emoji-väljaren"
 
@@ -5225,7 +5346,7 @@ msgstr "Öppna dialogruta med information om flöde"
 msgid "Open feed options menu"
 msgstr "Öppna meny för flödesalternativ"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Öppna fullständig emoji-lista"
 
@@ -5237,7 +5358,7 @@ msgstr "Öppna länk till {niceUrl}"
 msgid "Open message options"
 msgstr "Öppna meddelandealternativ"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Öppna felsökningssida för moderering"
 
@@ -5249,20 +5370,25 @@ msgstr "Öppna inställningar för ignorerade ord och taggar"
 msgid "Open pack"
 msgstr "Öppna paket"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Öppna meny för inläggsalternativ"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Öppna startpaketsmeny"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Öppna Storybook-sida"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Öppna systemlogg"
 
@@ -5282,19 +5408,19 @@ msgstr "Öppnar en dialogruta där du kan välja vilka som får svara i den här
 msgid "Opens additional details for a debug entry"
 msgstr "Öppnar ytterligare detaljer för en loggpost"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Öppnar dialogruta för alternativtext"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Öppnar kameran på enheten"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Öppnar dialogruta för under- och alternativtext"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Öppnar dialogruta för ändring av användarnamn"
 
@@ -5306,7 +5432,7 @@ msgstr "Öppnar inläggsverktyget"
 msgid "Opens device photo gallery"
 msgstr "Öppnar enhetens bildgalleri"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Öppnar emojiväljaren"
 
@@ -5324,7 +5450,7 @@ msgstr "Öppnar guide för att logga in på ditt befintliga Bluesky-konto"
 msgid "Opens GIF select dialog"
 msgstr "Öppnar dialogruta för val av gif-bild"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Öppnar hjälpcentralen i webbläsaren"
 
@@ -5332,6 +5458,10 @@ msgstr "Öppnar hjälpcentralen i webbläsaren"
 msgid "Opens list of invite codes"
 msgstr "Öppnar lista med inbjudningskoder"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Öppnar formulär för återställning av lösenord"
@@ -5340,12 +5470,12 @@ msgstr "Öppnar formulär för återställning av lösenord"
 msgid "Opens the linked website"
 msgstr "Öppnar den länkade webbplatsen"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Öppnar den här profilen"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Öppnar verktyg för val av videoklipp"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA-status: Ingen tillgänglig"
 msgid "Other"
 msgstr "Övrigt"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Annat konto"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Sidan hittades inte"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Pausa video"
 msgid "People"
 msgstr "Personer"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Personer som följs av @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Personer som följer @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Fäst på hem"
 msgid "Pin to Home"
 msgstr "Fäst på Hem"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Fäst på din profil"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Fäst"
 
@@ -5578,14 +5708,14 @@ msgstr "Välj ditt användarnamn."
 msgid "Please choose your password."
 msgstr "Välj ditt lösenord."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "Klicka på länken i e-postmeddelandet vi just skickade till dig för att bekräfta din nya e-postadress. Det här är ett viktigt steg för att du ska kunna fortsätta använda alla funktioner på Bluesky."
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Slutför captcha-verifieringen."
 
-#: 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 "Vänligen bekräfta din e-postadress innan du ändrar den. Detta är ett tillfälligt krav som snart kommer att tas bort efter att vi har lagt till fler verktyg för uppdatering av e-post."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Dubbelkolla att du har angett din e-postadress korrekt."
@@ -5602,10 +5732,28 @@ msgstr "Ange ett lösenord. Det måste vara minst 8 tecken långt."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Ange ett unikt namn för applösenordet eller använd ett slumpmässigt genererat av oss."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "Ange en giltig kod."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "Ange en giltig e-postadress."
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Ange ett giltigt ord, en tagg eller en fras att ignorera"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "Ange den kod vi skickade till <0>{0}</0> nedan."
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "Ange den säkerhetskod vi skickade till din tidigare e-postadress."
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Ange din e-postadress."
 msgid "Please enter your invite code."
 msgstr "Ange din inbjudningskod."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "Ange din nya e-postadress."
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Ange ditt lösenord"
@@ -5648,7 +5800,11 @@ msgstr "Välj ett skäl till denna anmälan"
 msgid "Please sign in as @{0}"
 msgstr "Logga in som @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr "Verifiera din e-post"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Verifiera din e-post"
 
@@ -5662,7 +5818,7 @@ msgstr "Politik"
 msgid "Porn"
 msgstr "Porr"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Publicera"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Inlägg"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Publicera alla"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Inlägg av {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Inlägg av @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Inlägg raderat"
@@ -5697,7 +5853,7 @@ msgstr "Inlägg raderat"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Inlägget kunde inte laddas upp. Kontrollera din internetanslutning och försök igen."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Inlägget har raderats"
 
@@ -5719,7 +5875,7 @@ msgstr "Inlägg dolt av dig"
 msgid "Post interaction settings"
 msgstr "Interaktionsinställningar för inlägg"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Interaktionsinställningar för inlägg"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Inlägg lossat"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Inlägg"
@@ -5789,7 +5945,7 @@ msgstr "Tryck för att visa personer både du och det här kontot följer"
 msgid "Previous image"
 msgstr "Föregående bild"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Primärt språk"
 
@@ -5807,26 +5963,26 @@ msgstr "Prioriterade notiser"
 msgid "Privacy"
 msgstr "Integritet"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Integritet och säkerhet"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Integritet och säkerhet"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Integritetspolicy"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Bearbetar videoklipp…"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Bearbetar…"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profil uppdaterad"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Offentliga, delningsbara listor som kan användas till att driva flöden."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Publicera inlägg"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Publicera samtliga inlägg"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Publicera svar"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Publicera samtliga svar"
 
@@ -5904,11 +6060,11 @@ msgstr "QR-koden har sparats i din kamerarulle!"
 msgid "Quote post"
 msgstr "Citera inlägg"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Citatinlägget länkades samman på nytt"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Citatinlägget avskiljdes utan problem"
 
@@ -5927,7 +6083,7 @@ msgstr "Citatinställningar"
 msgid "Quotes"
 msgstr "Citat"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Citeringar av detta inlägg"
 
@@ -5942,8 +6098,8 @@ msgstr "Slumpmässigt (även kallat författarroulette)"
 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 "Anropsgränsen har överskridits. Du har försökt att ändra ditt användarnamn för många gånger under en kort period. Vänta någon minut innan du försöker igen."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Sätt tillbaka citat"
 
@@ -5958,17 +6114,17 @@ msgstr "Återaktivera ditt konto"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Läs blogginlägget"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Visa mindre"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Visa mer"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Läs Bluesky-bloggen"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Återanslut"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Avvisa"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Avvisa chattförfrågan"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Ladda om konversationer"
@@ -6022,7 +6178,7 @@ msgstr "Ladda om konversationer"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Ta bort"
 msgid "Remove {displayName} from starter pack"
 msgstr "Ta bort {displayName} från startpaketet"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Ta bort {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Ta bort konto"
 
@@ -6046,13 +6202,13 @@ msgstr "Ta bort konto"
 msgid "Remove attachment"
 msgstr "Ta bort bilaga"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Ta bort avatar"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Ta bort omslag"
 
@@ -6079,7 +6235,7 @@ msgstr "Ta bort flöde?"
 msgid "Remove from my feeds"
 msgstr "Ta bort från mina flöden"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Ta bort från snabbåtkomst?"
 
@@ -6097,11 +6253,16 @@ msgstr "Ta bort från dina flöden?"
 msgid "Remove image"
 msgstr "Ta bort bild"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Ta bort ignorerat ord från din lista"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Ta bort profil"
 
@@ -6114,7 +6275,7 @@ msgstr "Ta bort citat"
 msgid "Remove repost"
 msgstr "Ta bort återpublicering"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Ta bort undertextfil"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Ta bort användare från lista"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Ta bort verifiering"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Ta bort din verifiering av det här kontot?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Borttaget från dina flöden"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Tar bort profilen från sökhistoriken"
+msgstr "Tog bort verifiering"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Tar bort citerat inlägg"
 msgid "Replace with Discover"
 msgstr "Ersätt med Upptäck"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Svar"
 
@@ -6193,12 +6350,12 @@ msgstr "Svar inaktiverade"
 msgid "Replies to this post are disabled."
 msgstr "Svar är inaktiverat för det här inlägget."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Svara"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Svar ({0, plural, one {# svar} other {# svar}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Svarsinställningarna sätts av trådens författare"
 msgid "Reply sorting"
 msgstr "Sortera svar"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Svar till <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Svar till ett blockerat inlägg"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Svar till ett inlägg"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Svar till dig"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Synlighet för svar har uppdaterats"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Svaret doldes utan problem"
 
@@ -6261,16 +6418,16 @@ msgstr "Svaret doldes utan problem"
 msgid "Report"
 msgstr "Anmäl"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Anmäl konto"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Anmäl konversation"
 
@@ -6293,8 +6450,8 @@ msgstr "Anmäl lista"
 msgid "Report message"
 msgstr "Anmäl meddelande"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Anmäl inlägg"
 
@@ -6369,26 +6526,26 @@ msgstr "Återpublicera eller citera inlägg"
 msgid "Reposted By"
 msgstr "Återpublicerat av"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Återpublicerat av {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Återpublicerat av <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Återpublicerat av dig"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Återpubliceringar av det här inlägget"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "Begär ändring"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "Begär kod"
 msgid "Require alt text before posting"
 msgstr "Kräv alternativtext innan publicering"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Kräv en kod som skickas via e-post för att logga in på ditt konto."
 
@@ -6413,13 +6570,19 @@ msgstr "Obligatoriskt för den här leverantören"
 msgid "Required in your region"
 msgstr "Obligatoriskt i din region"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "Skicka igen"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Skicka e-postmeddelande på nytt"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Skicka e-postmeddelande på nytt"
@@ -6436,8 +6599,8 @@ msgstr "Återställningskod"
 msgid "Reset Code"
 msgstr "Återställningskod"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Återställ status för kom-igång-guide"
 
@@ -6458,10 +6621,10 @@ msgstr "Försöker igen med den senaste misslyckade åtgärden"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Gå tillbaka till föregående sida"
 msgid "Returns to home page"
 msgstr "Går tillbaka till startsidan"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Går tillbaka till föregående steg"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Spara"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Spara"
@@ -6534,7 +6699,7 @@ msgstr "Spara födelsedag"
 msgid "Save changes"
 msgstr "Spara ändringar"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Spara ändringar"
 
@@ -6564,16 +6729,12 @@ msgstr "Spara till mina flöden"
 msgid "Saved Feeds"
 msgstr "Sparade flöden"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Sparat till din kamerarulle"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Sparat i dina flöden"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Sparar alla ändringar till din profil"
 
@@ -6583,8 +6744,8 @@ msgstr "Sparar inställningar för bildbeskärning"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Säg hej!"
 
@@ -6602,11 +6763,11 @@ msgstr "Gå till toppen"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Sök"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Sök i @{0}s inlägg"
@@ -6615,7 +6776,7 @@ msgstr "Sök i @{0}s inlägg"
 msgid "Search by name or interest"
 msgstr "Sök efter namn eller intresse"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Sök flöden"
 
@@ -6656,8 +6817,8 @@ msgstr "Sök gif-bilder"
 msgid "Search my posts"
 msgstr "Sök i mina inlägg"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Sök inlägg"
 
@@ -6679,7 +6840,11 @@ msgstr "Sök…"
 msgid "Searches for profiles"
 msgstr "Söker efter profiler"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "Säkerhetssteg krävs"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Säkerhetssteg krävs"
 
@@ -6699,7 +6864,7 @@ msgstr "Se #{tag}-inlägg"
 msgid "See #{tag} posts by user"
 msgstr "Se #{tag}-inlägg av användare"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Se jobb på Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Välj en färg"
 msgid "Select account"
 msgstr "Välj konto"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "Välj ett appspråk"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Välj en avatar"
@@ -6727,10 +6896,22 @@ msgstr "Välj en avatar"
 msgid "Select an emoji"
 msgstr "Välj en emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "Välj ett alternativ"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "Välj appspråk"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Välj innehållsspråk"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Välj från ett befintligt konto"
@@ -6747,11 +6928,11 @@ msgstr "Välj gif-bild ”{0}”"
 msgid "Select how long to mute this word for."
 msgstr "Välj hur länge du vill att det här ordet ska ignoreras."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Välj språk…"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Välj språk"
 
@@ -6763,6 +6944,10 @@ msgstr "Välj modereringstjänst"
 msgid "Select moderator"
 msgstr "Välj moderator"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "Välj primärt språk"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Välj emojin {emojiName} som din avatar"
 msgid "Select the moderation service(s) to report to"
 msgstr "Välj den eller de modereringstjänster som du vill skicka din anmälan till"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Välj videoklipp"
 
@@ -6784,11 +6969,11 @@ msgstr "Välj videoklipp"
 msgid "Select what content this mute word should apply to."
 msgstr "Välj vilket innehåll det här ignorerade ordet ska gälla för."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Välj språk för appens användargränssnitt."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Välj vilka språk som du vill att de flöden du prenumererar på ska inkludera. Om inget väljs visas alla språk."
 
@@ -6801,7 +6986,7 @@ msgstr "Välj ditt födelsedatum"
 msgid "Select your interests from the options below"
 msgstr "Välj dina intressen bland alternativen nedan"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Välj önskat språk för översättningar i ditt flöde."
 
@@ -6813,19 +6998,17 @@ msgstr "Väljer alternativ {0} av {numItems}"
 msgid "Send a neat website!"
 msgstr "Skicka en snygg hemsida!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Skicka bekräftelse"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Skicka bekräftelse via e-post"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Skicka bekräftelse via e-post"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Skicka e-postmeddelande"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Skicka e-postmeddelande"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Skicka feedback"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Skicka meddelande"
@@ -6863,13 +7046,14 @@ msgstr "Skicka anmälan till {0}"
 msgid "Send report to {title}"
 msgstr "Skicka anmälan till {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Skicka e-post för verifiering"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Skicka via direktmeddelande"
 
@@ -6901,10 +7085,10 @@ msgstr "Konfigurera ditt konto"
 msgid "Sets email for password reset"
 msgstr "Ställer in e-postadress för återställning av lösenord"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Inställningar"
 
@@ -6926,16 +7110,16 @@ msgstr "Sexuellt suggestivt"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Dela"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Dela"
@@ -6948,9 +7132,9 @@ msgstr "Dela med dig av en cool berättelse!"
 msgid "Share a fun fact!"
 msgstr "Dela med dig av något som är kul att veta!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Dela ändå"
 
@@ -6990,7 +7174,7 @@ msgstr "Dela det här startpaketet och hjälp andra att gå med i din gemenskap
 msgid "Share your favorite feed!"
 msgstr "Dela ditt favoritflöde!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Testare för delade inställningar"
 
@@ -7011,8 +7195,8 @@ msgstr "Visa alternativtext"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Visa ändå"
 
@@ -7033,8 +7217,8 @@ msgstr "Visa anpassningsalternativ"
 msgid "Show hidden replies"
 msgstr "Visa dolda svar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Visa mindre av sånt här"
 
@@ -7042,14 +7226,14 @@ msgstr "Visa mindre av sånt här"
 msgid "Show list anyway"
 msgstr "Visa listan ändå"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Visa mer"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Visa mer av sånt här"
 
@@ -7079,8 +7263,8 @@ msgstr "Visa svar i trådat läge"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Visa svar från personer du följer före alla andra svar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Visa svar för alla"
 
@@ -7102,11 +7286,11 @@ msgstr "Visa varning"
 msgid "Show warning and filter from feeds"
 msgstr "Visa varning och filtrera från flöden"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Visar information om när det här inlägget skapades"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Visar andra konton som du kan växla till"
 
@@ -7124,8 +7308,8 @@ msgstr "Visar innehållet"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Visar innehållet"
 msgid "Sign in"
 msgstr "Logga in"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Logga in som {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Logga in eller skapa ett konto"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Logga in eller skapa ett konto för att delta i konversationen!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Logga in på ett olistat konto"
 
@@ -7158,15 +7342,15 @@ msgstr "Logga in på ett olistat konto"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Logga in på Bluesky eller skapa ett nytt konto"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Logga ut"
 
@@ -7174,8 +7358,8 @@ msgstr "Logga ut"
 msgid "Sign Out"
 msgstr "Logga ut"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Logga ut?"
 
@@ -7206,14 +7390,19 @@ msgstr "Hoppa över den här guiden"
 msgid "Smaller"
 msgstr "Mindre"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Skjuter upp påminnelsen"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Mjukvaruutveckling"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Några av dina verifieringar är ogiltiga."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Någon reagerade med {0} på {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Något står inte helt rätt till med den data du försöker anmäla. Vänligen kontakta supporten."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Något gick fel"
 
@@ -7264,8 +7453,8 @@ msgstr "Något gick fel. Försök igen."
 msgid "Something wrong? Let us know."
 msgstr "Är något på tok? Hör av dig till oss."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Beklagar! Din session har löpt ut. Vänligen logga in igen."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; överdrivet många omnämnanden eller svar"
 msgid "Sports"
 msgstr "Sport"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Starta en ny chatt"
 
@@ -7322,8 +7511,8 @@ msgstr "Börja med att lägga till personer!"
 msgid "Start chat with {displayName}"
 msgstr "Starta chatt med {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Startpaket"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Startpaketet är ogiltigt"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Startpaket"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Med startpaket kan du enkelt dela dina favoritflöden och personer med dina vänner."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Driftinformation"
 
@@ -7363,12 +7552,12 @@ msgstr "Driftinformation"
 msgid "Step {0} of {1}"
 msgstr "Steg {0} av {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Datan har rensats. Starta om appen nu."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Storybook"
 
@@ -7401,11 +7590,11 @@ msgstr "Prenumerera"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Prenumerera på @{0} för att använda dessa etiketter:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Prenumerera på etikettsättare"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Prenumerera på den här etikettsättaren"
 
@@ -7413,13 +7602,14 @@ msgstr "Prenumerera på den här etikettsättaren"
 msgid "Subscribe to this list"
 msgstr "Prenumerera på den här listan"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Klart!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Verifiering lyckades"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Solnedgång"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Support"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Växla konto"
 
@@ -7462,11 +7652,11 @@ msgstr "Växla konto"
 msgid "Switch Account"
 msgstr "Växla konto"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Växla mellan konton"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Växla till {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Växla till {0}"
 msgid "System"
 msgstr "System"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Systemlogg"
 
@@ -7518,7 +7708,7 @@ msgstr "Teknik"
 msgid "Tell a joke!"
 msgstr "Säg ett skämt!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Berätta lite om dig själv"
 
@@ -7531,12 +7721,12 @@ msgstr "Berätta lite mer"
 msgid "Terms"
 msgstr "Villkor"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Användarvillkor"
 
@@ -7564,7 +7754,11 @@ msgstr "Textfält"
 msgid "Text input field"
 msgstr "Textinmatningsfält"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "Tack för din feedback! Den har skickats till flödesoperatören."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Tack! Din e-post har verifierats utan problem."
 
@@ -7597,12 +7791,12 @@ msgstr "Det startpaketet kunde inte hittas."
 msgid "That's all, folks!"
 msgstr "Det var allt!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Det var allt!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Kontot kommer att kunna interagera med dig om du häver blockeringen."
 
@@ -7636,6 +7830,10 @@ msgstr "Upptäck-flödet"
 msgid "The Discover feed now knows what you like"
 msgstr "Nu vet Upptäck-flödet vad du gillar"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "Den e-postadress du angav är densamma som din nuvarande e-postadress."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Du får en bättre upplevelse i appen. Ladda ner Bluesky nu och vi ser till att du kan fortsätta från där du lämnade."
@@ -7669,6 +7867,7 @@ msgstr "Integritetspolicyn har flyttats till <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Det valda videoklippet är större än 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Det verkar som att servern har problem. Försök igen om en liten stund."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Ett problem uppstod med anslutningen till servern"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Ett problem uppstod med anslutningen till servern. Kontrollera din internetanslutning och försök igen."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Ett problem uppstod med att hämta notiser. Tryck här för att försöka igen."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Ett problem uppstod med att hämta inlägg. Tryck här för att försöka igen."
 
@@ -7763,20 +7962,20 @@ msgstr "Ett problem uppstod med att skicka din anmälan. Kontrollera din interne
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Ett problem uppstod med att uppdatera dina flöden. Kontrollera din internetanslutning och försök igen."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Ett problem uppstod! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "De här inställningarna gäller bara för flödet Följer."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Den här {screenDescription} har flaggats:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Det här kontot har en bockmarkering eftersom det har verifierats av betrodda källor."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Det här kontot har en eller fler genomförda verifieringsförsök, men är för närvarande inte verifierat."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Det här kontot har begärt att dess profil endast ska visas för inlogg
 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 "Det här kontot har blockerats av en eller flera av dina modereringslistor. För att häva blockeringen måste du ta bort den här användaren från listan eller listorna ifråga."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Den här åtgärden kan ångras när som helst."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Det här innehållet kan inte visas utan ett Bluesky-konto."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Den här konversationen är med ett raderat eller avaktiverat konto. Tryck för att se alternativ"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "Den här e-postadressen är redan associerad med ditt konto."
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Den här funktionen är i beta. Du kan läsa mer om export av datakataloger i <0>det här blogginlägget</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "Den här funktionen är inte tillgänglig när du är inloggad med ett applösenord. Logga in med ditt vanliga lösenord."
+
 #: 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 "Den här funktionen är inte tillgänglig när ett applösenord har använts vid inloggningen. Vänligen logga in med ditt vanliga lösenord."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Det här flödet är tomt! Du kanske borde följa fler användare eller justera dina språkinställningar."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Det här flödet är tomt."
@@ -7899,9 +8106,10 @@ msgstr "Det här användarnamnet är reserverat. Försök med ett annat."
 msgid "This information is not shared with other users."
 msgstr "Den här informationen delas inte med andra användare."
 
-#: 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 "Det här är viktigt ifall du någon gång behöver ändra din e-postadress eller återställa ditt lösenord."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Den här listan är tom."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Den här modereringstjänsten är inte tillgänglig. Se nedan för mer information. Kontakta oss om problemet kvarstår."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Det här inlägget har <0>{0}</0> som angivet skapelsedatum, men registrerades på Bluesky först den <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Det här inlägget har <0>{0}</0> som angivet skapelsedatum, men registr
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Det här inlägget har en okänd typ av trådrestriktion inställd. Din app kan vara inaktuell."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Det här inlägget har raderats."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Det här inlägget är syns bara för inloggade användare. Det syns inte för personer som inte är inloggade."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Det här inlägget kommer att hållas dolt från flöden och trådar. Det här kan inte ångras."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Författaren till det här inlägget har inaktiverat citeringar."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Den här profilen är syns bara för inloggade användare. Den syns inte för personer som inte är inloggade."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Det här svaret kommer att sorteras in i en dold sektion längst ner i tråden. Notiser för påföljande svar stängs av både för dig själv och andra."
 
@@ -7976,6 +8184,10 @@ msgstr "Den här tjänsten har inte tillhandahållit några användarvillkor ell
 msgid "This should create a domain record at:"
 msgstr "Det här ska skapa en domänpost på:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Den här användaren har inget visningsnamn och kan därför inte verifieras."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Den här användaren har inga följare."
@@ -8013,11 +8225,11 @@ msgstr "Den här användaren följer inte någon."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Det här raderar “{0}“ från dina ignorerade ord. Du kan alltid lägga till det igen senare."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Det här tar bort @{0} från snabbåtkomstlistan."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Det här tar bort ditt inlägg från citatinlägget för alla användare, och ersätter det med en platshållare."
 
@@ -8044,7 +8256,7 @@ msgstr "Trådat"
 msgid "Threaded mode"
 msgstr "Trådat läge"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Trådinställningar"
 
@@ -8056,14 +8268,15 @@ msgstr "Återstående tid: {0, plural, one {# sekund} other {# sekunder}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "För att inaktivera 2FA via e-post, verifiera att du har tillgång till e-postadressen."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "För att inaktivera 2FA via e-post, verifiera att du har tillgång till <0>{0}</0>"
+
 #: 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 "För att anmäla en konversation, anmäl en av dess meddelanden i konversationsrutan. På så sätt får våra moderatorer förståelse för kontexten kring det som inträffat."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "För att ladda upp videoklipp på Bluesky måste du först verifiera din e-postadress."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Till vem vill du skicka den här anmälan?"
@@ -8090,16 +8303,16 @@ msgstr "Sätter på eller stänger av ljudet"
 msgid "Top"
 msgstr "Topp"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Ämne"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Översätt"
 
@@ -8117,7 +8330,7 @@ msgstr "Trendande videoklipp"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Förtroende skapas genom relationer, gemenskaper och delade sammanhang. Därför inför vi även <0>betrodda verifierare</0> – organisationer med möjlighet att utfärda verifieringar direkt."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Skriv ditt meddelande här"
 msgid "Type:"
 msgstr "Typ:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Det gick inte att ansluta. Kontrollera din internetanslutning och försök igen."
@@ -8166,27 +8380,27 @@ msgstr "Det gick inte att radera"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Häv blockering"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Häv blockering"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Häv blockering av konto"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Häv blockering av konto?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Sluta följ"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Sluta följ {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Sluta följ konto"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Slutar följa användaren"
 
@@ -8225,15 +8439,15 @@ msgstr "Slutar följa användaren"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Tyvärr stöder ingen av de etikettsättare du prenumererar på den här typen av anmälan."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Okänd verifierare"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Sluta gilla"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Sluta gilla ({0, plural, one {# gillamarkering} other {# gillamarkeringar}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Sluta ignorera"
 msgid "Unmute {tag}"
 msgstr "Sluta ignorera {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Sluta ignorera konto"
 
@@ -8267,8 +8481,8 @@ msgstr "Sluta ignorera konversation"
 msgid "Unmute list"
 msgstr "Sluta ignorera lista"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Sluta ignorera tråd"
 
@@ -8294,8 +8508,8 @@ msgstr "Lossa flöde"
 msgid "Unpin from home"
 msgstr "Lossa från hem"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Lossa från profil"
 
@@ -8311,7 +8525,12 @@ msgstr "Lossade {0} från Hem"
 msgid "Unpinned from your feeds"
 msgstr "Lossat från dina flöden"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Återaktivera påminnelse om e-post"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Sluta prenumerera"
 
@@ -8320,7 +8539,7 @@ msgstr "Sluta prenumerera"
 msgid "Unsubscribe from list"
 msgstr "Sluta prenumerera på lista"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Sluta prenumerera på den här etikettsättaren"
 
@@ -8328,11 +8547,11 @@ msgstr "Sluta prenumerera på den här etikettsättaren"
 msgid "Unsubscribed from list"
 msgstr "Avslutade prenumeration på lista"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Videotypen stöds inte"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Videotypen stöds inte: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Uppdatera"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Uppdatera <0>{displayName}</0> i Listor"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "Uppdatera e-post"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Uppdatera till {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "Uppdatera din e-post"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Det gick inte att uppdatera citatets sammanlänkning"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Det gick inte att uppdatera synlighet för svar"
@@ -8371,7 +8601,7 @@ msgstr "Det gick inte att uppdatera synlighet för svar"
 msgid "Updating..."
 msgstr "Uppdaterar…"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Ladda upp ett foto istället"
 
@@ -8379,22 +8609,22 @@ msgstr "Ladda upp ett foto istället"
 msgid "Upload a text file to:"
 msgstr "Ladda upp en textfil till:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Ladda upp från Kamera"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Ladda upp från Filer"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Ladda upp från Bibliotek"
 
@@ -8407,7 +8637,7 @@ msgstr "Laddar upp bilder…"
 msgid "Uploading link thumbnail..."
 msgstr "Laddar upp miniatyrbild av länk…"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Laddar upp video…"
 
@@ -8419,8 +8649,8 @@ msgstr "Använd applösenord för att logga in på andra Bluesky-klienter utan a
 msgid "Use default provider"
 msgstr "Använd förvald leverantör"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Använd appens inbyggda webbläsare"
 
@@ -8429,8 +8659,8 @@ msgstr "Använd appens inbyggda webbläsare"
 msgid "Use in-app browser to open links"
 msgstr "Öppna länkar i appens inbyggda webbläsare"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Använd min standardwebbläsare"
 
@@ -8484,12 +8714,12 @@ msgstr "Användarlista av {0}"
 msgid "User list by you"
 msgstr "Användarlista av dig"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Användarlista skapad"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Användarlista uppdaterad"
@@ -8523,73 +8753,80 @@ msgstr "Användare som du följer"
 msgid "Value:"
 msgstr "Värde:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Verifiering misslyckades. Försök igen."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Verifieringsinställningar"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Verifieringsinställningar"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Verifieringar på Bluesky fungerar annorlunda än på andra plattformar. <0>Läs mer här.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Verifierad e-postadress krävs"
+msgstr "Verifierat av:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "Verifiera konto"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "Verifiera kod"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Verifiera DNS-post"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Verifiera e-post"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "Verifiera e-postkod"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Dialogruta för verifiering av e-postadress"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Verifiera ny e-postadress"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Verifiera nu"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Verifiera textfil"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Verifiera det här kontot?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Verifiera din e-postadress"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Verifiera din e-postadress"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Version {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Videoklipp"
 msgid "Video failed to process"
 msgstr "Bearbetning av videoklipp misslyckades"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Videoflöde"
 
@@ -8616,11 +8853,11 @@ msgstr "Videoklipp från {0}: {text}"
 msgid "Video Games"
 msgstr "TV-spel"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Videoklippet är pausat"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Videoklippet spelas upp"
 
@@ -8628,11 +8865,11 @@ msgstr "Videoklippet spelas upp"
 msgid "Video not found."
 msgstr "Videoklippet hittades inte."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Inställningar för videoklipp"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Videoklipp uppladdat"
 
@@ -8640,24 +8877,24 @@ msgstr "Videoklipp uppladdat"
 msgid "Video: {0}"
 msgstr "Videoklipp: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videoklipp"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Videoklipp får inte vara längre än 3 minuter"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Visa {0}s avatar"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Visa {0}s profil"
 
@@ -8665,7 +8902,7 @@ msgstr "Visa {0}s profil"
 msgid "View {displayName}'s profile"
 msgstr "Visa {displayName}s profil"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Visa blockerad användares profil"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Visa loggpost"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Visa detaljer"
 
@@ -8688,7 +8925,7 @@ msgstr "Visa detaljer"
 msgid "View details for reporting a copyright violation"
 msgstr "Visa detaljer angående anmälan av en upphovsrättsöverträdelse"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Visa hela tråden"
 
@@ -8703,13 +8940,12 @@ msgstr "Visa information om de här etiketterna"
 msgid "View more"
 msgstr "Visa mer"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Visa profil"
 
@@ -8723,7 +8959,7 @@ msgstr "Visa etiketteringstjänsten från @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Visa den här användarens verifieringar"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Visa de konton du har ignorerat"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Visa dina verifieringar"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Varna för innehåll"
 msgid "Warn content and filter from feeds"
 msgstr "Varna för innehåll och filtrera från flöden"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Vi kunde inte hitta några resultat för den hashtaggen."
@@ -8798,7 +9039,7 @@ msgstr "Vi kunde inte hitta några resultat för den hashtaggen."
 msgid "We couldn't find any results for that topic."
 msgstr "Vi kunde inte hitta några resultat för det ämnet."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Vi kunde inte läsa in den här konversationen"
 
@@ -8822,6 +9063,10 @@ msgstr "Vi har slut på inlägg från dina följare. Här är det senaste från
 msgid "We recommend selecting at least two interests."
 msgstr "Vi rekommenderar att du väljer minst två intressen."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Vi har skickat ett e-postmeddelande till <0>{0}</0> med en länk. Klicka på den för att slutföra verifieringsprocessen."
+
 #: 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 "Vi kunde inte avgöra om du har tillåtelse att ladda upp videor. Vänligen försök igen."
@@ -8842,6 +9087,10 @@ msgstr "Vi kunde inte ansluta. Försök igen för att fortsätta konfigurera dit
 msgid "We will let you know when your account is ready."
 msgstr "Vi meddelar dig när ditt konto är klart."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "Vi kommer skicka ett e-postmeddelande till <0>{0}</0> med en länk. Klicka på den för att slutföra verifieringsprocessen."
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Vi använder det här för att anpassa din upplevelse."
@@ -8853,7 +9102,7 @@ msgstr "Vi har nätverksproblem, försök igen"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Vi inför ett nytt lager av verifiering på Bluesky – en bockmarkering som är lätt att se."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Vi beklagar, men vi kunde inte läsa in dina ignorerade ord just nu. Fö
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Vi beklagar, men din sökning kunde inte slutföras. Försök igen om några minuter."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Vi beklagar! Inlägget som du vill svara på har raderats."
 
@@ -8880,7 +9129,7 @@ msgstr "Vi beklagar! Inlägget som du vill svara på har raderats."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Vi beklagar! Vi kan inte hitta den sida du letade efter."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Vi beklagar! Du kan inte prenumerera på fler än tjugo etikettsättare, och du har nått den övre gränsen."
 
@@ -8902,13 +9151,13 @@ msgstr "Vad vill du att ditt startpaket ska heta?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Vad händer?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "När du trycker på bocken ser du vilka organisationer som står bakom verifieringen."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Vem kan svara"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Vem kan verifiera?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Hoppsan!"
@@ -8984,11 +9233,11 @@ msgstr "Varför borde den här användaren granskas?"
 msgid "Write a message"
 msgstr "Skriv ett meddelande"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Skriv inlägg"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Skriv ditt svar"
@@ -9002,6 +9251,11 @@ msgstr "Författare"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Fel DID returnerades från servern. Mottaget: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Ja"
@@ -9015,11 +9269,11 @@ msgstr "Ja, inaktivera"
 msgid "Yes, delete this starter pack"
 msgstr "Ja, radera det här startpaketet"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Ja, avskilj"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Ja, dölj"
 
@@ -9037,7 +9291,7 @@ msgstr "Du"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Du är en betrodd verifierare"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Du skapar ett konto på"
 msgid "You are in line."
 msgstr "Du står i kö."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Du har inte tillåtelse att ladda upp videoklipp."
@@ -9055,18 +9318,22 @@ msgstr "Du har inte tillåtelse att ladda upp videoklipp."
 msgid "You are not following anyone."
 msgstr "Du följer inte någon."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Du är verifierad"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Du är verifierad. Din verifieringsstatus går förlorad om du ändrar ditt visningsnamn. <0>Läs mer.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Du är verifierad. Din verifieringsstatus går förlorad om du ändrar ditt användarnamn. <0>Läs mer.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Du har ignorerat det här kontot."
 msgid "You have muted this user"
 msgstr "Du har ignorerat den här användaren"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Du har inga konversationer ännu. Starta en!"
 
@@ -9179,11 +9446,11 @@ msgstr "Du har inga flöden."
 msgid "You have no lists."
 msgstr "Du har inga listor."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Du har inte blockerat några konton än. För att blockera ett konto, gå till dess profil och välj ”Blockera konto” i kontomenyn."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Du har inte ignorerat några konton än. För att ignorera ett konto, gå till dess profil och välj ”Ignorera konto” i kontomenyn."
 
@@ -9191,11 +9458,15 @@ msgstr "Du har inte ignorerat några konton än. För att ignorera ett konto, g
 msgid "You have reached the end"
 msgstr "Du har nått slutet"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "Din e-postadress har verifierats utan problem. Du kan stänga den här dialogrutan."
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Du har för tillfället nått gränsen för videouppladdningar. Försök igen senare."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Du har inte skapat ett startpaket ännu!"
 
@@ -9224,7 +9495,7 @@ msgstr "Du kan bara lägga till högst {STARTER_PACK_MAX_SIZE, plural, other {{S
 msgid "You may only add up to 3 feeds"
 msgstr "Du kan bara lägga till högst 3 flöden"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Du kan bara välja upp till 4 bilder"
 
@@ -9232,7 +9503,7 @@ msgstr "Du kan bara välja upp till 4 bilder"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Du måste vara 13 år eller äldre för att skapa ett konto."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Du måste följa minst sju andra personer för att generera ett startpaket."
 
@@ -9248,10 +9519,18 @@ msgstr "Du måste ge åtkomst till ditt fotobibliotek för att kunna spara bilde
 msgid "You must select at least one labeler for a report"
 msgstr "Du måste välja minst en etikettsättare för att göra en anmälan"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Du måste verifiera din e-postadress innan du kan aktivera 2FA via e-post."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Du har tidigare inaktiverat @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Du vill nog starta om appen nu."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Du reagerade med {0}"
@@ -9260,16 +9539,16 @@ msgstr "Du reagerade med {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Du reagerade med {0} på {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Du kommer att loggas ut från alla dina konton."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Du kommer inte längre få notiser för den här tråden"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Du kommer att få notiser för den här tråden i fortsättningen"
 
@@ -9305,7 +9584,7 @@ msgstr "Du kommer att följa dessa personer och {0} andra"
 msgid "You'll follow these people right away"
 msgstr "Du kommer att följa dessa personer direkt"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Du kommer att få ett e-postmeddelande till <0>{0}</0> för att verifiera att det är du."
 
@@ -9339,6 +9618,10 @@ msgstr "Du har hittat några personer att följa"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Du har nått slutet av ditt flöde! Hitta några fler konton att följa."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "Du har nått maxgränsen för antalet tillåtna begäranden. Försök igen senare."
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Du har nått din dagliga gräns för videouppladdningar (för många byte)"
@@ -9347,7 +9630,7 @@ msgstr "Du har nått din dagliga gräns för videouppladdningar (för många byt
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Du har nått din dagliga gräns för videouppladdningar (för många videoklipp)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Det finns inga fler videoklipp att titta på. Det kanske är dags för att ta en paus?"
 
@@ -9391,14 +9674,18 @@ msgstr "Din webbläsare stöder inte videoformatet. Försök med en annan webbl
 msgid "Your chats have been disabled"
 msgstr "Dina chattar har inaktiverats"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Ditt val sparas, och kan ändras senare i inställningar."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Ditt val kommer att sparas för framtida länkar. Du kan ändra det när som helst i inställningar."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Ditt nuvarande användarnamn <0>{0}</0> kommer automatiskt att förbli reserverat för dig. Du kan när som helst byta tillbaka till det med det här kontot."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Din e-postadress har uppdaterats, men den är inte verifierad. Som nästa steg, se till att verifiera din nya e-post."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Ditt nuvarande användarnamn <0>{0}</0> kommer automatiskt att förbli r
 msgid "Your email appears to be invalid."
 msgstr "Din e-postadress verkar vara ogiltig."
 
-#: 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 "Din e-postadress har uppdaterats men inte verifierats. Som ett nästa steg, vänligen verifiera din nya e-postadress."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "Din e-post har inte verifierats än. Se till att verifiera din e-post för att kunna använda alla funktioner på Bluesky."
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Din e-post har inte verifierats än. Det är en viktig säkerhetsåtgärd som vi rekommenderar."
 
@@ -9434,7 +9721,7 @@ msgstr "Ditt fullständiga användarnamn blir <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Ditt fullständiga användarnamn blir <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Ändringen av ditt lösenord lyckades!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Ditt lösenord måste vara minst 8 tecken långt."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Ditt inlägg har publicerats"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Dina inlägg har publicerats"
 
@@ -9479,7 +9766,7 @@ msgstr "Dina inlägg, gillamarkeringar och blockeringar är offentliga. Vad du i
 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 "Din profil, dina inlägg, flöden och listor kommer inte längre att vara synliga för andra Bluesky-användare. Du kan återaktivera ditt konto när som helst genom att logga in."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Ditt svar har publicerats"
 
@@ -9497,4 +9784,4 @@ msgstr "Dina valda intressen hjälper oss att visa dig innehåll som du bryr dig
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Dina verifieringar"
diff --git a/src/locale/locales/th/messages.po b/src/locale/locales/th/messages.po
index 8563841b9..43c64f6b7 100644
--- a/src/locale/locales/th/messages.po
+++ b/src/locale/locales/th/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: th\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Thai\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr ""
 msgid "(contains embedded content)"
 msgstr "(มีเนื้อหาที่ฝังอยู่)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(ไม่มีอีเมล)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# รีโพสต์} other {# รีโพสต์
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr ""
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr ""
 
@@ -109,11 +108,11 @@ msgstr ""
 msgid "{0, plural, one {post} other {posts}}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr ""
 
@@ -136,6 +135,10 @@ msgstr ""
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr ""
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr ""
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr ""
 
@@ -189,7 +193,7 @@ msgstr "{0}น."
 msgid "{0}s"
 msgstr "{0}วินาที"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {ชั่วโมง} other {ชั่
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {นาที} other {นาที}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} ติดตามอยู่"
@@ -335,11 +339,23 @@ msgstr "{following} ติดตามอยู่"
 msgid "{handle} can't be messaged"
 msgstr "{handle} ไม่สามารถส่งข้อความได้"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ 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:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr ""
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr ""
 
@@ -422,7 +438,7 @@ msgstr ""
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>คุณ</0> และ<1> </1><2>{0} </2>ถูกรวมอยู่ในชุดเริ่มต้นของคุณ"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠แฮนด์เดิลไม่ถูกต้อง"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr ""
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "การเข้าถึง"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "การตั้งค่าการเข้าถึง"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "บัญชี"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "บัญชีถูกบล็อก"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "ติดตามบัญชีแล้ว"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "ปิดเสียงบัญชีแล้ว"
@@ -517,33 +533,33 @@ msgstr "ปิดเสียงบัญชี"
 msgid "Account Muted by List"
 msgstr "บัญชีถูกปิดเสียงโดยลิสต์"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "ตัวเลือกบัญชี"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "ลบบัญชีออกจากการเข้าถึงด่วนแล้ว"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "ปลดบล็อกบัญชีแล้ว"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "เลิกติดตามบัญชีแล้ว"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "เลิกปิดเสียงบัญชีแล้ว"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "เพิ่ม {displayName} ไปยังชุดเริ่มต
 msgid "Add a content warning"
 msgstr "เพื่มคำเตือนเกี่ยวกับเนื้อหา"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "เพิ่มบัญชี"
 msgid "Add alt text"
 msgstr "เพิ่มข้อความแสดงแทน"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "เพิ่มข้อความแสดงแทน (ไม่บังคับ)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr ""
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "เพิ่มคำและแท็กที่ไม่ออกเสียง"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr ""
 
@@ -664,8 +684,8 @@ msgstr ""
 msgid "Add this feed to your feeds"
 msgstr "เพิ่มฟีตนี้ในฟีตของคุณ"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "เพิ่มในลิสต์"
 
@@ -718,6 +738,11 @@ msgstr ""
 msgid "Advanced"
 msgstr "ขั้นสูง"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr ""
@@ -732,7 +757,7 @@ msgstr "บัญชีทั้งหมดได้ถูกติดตาม
 msgid "All languages"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "ฟีดทั้งหมดที่คุณบันทึกรวมไว้ในที่เดียวแล้ว"
 
@@ -776,10 +801,10 @@ msgstr ""
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr ""
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "อีเมลได้ถูกส่งไปยัง {0} แล้ว เมื่อได้รหัสยืนยันสามารถกรอกรหัสที่นี่ได้เลย"
 
-#: 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 "อีเมลได้ถูกส่งไปยังที่อยู่เดิมของคุณคือ {0} เมื่อได้รหัสยืนยันสามารถกรอกรหัสที่นี่ได้เลย"
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "อีเมลได้ถูกส่งไปแล้ว โปรดใส่รหัสยืนยันในกล่องข้อความอีเมลของคุณ"
 
@@ -825,7 +849,7 @@ msgstr "เกิดข้อผิดพลาดขณะบีบอัดว
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "เกิดข้อผิดพลาดขณะสร้างชุดเริ่มต้นของคุณ ต้องการลองอีกครั้งหรือไม่?"
 
@@ -842,7 +866,7 @@ msgstr "เกิดข้อผิดพลาดขณะโหลดวิด
 msgid "An error occurred while saving the QR code!"
 msgstr "เกิดข้อผิดพลาดขณะบันทึก QR code!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "เกิดข้อผิดพลาดขณะเลือกวีดีโอ"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "เกิดข้อผิดพลาดขณะอัปโหลดวิดีโอ"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "ปัญหาที่ไม่ได้รวมอยู่ในตัวเลือกเหล่านี้"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "เกิดปัญหาขณะเริ่มการสนทนา"
 
@@ -875,8 +899,8 @@ msgstr "เกิดปัญหาขณะพยายามเปิดกา
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "พฤติกรรมต่อต้านสังคม"
 msgid "Anybody can interact"
 msgstr "ทุกคนสามารถมีส่วนร่วมได้"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "ภาษาแอป"
 
@@ -958,7 +982,7 @@ msgstr ""
 msgid "App passwords"
 msgstr "รหัสผ่านแอป"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "รหัสผ่านแอป"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "อุทธรณ์การตัดสินใจนี้"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "รูปลักษณ์"
 
@@ -1006,12 +1030,12 @@ msgstr "รูปลักษณ์"
 msgid "Apply default recommended feeds"
 msgstr "ใช้ฟีดที่แนะนำตามค่าเริ่มต้น"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr ""
 
@@ -1047,11 +1071,11 @@ msgstr "คุณแน่ใจหรือว่าต้องการลบ
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "คุณแน่ใจหรือว่าต้องการลบสิ่งนี้ออกจากฟีดของคุณ?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "คุณแน่ใจหรือว่าต้องการลบร่างนี้?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr ""
 
@@ -1072,6 +1096,11 @@ msgstr "ศิลปะ"
 msgid "Artistic or non-erotic nudity."
 msgstr "ภาพนู้ดที่เป็นศิลปะหรือไม่ใช่ภาพอนาจาร"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "ต้องมีอย่างน้อย 3 ตัวอักษร"
@@ -1103,7 +1132,7 @@ msgstr ""
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "กลับ"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr ""
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
 msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "วันเกิด"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "บล็อก"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "บล็อกบัญชี"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "บล็อกบัญชี?"
 
@@ -1200,17 +1235,17 @@ msgstr "ถูกบล็อก"
 msgid "Blocked accounts"
 msgstr "บัญชีที่ถูกบล็อก"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "บัญชีที่ถูกบล็อก"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "บัญชีที่ถูกบล็อกไม่สามารถตอบในกระทู้ของคุณ, กล่าวถึงคุณ, หรือมีปฏิสัมพันธ์กับคุณได้"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "บัญชีที่ถูกบล็อกไม่สามารถตอบในกระทู้ของคุณ, กล่าวถึงคุณ, หรือมีปฏิสัมพันธ์กับคุณได้ คุณจะไม่เห็นเนื้อหาของพวกเขาและพวกเขาจะไม่เห็นเนื้อหาของคุณ"
 
@@ -1226,11 +1261,11 @@ msgstr "การบล็อกไม่ได้ป้องกันผู้
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "การบล็อกเป็นสาธารณะ บัญชีที่ถูกบล็อกไม่สามารถตอบในกระทู้ของคุณ, กล่าวถึงคุณ, หรือมีปฏิสัมพันธ์กับคุณได้"
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "การบล็อกจะไม่ป้องกันไม่ให้ป้ายถูกวางบนบัญชีของคุณ แต่จะหยุดบัญชีนี้จากการตอบในกระทู้ของคุณหรือมีปฏิสัมพันธ์กับคุณ"
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "บล็อก"
 
@@ -1239,7 +1274,7 @@ msgstr "บล็อก"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr ""
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky สนุกยิ่งขึ้นเมื่อมีเพ
 msgid "Bluesky Social Terms of Service"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky จะเลือกชุดบัญชีที่แนะนำจากผู้คนในเครือข่ายของคุณ"
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "ธุรกิจ"
 
@@ -1374,45 +1409,47 @@ msgstr ""
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "ยกเลิก"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "ยกเลิกการลบบัญชี"
 msgid "Cancel image crop"
 msgstr "ยกเลิกการครอปภาพ"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "ยกเลิกการแก้ไขโปรไฟล์"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "ยกเลิกการเปิดเว็บไซต์ที่เชื่อมโยง"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "ไม่สามารถโต้ตอบกับผู้ใช้ที่ถูกบล็อก"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "คำบรรยาย (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "คำบรรยาย & ข้อความสำรอง"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "เปลี่ยน"
 
@@ -1478,13 +1514,12 @@ msgstr ""
 msgid "Change app icon to \"{0}\""
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "เปลี่ยนที่อยู่อีเมล"
 
@@ -1497,10 +1532,6 @@ msgstr "เปลี่ยนแฮนด์เดิล"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "เปลี่ยนอีเมล"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "เปลี่ยนรหัสผ่าน"
@@ -1513,11 +1544,11 @@ msgstr ""
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "เปลี่ยนอีเมลของคุณ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr ""
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "แชท"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "ปิดเสียงแชทแล้ว"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "ตั้งค่าแชท"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "เปิดเสียงแชทแล้ว"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr ""
 msgid "Choose Feeds"
 msgstr "เลือกฟีด"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "เลือกให้ฉัน"
 
@@ -1619,7 +1650,7 @@ msgstr "เลือกสีนี้เป็นอวาตาร์ของ
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr ""
 
@@ -1631,16 +1662,16 @@ msgstr "ป้อนรหัสผ่านของคุณ"
 msgid "Choose your username"
 msgstr "แฮนด์เดิลผู้ใช้ของคุณ"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "ลบข้อมูลการเก็บข้อมูลทั้งหมด"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "ลบข้อมูลการเก็บข้อมูลทั้งหมด (รีสตาร์ทหลังจากนี้)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "ลบการค้นหา"
 msgid "click here"
 msgstr "คลิกที่นี่"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "คลิกเพื่อปิดการโพสต์อ้างอิงของโพสต์นี้."
@@ -1676,29 +1715,34 @@ msgstr "ภูมิอากาศ"
 msgid "Clip 🐴 clop 🐴"
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "ปิด"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "ปิดกล่องโต้ตอบที่เปิดอยู่"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "ปิดลิ้นชักด้านล่าง"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "ปิดกล่องโต้ตอบ"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr ""
 
@@ -1751,12 +1795,12 @@ msgstr "ปิดกล่องโต้ตอบนี้"
 msgid "Closes password update alert"
 msgstr "ปิดการแจ้งเตือนการอัปเดตรหัสผ่าน"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "ปิดโปรแกรมดูสำหรับภาพหัวเรื่อง"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "ย่อลิสต์ผู้ใช้"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "ย่อลิสต์ผู้ใช้สำหรับการแจ้งเตือนที่กำหนด"
 
@@ -1791,7 +1835,7 @@ msgstr "ตลก"
 msgid "Comics"
 msgstr "การ์ตูน"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "แนวทางชุมชน"
@@ -1804,11 +1848,11 @@ msgstr "เสร็จสิ้นการอบรมและเริ่ม
 msgid "Complete the challenge"
 msgstr "ทำให้สำเร็จตามความท้าทาย"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "สร้างการตอบกลับ"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr ""
 
@@ -1828,23 +1872,17 @@ msgstr "ตั้งค่าการกรองเนื้อหาสำห
 msgid "Configured in <0>moderation settings</0>."
 msgstr "ตั้งค่าใน <0>การตั้งค่าการดูแล</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "ยืนยันการตั้งค่าภาษาเนื้อหา"
@@ -1861,18 +1899,19 @@ msgstr "ยืนยันอายุของคุณ:"
 msgid "Confirm your birthdate"
 msgstr "ยืนยันวันเกิดของคุณ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "รหัสยืนยัน"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "รหัสยืนยัน"
 
@@ -1880,8 +1919,8 @@ msgstr "รหัสยืนยัน"
 msgid "Connecting..."
 msgstr "กำลังเชื่อมต่อ..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "ติดต่อฝ่ายสนับสนุน"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr ""
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr ""
 
@@ -1911,7 +1950,7 @@ msgstr "ตัวกรองเนื้อหา"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "ภาษาของเนื้อหา"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "แบ็คดรอปเมนูบริบท คลิกเพื่อปิดเมนู"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "ดำเนินการต่อ"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "ดำเนินการต่อในฐานะ {0} (ลงชื่อเข้าใช้แล้ว)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "ดำเนินการต่อเธรด..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "ดำเนินการต่อไปยังขั้นตอนถัดไป"
@@ -1973,7 +2012,7 @@ msgstr "การทำอาหาร"
 msgid "Copied"
 msgstr "คัดลอกแล้ว"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "คัดลอกเวอร์ชันบิลด์ไปยังคลิปบอร์ดแล้ว"
 
@@ -1981,8 +2020,8 @@ msgstr "คัดลอกเวอร์ชันบิลด์ไปยัง
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "คัดลอกไปยังคลิปบอร์ดแล้ว"
 
@@ -1991,7 +2030,7 @@ msgstr "คัดลอกไปยังคลิปบอร์ดแล้ว
 msgid "Copied!"
 msgstr "คัดลอกแล้ว!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "คัดลอก"
 msgid "Copy App Password"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "คัดลอกโค้ด"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr ""
 
@@ -2040,8 +2079,8 @@ msgstr "คัดลอกลิงก์"
 msgid "Copy link to list"
 msgstr "คัดลอกลิงก์ไปยังลิสต์"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "คัดลอกลิงก์ไปยังโพสต์"
 
@@ -2050,13 +2089,13 @@ msgstr "คัดลอกลิงก์ไปยังโพสต์"
 msgid "Copy message text"
 msgstr "คัดลอกข้อความ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "คัดลอกข้อความโพสต์"
 
@@ -2068,7 +2107,7 @@ msgstr "คัดลอก QR โค้ด"
 msgid "Copy TXT record value"
 msgstr ""
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "นโยบายลิขสิทธิ์"
@@ -2078,7 +2117,7 @@ msgstr "นโยบายลิขสิทธิ์"
 msgid "Could not leave chat"
 msgstr "ไม่สามารถออกจากการสนทนาได้"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "ไม่สามารถโหลดฟีดได้"
 
@@ -2094,7 +2133,7 @@ msgstr "ไม่สามารถปิดเสียงการสนทน
 msgid "Could not process your video"
 msgstr "ไม่สามารถประมวลผลวิดีโอของคุณได้"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "สร้าง"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "สร้าง QR โค้ดสำหรับชุดเริ่มต้น"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "สร้างชุดเริ่มต้น"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "สร้างชุดเริ่มต้นสำหรับฉัน"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "สร้างบัญชี"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "สร้างอวตารแทน"
 
@@ -2209,13 +2248,13 @@ msgstr "ธีมมืด"
 msgid "Date of birth"
 msgstr "วันเกิด"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "ปิดการใช้งานบัญชี"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr ""
 
@@ -2237,13 +2276,13 @@ msgstr ""
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "ลบ"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "ลบบัญชี"
 
@@ -2259,19 +2298,19 @@ msgstr "ลบรหัสผ่านแอป"
 msgid "Delete app password?"
 msgstr "ลบรหัสผ่านแอปหรือไม่?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "ลบบันทึกการประกาศแชท"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr "ลบข้อความสำหรับฉัน"
 msgid "Delete my account"
 msgstr "ลบบัญชีของฉัน"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "ลบโพสต์"
 
@@ -2318,7 +2357,7 @@ msgstr "ลบชุดเริ่มต้นหรือไม่?"
 msgid "Delete this list?"
 msgstr "ลบลิสต์นี้หรือไม่?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "ลบโพสต์นี้หรือไม่?"
 
@@ -2335,19 +2374,19 @@ msgstr ""
 msgid "Deleted post."
 msgstr "โพสต์ถูกลบ."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "คำอธิบาย"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "ข้อความคำอธิบายภาพ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "แยกการอ้างอิง"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "แยกการอ้างอิงโพสต์หรือไม่?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr ""
 
@@ -2388,6 +2427,15 @@ msgstr "กล่องโต้ตอบ: ปรับว่าใครสา
 msgid "Dim"
 msgstr "สว่าง"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "ปิดการยืนยันตัวตนสองชั้นผ่านอีเมล (2FA)"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "ปิดใช้งาน"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "ละทิ้ง"
 
@@ -2420,11 +2468,11 @@ msgstr "ละทิ้ง"
 msgid "Discard changes?"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "ละทิ้งร่างข้อความหรือไม่?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr ""
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "ค้นพบฟีดที่กำหนดเองใหม่ๆ"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "ค้นพบฟีดใหม่"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "ปิด"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "ปิดข้อผิดพลาด"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "แสดงป้ายข้อความคำอธิบายภาพที่ใหญ่ขึ้น"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "ชื่อที่แสดง"
@@ -2482,11 +2530,11 @@ msgstr "ชื่อที่แสดง"
 msgid "Display Name"
 msgstr "ชื่อที่แสดง"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "ไม่เริ่มหรือจบด้วยขีดกลา
 msgid "Domain verified!"
 msgstr "ยืนยันโดเมนแล้ว!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "เสร็จสิ้น{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "แตะสองครั้งเพื่อปิดหน้าต่าง"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "ระยะเวลา:"
 msgid "e.g. alice"
 msgstr "เช่น alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr ""
 
@@ -2587,7 +2645,7 @@ msgstr "เช่น Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "เช่น alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "เช่น ศิลปิน คนรักสุนัข และนักอ่านตัวยง"
 
@@ -2595,19 +2653,19 @@ msgstr "เช่น ศิลปิน คนรักสุนัข และ
 msgid "E.g. artistic nudes."
 msgstr "เช่น การเปลือยกายที่เป็นศิลปะ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "เช่น โปสเตอร์ที่ยอดเยี่ยม"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "เช่น ผู้ส่งสแปม"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "เช่น โปสเตอร์ที่ไม่เคยพลาด"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "เช่น ผู้ใช้ที่ตอบกลับด้วยโฆษณาอย่างต่อเนื่อง"
 
@@ -2615,7 +2673,7 @@ msgstr "เช่น ผู้ใช้ที่ตอบกลับด้ว
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "แต่ละรหัสใช้งานได้เพียงครั้งเดียว คุณจะได้รับรหัสเชิญเพิ่มเติมเป็นระยะ"
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "แก้ไข"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "แก้ไขรูปประจำตัว"
 
@@ -2637,14 +2695,14 @@ msgstr "แก้ไขรูปประจำตัว"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "แก้ไขรูปภาพ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "แก้ไขการตั้งค่าการโต้ตอบ"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "แก้ไขรายละเอียดลิสต์"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "แก้ไขลิสต์การกลั่นกรอง"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "แก้ไขฟีดของฉัน"
 
@@ -2679,15 +2742,15 @@ msgstr "แก้ไขบุคคล"
 msgid "Edit post interaction settings"
 msgstr "แก้ไขการตั้งค่าการโต้ตอบกับโพสต์"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "แก้ไขโปรไฟล์"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "แก้ไขโปรไฟล์"
 
@@ -2695,7 +2758,7 @@ msgstr "แก้ไขโปรไฟล์"
 msgid "Edit starter pack"
 msgstr "แก้ไขชุดเริ่มต้น"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "แก้ไขลิสต์ผู้ใช้"
 
@@ -2707,11 +2770,11 @@ msgstr "แก้ไขผู้ที่สามารถตอบกลับ
 msgid "Edit your display name"
 msgstr "แก้ไขชื่อที่แสดงของคุณ"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "แก้ไขคำอธิบายโปรไฟล์ของคุณ"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "แก้ไขชุดเริ่มต้นของคุณ"
 
@@ -2724,9 +2787,8 @@ msgstr "การศึกษา"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "อีเมล"
 
@@ -2747,20 +2809,17 @@ msgstr "ที่อยู่อีเมล"
 msgid "Email Resent"
 msgstr "ส่งข้อความอีเมลอีกรอบ"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "อัพเดตอีเมลเรียบร้อยแล้ว"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "อัพเดตอีเมลเรียบร้อยแล้ว"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "ยืนยันอีเมลเรียบร้อยแล้ว"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "ฝัง HTML"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "ฝังโพสต์"
 
@@ -2785,8 +2844,9 @@ msgstr "ฝังโพสต์เว็บไซต์ของคุณ แ
 msgid "Embedded video player"
 msgstr ""
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr ""
 
@@ -2798,8 +2858,8 @@ msgstr "อนุญาตเฉพาะ {0}"
 msgid "Enable adult content"
 msgstr "อนุญาตให้เข้าถึงเนื้อหาผู้ใหญ่ (18+)"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "อนุญาตแล้ว"
 msgid "End of feed"
 msgstr "จบฟีต"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "โปรดตรวจสอบว่าคุณได้เลือกภาษาสำหรับไฟล์ซับไตเติลแต่ละไฟล์แล้ว"
 
@@ -2860,14 +2920,15 @@ msgstr "ป้อนรหัสผ่าน"
 msgid "Enter a word or tag"
 msgstr "ป้อนคำหรือแท็ก"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "ป้อนรหัส"
 
-#: 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 ""
@@ -2897,11 +2958,7 @@ msgstr "ใส่วันเกิดของคุณ"
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "ใส่อีเมลใหม่ของคุณที่นี่"
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr ""
@@ -2997,15 +3054,15 @@ msgstr "ออกจากการดูรูปภาพ"
 msgid "Expand alt text"
 msgstr "ขยายข้อความอธิบายภาพ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "ขยายรายชื่อผู้ใช้"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "ขยายหรือลดขนาดโพสต์ทั้งหมดที่คุณตอบกลับ"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "หมดอายุ {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "สื่อที่ชัดเจนหรืออาจทำให
 msgid "Explicit sexual images."
 msgstr "ภาพเปลือยชัดเจน"
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "ส่งออกข้อมูลของฉัน"
 
@@ -3071,12 +3132,12 @@ msgstr "สื่อภายนอก"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "สื่อภายนอกอาจอนุญาตให้เว็บไซต์รวบรวมข้อมูลเกี่ยวกับคุณและอุปกรณ์ของคุณ ไม่มีข้อมูลใดถูกส่งหรือร้องขอก่อนที่คุณจะกดปุ่ม \"เล่น\""
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "การตั้งค่าสื่อภายนอก"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr ""
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr ""
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "สร้างชุดเริ่มต้นไม่สำเร็จ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "ไม่สามารถสร้างลิสต์ได้ ตรวจสอบการเชื่อมต่ออินเทอร์เน็ตของคุณและลองอีกครั้ง"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "การลบข้อความล้มเหลว"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "การลบโพสต์ล้มเหลว โปรดลองใหม่อีกครั้ง"
 
@@ -3129,7 +3186,7 @@ msgstr "การลบโพสต์ล้มเหลว โปรดลอ
 msgid "Failed to delete starter pack"
 msgstr "การลบตัวเริ่มต้นล้มเหลว"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "การส่งล้มเหลว"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "การยื่นคำอุทธรณ์ล้มเหลว โปรดลองอีกครั้ง"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "การเปลี่ยนสถานะด้วยการปิดเธรดล้มเหลว โปรดลองอีกครั้ง"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "การอัปเดตฟีตล้มเหลว"
@@ -3219,11 +3290,15 @@ msgstr "การอัปเดตการตั้งค่าล้มเห
 msgid "Failed to upload video"
 msgstr "การอัปโหลดวีดีโอล้มเหลว"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr ""
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "ฟีด"
 
@@ -3242,24 +3317,24 @@ msgstr "สลับฟีต"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "ข้อเสนอแนะ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr ""
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "ฟีด"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "ยืดหยุ่น"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "ติดตาม"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "ติดตาม"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "ติดตาม {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "ติดตาม {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr ""
 msgid "Follow 7 accounts"
 msgstr "ติดตาม 7 บัญชี"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "ติดตามบัญชี"
 
@@ -3391,7 +3462,7 @@ msgstr "ติดตามบัญชี"
 msgid "Follow all"
 msgstr "ติดตามทั้งหมด"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "ติดตามคุณกลับ"
@@ -3417,7 +3488,7 @@ msgstr "ติดตามโดย <0>{0}</0> และ <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "ติดตามโดย <0>{0}</0>, <1>{1}</1> และ {2, plural, one {# other} other {# others}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "ผู้ติดตามของ @{0} ที่คุณรู้จัก"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "ผู้ติดตามที่คุณรู้จัก"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "ติดตาม"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "ติดตาม {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "ติดตาม {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "การตั้งค่าฟีดการติดตาม"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "การตั้งค่าฟีดการติดตาม"
@@ -3524,7 +3591,7 @@ msgstr "โพสต์เนื้อหาที่ไม่ต้องกา
 msgid "From @{sanitizedAuthor}"
 msgstr "จาก @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "จาก <0/>"
@@ -3533,18 +3600,20 @@ msgstr "จาก <0/>"
 msgid "Gallery"
 msgstr "แกลลอรี่"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "สร้างชุดเริ่มต้น"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "รับความช่วยเหลือ"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "เริ่มต้น"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "เริ่มต้น"
 msgid "GIF"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "ทำให้โปรไฟล์ของคุณมีความน่าสนใจขึ้น"
 
@@ -3567,10 +3636,10 @@ msgstr "การละเมิดกฎหมายหรือข้อกำ
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "กลับ"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "กลับเข้าสู่หน้าหลัก"
 msgid "Go Home"
 msgstr "กลับเข้าสู่หน้าหลัก"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "กราฟฟิคมีเดีย"
 msgid "Half way there!"
 msgstr "ครึ่งทางแล้ว!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "แฮนด์เดิ้ล"
 
@@ -3665,7 +3750,7 @@ msgstr "การสัมผัส"
 msgid "Harassment, trolling, or intolerance"
 msgstr "การล่วงละเมิด การกลั่นแกล้ง หรือการไม่ยอมรับการอยู่ร่วมกันในสังคม"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "แฮชแท็ก"
 
@@ -3673,19 +3758,24 @@ msgstr "แฮชแท็ก"
 msgid "Hashtag {tag}"
 msgstr ""
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "มีปัญหาใช่ไหม?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "การช่วยเหลือ"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "ทำให้คนทราบว่าคุณไม่ใช่หุ่นยนต์โดยการอัพโหลตรูปภาพหรือการสร้างอวาตาร์"
 
@@ -3698,7 +3788,7 @@ msgstr ""
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr "ลิสต์ที่ซ่อนไว้"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "ซ่อน"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "ซ่อน"
@@ -3729,18 +3819,18 @@ msgstr "ซ่อน"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "ซ่อนโพสต์สำหรับฉัน"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "ซ่อนการตอบกลับสำหรับทุกคน"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "ซ่อนการสำหรับฉัน"
 
@@ -3748,12 +3838,12 @@ msgstr "ซ่อนการสำหรับฉัน"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "ซ่อนโพสต์นี้ใช่ไหม?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "ซ่อนการตอบกลับใช่ไหม"
 
@@ -3771,7 +3861,7 @@ msgstr ""
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "ซ่อนลิสต์ผู้ใช้"
 
@@ -3817,11 +3907,11 @@ msgstr "อื้มมมม... ดูเหมือนว่าเราไ
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "รอสักครู่! เรากำลังเปิดให้เข้าถึงวิดีโออย่างค่อยเป็นค่อยไป และคุณยังอยู่ในคิว แล้วกลับมาอีกครั้งจ้า"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "หน้าหลัก"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr ""
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "แล้วเราจะเปิดลิงก์นี้ได้อย่างไรล่ะ?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "ฉันมีโค้ด"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "ฉันมีโค้ด"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "ฉันมีรหัสยืนยัน"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "หากคุณลบลิสต์นี้ คุณจะไม
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "หากคุณลบโพสค์นี้ คุณจะไม่สามารถนำกลับคืนมาได้"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "หากคุณต้องการเปลี่ยนรหัสผ่าน เราจะส่งรหัสยืนยันเพื่อยืนยันบัญชีของคุณ"
@@ -3915,18 +4008,19 @@ msgstr "ผิดกฏหมายและเร่งด่วน"
 msgid "Image"
 msgstr "รูปภาพ"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "ภาพถูกบันทึกไปที่คลังของคุณแล้ว!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "รหัสยืนยัน 2FA ไม่ถูกต้อง"
 msgid "Invalid handle. Please try a different one."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "ระเบียนโพสต์ไม่ถูกต้องหรือไม่รองรับ"
 
@@ -4041,12 +4135,12 @@ msgstr "ถูกต้อง"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "ตอนนี้มีแค่คุณแล้ว! เพิ่มผู้คนในชุดเริ่มต้นของคุณโดยการค้นหาด้านบนนี้"
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr ""
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "งาน"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "มาร์คโดยผู้สร้าง"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "มาร์คไว้"
 
@@ -4100,13 +4194,13 @@ msgstr "มาร์คในเนื้อหาของคุณ"
 msgid "Language selection"
 msgstr "เลือกภาษา"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "ตั้งค่าภาษา"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "ภาษา"
 
@@ -4124,12 +4218,12 @@ msgstr "ล่าสุด"
 msgid "learn more"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "เรียนรู้เพิ่มเติม"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "เรียนรู้เพิ่มเติมเกี่ยวกับ Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "เรียนรู้เพิ่มเติมเกี่ยวก
 msgid "Learn more about this warning"
 msgstr "เรียนรู้เพิ่มเติมเกี่ยวกับข้อควรระวัง"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "ออก Bluesky"
 msgid "left to go."
 msgstr "ปล่อยไปเถอะ"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "ให้ฉันเลือกเถอะ"
 
@@ -4230,7 +4324,7 @@ msgstr "แสง"
 msgid "Like"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -4247,12 +4341,12 @@ msgstr "ชอบ 10 โพสต์"
 msgid "Like this feed"
 msgstr "ชอบฟีตนี้"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "ชอบโดย"
 
@@ -4269,16 +4363,16 @@ msgstr ""
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "ถูกใจ"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "ชอบในโพสต์นี้"
 
@@ -4287,11 +4381,11 @@ msgstr "ชอบในโพสต์นี้"
 msgid "Linear"
 msgstr ""
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "ลิสต์"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "อวาตาร์ลิสต์"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "ลิสต์ถูกปิดเสียง"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "ชื่อลิสต์"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "ลิสต์เปิดเสียง"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "ลิสต์"
 
@@ -4358,6 +4452,22 @@ msgstr "ลิสต์"
 msgid "Lists blocking this user:"
 msgstr ""
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "โหลดเพิ่มเติม"
@@ -4370,18 +4480,18 @@ msgstr "โหลดฟีดที่แนะนำเพิ่มเติม
 msgid "Load new notifications"
 msgstr "โหลดการแจ้งเตือนใหม่"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "โหลดโพสต์ใหม่"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "กำลังโหลด..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "บันทึก"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr ""
 
@@ -4418,7 +4528,11 @@ msgstr "ดูเหมือนว่าคุณได้ยกเลิกก
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "ดูเหมือนว่าคุณจะพลาดฟีตที่คุณติดตาม <0> คลิกที่นี่เพื่อเพิ่ม </0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "สร้างสักหนึ่งอันสำหรับฉัน"
 
@@ -4455,7 +4569,14 @@ msgstr "ทำเครื่องหมายว่าอ่านแล้ว
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "สื่อ"
 
@@ -4479,7 +4600,7 @@ msgstr ""
 msgid "Menu"
 msgstr "เมนู"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "ส่งข้อความถึง {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "ข้อความยาวเกินไป"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "ข้อความ"
 
@@ -4532,10 +4653,10 @@ msgstr "บัญชีที่ทำให้เข้าใจผิด"
 msgid "Misleading Post"
 msgstr "โพสต์ที่ทำให้เข้าใจผิด"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "การกรอง"
 
@@ -4557,12 +4678,12 @@ msgstr "กรองโดย {0}"
 msgid "Moderation list by you"
 msgstr "กรองโดยคุณ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "การกรองได้ถูกสร้างขึ้น"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "การกรองถูกอัพเดต"
@@ -4571,8 +4692,8 @@ msgstr "การกรองถูกอัพเดต"
 msgid "Moderation lists"
 msgstr "ลิสต์ที่กรอง"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "ลิสต์ที่กรอง"
 
@@ -4580,7 +4701,7 @@ msgstr "ลิสต์ที่กรอง"
 msgid "moderation settings"
 msgstr "การตั้งค่าการกรอง"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "สถานะการกรอง"
 
@@ -4593,7 +4714,7 @@ msgstr "เครื่องมือการกรอง"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "ผู้ดูแลระบบเลือกที่จะตั้งคำเตือนทั่วไปบนเนื้อหา"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "เพิ่มเติม"
 
@@ -4602,8 +4723,8 @@ msgstr "เพิ่มเติม"
 msgid "More feeds"
 msgstr "ฟีตเพิ่มเติม"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "การตั้งค่าเพิ่มเติม"
@@ -4637,10 +4758,10 @@ msgstr "ปิดการมองเห็น"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "ปิดการมองเห็นการฟีดโพสต์และเรื่องราว"
 
@@ -4689,13 +4810,13 @@ msgstr "ปิดการมองเห็นคำนี้ในแท็ก
 msgid "Mute this word until you unmute it"
 msgstr "ปิดการมองเห็นคำนี้จนกว่าคุณจะปลด"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "ปิดการมองเห็นเธรต"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "ปิดการมองเห็นคำและแท็ก"
 
@@ -4703,12 +4824,12 @@ msgstr "ปิดการมองเห็นคำและแท็ก"
 msgid "Muted accounts"
 msgstr "ปิดการมองเห็นบัญชี"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "ปิดการมองเห็นบัญชี"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "บัญชีที่ถูกปิดการมองเห็น จะถูกลบโพสต์ออกจากฟีดและการแจ้งเตือนของคุณ และการปิดนี้จะเป็นส่วนตัว"
 
@@ -4729,15 +4850,15 @@ msgstr "การปิดเสียงเป็นเรื่องส่ว
 msgid "My Birthday"
 msgstr "วันเกิดของฉัน"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "ฟีตของฉัน"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "ชื่อ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "ต้องมีชื่อ"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "ไปยังหน้าถัดไป"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "สำรวจโปรไฟล์ของคุฯ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "ต้องการเปลี่ยนไหม?"
 
@@ -4797,18 +4918,23 @@ msgstr "ไม่ต้องห่วง สร้างแฮนเดิ้
 msgid "New"
 msgstr "ใหม่"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "ใหม่"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "แชทใหม่"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr ""
 
@@ -4828,7 +4954,7 @@ msgstr ""
 msgid "New messages"
 msgstr "ข้อความใหม่"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "ตัวกรองใหม่"
 
@@ -4840,10 +4966,10 @@ msgstr "รหัสผ่านใหม่"
 msgid "New Password"
 msgstr "รหัสผ่านใหม่"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "โพสต์ใหม่"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "โพสต์ใหม่"
@@ -4863,7 +4989,7 @@ msgstr "โพสต์ใหม่"
 msgid "New user info dialog"
 msgstr "กล่องข้อความข้อมูลบัญชีใหม่"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "ลิสต์บัญชีใหม่"
 
@@ -4911,6 +5037,10 @@ msgstr ""
 msgid "No DNS Panel"
 msgstr "ไม่มีระบบชื่อโดเมน"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "ไม่พบ GIF ที่แนะนำ อาจมีปัญหากับ Tenor"
@@ -4924,8 +5054,8 @@ msgstr "ไม่พบฟีต ลองค้นหาอย่างอื
 msgid "No likes yet"
 msgstr "ยังไม่มีสิ่งที่ชอบ"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "ไม่ติดตาม {0} อีกต่อไป"
 
@@ -4962,8 +5092,8 @@ msgstr "ยังไม่มีโควท"
 msgid "No reposts yet"
 msgstr "ยังไม่มียอดรีโพสต์"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "ไม่มีผลลัพธ์"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "ไม่พบผลลัพธ์"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "ไม่พบผลลัพธ์สำหรับ \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "การเปลือยกายที่ไม่เกี่ยว
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "ไม่พบ"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "ไม่ใช่ตอนนี้"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "โน้ตเกี่ยวกับการแชร์"
 
@@ -5052,7 +5177,7 @@ msgstr "โน้ตเกี่ยวกับการแชร์"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "หมายเหตุ : Bluesky เป็นเครือข่ายแบบเปิดและสาธารณะ การตั้งค่านี้จำกัดเพียงการมองเห็นเนื้อหาของคุณในแอปและเว็บไซต์ของ Bluesky เท่านั้น และแอปอื่นอาจไม่เคารพการตั้งค่านี้ เนื้อหาของคุณอาจยังถูกแสดงให้ผู้ใช้ที่ไม่ได้เข้าสู่ระบบโดยแอปและเว็บไซต์อื่นๆ"
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "ไม่มีอะไรที่นี่"
 
@@ -5060,7 +5185,7 @@ msgstr "ไม่มีอะไรที่นี่"
 msgid "Notification filters"
 msgstr "ตัวกรองการแจ้งเตือน"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "การตั้งค่าการแจ้งเตือน"
@@ -5077,11 +5202,11 @@ msgstr "เสียงการแจ้งเตือน"
 msgid "Notification Sounds"
 msgstr "เสียงการแจ้งเตือน"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "การแจ้งเตือน"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "ไม่น้าา~! เกิดข้อผิดพลาดขึ้น"
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "ตกลง"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "ตกลง"
 
@@ -5140,19 +5265,19 @@ msgstr "การตอบกลับเก่าก่อน"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "เปิด<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "รีเซ็ตออนบอร์ด"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "ภาพหนึ่งหรือมากกว่าขาดข้อความแทน"
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr ""
 
@@ -5168,7 +5293,7 @@ msgstr "{0} สามารถตอบกลับได้เท่านั
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "อนุญาตใช้ตัวอักษร ตัวเลข และเครื่องหมายขีดกลางเท่านั้น"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr ""
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "อุ้ย~ เกิดข้อผิดพลาดจ้า"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "อ๊ะ!"
 
@@ -5194,11 +5319,7 @@ msgstr "อ๊ะ!"
 msgid "Open"
 msgstr "เปิด"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "เปิดเมนูทางลัดบัญชีของ {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "เปิดการสร้างอวาตาร์"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr ""
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "เปิดการเลือกอีโมจิ"
 
@@ -5225,7 +5346,7 @@ msgstr ""
 msgid "Open feed options menu"
 msgstr "เปิดการตั้งค่าฟีต"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr ""
 msgid "Open message options"
 msgstr "เปิดการตั้งค่าข้อความ"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr ""
 
@@ -5249,20 +5370,25 @@ msgstr "เปิดการปิดการมองเห็นคำแล
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "เปิดเมนูการตั้งค่าโพสต์"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "เปิดเมนูชุดเริ่มต้น"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "เปิดหน้าสตอรี่บุ๊ค"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "เปิด system log"
 
@@ -5282,19 +5408,19 @@ msgstr "เปิดข้อความเพื่อเลือกว่า
 msgid "Opens additional details for a debug entry"
 msgstr "เปิดรายละเอียดเพิ่มเติมสำหรับลิสต์แก้จุดบกพร่องทางคอมพิวเตอร์"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "เปิดกล้องในอุปกรณ์"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "เปิด composer"
 msgid "Opens device photo gallery"
 msgstr "เปิดรูปแกลลอรี่ในอุปกรณ์"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr "เปิดเพื่อสร้างบัญชี Bluesky ที
 msgid "Opens GIF select dialog"
 msgstr "เปิดข้อความเลือก GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "เปิดลิสต์ของโค้ดเชิญ"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "เปิดการรีเซ็ตรหัสผ่าน"
@@ -5340,12 +5470,12 @@ msgstr "เปิดการรีเซ็ตรหัสผ่าน"
 msgid "Opens the linked website"
 msgstr "เปิดเว็บไซต์ที่เชื่อมโยง"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "เปิดโปรไฟล์นี้"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "เปิดคลิปวีดีโอที่เลือด"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "อื่น ๆ"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "บัญชีอื่น ๆ"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "ไม่พบหน้านี้"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "พักวีดีโอ"
 msgid "People"
 msgstr "ผู้คน"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "ผู้คนที่ติดตามโดย @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "ผู้คนที่ติดตาม @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "ปักหมุดไปที่หน้าแรก"
 msgid "Pin to Home"
 msgstr "ปักหมุดไปที่หน้าแรก"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "ปักหมุดไปที่โปรไฟล์"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "ปักหมุดแล้ว"
 
@@ -5578,14 +5708,14 @@ msgstr "กรุณาเลือกแฮนเดิลของคุณ"
 msgid "Please choose your password."
 msgstr "โปรดเลือกรหัสผ่านของคุณ"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "โปรดทำการยืนยัน Captcha ให้เสร็จ"
 
-#: 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 "กรุณายืนยันอีเมลของคุณก่อนที่จะเปลี่ยน นี่เป็นข้อกำหนดชั่วคราวในขณะที่มีการเพิ่มเครื่องมือในการอัปเดตอีเมล และจะถูกลบออกในเร็วๆ นี้"
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "กรุณากรอกคำ แท็ก หรือวลี ที่ต้องการปิดการมองเห็น"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "กรุณากรอกอีเมลของคุณ"
 msgid "Please enter your invite code."
 msgstr "กรุณาใส่โค้ดเชิญ"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "กรุณาลงชื่อเข้าใช้ @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "กรุณายืนยันอีเมลของคุณ"
 
@@ -5662,7 +5818,7 @@ msgstr "การเมือง"
 msgid "Porn"
 msgstr "สื่ออนาจาร"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "โพสต์"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "โพสต์"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "โพสต์โดย {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "โพสต์โดย {0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "โพสต์ถูกลบแล้ว"
@@ -5697,7 +5853,7 @@ msgstr "โพสต์ถูกลบแล้ว"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr "โพสต์ถูกซ่อนโดยคุณ"
 msgid "Post interaction settings"
 msgstr "การตั้งค่าการโต้ตอบโพสต์"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "ถอนหมุดโพสต์แล้ว"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "โพสต์"
@@ -5789,7 +5945,7 @@ msgstr "กดเพื่อดูผู้ติดตามในบัญช
 msgid "Previous image"
 msgstr "ภาพก่อนหน้า"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "ภาษาหลัก"
 
@@ -5807,26 +5963,26 @@ msgstr "จัดลำดับความสำคัญการแจ้ง
 msgid "Privacy"
 msgstr "ความเป็นส่วนตัว"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr ""
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr ""
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "นโยบายความเป็นส่วนตัว"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr ""
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "ดำเนินการ..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "ข้อมูลส่วนตัว"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "ข้อมูลส่วนตัว"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "โปรไฟล์ได้รับการอัปเดต"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "บันทึก QR โค้ดลงในคลังภาพข
 msgid "Quote post"
 msgstr "โควทโพสต์นี้"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "โพสต์ที่อ้างอิงถูกแนบใหม่"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "โพสต์ที่อ้างอิงถูกแยกออกเรียบร้อยแล้ว"
 
@@ -5927,7 +6083,7 @@ msgstr "การตั้งค่าการโควท"
 msgid "Quotes"
 msgstr "โควท"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "โควทโพสต์นี้"
 
@@ -5942,8 +6098,8 @@ msgstr "สุ่ม (หรือ \"Poster's Roulette\")"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "แนบโพสต์ที่โควทอีกครั้ง"
 
@@ -5960,15 +6116,15 @@ msgstr "ปิดใช้งานบัญชีของคุณอีกค
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "อ่าน Bluesky blog"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "เชื่อมต่อใหม่"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "โหลดการสนทนาใหม่"
@@ -6022,7 +6178,7 @@ msgstr "โหลดการสนทนาใหม่"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "ลบ"
 msgid "Remove {displayName} from starter pack"
 msgstr "ลบ {displayName} จากชุดเริ่มต้นของคุณ"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "ลบบัญชี"
 
@@ -6046,13 +6202,13 @@ msgstr "ลบบัญชี"
 msgid "Remove attachment"
 msgstr "ลบไฟล์แนบ"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "ลบอวาตาร์"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "ลบแบนด์เนอร์"
 
@@ -6079,7 +6235,7 @@ msgstr "ลบฟีตหรือไม่?"
 msgid "Remove from my feeds"
 msgstr "ลบจากฟีตของฉัน"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "ลบการเข้าถึงด่วนใช่ไหม"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "ลบรูปภาพ"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "ลบคำที่ปิดการมองเห็นจากลิสต์ของคุณ"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "ลบโปรไฟล์"
 
@@ -6114,7 +6275,7 @@ msgstr "ลบโควท"
 msgid "Remove repost"
 msgstr "ลบรีโพสต์"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "ลบไฟล์ซับไตเติ้ล"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "ลบจากฟีตของคุณ"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "ลบโพสต์ของโควท"
@@ -6181,7 +6338,7 @@ msgstr "ลบโพสต์ของโควท"
 msgid "Replace with Discover"
 msgstr "แทนที่ด้วยสิ่งที่น่าสนใจ"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "การตอบกลับ"
 
@@ -6193,12 +6350,12 @@ msgstr "ปิดการตอบกลับแล้ว"
 msgid "Replies to this post are disabled."
 msgstr "การตอบกลับโพสต์นี้ถูกปิด"
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "การตอบกลับ"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr "การตั้งค่าการตอบกลับถูกเ
 msgid "Reply sorting"
 msgstr ""
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "ตอบกลับไปยัง <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "ตอบกลับไปยังโพสต์ที่ถูกบล็อก"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "ตอบกลับไปยังโพสต์"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "ตอบกลับคุณ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "การมองเห็นการตอบกลับได้รับการปรับปรุง"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "การตอบกลับถูกซ่อนเรียบร้อยแล้ว"
 
@@ -6261,16 +6418,16 @@ msgstr "การตอบกลับถูกซ่อนเรียบร้
 msgid "Report"
 msgstr "รายงาน"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "รายงานบัญชี"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "รายงานการสนทนา"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "รายงานข้อความ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "รายงานโพสต์"
 
@@ -6369,26 +6526,26 @@ msgstr ""
 msgid "Reposted By"
 msgstr "รีโพสต์โดย"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "รีโพสต์โดย {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "รีโพสต์โดย <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "รีโพสต์โดยคุณ"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "รีโพสต์ของโพสต์นี้"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "ขอรหัส"
 msgid "Require alt text before posting"
 msgstr "ต้องมีข้อความแทนภาพก่อนโพสต์"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr "จำเป็นสำหรับผู้ให้บริการ
 msgid "Required in your region"
 msgstr "จำเป็นในภูมิภาคของคุณ"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "ส่งอีเมลอีกครั้ง"
@@ -6436,8 +6599,8 @@ msgstr "รีเซ็ตรหัส"
 msgid "Reset Code"
 msgstr "รีเซ็ตรหัส"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "รีเซ็ตสถานะการเริ่มต้นใช้งาน"
 
@@ -6458,10 +6621,10 @@ msgstr "ลองทำกิจกรรมล่าสุดซึ่งเก
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "กลับไปยังหน้าก่อนหน้า"
 msgid "Returns to home page"
 msgstr "กลับไปยังหน้าแรก"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "บันทึก"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "บันทึก"
@@ -6534,7 +6699,7 @@ msgstr "บันทึกวันเกิด"
 msgid "Save changes"
 msgstr "บันทึกการเปลี่ยนแปลง"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "บันทึกการเปลี่ยนแปลง"
 
@@ -6564,16 +6729,12 @@ msgstr "บันทึกที่ฟีตของฉัน"
 msgid "Saved Feeds"
 msgstr "บันทึกฟีต"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "บันทึกไปที่แกลลอรี่"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "บันทึกไปที่ฟีตของคุณ"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "บันทึกการเปลี่ยนแปลงโปรไฟล์ของคุณ"
 
@@ -6583,8 +6744,8 @@ msgstr "บันทึกการครอปรูปภาพ"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "ทักทายสิ!"
 
@@ -6602,11 +6763,11 @@ msgstr "เลื่อนไปข้างบนสุด"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "ค้นหา"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr ""
 
@@ -6656,8 +6817,8 @@ msgstr "ค้นหา GIF"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "ต้องการขั้นตอนด้านความปลอดภัย"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "มองหางานใน Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "เลือกสี"
 msgid "Select account"
 msgstr "เลือกบัญชี"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "เลือกอวาตาร์"
@@ -6727,10 +6896,22 @@ msgstr "เลือกอวาตาร์"
 msgid "Select an emoji"
 msgstr "เลือกอีโมจิ"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "เลือกจากบัญชีที่มีอยู่แล้ว"
@@ -6747,11 +6928,11 @@ msgstr "เลือก GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "เลือกว่าจะปิดการมองเห็นคำนี้นานแค่ไหน"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "กำลังเลือกภาษา..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "เลือกภาษา"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "เลือกผู้ดูแลระบบ"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "เลือกอีโมจิ {emojiName} เป็นอวาต
 msgid "Select the moderation service(s) to report to"
 msgstr "เลือกบริการผู้ดูแลระบบเพื่อรายงาน"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "เลือกวีดีโอ"
 
@@ -6784,11 +6969,11 @@ msgstr "เลือกวีดีโอ"
 msgid "Select what content this mute word should apply to."
 msgstr "เลือกสิ่งที่เนื้อหาสามารถปิดการมองเห็นคำนี้ที่ควรจะทำงาน"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "เลือกภาษาที่คุณต้องการให้ฟีดที่คุณติดตามรวมอยู่ หากไม่เลือกภาษาใดๆ จะมีการแสดงภาษาทั้งหมด"
 
@@ -6801,7 +6986,7 @@ msgstr "เลือกเดือนที่เกิด"
 msgid "Select your interests from the options below"
 msgstr "เลือกสิ่งที่สนใจจากตัวเลือกด้านบน"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "เลือกภาษาที่คุณต้องการสำหรับการแปลในฟีดของคุณ"
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "ส่งเว็บไซต์ที่น่าสนใจมาให้หน่อย!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "ส่งการยืนยัน"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "ส่งการยืนยันผ่านอีเมล"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "ส่งการยืนยันผ่านอีเมล"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "ส่งอีเมล"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "ส่งอีเมล"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "ส่งข้อเสนอแนะ"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "ส่งข้อความ"
@@ -6863,13 +7046,14 @@ msgstr "ส่งรายงานให้ {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "ส่งในข้อความส่วนตัว"
 
@@ -6901,10 +7085,10 @@ msgstr "ตั้งค่าบัญชีของคุณ"
 msgid "Sets email for password reset"
 msgstr "ตั้งอีเมลเพื่อการรีเซตรหัสผ่าน"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "การตั้งค่า"
 
@@ -6926,16 +7110,16 @@ msgstr "การชักชวนทางเพศ"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "แชร์"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "แชร์"
@@ -6948,9 +7132,9 @@ msgstr "แชร์สตอรี่สุดเจ๋ง!"
 msgid "Share a fun fact!"
 msgstr "แชร์เรื่องจริงสนุก ๆ!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "แชร์ตลอด"
 
@@ -6990,7 +7174,7 @@ msgstr "แชร์ชุดเริ่มต้นนี้และช่ว
 msgid "Share your favorite feed!"
 msgstr "แชร์ฟีดที่คุณชื่นชอบ!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "โปรแกรมทดสอบการตั้งค่าแชร์"
 
@@ -7011,8 +7195,8 @@ msgstr "แสดงข้อความแทน"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "แสดงอยู่ดี"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "แสดงคำตอบที่ซ่อนอยู่"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "แสดงน้อยกว่านี้"
 
@@ -7042,14 +7226,14 @@ msgstr "แสดงน้อยกว่านี้"
 msgid "Show list anyway"
 msgstr "แสดงลิสต์อยู่ดี"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "แสดงเพิ่มเติม"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "แสดงมากกว่านี้"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "แสดงการตอบกลับสำหรับทุกคน"
 
@@ -7102,11 +7286,11 @@ msgstr "แสดงคำเตือน"
 msgid "Show warning and filter from feeds"
 msgstr "แสดงคำเตือนและกรองจากฟีด"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "เข้าสู่ระบบ"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "เข้าสู่ระบบในชื่อ {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "เข้าสู่ระบบหรือสร้างบัญชีของคุณเพื่อเข้าร่วมการสนทนา!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "เข้าสู่ระบบด้วยบัญชีที่ไม่อยู่ในลิสต์"
 
@@ -7158,15 +7342,15 @@ msgstr "เข้าสู่ระบบด้วยบัญชีที่ไ
 msgid "Sign in to Bluesky or create a new account"
 msgstr "เข้าสู่ระบบ Bluesky หรือสร้างบัญชีใหม่"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "ออกจากระบบ"
 
@@ -7174,8 +7358,8 @@ msgstr "ออกจากระบบ"
 msgid "Sign Out"
 msgstr "ออกจากระบบ"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "ออกจากระบบ?"
 
@@ -7206,12 +7390,17 @@ msgstr "ข้ามขั้นตอนนี้"
 msgid "Smaller"
 msgstr "เล็ก"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "นักพัฒนาซอฟต์แวร์"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "เกิดข้อผิดพลาดบางอย่าง"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr ""
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr ""
 
@@ -7304,7 +7493,7 @@ msgstr "สแปม; การกล่าวถึงหรือการต
 msgid "Sports"
 msgstr "กีฬา"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "เริ่มแชทใหม่"
 
@@ -7322,8 +7511,8 @@ msgstr ""
 msgid "Start chat with {displayName}"
 msgstr "เริ่มแชทกับ {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "ชุดเริ่มต้น"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "ชุดเริ่มต้นไม่ถูกต้อง"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "ชุดเริ่มต้น"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "ชุดเริ่มต้นช่วยให้คุณแชร์ฟีดและผู้คนที่คุณชื่นชอบกับเพื่อนๆ ได้อย่างง่ายดาย"
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "หน้าสถานะ"
 
@@ -7363,12 +7552,12 @@ msgstr "หน้าสถานะ"
 msgid "Step {0} of {1}"
 msgstr "ขั้นตอนที่ {0} จาก {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "ล้างพื้นที่เก็บข้อมูลแล้ว คุณต้องเริ่มแอปใหม่ตอนนี้"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr ""
 
@@ -7401,11 +7590,11 @@ msgstr "สมัครสมาชิก"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "สมัครสมาชิก @{0} เพื่อใช้ป้ายกำกับเหล่านี้:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "สมัครสมาชิกผู้สร้างป้ายกำกับ"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "สมัครสมาชิกผู้สร้างป้ายกำกับนี้"
 
@@ -7413,11 +7602,12 @@ msgstr "สมัครสมาชิกผู้สร้างป้ายก
 msgid "Subscribe to this list"
 msgstr "สมัครสมาชิกในลิสต์นี้"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "สำเร็จ!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "สนับสนุน"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr ""
 
@@ -7462,11 +7652,11 @@ msgstr ""
 msgid "Switch Account"
 msgstr "เปลี่ยนบัญชี"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "ระบบ"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "บันทึกกิจกรรมของระบบ"
 
@@ -7518,7 +7708,7 @@ msgstr "เทค"
 msgid "Tell a joke!"
 msgstr "เล่าเรื่องตลก"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr ""
 
@@ -7531,12 +7721,12 @@ msgstr "เล่าให้เราฟังนิดนึง"
 msgid "Terms"
 msgstr "เงื่อนไข"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "เงื่อนไขการให้บริการ"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "ช่องใส่ข้อความ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "ขอบคุณนะ! อีเมลของคุณได้รับการยืนยันแล้ว"
 
@@ -7597,12 +7791,12 @@ msgstr "หาชุดเริ่มต้นไม่เจอ"
 msgid "That's all, folks!"
 msgstr "มีแค่นี้แหละท่านผู้ชม!!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "บัญชีจะสามารถโต้ตอบกับคุณได้หลังจากที่ปลดบล็อกแล้ว"
 
@@ -7636,6 +7830,10 @@ msgstr "ฟีดที่ค้นพบ"
 msgid "The Discover feed now knows what you like"
 msgstr "ฟีดที่ค้นพบตอนนี้รู้ว่าคุณชอบอะไร"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "สัมผัสประสบการณ์ที่ดีกว่าโดยการดาวน์โหลด Bluesky ตอนนี้เลย แล้วเราจะกลับมาในจุดที่คุณค้างไว้"
@@ -7669,6 +7867,7 @@ msgstr "นโยบายความเป็นส่วนตัวได้
 msgid "The selected video is larger than 100 MB."
 msgstr "วีดีโอที่เลือกมีขนาดใหญ่กว่า 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr ""
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "เกิดปัญหาในการติดต่อเซิร์ฟเวอร์"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr ""
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "เกิดปัญหาในการดึงการแจ้งเตือน คลิกที่นี่เพื่อลองอีกครั้ง"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "เกิดปัญหาในการดึงโพสต์ คลิกที่นี่เพื่อลองอีกครั้ง"
 
@@ -7763,20 +7962,20 @@ msgstr "เกิดปัญหาในการส่งคำรายงา
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "เกิดปัญหาที่ {0}!"
 
@@ -7808,12 +8007,12 @@ msgstr ""
 msgid "This {screenDescription} has been flagged:"
 msgstr "หน้าจอ {screenDescription} นี้ถูกแจ้งเตือน : "
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "บัญชีนี้ได้ร้องขอให้ผู้ใ
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "บัญชีนี้ถูกบล็อกโดยหนึ่งหรือมากกว่าบัญชีการควบคุมของคุณ เพื่อปลดบล็อก กรุณาเข้าไปที่บัญชีเหล่านั้นโดยตรงและลบผู้ใช้นี้ออก"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr ""
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr ""
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 ""
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr ""
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr ""
@@ -7899,8 +8106,9 @@ msgstr ""
 msgid "This information is not shared with other users."
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
 msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
@@ -7935,7 +8143,7 @@ msgstr ""
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr ""
 
@@ -7943,28 +8151,28 @@ msgstr ""
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 ""
 
@@ -7976,6 +8184,10 @@ msgstr ""
 msgid "This should create a domain record at:"
 msgstr ""
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr ""
@@ -8013,11 +8225,11 @@ msgstr ""
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "นี่จะลบ \"{0}\" ออกจากคำที่คุณปิดเสียง คุณสามารถเพิ่มกลับได้เสมอในภายหลัง"
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "นี่จะลบ @{0} ออกจากลิสต์เข้าถึงด่วน"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "นี่จะลบโพสต์ของคุณออกจากโพสต์อ้างอิงนี้สำหรับผู้ใช้ทุกคน และแทนที่ด้วยข้อความแทน"
 
@@ -8044,7 +8256,7 @@ msgstr ""
 msgid "Threaded mode"
 msgstr ""
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr ""
 
@@ -8056,12 +8268,13 @@ msgstr ""
 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."
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
+#: 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 ""
 
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr ""
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr ""
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr ""
 
@@ -8144,6 +8357,7 @@ msgstr ""
 msgid "Type:"
 msgstr ""
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr ""
@@ -8166,27 +8380,27 @@ msgstr "ไม่สามารถลบได้"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "ปลดบล็อก"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "ปลดบล็อก"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "ปลดบล็อกบัญชี"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "ปลดบล็อกบัญชีหรือไม่?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "เลิกติดตาม"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "เลิกติดตาม {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "เลิกติดตามบัญชี"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr ""
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8252,10 +8466,10 @@ msgstr "เปิดเสียง"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "เปิดเสียงบัญชี"
 
@@ -8267,8 +8481,8 @@ msgstr "เปิดเสียงการสนทนา"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "เปิดเสียงกระทู้"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "เลิกปักหมุดจากหน้าแรก"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "เลิกปักหมุดจากโปรไฟล์"
 
@@ -8311,7 +8525,12 @@ msgstr ""
 msgid "Unpinned from your feeds"
 msgstr "เลิกปักหมุดจากฟีดของคุณ"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "เลิกสมัครรับข้อมูล"
 
@@ -8320,7 +8539,7 @@ msgstr "เลิกสมัครรับข้อมูล"
 msgid "Unsubscribe from list"
 msgstr "เลิกสมัครรับข้อมูลจากลิสต์"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "เลิกสมัครรับข้อมูลจากผู้ทำฉลากนี้"
 
@@ -8328,11 +8547,11 @@ msgstr "เลิกสมัครรับข้อมูลจากผู้
 msgid "Unsubscribed from list"
 msgstr "เลิกสมัครรับข้อมูลจากลิสต์แล้ว"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr ""
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "อัปเดต <0>{displayName}</0> ในลิสต์"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "การอัปเดตไฟล์แนบคำคมล้มเหลว"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "การอัปเดตการมองเห็นการตอบกลับล้มเหลว"
@@ -8371,7 +8601,7 @@ msgstr "การอัปเดตการมองเห็นการตอ
 msgid "Updating..."
 msgstr "กำลังอัปเดต..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "อัปโหลดรูปภาพแทน"
 
@@ -8379,22 +8609,22 @@ msgstr "อัปโหลดรูปภาพแทน"
 msgid "Upload a text file to:"
 msgstr "อัปโหลดไฟล์ข้อความไปที่:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "อัปโหลดจากกล้อง"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "อัปโหลดจากไฟล์"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "อัปโหลดจากไลบรารี"
 
@@ -8407,7 +8637,7 @@ msgstr ""
 msgid "Uploading link thumbnail..."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr ""
 
@@ -8419,8 +8649,8 @@ msgstr ""
 msgid "Use default provider"
 msgstr "ใช้ผู้ให้บริการเริ่มต้น"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "ใช้เบราว์เซอร์ในแอป"
 
@@ -8429,8 +8659,8 @@ msgstr "ใช้เบราว์เซอร์ในแอป"
 msgid "Use in-app browser to open links"
 msgstr ""
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "ใช้เบราว์เซอร์เริ่มต้นของฉัน"
 
@@ -8484,12 +8714,12 @@ msgstr "ลิสต์ผู้ใช้โดย {0}"
 msgid "User list by you"
 msgstr "ลิสต์ผู้ใช้โดยคุณ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "ลิสต์ผู้ใช้ถูกสร้าง"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "ลิสต์ผู้ใช้ถูกปรับปรุง"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "ค่า:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "ต้องใช้ที่อยู่อีเมลที่ตรวจสอบแล้ว"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "ตรวจสอบระเบียน DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "ตรวจสอบตอนนี้"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "ตรวจสอบไฟล์ข้อความ"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "ตรวจสอบอีเมลของคุณ"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr ""
 
@@ -8602,7 +8839,7 @@ msgstr "วิดีโอ"
 msgid "Video failed to process"
 msgstr "การประมวลผลวิดีโอไม่สำเร็จ"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "เกมวิดีโอ"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "ไม่พบวิดีโอ"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "การตั้งค่าวิดีโอ"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr ""
 
@@ -8640,24 +8877,24 @@ msgstr ""
 msgid "Video: {0}"
 msgstr "วิดีโอ: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "ดูอวตาร์ของ {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "ดูโปรไฟล์ของ {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "ดูโปรไฟล์ของ {0}"
 msgid "View {displayName}'s profile"
 msgstr "ดูโปรไฟล์ของ {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "ดูโปรไฟล์ของผู้ใช้ที่ถูกบล็อก"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "ดูลิสต์ดีบัก"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "ดูรายละเอียด"
 
@@ -8688,7 +8925,7 @@ msgstr "ดูรายละเอียด"
 msgid "View details for reporting a copyright violation"
 msgstr "ดูรายละเอียดสำหรับการรายงานการละเมิดลิขสิทธิ์"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "ดูเธรดเต็ม"
 
@@ -8703,13 +8940,12 @@ msgstr "ดูข้อมูลเกี่ยวกับป้ายกำก
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "ดูโปรไฟล์"
 
@@ -8790,6 +9026,11 @@ msgstr "เตือนเนื้อหา"
 msgid "Warn content and filter from feeds"
 msgstr "เตือนเนื้อหาและกรองจากฟีด"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "เราไม่สามารถค้นหาผลลัพธ์ใดๆ สำหรับแฮชแท็กนั้นได้."
@@ -8798,7 +9039,7 @@ msgstr "เราไม่สามารถค้นหาผลลัพธ์
 msgid "We couldn't find any results for that topic."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "เราไม่สามารถโหลดการสนทนานี้ได้"
 
@@ -8822,6 +9063,10 @@ msgstr "เราหมดโพสต์จากผู้ติดตามข
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "เราไม่สามารถกำหนดได้ว่าคุณได้รับอนุญาตให้อัปโหลดวิดีโอหรือไม่ กรุณาลองอีกครั้ง."
@@ -8842,6 +9087,10 @@ msgstr "เราไม่สามารถเชื่อมต่อได้
 msgid "We will let you know when your account is ready."
 msgstr "เราจะแจ้งให้คุณทราบเมื่อบัญชีของคุณพร้อมใช้งาน"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "เราจะใช้สิ่งนี้เพื่อช่วยปรับแต่งประสบการณ์ของคุณ"
@@ -8871,7 +9120,7 @@ msgstr "ขออภัย เราไม่สามารถโหลดค
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "ขออภัย การค้นหาของคุณไม่สามารถเสร็จสมบูรณ์ได้ โปรดลองอีกครั้งในไม่กี่นาที"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "ขออภัย! โพสต์ที่คุณตอบกลับถูกลบไปแล้ว"
 
@@ -8880,7 +9129,7 @@ msgstr "ขออภัย! โพสต์ที่คุณตอบกลั
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "เราขอโทษ! เราไม่สามารถค้นหาหน้าที่ยังมีอยู่ที่คุณต้องการได้."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "เราขอโทษ! คุณสามารถสมัครสมาชิกได้เพียงยี่สิบผู้ติดป้าย และคุณได้ถึงขีดจำกัดยี่สิบแล้ว."
 
@@ -8902,7 +9151,7 @@ msgstr "คุณต้องการตั้งชื่อชุดเริ
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "มีอะไรใหม่?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "อุ๊ย!"
@@ -8984,11 +9233,11 @@ msgstr "ทำไมผู้ใช้คนนี้จึงควรได้
 msgid "Write a message"
 msgstr "เขียนข้อความ"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "เขียนโพสต์"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "เขียนคำตอบของคุณ"
@@ -9002,6 +9251,11 @@ msgstr "นักเขียน"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "ใช่"
@@ -9015,11 +9269,11 @@ msgstr "ใช่, ปิดการใช้งาน"
 msgid "Yes, delete this starter pack"
 msgstr "ใช่, ลบชุดเริ่มต้นนี้"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "ใช่, แยกออก"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "ใช่, ซ่อน"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "คุณอยู่ในคิว."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "คุณไม่ได้รับอนุญาตให้อัปโหลดวิดีโอ."
@@ -9055,12 +9318,16 @@ msgstr "คุณไม่ได้รับอนุญาตให้อัป
 msgid "You are not following anyone."
 msgstr "คุณไม่ได้ติดตามใครเลย."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "คุณได้ปิดเสียงบัญชีนี้"
 msgid "You have muted this user"
 msgstr "คุณได้ปิดเสียงผู้ใช้คนนี้"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "คุณยังไม่มีการสนทนาเริ่มต้น! เริ่มต้นหนึ่งเลย!"
 
@@ -9179,11 +9446,11 @@ msgstr "คุณไม่มีฟีด"
 msgid "You have no lists."
 msgstr "คุณไม่มีลิสต์"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "คุณยังไม่ได้บล็อกบัญชีใด ๆ หากต้องการบล็อกบัญชี ให้ไปที่โปรไฟล์ของพวกเขาและเลือก \"บล็อกบัญชี\" จากเมนูในบัญชีของพวกเขา"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "คุณยังไม่ได้ปิดเสียงบัญชีใด ๆ หากต้องการปิดเสียงบัญชี ให้ไปที่โปรไฟล์ของพวกเขาและเลือก \"ปิดเสียงบัญชี\" จากเมนูในบัญชีของพวกเขา"
 
@@ -9191,11 +9458,15 @@ msgstr "คุณยังไม่ได้ปิดเสียงบัญช
 msgid "You have reached the end"
 msgstr "คุณถึงจุดสิ้นสุดแล้ว"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "คุณถึงขีดจำกัดการอัปโหลดวิดีโอชั่วคราวแล้ว กรุณาลองอีกครั้งในภายหลัง"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "คุณยังไม่ได้สร้างชุดเริ่มต้น!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "คุณสามารถเพิ่มได้สูงสุด 3 ฟีด"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr ""
 
@@ -9232,7 +9503,7 @@ msgstr ""
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "คุณต้องติดตามผู้อื่นอย่างน้อย 7 คนจึงจะสามารถสร้างชุดเริ่มต้นได้"
 
@@ -9248,10 +9519,18 @@ msgstr "คุณต้องอนุญาตให้เข้าถึงค
 msgid "You must select at least one labeler for a report"
 msgstr "คุณต้องเลือกผู้ติดฉลากอย่างน้อยหนึ่งคนสำหรับรายงาน"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "คุณได้ทำการปิดการใช้งาน @{0} ก่อนหน้านี้"
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "คุณจะไม่รับการแจ้งเตือนสำหรับกระทู้นี้อีกต่อไป"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "คุณจะเริ่มได้รับการแจ้งเตือนสำหรับกระทู้นี้"
 
@@ -9305,7 +9584,7 @@ msgstr "คุณจะติดตามบุคคลเหล่านี้
 msgid "You'll follow these people right away"
 msgstr "คุณจะติดตามบุคคลเหล่านี้ทันที"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "คุณจะได้รับอีเมลที่ <0>{0}</0> เพื่อยืนยันว่าเป็นคุณ"
 
@@ -9339,6 +9618,10 @@ msgstr ""
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "คุณมาถึงจุดสิ้นสุดฟีดของคุณแล้ว! ค้นหาบัญชีเพิ่มเติมเพื่อติดตาม"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "คุณถึงขีดจำกัดการอัพโหลดวิดีโอต่อวันแล้ว (ขนาดไฟล์มากเกินไป)"
@@ -9347,7 +9630,7 @@ msgstr "คุณถึงขีดจำกัดการอัพโหลด
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "คุณถึงขีดจำกัดการอัพโหลดวิดีโอต่อวันแล้ว (วิดีโอมากเกินไป)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "เบราว์เซอร์ของคุณไม่รองร
 msgid "Your chats have been disabled"
 msgstr "การแชทของคุณถูกปิดใช้งาน"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "ตัวเลือกของคุณจะถูกบันทึกไว้ แต่สามารถเปลี่ยนแปลงได้ภายหลังในการตั้งค่า"
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr ""
 msgid "Your email appears to be invalid."
 msgstr "อีเมลของคุณดูเหมือนจะไม่ถูกต้อง"
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "อีเมลของคุณยังไม่ได้รับการยืนยัน นี่เป็นขั้นตอนด้านความปลอดภัยที่สำคัญซึ่งเราแนะนำ"
 
@@ -9434,7 +9721,7 @@ msgstr "ชื่อผู้ใช้เต็มของคุณจะเป
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "รหัสผ่านของคุณถูกเปลี่ยน
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "โพสต์ของคุณได้รับการเผยแพร่แล้ว"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr ""
 
@@ -9479,7 +9766,7 @@ msgstr "โพสต์ การถูกใจ และการบล็อ
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "โปรไฟล์ โพสต์ ฟีด และลิสต์ของคุณจะไม่ปรากฏให้ผู้ใช้ Bluesky คนอื่นเห็นอีกต่อไป คุณสามารถเปิดใช้งานบัญชีของคุณอีกครั้งได้ตลอดเวลาโดยการเข้าสู่ระบบ"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "การตอบกลับของคุณได้รับการเผยแพร่แล้ว"
 
diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po
index a57857a6d..4db0f294d 100644
--- a/src/locale/locales/tr/messages.po
+++ b/src/locale/locales/tr/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: tr\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Turkish\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -21,14 +21,13 @@ msgstr ""
 #: src/components/ProgressGuide/FollowDialog.tsx:516
 #: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:127
 msgid "(active)"
-msgstr "(aktif)"
+msgstr "(etkin)"
 
 #: src/screens/Messages/components/ChatListItem.tsx:160
 msgid "(contains embedded content)"
 msgstr "(gömülü içerik içeriyor)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(e-posta yok)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# yeniden gönderi} other {# yeniden gönderi}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, other {# saniye}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, other {# okunmamış öğe}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, other {# okunmamış öğe}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, other {#a}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, other {takipçi}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, other {takip edilen}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, other {beğeni}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, other {beğeni}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, other {gönderi}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, other {alıntı}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, other {yeniden gönderi}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0><1>etiketler</1>de</0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0><1>metin ve etiketler</1>de</0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} bu hafta katıldı"
@@ -157,7 +160,8 @@ msgstr "{0} şu tepkiyi verdi: {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} şuna {1} tepkisi verdi: {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0}'ın avatarı"
 
@@ -189,7 +193,7 @@ msgstr "{0}dk"
 msgid "{0}s"
 msgstr "{0}sn"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, other {# okunmamış öğe}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {saat} other {saat}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {dakika} other {dakika}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}</0> sizi takip etti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}</0> özelleştirilmiş akışınızı beğendi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}</0> gönderinizi beğendi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}</0> doğrulamalarını hesabınızdan kaldırdı"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}</0> gönderinizi yeniden gönderdi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}</0> başlangıç paketinizle kaydoldu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}</0> sizi doğruladı"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} sizi takip etti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
-msgstr "{firstAuthorLink} seni geri takip etti"
+msgstr "{firstAuthorLink} sizi geri takip etti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} özelleştirilmiş akışınızı beğendi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} gönderini beğendi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} doğrulamasını hesabınızdan kaldırdı"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} gönderini yeniden gönderdi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} sizin başlangıç paketinizle kaydoldu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} sizi doğruladı"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} sizi takip etti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} sizi takip etti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} gönderinizi beğendi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} doğrulamalarını hesabınızdan kaldırdı"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} gönderinizi yeniden gönderdi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} başlangıç paketinizle kaydoldu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} sizi doğruladı"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
-msgstr "{firstAuthorName} seni takip etti"
+msgstr "{firstAuthorName} sizi takip etti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
-msgstr "{firstAuthorName} seni geri takip etti"
+msgstr "{firstAuthorName} sizi geri takip etti"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} özelleştirdiğiniz akışınızı beğendi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} gönderini beğendi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} doğrulamalarını hesabınızdan kaldırdı"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} gönderini yeniden gönderdi"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
-msgstr "{firstAuthorName} senin başlangıç paketin ile kaydoldu"
+msgstr "{firstAuthorName} sizin başlangıç paketinizle kaydoldu"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} sizi doğruladı"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} takip ediliyor"
@@ -335,11 +339,23 @@ msgstr "{following} takip ediliyor"
 msgid "{handle} can't be messaged"
 msgstr "{handle} kullanıcısına mesaj gönderilemez"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# kullanıcı}} katıldı!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, other {# okunmamış öğe}}"
@@ -364,16 +380,16 @@ msgstr "{type}s önce"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} güvenilir bir doğrulayıcı"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} doğrulanmış"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName} kullanıcısının doğrulamaları"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1} </1>ve {2, plural, other {# kişi daha}} başlangıç paketinizde yer alıyor"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, other {takipçi}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, other {takip edilen}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Deneysel:</0> Bu tercih seçildiğinde sadece takip ettiğiniz kullan
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Siz</0> ve <1></1><2>{0}</2> başlangıç paketinizde yer alıyorsunuz"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Geçersiz Kullanıcı Adı"
 
@@ -449,21 +465,21 @@ msgstr "bir mesaj"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Yeni bir doğrulama biçimi"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Hakkında"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Kabul et"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Sohbet isteğini kabul et"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "İsteği kabul et"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Erişilebilirlik"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Erişilebilirlik Ayarları"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Hesap"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Hesap engellendi"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Hesap takip edildi"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Hesap susturuldu"
@@ -517,34 +533,34 @@ msgstr "Hesap Susturuldu"
 msgid "Account Muted by List"
 msgstr "Liste Tarafından Hesap Susturuldu"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Hesap seçenekleri"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Hesap hızlı erişimden kaldırıldı"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Hesap engeli kaldırıldı"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Hesap takibi bırakıldı"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Hesap susturulması kaldırıldı"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Çıkıntılı onay tikine sahip hesaplar <0><1/></0> başka hesapları doğrulayabilir. Bu güvenilir doğrulayıcılar Bluesky tarafından seçilir."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "{displayName} adlı kullanıcıyı başlangıç paketine ekle"
 msgid "Add a content warning"
 msgstr "Bir içerik uyarısı ekleyin"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Hesap ekle"
 msgid "Add alt text"
 msgstr "Alternatif metin ekle"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Alternatif metin ekle (isteğe bağlı)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Başka hesap ekle"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Başka gönderi ekle"
 
@@ -627,7 +647,7 @@ msgstr "Seçilen ayarlarla sessize alınacak kelimeyi ekle"
 msgid "Add muted words and tags"
 msgstr "Sessize alınacak kelimeler ve etiketler ekle"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Yeni gönderi ekle"
 
@@ -664,8 +684,8 @@ msgstr "Alan adınıza aşağıdaki DNS kaydını ekleyin:"
 msgid "Add this feed to your feeds"
 msgstr "Akışlarınıza bu akışı ekleyin"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Listelere ekle"
 
@@ -718,6 +738,11 @@ msgstr "Yetişkin İçerik işaretleri"
 msgid "Advanced"
 msgstr "Gelişmiş"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "ayse@ornek.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Hepsi"
@@ -732,7 +757,7 @@ msgstr "Tüm hesaplar takip edildi!"
 msgid "All languages"
 msgstr "Tüm Diller"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Kaydettiğiniz akışların tümü bir yerde."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Alternatif metin"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Alt metin kırpılacaktır. {MAX_ALT_TEXT, plural, other {Sınır: {0} karakter.}}"
 
 #: 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 "{0} adresine bir e-posta gönderildi. Aşağıda girebileceğiniz bir onay kodu içerir."
 
-#: 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 "Önceki adresinize, {0} bir e-posta gönderildi. Aşağıda girebileceğiniz bir onay kodu içerir."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Önceki {currentEmail} adresinize bir e-posta gönderildi. İçinde aşağıya girebileceğiniz bir onay kodu bulunmaktadır."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "E-posta gönderildi! Lütfen e-postanızda yer alan onay kodunu girin."
 
@@ -825,7 +849,7 @@ msgstr "Video sıkıştırılırken bir hata oluştu."
 msgid "An error occurred while fetching the feed."
 msgstr "Akış getirilirken bir hata oluştu."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Başlangıç paketiniz oluşturulurken bir hata oluştu. Yeniden denemek ister misiniz?"
 
@@ -842,7 +866,7 @@ msgstr "Video yüklenirken bir hata oluştu. Lütfen tekrar deneyin."
 msgid "An error occurred while saving the QR code!"
 msgstr "QR kod kaydedilirken bir hata oluştu!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Video seçilirken bir hata oluştu"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Video yüklenirken bir hata oluştu."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Bluesky'ın güvenilir doğrulayıcıları seçmesini ve güvenilir doğrulayıcıların da bireysel hesapları doğrulamasını gösteren bir çizim."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Bu seçeneklerde yer almayan bir sorun"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Sohbet başlatılırken bir sorun oluştu"
 
@@ -875,8 +899,8 @@ msgstr "Sohbeti açmaya çalışırken bir sorun oluştu"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Bir sorun oluştu, lütfen tekrar deneyin."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Bir kurgu iPhone açık Bluesky uygulamasında doğrulanmış bir kullanıcıyı adının yanındaki doğrulanma tikiyle birlikte gösteriyor."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "Animasyonlu GIF"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Bluesky'da doğrulamayı duyurma"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Anti-Sosyal Davranış"
 msgid "Anybody can interact"
 msgstr "Herkes etkileşime geçebilir"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Uygulama simgesi"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Uygulama Dili"
 
@@ -958,7 +982,7 @@ msgstr "Uygulama şifresi isimleri en az 4 karakter uzunluğunda olmalıdır"
 msgid "App passwords"
 msgstr "Uygulama şifreleri"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Uygulama Şifreleri"
@@ -994,10 +1018,10 @@ msgstr "Askıya Alınmaya İtiraz Et"
 msgid "Appeal this decision"
 msgstr "Bu karara itiraz et"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Görünüm"
 
@@ -1006,12 +1030,12 @@ msgstr "Görünüm"
 msgid "Apply default recommended feeds"
 msgstr "Önerilen öntanımlı akışları uygula"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "{0} kaynağından arşivlendi"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Arşivlenmiş gönderi"
 
@@ -1047,11 +1071,11 @@ msgstr "{0} akışını akışlarınızdan çıkarmak istediğinizden emin misin
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Bunu akışlarınızdan çıkarmak istediğinize emin misiniz?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Bu taslağı silmek istediğinizden emin misiniz?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Bu taslağı silmek istediğinizden emin misiniz?"
 
@@ -1072,6 +1096,11 @@ msgstr "Sanat"
 msgid "Artistic or non-erotic nudity."
 msgstr "Sanatsal veya erotik olmayan çıplaklık."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "En az 3 karakter"
@@ -1103,7 +1132,7 @@ msgstr "Videoları ve GIFleri otomatik oynat"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Geri"
 msgid "Back to Chats"
 msgstr "Sohbetlere Geri Dön"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Bir liste oluşturmadan önce e-posta adresinizi doğrulamanız gerekir."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Bir gönderi oluşturmadan önce e-posta adresinizi doğrulamanız gerekir."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Bir başlangıç ​​paketi oluşturmadan önce e-posta adresinizi doğrulamanız gerekir."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Başka bir kullanıcıya mesaj gönderebilmeniz için öncelikle e-posta adresinizi doğrulamanız gerekir."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Doğum günü"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Engelle"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Hesabı engelle"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Hesabı Engelle?"
 
@@ -1200,17 +1235,17 @@ msgstr "Engellendi"
 msgid "Blocked accounts"
 msgstr "Engellenen hesaplar"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Engellenen Hesaplar"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
 msgstr "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez. Onların içeriğini görmeyeceksiniz ve onlar da sizinkini görmekten alıkonulacaklar."
 
@@ -1226,11 +1261,11 @@ msgstr "Engellemeniz bu işaretleyicinin hesabınıza işaret koymasına engel o
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Engelleme herkese açıktır. Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Engellemeniz hesabınıza işaretlerin uygulanmasını önlemeyecektir fakat bu hesabın sizin zincirlerinize yanıt vermesini ya da sizle etkileşime geçmesini önleyecektir."
+msgstr "Engellemeniz hesabınıza işaretlerin uygulanmasını önlemeyecektir fakat bu hesabın sizin konularınıza yanıt vermesini ya da sizle etkileşime geçmesini önleyecektir."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky iddia edilen tarihin doğruluğunu onaylayamaz."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky arkadaşlarla daha güzel!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Social Kullanım Koşulları"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky, ağınızdaki kişilerden bir dizi önerilen hesap seçecektir."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky, profilinizi ve gönderilerinizi oturum açmamış kullanıcıla
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky, kayda değer ve gerçek hesapları inisiyatif alarak doğrulayacaktır."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "{0} konusuna göz at"
 msgid "Browse topic {displayName}"
 msgstr "{displayName} konusunu görüntüle"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "İş"
 
@@ -1374,45 +1409,47 @@ msgstr "Bir hesap oluşturarak <0>Hizmet Şartları</0>'nı kabul etmiş sayıl
 msgid "By you"
 msgstr "Size ait"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Kamera"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "İptal"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Hesap silmeyi iptal et"
 msgid "Cancel image crop"
 msgstr "Resim kırpma işlemini iptal et"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Profil düzenlemeyi iptal et"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Web site bağlantısının açılmasını iptal eder"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Engellenen kullanıcıya etkileşime geçilemez"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Altyazılar (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Altyazılar ve alternatif metin"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Değiştir"
 
@@ -1478,13 +1514,12 @@ msgstr "Uygulama simgesini değiştir"
 msgid "Change app icon to \"{0}\""
 msgstr "Uygulama simgesini \"{0}\" olarak değiştir"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "E-posta adresini değiştir"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "E-posta adresini değiştir"
 
@@ -1497,10 +1532,6 @@ msgstr "Kullanıcı Adını Değiştir"
 msgid "Change moderation service"
 msgstr "Moderasyon hizmetini değiştir"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "E-postamı değiştir"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Şifre Değiştir"
@@ -1513,11 +1544,11 @@ msgstr "Gönderi dilini {suggestedLanguageName} olarak değiştir"
 msgid "Change report reason"
 msgstr "Rapor gerekçesini değiştir"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "E-postanızı Değiştirin"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "E-posta adresinizi değiştirin"
 
@@ -1530,15 +1561,15 @@ msgstr "Uygulama simgesini değiştirir"
 msgid "Changes hosting provider"
 msgstr "Yer sağlayıcıyı değiştirir"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Mesajlar"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Sohbet silindi"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Sohbet sessize alındı"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Sohbet istekleri gelen kutusu"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Sohbet istekleri"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Mesajlaşma ayarları"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Sohbet sessizden çıkarıldı"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Sohbetler"
 
@@ -1599,7 +1630,7 @@ msgstr "Alan adı doğrulama yöntemini seçin"
 msgid "Choose Feeds"
 msgstr "Akışları Seçin"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Benim için seç"
 
@@ -1619,7 +1650,7 @@ msgstr "Bu rengi avatar olarak seç"
 msgid "Choose your account provider"
 msgstr "Hesap sağlayıcınızı seçin"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Kendi zaman akışınızı seçin! Topluluk tarafından oluşturulan akışlar sevdiğiniz içeriği bulmanıza yardımcı olur."
 
@@ -1631,16 +1662,16 @@ msgstr "Şifrenizi seçin"
 msgid "Choose your username"
 msgstr "Kullanıcı adınız"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Tüm depolama verilerini temizle"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Tüm depolama verilerini temizle (bundan sonra yeniden başlat)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "Görsel önbelleğini temizle"
 
@@ -1652,6 +1683,14 @@ msgstr "Arama sorgusunu temizle"
 msgid "click here"
 msgstr "buraya tıklayın"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Bu gönderinin alıntılanmasını engellemek için tıklayın."
@@ -1676,29 +1715,34 @@ msgstr "İklim"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Klip 🐴 klop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Kapat"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Etkin iletişim kutusunu kapat"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Alt çekmeceyi kapat"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Diyalogu kapat"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Çekmece menüyü kapat"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Emoji seçiciyi kapat"
 
@@ -1751,12 +1795,12 @@ msgstr "Bu diyalogu kapat"
 msgid "Closes password update alert"
 msgstr "Şifre güncelleme uyarısını kapatır"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Gönderi düzenleyiciyi kapatır ve gönderi taslağını siler"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Emoji seçicisini kapatır"
 
@@ -1764,11 +1808,11 @@ msgstr "Emoji seçicisini kapatır"
 msgid "Closes viewer for header image"
 msgstr "Başlık resmi görüntüleyicisini kapatır"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Kullanıcı listesini daralt"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Belirli bir bildirim için kullanıcı listesini daraltır"
 
@@ -1791,7 +1835,7 @@ msgstr "Komedi"
 msgid "Comics"
 msgstr "Çizgi romanlar"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Topluluk Kuralları"
@@ -1804,11 +1848,11 @@ msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın"
 msgid "Complete the challenge"
 msgstr "Meydan okumayı tamamlayın"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Yeni gönderi oluştur"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "{0, plural, other {# karakter}} uzunluğuna kadar gönderiler oluşturun"
 
@@ -1816,7 +1860,7 @@ msgstr "{0, plural, other {# karakter}} uzunluğuna kadar gönderiler oluşturun
 msgid "Compose reply"
 msgstr "Yanıt oluştur"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Video sıkıştırılıyor..."
 
@@ -1828,23 +1872,17 @@ msgstr "{name} kategorisi için içerik filtreleme ayarını düzenleyin"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "<0>Moderasyon ayarları</0>nda düzenleniyor."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Onayla"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Değişikliği Onayla"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "İçerik dil ayarlarını onayla"
@@ -1861,18 +1899,19 @@ msgstr "Yaşını doğrula:"
 msgid "Confirm your birthdate"
 msgstr "Doğum tarihini doğrula"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Onay kodu"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Onay Kodu"
 
@@ -1880,8 +1919,8 @@ msgstr "Onay Kodu"
 msgid "Connecting..."
 msgstr "Bağlanıyor..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Destek ile iletişime geçin"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "İçerik ve Medya"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "İçerik ve medya"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "İçerik ve Medya"
 
@@ -1911,7 +1950,7 @@ msgstr "İçerik filtreleri"
 msgid "Content from across the network we think you might like."
 msgstr "Ağın genelinden beğeneceğinizi düşündüğümüz içerik."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "İçerik Dilleri"
@@ -1937,20 +1976,20 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Bağlam menüsü arkaplanı, menüyü kapatmak için tıklayın."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Devam et"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "{0} olarak devam et (giriş yapılmış)"
 
 #: src/view/com/post-thread/PostThreadLoadMore.tsx:60
 msgid "Continue thread..."
-msgstr ""
+msgstr "Konuya devam et..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Sonraki adıma devam et"
@@ -1973,7 +2012,7 @@ msgstr "Yemek pişirme"
 msgid "Copied"
 msgstr "Kopyalandı"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Sürüm numarası panoya kopyalandı"
 
@@ -1981,8 +2020,8 @@ msgstr "Sürüm numarası panoya kopyalandı"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Panoya kopyalandı"
 
@@ -1991,7 +2030,7 @@ msgstr "Panoya kopyalandı"
 msgid "Copied!"
 msgstr "Kopyalandı!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Geliştirme sürümünü panoya kopyalar"
 
@@ -2003,13 +2042,13 @@ msgstr "Kopyala"
 msgid "Copy App Password"
 msgstr "Uygulama Şifresini Kopyala"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Bu at:// URI'sini kopyala"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Yazar DID'ini kopyala"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Kodu kopyala"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "DID'i kopyala"
 
@@ -2040,8 +2079,8 @@ msgstr "Bağlantıyı Kopyala"
 msgid "Copy link to list"
 msgstr "Liste bağlantısını kopyala"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Gönderi bağlantısını kopyala"
 
@@ -2050,13 +2089,13 @@ msgstr "Gönderi bağlantısını kopyala"
 msgid "Copy message text"
 msgstr "Mesajı kopyala"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Gönderinin at:// URI'sini kopyala"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Gönderi metnini kopyala"
 
@@ -2068,7 +2107,7 @@ msgstr "QR kodu kopyala"
 msgid "Copy TXT record value"
 msgstr "TXT kayıt değerini kopyala"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Telif Hakkı Politikası"
@@ -2078,7 +2117,7 @@ msgstr "Telif Hakkı Politikası"
 msgid "Could not leave chat"
 msgstr "Sohbetten ayrılınamadı"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Akış yüklenemedi"
 
@@ -2094,7 +2133,7 @@ msgstr "Sohbet sessize alınamadı"
 msgid "Could not process your video"
 msgstr "Videonuz işlenemedi"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Oluştur"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Başlangıç paketi için QR kod oluşturun"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Bir başlangıç paketi oluştur"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Benim için bir başlangıç paketi oluştur"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Bir hesap oluştur"
 msgid "Create an account without using this starter pack"
 msgstr "Bu başlangıç ​​paketini kullanmadan bir hesap oluşturun"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Bunun yerine bir avatar oluştur"
 
@@ -2209,13 +2248,13 @@ msgstr "Karanlık tema"
 msgid "Date of birth"
 msgstr "Doğum tarihi"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Hesabı devre dışı bırak"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Moderasyon Hata Ayıklama"
 
@@ -2237,13 +2276,13 @@ msgstr "Varsayılan simgeler"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Sil"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Hesabı sil"
 
@@ -2259,19 +2298,19 @@ msgstr "Uygulama şifresini sil"
 msgid "Delete app password?"
 msgstr "Uygulama şifresi silinsin mi?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Sohbeti sil"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Sohbet beyan kaydını sil"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Yazışmayı sil"
 
@@ -2299,9 +2338,9 @@ msgstr "Mesajı benim için sil"
 msgid "Delete my account"
 msgstr "Hesabımı sil"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Gönderiyi sil"
 
@@ -2318,7 +2357,7 @@ msgstr "Başlangıç paketi silinsin mi?"
 msgid "Delete this list?"
 msgstr "Liste silinsin mi?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Bu gönderiyi sil?"
 
@@ -2335,19 +2374,19 @@ msgstr "Silinen Hesap"
 msgid "Deleted post."
 msgstr "Silinen gönderi."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Açıklama"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Açıklama çok uzun"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Açıklama çok uzun. {DESCRIPTION_MAX_GRAPHEMES, plural,other {En fazla # karakter.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "Açıklama çok uzun. {DESCRIPTION_MAX_GRAPHEMES, plural,other {En fazla
 msgid "Descriptive alt text"
 msgstr "Açıklayıcı alt metin"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Alıntının ilişiğini kes"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Alıntı gönderinin ilişiği kesilsin mi?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Geliştirici modu devre dışı bırakıldı"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Geliştirici modu devreye alındı"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Geliştirici seçenekleri"
 
@@ -2388,6 +2427,15 @@ msgstr "Diyalog: kimin bu gönderiyle etkileşebileceğini ayarlayın"
 msgid "Dim"
 msgstr "Karart"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "E-posta ile iki adımlı doğrulamayı devre dışı bırak"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Devre dışı"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Sil"
 
@@ -2420,11 +2468,11 @@ msgstr "Sil"
 msgid "Discard changes?"
 msgstr "Değişiklikler silinsin mi?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Taslak silinsin mi?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Gönderi silinsin mi?"
 
@@ -2442,15 +2490,15 @@ msgstr "Akışları Keşfet"
 msgid "Discover new custom feeds"
 msgstr "Yeni özel akışları keşfet"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Yeni Akışlar Keşfet"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Yok say"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Hatayı yok say"
 
@@ -2471,9 +2519,9 @@ msgstr "Bu bölümü gizle"
 msgid "Display larger alt text badges"
 msgstr "Alternatif metin rozetlerini daha büyük görüntüle"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Görünen ad"
@@ -2482,11 +2530,11 @@ msgstr "Görünen ad"
 msgid "Display Name"
 msgstr "Görünen Ad"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Görünen ad çok uzun"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Görünür isim çok uzun. {DISPLAY_NAME_MAX_GRAPHEMES, plural,other {En fazla # karakter olabilir.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Kısa çizgi ile başlayamaz veya bitemez"
 msgid "Domain verified!"
 msgstr "Alan adı doğrulandı!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Tamam{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Bir tepki eklemek için mesaja çift dokunun ya da uzun basın"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Bu diyalogu kapatmak için çift dokunun"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Beğenmek için çift dokunun"
 
@@ -2575,7 +2633,7 @@ msgstr "Süre:"
 msgid "e.g. alice"
 msgstr "örn: alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "örn: Alice Lastname"
 
@@ -2587,7 +2645,7 @@ msgstr "örn: Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "örn: alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "örn: Sanatçı, köpek sever ve okumayı seven."
 
@@ -2595,19 +2653,19 @@ msgstr "örn: Sanatçı, köpek sever ve okumayı seven."
 msgid "E.g. artistic nudes."
 msgstr "Örn: sanatsal çıplaklık."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "örn: Harika Göndericiler"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "örn: Spamcılar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "örn: Asla kaçırmayan göndericiler."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "örn: Reklamlarla tekrar tekrar yanıt veren kullanıcılar."
 
@@ -2615,7 +2673,7 @@ msgstr "örn: Reklamlarla tekrar tekrar yanıt veren kullanıcılar."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Her kod bir kez çalışır. Düzenli aralıklarla daha fazla davet kodu alacaksınız."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Düzenle"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Avatarı düzenle"
 
@@ -2637,14 +2695,14 @@ msgstr "Avatarı düzenle"
 msgid "Edit Feeds"
 msgstr "Akışları Düzenle"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Resmi düzenle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Etkileşim ayarlarını düzenle"
 
@@ -2657,12 +2715,17 @@ msgstr "İlgi alanlarını düzenle"
 msgid "Edit list details"
 msgstr "Liste ayrıntılarını düzenle"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Düzenleme Listesini Düzenle"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Akışlarımı Düzenle"
 
@@ -2679,15 +2742,15 @@ msgstr "Kişileri Düzenle"
 msgid "Edit post interaction settings"
 msgstr "Gönderi etkileşim ayarlarını düzenle"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Profil düzenle"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Profil Düzenle"
 
@@ -2695,7 +2758,7 @@ msgstr "Profil Düzenle"
 msgid "Edit starter pack"
 msgstr "Başlangıç paketini düzenle"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Kullanıcı Listesini Düzenle"
 
@@ -2707,11 +2770,11 @@ msgstr "Kimin yanıtlayabileceğini düzenle"
 msgid "Edit your display name"
 msgstr "Görünen adınızı düzenleyin"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Profil açıklamanızı düzenleyin"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Başlangıç paketini düzenle"
 
@@ -2724,9 +2787,8 @@ msgstr "Eğitim"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Ya bu listenin oluşturucusu sizi engellemiş ya da siz onu engellemişsiniz."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "E-posta"
 
@@ -2747,20 +2809,17 @@ msgstr "E-posta adresi"
 msgid "Email Resent"
 msgstr "E-posta Yeniden Yollandı"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "E-posta güncellendi"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "E-posta Güncellendi"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "E-posta Güncellendi!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "E-posta doğrulandı"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Gömmek için HTML kodu"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Gönderiyi göm"
 
@@ -2785,8 +2844,9 @@ msgstr "Bu gönderiyi web sitenize gömün. Aşağıdaki kod parçasını kopyal
 msgid "Embedded video player"
 msgstr "Gömülü video oynatıcı"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Etkinleştir"
 
@@ -2798,9 +2858,9 @@ msgstr "Yalnızca {0} etkinleştir"
 msgid "Enable adult content"
 msgstr "Yetişkin içeriği etkinleştirin"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "E-posta ile iki adımlı doğrulamayı etkinleştir"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Etkinleştirildi"
 msgid "End of feed"
 msgstr "Akış sonu"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Her altyazı dosyası için bir dil seçtiğinizden emin olun."
 
@@ -2860,14 +2920,15 @@ msgstr "Bir şifre girin"
 msgid "Enter a word or tag"
 msgstr "Bir sözcük veya etiket girin"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Kodu Girin"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Onay Kodunu Girin"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Tam ekran yap"
@@ -2897,11 +2958,7 @@ msgstr "Doğum tarihinizi girin"
 msgid "Enter your email address"
 msgstr "E-posta adresinizi girin"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Yeni e-postanızı yukarıya girin"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Yeni e-posta adresinizi aşağıya girin."
 
@@ -2921,7 +2978,7 @@ msgstr "Tam ekrana geçer"
 msgid "Entertainment"
 msgstr "Eğlence"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Hata"
@@ -2997,15 +3054,15 @@ msgstr "Resim görünümünden çıkar"
 msgid "Expand alt text"
 msgstr "Alternatif metni genişlet"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Kullanıcı listesini genişletir"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Yanıt verdiğiniz tam gönderiyi genişletin veya daraltın"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Gönderi metnini genişletir ya da daraltır"
 
@@ -3031,6 +3088,10 @@ msgstr "{0} içinde süresi doluyor"
 msgid "Expires in {0}"
 msgstr "{0} içinde süresi doluyor"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Açık veya rahatsız edici olabilecek medya."
 msgid "Explicit sexual images."
 msgstr "Açık cinsel içerikli görseller."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Keşfet"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Verilerimi dışa aktar"
 
@@ -3071,12 +3132,12 @@ msgstr "Harici Medya"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Harici medya, web sitelerinin siz ve cihazınız hakkında bilgi toplamasına izin verebilir. Bilgi, \"oynat\" düğmesine basana kadar gönderilmez veya istenmez."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Harici Medya Tercihleri"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Sohbet kabul edilemedi"
@@ -3090,15 +3151,11 @@ msgstr "Emoji tepkisi eklenemedi"
 msgid "Failed to change handle. Please try again."
 msgstr "Kullanıcı adı değiştirilemedi. Lütfen tekrar deneyin."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Uygulama şifresi oluşturulamadı. Lütfen tekrar deneyin."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Sohbet oluşturulamadı"
 
@@ -3107,12 +3164,12 @@ msgstr "Sohbet oluşturulamadı"
 msgid "Failed to create starter pack"
 msgstr "Başlangıç paketi oluşturulamadı"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Liste oluşturulamadı. İnternet bağlantınızı kontrol edin ve tekrar deneyin."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Sohbet silinemedi"
@@ -3121,7 +3178,7 @@ msgstr "Sohbet silinemedi"
 msgid "Failed to delete message"
 msgstr "Mesaj silinemedi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Gönderi silinemedi, lütfen tekrar deneyin"
 
@@ -3129,7 +3186,7 @@ msgstr "Gönderi silinemedi, lütfen tekrar deneyin"
 msgid "Failed to delete starter pack"
 msgstr "Başlangıç paketi silinemedi"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Yazışmalar yüklenemedi"
@@ -3172,7 +3229,7 @@ msgstr "Emoji tepkisi kaldırılamadı"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Doğrulama kaldırılamadı"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,14 +3252,28 @@ msgstr "İlgi alanlarınız kaydedilemedi."
 msgid "Failed to send"
 msgstr "Gönderilemedi"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "İtirazınız gönderilemedi, lütfen tekrar deneyin."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
-msgstr "Zinciri sessize alma seçeneği değiştirilemedi, lütfen tekrar deneyin"
+msgstr "Konuyu sessize alma seçeneği değiştirilemedi, lütfen tekrar deneyin"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
 
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
@@ -3219,11 +3290,15 @@ msgstr "Ayarlar güncellenemedi"
 msgid "Failed to upload video"
 msgstr "Video yüklenemedi"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Kullanıcı adı doğrulanamadı. Lütfen yeniden deneyin."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Akış"
 
@@ -3242,24 +3317,24 @@ msgstr "Akış aç/kapa"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Geribildirim"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Geri bildirim gönderildi!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Akışlar"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Esnek"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Takip et"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Takip et"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "{0} takip et"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "{handle} kullanıcısını takip et"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Takip et {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "10 hesabı takip et"
 msgid "Follow 7 accounts"
 msgstr "7 Hesabı takip et"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Hesabı takip et"
 
@@ -3391,7 +3462,7 @@ msgstr "Hesabı takip et"
 msgid "Follow all"
 msgstr "Hepsini takip et"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Geri Takip Et"
@@ -3417,7 +3488,7 @@ msgstr "<0>{0}</0> ve <1>{1}</1> tarafından takip ediliyor"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "<0>{0}</0>, <1>{1}</1> ve {2, plural, other {# kişi daha}} tarafından takip ediliyor"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Tanıdığınız @{0} takipçileri"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Tanıdığın takipçiler"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Takip ediliyor"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "{0} takip ediliyor"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "{handle} takip ediliyor"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "{name} takip ediliyor"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Takip edilenler akışı tercihleri"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Takip Edilenler Akışı Tercihleri"
@@ -3524,7 +3591,7 @@ msgstr "Sıkça İstenmeyen İçerik Gönderiyor"
 msgid "From @{sanitizedAuthor}"
 msgstr "@{sanitizedAuthor} tarafından"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "<0/> tarafından"
@@ -3533,18 +3600,20 @@ msgstr "<0/> tarafından"
 msgid "Gallery"
 msgstr "Galeri"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Bir başlangıç ​​paketi oluşturun"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Yardım al"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Başlayın"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "Başla"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Başlarken"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Profilinize bir yüz ekleyin"
 
@@ -3567,10 +3636,10 @@ msgstr "Yasa veya hizmet şartlarının açık ihlalleri"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Geri git"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Ana sayfaya git"
 msgid "Go Home"
 msgstr "Ana Sayfaya Git"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "{firstAuthorName} kullanıcısının profiline git"
 
@@ -3638,8 +3723,8 @@ msgstr "Sarsıcı Olabilecek Medya"
 msgid "Half way there!"
 msgstr "Yolun yarısı bitti!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Kullanıcı adı"
 
@@ -3665,7 +3750,7 @@ msgstr "Dokunuş"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Taciz, trolleme veya hoşgörüsüzlük"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Etiket"
 
@@ -3673,19 +3758,24 @@ msgstr "Etiket"
 msgid "Hashtag {tag}"
 msgstr "{tag} etiketi"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Sorun mu yaşıyorsunuz?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Yardım"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Bir resim yükleyerek veya bir avatar oluşturarak insanların bot olmadığınızı anlamalarına yardımcı olun."
 
@@ -3698,7 +3788,7 @@ msgstr "İşte uygulama şifreniz!"
 msgid "Hidden"
 msgstr "Gizli"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Moderasyon ayarlarınız tarafından gizlenmiş."
 
@@ -3715,12 +3805,12 @@ msgstr "Gizli liste"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Gizle"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Gizle"
@@ -3729,18 +3819,18 @@ msgstr "Gizle"
 msgid "Hide customization options"
 msgstr "Özelleştirme seçeneklerini gizle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Gönderiyi benim için gizle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Yanıtı herkesten gizle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Yanıtı benden gizle"
 
@@ -3748,12 +3838,12 @@ msgstr "Yanıtı benden gizle"
 msgid "Hide this card"
 msgstr "Bu kartı gizle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Bu gönderiyi gizle?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Bu yanıtı gizle?"
 
@@ -3771,14 +3861,14 @@ msgstr "Gündem başlıkları gizlensin mi?"
 msgid "Hide trending videos?"
 msgstr "Gündem olan videolar gizlensin mi?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Kullanıcı listesini gizle"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Doğrulama rozetlerini gizle"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm, o moderasyon hizmetini yükleyemedik."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Bekleyin! Videoya kademeli olarak erişim veriyoruz ve siz hâlâ sıradasınız. Birazdan tekrar kontrol edin!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Ana Sayfa"
 
@@ -3845,25 +3935,20 @@ msgstr "İlgi çeken"
 msgid "Hot replies first"
 msgstr "Önce ilgi çeken yanıtlar"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Bu bağlantıyı nasıl açmalıyız?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Bir kodum var"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Bir Kodum Var"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Bir onay kodum var"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Bu listeyi sildiğinizde geri getirmeniz mümkün olmayacaktır."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Kendi alan adınız varsa onu kullanıcı adınız olarak kullanabilirsiniz. Bu, kimliğinizi kendi kendinize doğrulamanızı sağlar. <0>Burada daha fazlasını öğrenin.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Bu gönderiyi kaldırırsanız geri getirmeniz mümkün olmayacaktır."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Şifrenizi değiştirmek istiyorsanız, size hesabınızın sizin olduğunu doğrulamak için bir kod göndereceğiz."
@@ -3915,18 +4008,19 @@ msgstr "Yasadışı ve Acil"
 msgid "Image"
 msgstr "Resim"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "Görsel önbelleği temizlendi"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "Görsel önbelleği temizlendi, {0} yer açıldı"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Görsel fotoğraf galerinize kaydedildi!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Geçersiz 2FA onay kodu."
 msgid "Invalid handle. Please try a different one."
 msgstr "Geçersiz kullanıcı adı. Lütfen başka bir kullanıcı adı deneyin."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Geçersiz veya desteklenmeyen gönderi kaydı"
 
@@ -4041,12 +4135,12 @@ msgstr "Doğrudur"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Şu anda yalnızca siz varsınız! Yukarıdan arama yaparak başlangıç ​​paketinize daha çok kişi ekleyin."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "İş ID: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "İşler"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Yazarı tarafından işaretlendi."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "İşaretler"
 
@@ -4100,13 +4194,13 @@ msgstr "İçeriğinizdeki işaretler"
 msgid "Language selection"
 msgstr "Dil seçimi"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Dil Ayarları"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Diller"
 
@@ -4124,20 +4218,20 @@ msgstr "En son"
 msgid "learn more"
 msgstr "daha fazla öğren"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Daha fazlasını öğren"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Daha Fazla Bilgi Edinin"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Bluesky hakkında daha fazlasını öğren"
 
@@ -4158,10 +4252,10 @@ msgstr "Bu içeriğe uygulanan moderasyonla ilgili daha çok bilgi edinin."
 msgid "Learn more about this warning"
 msgstr "Bu uyarı hakkında daha fazla bilgi edinin"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Bluesky'da doğrulama ile ilgili daha fazla bilgi edinin"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Bluesky'dan ayrılıyor"
 msgid "left to go."
 msgstr "kaldı."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Bana seçtir"
 
@@ -4230,7 +4324,7 @@ msgstr "Aydınlık"
 msgid "Like"
 msgstr "Beğen"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Beğen ({0, plural, other {# beğeni}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Keşif akışını (\"Discover\") eğitmek için 10 gönderiyi beğenin"
 msgid "Like this feed"
 msgstr "Bu akışı beğen"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Bu işaretleyiciyi beğen"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Beğenenler"
 
@@ -4269,16 +4363,16 @@ msgstr "{0, plural, other {# kullanıcı}} tarafından beğenildi"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "{likeCount, plural, other {# kullanıcı}} tarafından beğenildi"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Beğeniler"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Bu gönderideki beğeniler"
 
@@ -4287,11 +4381,11 @@ msgstr "Bu gönderideki beğeniler"
 msgid "Linear"
 msgstr "Düz"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Liste"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Liste Avatarı"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Liste sessize alındı"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Liste Adı"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Liste sessizden çıkarıldı"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Listeler"
 
@@ -4358,6 +4452,22 @@ msgstr "Listeler"
 msgid "Lists blocking this user:"
 msgstr "Bu kullanıcıyı engelleyen listeler:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Daha fazlasını yükle"
@@ -4370,18 +4480,18 @@ msgstr "Daha çok önerilen akış yükle"
 msgid "Load new notifications"
 msgstr "Yeni bildirimleri yükle"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Yeni gönderileri yükle"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Yükleniyor..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Log"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo: @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo: <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Görünüşe göre tüm akışlarınızın sabitlemesini kaldırmışsı
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Görünüşe göre takip edilenler akışınız eksik. <0>Eklemek için buraya tıklayın.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Benim için bir tane yap"
 
@@ -4433,7 +4547,7 @@ msgstr "Kayıtlı akışları yönet"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Doğrulama ayarlarını yönet"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Okundu olarak işaretle"
 msgid "Marked all as read"
 msgstr "Tümü okunmuş olarak işaretlendi"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Belki daha sonra"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Medya"
 
@@ -4479,7 +4600,7 @@ msgstr "Bahsedenler"
 msgid "Menu"
 msgstr "Menü"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Mesaj {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Mesaj çok uzun"
 msgid "Message options"
 msgstr "Mesaj seçenekleri"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Mesajlar"
 
@@ -4532,10 +4653,10 @@ msgstr "Yanıltıcı Hesap"
 msgid "Misleading Post"
 msgstr "Yanıltıcı Gönderi"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Moderasyon"
 
@@ -4557,12 +4678,12 @@ msgstr "<0/> tarafından moderasyon listesi"
 msgid "Moderation list by you"
 msgstr "Sizin tarafınızdan moderasyon listesi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Moderasyon listesi oluşturuldu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Moderasyon listesi güncellendi"
@@ -4571,8 +4692,8 @@ msgstr "Moderasyon listesi güncellendi"
 msgid "Moderation lists"
 msgstr "Moderasyon listeleri"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Moderasyon Listeleri"
 
@@ -4580,7 +4701,7 @@ msgstr "Moderasyon Listeleri"
 msgid "moderation settings"
 msgstr "moderasyon araçları"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Moderasyon durumları"
 
@@ -4593,7 +4714,7 @@ msgstr "Moderasyon araçları"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Moderatör, içeriğe genel bir uyarı koymayı seçti."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Daha fazla"
 
@@ -4602,8 +4723,8 @@ msgstr "Daha fazla"
 msgid "More feeds"
 msgstr "Daha fazla akış"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Daha fazla seçenek"
@@ -4637,10 +4758,10 @@ msgstr "Sessize al"
 msgid "Mute {tag}"
 msgstr "{tag} etiketini sessize al"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Hesabı sessize al"
 
@@ -4689,13 +4810,13 @@ msgstr "Bu kelimeyi yalnızca etiketlerde sessize al"
 msgid "Mute this word until you unmute it"
 msgstr "Bu kelimeyi tekrar sesini açana kadar sessize al"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Konuyu sessize al"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Kelimeleri ve etiketleri sustur"
 
@@ -4703,12 +4824,12 @@ msgstr "Kelimeleri ve etiketleri sustur"
 msgid "Muted accounts"
 msgstr "Sessize alınan hesaplar"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Sessize Alınan Hesaplar"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Sessize alınan hesapların gönderileri akışlarınızdan ve bildirimlerinizden kaldırılır. Kimi sessize aldığınız başkaları tarafından görülemez."
 
@@ -4729,15 +4850,15 @@ msgstr "Sessize alma özeldir. Sessize alınan hesaplar sizinle etkileşime geç
 msgid "My Birthday"
 msgstr "Doğum Günüm"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Akışlarım"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Ad"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Ad gerekli"
 
@@ -4772,11 +4893,11 @@ msgstr "Başlangıç paketine git"
 msgid "Navigates to the next screen"
 msgstr "Sonraki ekrana yönlendirir"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Profilinize yönlendirir"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Değiştirmeniz mi gerekiyor?"
 
@@ -4797,21 +4918,26 @@ msgstr "Boşver, bana bir kullanıcı adı üret"
 msgid "New"
 msgstr "Yeni"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Yeni"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Yeni sohbet"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Yeni e-posta adresi"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Yeni Özellik"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Yeni kullanıcı adı"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Yeni liste"
 
@@ -4828,7 +4954,7 @@ msgstr "Yeni liste"
 msgid "New messages"
 msgstr "Yeni mesajlar"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Yeni Moderasyon Listesi"
 
@@ -4840,10 +4966,10 @@ msgstr "Yeni şifre"
 msgid "New Password"
 msgstr "Yeni Şifre"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Yeni gönderi"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Yeni Gönderi"
@@ -4863,7 +4989,7 @@ msgstr "Yeni Gönderi"
 msgid "New user info dialog"
 msgstr "Yeni kullanıcı bilgisi diyaloğu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Yeni Kullanıcı Listesi"
 
@@ -4911,6 +5037,10 @@ msgstr "Henüz hiç uygulama şifresi yok"
 msgid "No DNS Panel"
 msgstr "DNS Paneli Yok"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Önerilen GIFler bulunamadı. Tenor'la ilgili bir sıkıntı olabilir."
@@ -4924,8 +5054,8 @@ msgstr "Hiç akış bulunamadı. Başka bir şey aramayı deneyin."
 msgid "No likes yet"
 msgstr "Henüz beğeni yok"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "{0} artık takip edilmiyor"
 
@@ -4962,8 +5092,8 @@ msgstr "Henüz alıntı yok"
 msgid "No reposts yet"
 msgstr "Henüz yeniden gönderme yok"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Sonuç yok"
 
@@ -4980,7 +5110,7 @@ msgstr "\"{0}\" için sonuç bulunamadı."
 msgid "No results found"
 msgstr "Sonuç bulunamadı"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "\"{query}\" için sonuç bulunamadı"
 
@@ -5032,19 +5162,14 @@ msgstr "Cinsel olmayan çıplaklık"
 msgid "Not followed by anyone you're following"
 msgstr "Takip ettiğiniz hiçkimse tarafından takip edilmiyor"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Bulunamadı"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Şu anda değil"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Paylaşıma dair dikkatinize"
 
@@ -5052,7 +5177,7 @@ msgstr "Paylaşıma dair dikkatinize"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Not: Bluesky açık ve kamusal bir ağdır. Bu ayar yalnızca içeriğinizin Bluesky uygulaması ve web sitesindeki görünürlüğünü sınırlar, diğer uygulamalar bu ayarı dikkate almayabilir. İçeriğiniz hala diğer uygulamalar ve web siteleri tarafından çıkış yapan kullanıcılara gösterilebilir."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Burada bir şey yok"
 
@@ -5060,7 +5185,7 @@ msgstr "Burada bir şey yok"
 msgid "Notification filters"
 msgstr "Bildirim filtreleri"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Bildirim ayarları"
@@ -5077,11 +5202,11 @@ msgstr "Bildirim sesleri"
 msgid "Notification Sounds"
 msgstr "Bildirim Sesleri"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Bildirimler"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Oh hayır! Bir şeyler yanlış gitti."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "Tamam"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Tamam"
 
@@ -5140,19 +5265,19 @@ msgstr "En eski yanıtlar önce"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Onboarding sıfırlama"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Bir veya daha fazla GIF için alternatif metin eksik."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Bir veya daha fazla resimde alternatif metin eksik."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Bir veya daha fazla videoda alternatif metin eksik."
 
@@ -5168,7 +5293,7 @@ msgstr "Yalnızca {0} yanıtlayabilir."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Yalnızca harf, rakam ve tire içerir"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Yalnızca resim dosyaları desteklenmektedir"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ay, bir şeyler yanlış gitti!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Hata!"
 
@@ -5194,11 +5319,7 @@ msgstr "Hata!"
 msgid "Open"
 msgstr "Aç"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "{name} profilinin kısayol menüsünü aç"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Avatar oluşturucuyu aç"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Çekmece menüyü aç"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Emoji seçiciyi aç"
 
@@ -5225,7 +5346,7 @@ msgstr "Akış bilgi ekranını aç"
 msgid "Open feed options menu"
 msgstr "Akış seçenekleri menüsünü aç"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Tüm emoji listesini aç"
 
@@ -5237,7 +5358,7 @@ msgstr "{niceUrl} web bağlantısını aç"
 msgid "Open message options"
 msgstr "Mesaj seçeneklerini aç"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Moderasyon hata ayıklama sayfasını aç"
 
@@ -5249,20 +5370,25 @@ msgstr "Sessize alınmış kelime ve etiket ayarlarını aç"
 msgid "Open pack"
 msgstr "Paketi aç"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Gönderi seçenekleri menüsünü aç"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Başlangıç paketi menüsününü aç"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Storybook sayfasını aç"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Sistem günlüğünü aç"
 
@@ -5276,25 +5402,25 @@ msgstr "Gönderinize içerik uyarısı ekleme diyaloğunu açar"
 
 #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61
 msgid "Opens a dialog to choose who can reply to this thread"
-msgstr "Kimin bu zincire yanıt verebileceğini seçme diyaloğunu açar"
+msgstr "Kimin bu konuya yanıt verebileceğini seçme diyaloğunu açar"
 
 #: src/view/screens/Log.tsx:59
 msgid "Opens additional details for a debug entry"
 msgstr "Hata ayıklama girişi için ek ayrıntıları açar"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Alt metin diyaloğunu açar"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Cihazdaki kamerayı açar"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Altyazı ve alt metin diyaloğunu açar"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Kullanıcı adı değiştirme diyaloğunu açar"
 
@@ -5306,7 +5432,7 @@ msgstr "Besteciyi açar"
 msgid "Opens device photo gallery"
 msgstr "Cihaz fotoğraf galerisini açar"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Emoji seçiciyi açar"
 
@@ -5324,7 +5450,7 @@ msgstr "Var olan Bluesky hesabınıza giriş yapma adımlarını açar"
 msgid "Opens GIF select dialog"
 msgstr "GIF seçim diyaloğunu açar"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Tarayıcıda yardım masasını açar"
 
@@ -5332,6 +5458,10 @@ msgstr "Tarayıcıda yardım masasını açar"
 msgid "Opens list of invite codes"
 msgstr "Davet kodu listesini açar"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Şifre sıfırlama formunu açar"
@@ -5340,12 +5470,12 @@ msgstr "Şifre sıfırlama formunu açar"
 msgid "Opens the linked website"
 msgstr "Bağlantılı web sitesini açar"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Bu profili açar"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Video seçiciyi açar"
 
@@ -5392,7 +5522,7 @@ msgstr "Güncelleme durumu: Hiç yok"
 msgid "Other"
 msgstr "Diğer"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Diğer hesap"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Sayfa Bulunamadı"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Videoyu duraklat"
 msgid "People"
 msgstr "Kişiler"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "@{0} tarafından takip edilenler"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "@{0} tarafından takip edilenler"
 
@@ -5508,12 +5638,12 @@ msgstr "Ana ekrana sabitle"
 msgid "Pin to Home"
 msgstr "Ana Sayfaya Sabitle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Profiline sabitle"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Sabitlendi"
 
@@ -5578,14 +5708,14 @@ msgstr "Kullanıcı adınızı seçin."
 msgid "Please choose your password."
 msgstr "Şifrenizi seçin."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Lütfen doğrulama captcha'sını tamamlayı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 "E-postanızı değiştirmeden önce onaylayın. Bu, e-posta güncelleme araçları eklenirken geçici bir gerekliliktir ve yakında kaldırılacaktır."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Lütfen e-posta adresinizi doğru girdiğinizden emin olun."
@@ -5602,10 +5732,28 @@ msgstr "Lütfen bir şifre girin. En az 8 karakter uzunluğunda olmalıdır."
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Lütfen bu uygulama şifresi için benzersiz bir isim girin ya da ürettiğimiz rastgele ismi kullanın."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Lütfen sessize almak istediğiniz geçerli bir kelime, etiket veya ifade giriniz"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "E-postanızı girin."
 msgid "Please enter your invite code."
 msgstr "Lütfen davet kodunuzu girin."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Lütfen şifrenizi girin"
@@ -5648,7 +5800,11 @@ msgstr "Lütfen bu rapor için bir gerekçe seçin"
 msgid "Please sign in as @{0}"
 msgstr "Lütfen @{0} olarak giriş yapın"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Lütfen E-postanızı Doğrulayın"
 
@@ -5662,7 +5818,7 @@ msgstr "Politika"
 msgid "Porn"
 msgstr "Pornografi"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Gönder"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Gönderi"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Hepsini Gönder"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0} tarafından gönderi"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0} tarafından gönderi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Gönderi silindi"
@@ -5697,7 +5853,7 @@ msgstr "Gönderi silindi"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Gönderinin yollanması başarısız. Lütfen İnternet bağlantınızı kontrol edin ve tekrar deneyin."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Gönderi silindi"
 
@@ -5719,7 +5875,7 @@ msgstr "Gönderi Sizin Tarafınızdan Gizlenmiş"
 msgid "Post interaction settings"
 msgstr "Gönderi etkileşim ayarları"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Gönderi Etkileşim Ayarları"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Gönderi sabitlemesi kaldırıldı"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Gönderiler"
@@ -5789,7 +5945,7 @@ msgstr "Bu hesabın sizin de takip ettiğiniz takipçilerini görmek için bası
 msgid "Previous image"
 msgstr "Önceki resim"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Birincil Dil"
 
@@ -5807,26 +5963,26 @@ msgstr "Öncelikli bildirimler"
 msgid "Privacy"
 msgstr "Gizlilik"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Gizlilik ve güvenlik"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Gizlilik ve Güvenlik"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Gizlilik Politikası"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Video işleniyor..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "İşleniyor..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "profil"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Profil"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Profil güncellendi"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Akışları ilerletebilmek için herkese açık, paylaşılabilir listeler."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Gönderiyi yayınla"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Gönderileri yayınla"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Yanıtları yayınla"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Yanıtı yayınla"
 
@@ -5904,11 +6060,11 @@ msgstr "Karekod fotoğraflarınıza kaydedildi!"
 msgid "Quote post"
 msgstr "Gönderiyi alıntıla"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Alıntı gönderi yeniden iliştirildi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Alıntı gönderinin ilişiği başarıyla kesildi"
 
@@ -5927,7 +6083,7 @@ msgstr "Alıntı ayarları"
 msgid "Quotes"
 msgstr "Alıntılar"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Bu gönderinin alıntıları"
 
@@ -5942,8 +6098,8 @@ msgstr "Rastgele (yani \"Gönderenin Ruleti\")"
 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 "Hız sınırı aşıldı -- kullanıcı adınızı kısa bir sürede çok sık değiştirmeye çalıştınız. Lütfen tekrar denemeden önce bir dakika bekleyin."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Alıntıyı yeniden iliştir"
 
@@ -5958,17 +6114,17 @@ msgstr "Hesabınızı yeniden etkinleştirin"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Blog gönderisini oku"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Devamını gizle"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Devamını oku"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Bluesky blog'unu oku"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Yeniden bağlan"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Reddet"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Sohbet isteğini reddet"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Görüşmeleri yeniden yükle"
@@ -6022,7 +6178,7 @@ msgstr "Görüşmeleri yeniden yükle"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Kaldır"
 msgid "Remove {displayName} from starter pack"
 msgstr "Başlangıç paketinden {displayName} kullanıcısını çıkart"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "{historyItem} öğesini çıkart"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Hesabı kaldır"
 
@@ -6046,13 +6202,13 @@ msgstr "Hesabı kaldır"
 msgid "Remove attachment"
 msgstr "Eki kaldır"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Avatarı kaldır"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Kapağı Kaldır"
 
@@ -6079,7 +6235,7 @@ msgstr "Akış kaldırılsın mı?"
 msgid "Remove from my feeds"
 msgstr "Akışlarımdan kaldır"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Hızlı erişimden kaldırılsın mı?"
 
@@ -6097,11 +6253,16 @@ msgstr "Akışlarınızdan kaldırılsın mı?"
 msgid "Remove image"
 msgstr "Resmi kaldır"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Sessize alınmış kelimeyi listemden çıkart"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Profili kaldır"
 
@@ -6114,7 +6275,7 @@ msgstr "Alıntıyı kaldır"
 msgid "Remove repost"
 msgstr "Yeniden göndermeyi kaldır"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Altyazı dosyasını kaldır"
 
@@ -6127,15 +6288,15 @@ msgid "Remove user from list"
 msgstr "Kullanıcıyı listeden çıkar"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Doğrulamayı kaldır"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Bu hesap için doğrulamanızı kaldıracak mısınız?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Akışlarınızdan kaldırıldı"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Profili arama geçmişinizden kaldırır"
+msgstr "Doğrulama kaldırıldı"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Alıntı gönderiyi kaldırır"
 msgid "Replace with Discover"
 msgstr "Keşif akışıyla (\"Discover\") değiştir"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Yanıtlar"
 
@@ -6193,19 +6350,19 @@ msgstr "Yanıtlara kapalı"
 msgid "Replies to this post are disabled."
 msgstr "Bu gönderi yanıtlara kapalı."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Yanıtla"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Yanıtla ({0, plural, other {# yanıt}})"
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:116
 #: src/lib/moderation/useModerationCauseDescription.ts:125
 msgid "Reply Hidden by Thread Author"
-msgstr ""
+msgstr "Konu Yazarı Tarafından Gizlenmiş Yanıt"
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:115
 #: src/lib/moderation/useModerationCauseDescription.ts:124
@@ -6218,40 +6375,40 @@ msgstr "Yanıt ayarları"
 
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:370
 msgid "Reply settings are chosen by the author of the thread"
-msgstr ""
+msgstr "Yanıt ayarları konu yazarı tarafından belirlenir"
 
 #: src/view/com/post-thread/PostThread.tsx:651
 msgid "Reply sorting"
 msgstr "Yanıt sıralama"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "<0><1/></0> kullanıcısına yanıt"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Engelli bir gönderiye yanıt"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Bir gönderiye yanıt"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Size yanıt"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Yanıt görünürlüğü güncellendi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Yanıt başarıyla gizlendi"
 
@@ -6259,20 +6416,20 @@ msgstr "Yanıt başarıyla gizlendi"
 #: src/components/dms/MessagesListBlockedFooter.tsx:85
 #: src/components/dms/MessagesListBlockedFooter.tsx:92
 msgid "Report"
-msgstr ""
+msgstr "Raporla"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
-msgstr ""
+msgstr "Hesabı raporla"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
-msgstr "Görüşmeyi bildir"
+msgstr "Yazışmayı raporla"
 
 #: src/components/moderation/ReportDialog/index.tsx:71
 #: src/components/moderation/ReportDialog/index.tsx:190
@@ -6287,61 +6444,61 @@ msgstr "Akışı raporla"
 
 #: src/view/screens/ProfileList.tsx:570
 msgid "Report list"
-msgstr ""
+msgstr "Listeyi raporla"
 
 #: src/components/dms/MessageContextMenu.tsx:166
 msgid "Report message"
-msgstr ""
+msgstr "Mesajı raporla"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Gönderiyi raporla"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:614
 #: src/screens/StarterPack/StarterPackScreen.tsx:617
 msgid "Report starter pack"
-msgstr ""
+msgstr "Başlangıç paketini raporla"
 
 #: src/components/dms/ReportDialog.tsx:345
 msgid "Report submitted"
-msgstr ""
+msgstr "Rapor yollandı"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:41
 msgid "Report this content"
-msgstr ""
+msgstr "Bu içeriği raporla"
 
 #: src/components/moderation/ReportDialog/copy.ts:31
 #: src/components/ReportDialog/SelectReportOptionView.tsx:54
 msgid "Report this feed"
-msgstr ""
+msgstr "Bu akışı raporla"
 
 #: src/components/moderation/ReportDialog/copy.ts:25
 #: src/components/ReportDialog/SelectReportOptionView.tsx:51
 msgid "Report this list"
-msgstr ""
+msgstr "Bu listeyi raporla"
 
 #: src/components/dms/ReportDialog.tsx:59
 #: src/components/dms/ReportDialog.tsx:180
 #: src/components/moderation/ReportDialog/copy.ts:43
 #: src/components/ReportDialog/SelectReportOptionView.tsx:60
 msgid "Report this message"
-msgstr ""
+msgstr "Bu mesajı raporla"
 
 #: src/components/moderation/ReportDialog/copy.ts:19
 #: src/components/ReportDialog/SelectReportOptionView.tsx:48
 msgid "Report this post"
-msgstr ""
+msgstr "Bu gönderiyi raporla"
 
 #: src/components/moderation/ReportDialog/copy.ts:37
 #: src/components/ReportDialog/SelectReportOptionView.tsx:57
 msgid "Report this starter pack"
-msgstr ""
+msgstr "Bu başlangıç paketini raporla"
 
 #: src/components/moderation/ReportDialog/copy.ts:13
 #: src/components/ReportDialog/SelectReportOptionView.tsx:45
 msgid "Report this user"
-msgstr ""
+msgstr "Bu kullancıyı raporla"
 
 #: src/view/com/util/post-ctrls/RepostButton.tsx:156
 #: src/view/com/util/post-ctrls/RepostButton.tsx:167
@@ -6369,27 +6526,27 @@ msgstr "Gönderiyi yeniden gönder veya alıntıla"
 msgid "Reposted By"
 msgstr "Yeniden Gönderen"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} tarafından yeniden gönderildi"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0> tarafından yeniden gönderildi"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Siz yeniden göndermişsiniz"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Bu gönderinin yeniden gönderilmesi"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Değişiklik İste"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "Değişiklik iste"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Kod İste"
 msgid "Require alt text before posting"
 msgstr "Göndermeden önce alternatif metin gerektir"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Hesabınıza giriş yapmak için e-postanıza onay kodu yollanmasını gerekli kıl."
 
@@ -6413,13 +6570,19 @@ msgstr "Bu sağlayıcı için gereklidir"
 msgid "Required in your region"
 msgstr "Bölgenizde zorunludur"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "E-postayı tekrar gönder"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "E-postayı Tekrar Gönder"
@@ -6436,8 +6599,8 @@ msgstr "Sıfırlama kodu"
 msgid "Reset Code"
 msgstr "Sıfırlama Kodu"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Onboarding durumunu sıfırla"
 
@@ -6458,10 +6621,10 @@ msgstr "Son hataya neden olan son eylemi tekrarlar"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Önceki sayfaya dön"
 msgid "Returns to home page"
 msgstr "Ana sayfaya döner"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Önceki adıma döner"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Kaydet"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Kaydet"
@@ -6534,7 +6699,7 @@ msgstr "Doğum gününü kaydet"
 msgid "Save changes"
 msgstr "Değişiklikleri kaydet"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Değişiklikleri Kaydet"
 
@@ -6564,16 +6729,12 @@ msgstr "Akışlarıma kaydet"
 msgid "Saved Feeds"
 msgstr "Kayıtlı Akışlar"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Fotoğraf galerinize kaydedildi"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Akışlarınıza kaydedildi"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Profilinizdeki herhangi bir değişikliği kaydeder"
 
@@ -6583,8 +6744,8 @@ msgstr "Resim kırpma ayarlarını kaydeder"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Merhaba de!"
 
@@ -6602,11 +6763,11 @@ msgstr "Başa kaydır"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Ara"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "@{0} gönderilerini ara"
@@ -6615,7 +6776,7 @@ msgstr "@{0} gönderilerini ara"
 msgid "Search by name or interest"
 msgstr "İsim veya ilgi alanına göre ara"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Akışları ara"
 
@@ -6656,8 +6817,8 @@ msgstr "GIF aratın"
 msgid "Search my posts"
 msgstr "Gönderilerimi ara"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Gönderileri ara"
 
@@ -6679,7 +6840,11 @@ msgstr "Ara..."
 msgid "Searches for profiles"
 msgstr "Profilleri arar"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Güvenlik Adımı Gerekli"
 
@@ -6699,7 +6864,7 @@ msgstr "#{tag} gönderilerini gör"
 msgid "See #{tag} posts by user"
 msgstr "Kullanıcının #{tag} gönderilerini gör"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Bluesky'daki iş fırsatlarını görün"
 
@@ -6719,6 +6884,10 @@ msgstr "Renk seç"
 msgid "Select account"
 msgstr "Hesap seç"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Bir avatar seç"
@@ -6727,10 +6896,22 @@ msgstr "Bir avatar seç"
 msgid "Select an emoji"
 msgstr "Emoji seç"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "İçerik dillerini seç"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Mevcut bir hesaptan seç"
@@ -6747,11 +6928,11 @@ msgstr "GIF Seç \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Bu kelimenin ne kadar süre sessize alınacağını seçin."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Dil seç..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Dilleri seç"
 
@@ -6763,6 +6944,10 @@ msgstr "Moderasyon hizmeti seçin"
 msgid "Select moderator"
 msgstr "Moderatör seç"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "{emojiName} emojisini avatar olarak seç"
 msgid "Select the moderation service(s) to report to"
 msgstr "Raporlamak için moderasyon hizmet(ler)ini seçin"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Video seç"
 
@@ -6784,11 +6969,11 @@ msgstr "Video seç"
 msgid "Select what content this mute word should apply to."
 msgstr "Sessize alınan bu kelimenin hangi içeriğe uygulanacağını seçin."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Uygulamanın kullanıcı arayüzünde hangi dili kullanacağınızı seçin."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Abone olduğunuz akışların hangi dilleri içermesini istediğinizi seçin. Hiçbiri seçilmezse, tüm diller gösterilir."
 
@@ -6801,7 +6986,7 @@ msgstr "Doğum tarihinizi seçin"
 msgid "Select your interests from the options below"
 msgstr "Aşağıdaki seçeneklerden ilgi alanlarınızı seçin"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Akışlarınızdaki çeviriler için tercih ettiğiniz dili seçin."
 
@@ -6813,19 +6998,17 @@ msgstr "{numItems} seçenekten {0}. sıradakini seçer"
 msgid "Send a neat website!"
 msgstr "Güzel bir web sitesi gönderin!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Onay Gönder"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "Onay gönder"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Onay e-postası gönder"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Onay E-postası Gönder"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "E-posta gönder"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "E-posta Gönder"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Geribildirim gönder"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Mesaj gönder"
@@ -6863,13 +7046,14 @@ msgstr "Raporu şuraya gönder {0}"
 msgid "Send report to {title}"
 msgstr "Raporu şuraya gönder {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Doğrulama e-postası gönder"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Doğrudan mesaj yoluyla gönder"
 
@@ -6901,10 +7085,10 @@ msgstr "Hesabınızı ayarlayın"
 msgid "Sets email for password reset"
 msgstr "Şifre sıfırlama için e-posta ayarlar"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Ayarlar"
 
@@ -6926,16 +7110,16 @@ msgstr "Cinsel Çağrışımlı"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Paylaş"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Paylaş"
@@ -6948,9 +7132,9 @@ msgstr "Havalı bir hikaye paylaş!"
 msgid "Share a fun fact!"
 msgstr "Eğlenceli bir gerçeği paylaş!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Yine de paylaş"
 
@@ -6990,7 +7174,7 @@ msgstr "Bu başlangıç paketini paylaş ve insanların Bluesky'deki topluluğun
 msgid "Share your favorite feed!"
 msgstr "En sevdiğiniz akışı paylaşın!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Paylaşılan Tercihler Test Edicisi"
 
@@ -7011,8 +7195,8 @@ msgstr "Alt metni göster"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Yine de göster"
 
@@ -7033,8 +7217,8 @@ msgstr "Özelleştirme seçeneklerini göster"
 msgid "Show hidden replies"
 msgstr "Gizli yanıtları göster"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Bunun gibi daha az göster"
 
@@ -7042,14 +7226,14 @@ msgstr "Bunun gibi daha az göster"
 msgid "Show list anyway"
 msgstr "Yine de listeyi göster"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Daha Fazla Göster"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Bunun gibi daha fazla göster"
 
@@ -7079,8 +7263,8 @@ msgstr "Yanıtları dallandırarak göster"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Takip ettiğiniz kişilerin yanıtlarını diğer tüm yanıtlardan önce göster"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Yanıtı herkese göster"
 
@@ -7092,7 +7276,7 @@ msgstr "Yeniden gönderileri göster"
 #: src/screens/Settings/FollowingFeedPreferences.tsx:129
 #: src/screens/Settings/FollowingFeedPreferences.tsx:139
 msgid "Show samples of your saved feeds in your Following feed"
-msgstr ""
+msgstr "Kaydettiğim akışlardan seçmece içerikleri takip akışında (\"Following\") göster"
 
 #: src/lib/moderation/useLabelBehaviorDescription.ts:58
 msgid "Show warning"
@@ -7102,11 +7286,11 @@ msgstr "Uyarı göster"
 msgid "Show warning and filter from feeds"
 msgstr "Uyarı göster ve akışlardan filtrele"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
-msgstr ""
+msgstr "Bu gönderinin ne zaman oluşturulduğuna dair bilgileri gösterir"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Geçiş yapabileceğiniz diğer hesapları gösterir"
 
@@ -7124,8 +7308,8 @@ msgstr "İçeriği gösterir"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "İçeriği gösterir"
 msgid "Sign in"
 msgstr "Giriş yap"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "{0} olarak giriş yap"
 
@@ -7150,7 +7334,7 @@ msgstr "Giriş yap veya bir hesap oluştur"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Görüşmeye katılmak için giriş yapın veya hesabınızı oluşturun!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Listelenmeyen bir hesaba giriş yap"
 
@@ -7158,15 +7342,15 @@ msgstr "Listelenmeyen bir hesaba giriş yap"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Bluesky'da oturum aç veya yeni bir üyelik oluştur"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Çıkış yap"
 
@@ -7174,8 +7358,8 @@ msgstr "Çıkış yap"
 msgid "Sign Out"
 msgstr "Çıkış Yap"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Çıkış yap?"
 
@@ -7206,14 +7390,19 @@ msgstr "Bu akışı atla"
 msgid "Smaller"
 msgstr "Daha küçük"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Hatırlatmayı erteler"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Yazılım Geliştirme"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Doğrulamalarınızdan bazıları geçersiz."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Biri şuna {0} tepkisi verdi: {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Raporlamaya çalıştığınız verilerde bir sorun var. Lütfen destekle iletişime geçin."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Bir şeyler ters gitti"
 
@@ -7264,8 +7453,8 @@ msgstr "Bir şeyler ters gitti. Lütfen tekrar deneyin."
 msgid "Something wrong? Let us know."
 msgstr "Bir sorun mu var? Bize bildirin."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Maalesef oturumunuzun süresi doldu. Lütfen tekrar giriş yapın."
 
@@ -7291,12 +7480,12 @@ msgstr "Kaynak: <0>{sourceName}</0>"
 #: src/lib/moderation/useReportOptions.ts:72
 #: src/lib/moderation/useReportOptions.ts:85
 msgid "Spam"
-msgstr ""
+msgstr "Spam"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55
 #: src/lib/moderation/useReportOptions.ts:55
 msgid "Spam; excessive mentions or replies"
-msgstr ""
+msgstr "Spam; çok sık bahsetme ya da yanıtlama"
 
 #: src/screens/Onboarding/index.tsx:27
 #: src/screens/Onboarding/state.ts:113
@@ -7304,7 +7493,7 @@ msgstr ""
 msgid "Sports"
 msgstr "Spor"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Yeni bir sohbet başlat"
 
@@ -7322,8 +7511,8 @@ msgstr "Kişileri eklemeye başla!"
 msgid "Start chat with {displayName}"
 msgstr "{displayName} ile sohbet başlat"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Başlangıç Paketi"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Başlangıç paketi geçersiz"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Başlangıç Paketleri"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Başlangıç paketleri favori kişilerinizi ve akışlarınızı arkadaşlarınızla kolaylıkla paylaşmanızı sağlar."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Durum Sayfası"
 
@@ -7363,12 +7552,12 @@ msgstr "Durum Sayfası"
 msgid "Step {0} of {1}"
 msgstr "Adım {0} / {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Storybook"
 
@@ -7401,11 +7590,11 @@ msgstr "Abone ol"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Bu etiketleri kullanmak için @{0} hesabına abone olun:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "İşaretleyiciye Abone Ol"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Bu işaretleyiciye abone ol"
 
@@ -7413,13 +7602,14 @@ msgstr "Bu işaretleyiciye abone ol"
 msgid "Subscribe to this list"
 msgstr "Bu listeye abone ol"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Başarılı!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Başarıyla doğrulandı"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7427,7 +7617,7 @@ msgstr "Önerilen Hesaplar"
 
 #: src/components/FeedInterstitials.tsx:339
 msgid "Suggested for you"
-msgstr "Sana önerilenler"
+msgstr "Size önerilenler"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:144
 #: src/view/com/composer/labels/LabelsBtn.tsx:147
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Gün batımı"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Destek"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Hesap değiştir"
 
@@ -7462,11 +7652,11 @@ msgstr "Hesap değiştir"
 msgid "Switch Account"
 msgstr "Hesap Değiştir"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Hesap değiştir"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "{0} hesabına geç"
 
@@ -7477,9 +7667,9 @@ msgstr "{0} hesabına geç"
 msgid "System"
 msgstr "Sistem"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Sistem günlüğü"
 
@@ -7518,7 +7708,7 @@ msgstr "Teknoloji"
 msgid "Tell a joke!"
 msgstr "Bir espri yapın!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Bize biraz kendinden bahset"
 
@@ -7531,12 +7721,12 @@ msgstr "Biraz daha anlatın"
 msgid "Terms"
 msgstr "Şartlar"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Hizmet Şartları"
 
@@ -7564,13 +7754,17 @@ msgstr "Metin alanı"
 msgid "Text input field"
 msgstr "Metin giriş alanı"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Teşekkür ederiz! E-posta adresiniz başarıyla doğrulandı."
 
 #: src/components/ReportDialog/SubmitView.tsx:83
 msgid "Thank you. Your report has been sent."
-msgstr ""
+msgstr "Teşekkürler. Raporunuz iletildi."
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:82
 msgid "Thanks, you have successfully verified your email address. You can close this dialog."
@@ -7597,12 +7791,12 @@ msgstr "Bu başlangıç paketi bulunamadı."
 msgid "That's all, folks!"
 msgstr "Hepsi bu kadar!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Hepsi bu kadar!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Hesap, engeli kaldırdıktan sonra sizinle etkileşime geçebilecek."
 
@@ -7614,7 +7808,7 @@ msgstr "Uygulama yeniden başlatılacaktır"
 #: src/components/moderation/ModerationDetailsDialog.tsx:119
 #: src/lib/moderation/useModerationCauseDescription.ts:128
 msgid "The author of this thread has hidden this reply."
-msgstr ""
+msgstr "Bu konunun yazarı bu yanıtı gizlemiş."
 
 #: src/screens/Moderation/index.tsx:377
 msgid "The Bluesky web application"
@@ -7636,6 +7830,10 @@ msgstr "Keşif akışı (\"Discover\")"
 msgid "The Discover feed now knows what you like"
 msgstr "Keşif akışı (\"Discover\") artık ne beğendiğinizi biliyor"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "Girdiğiniz e-posta adresi şu anki e-posta adresinizle aynıdır."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Uygulama deneyimi daha iyi. Bluesky'ı şimdi indirin ve kaldığınız yerden devam edelim."
@@ -7654,7 +7852,7 @@ msgstr "İçeriğinize şu işaretler uygulanmış."
 
 #: src/screens/ModerationInteractionSettings/index.tsx:42
 msgid "The following settings will be used as your defaults when creating new posts. You can edit these for a specific post from the composer."
-msgstr ""
+msgstr "Aşağıdaki ayarlar yeni gönderi oluştururken varsayılan olarak kullanılacaktır. Bunları içerik üreticisine ait belirli bir gönderi için düzenleyebilirsiniz."
 
 #: src/view/com/post-thread/PostThread.tsx:265
 #: src/view/com/post-thread/PostThread.tsx:277
@@ -7669,6 +7867,7 @@ msgstr "Gizlilik Politikası <0/> konumuna taşındı"
 msgid "The selected video is larger than 100 MB."
 msgstr "Seçilen video 100 MB'tan büyük."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Sunucu bazı sıkıntılar yaşıyor. Lütfen biraz sonra tekrar deneyin."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Sunucuya ulaşma konusunda bir sorun oluştu"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Sunucuya bağlanırken bir sorun oldu, lütfen internet bağlantınızı kontrol edin ve tekrar deneyin."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Bildirimleri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Gönderileri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun."
 
@@ -7763,20 +7962,20 @@ msgstr "Raporunuzu yollarken bir sorun oldu. Lütfen internet bağlantınızı k
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Akışlarınızı güncellerken bir sorun oldu, lütfen internet bağlantınızı kontrol edin ve tekrar deneyin."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Bir sorun oluştu! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Bu ayarlar yalnızca takip akışına (\"Following\") uygulanır."
 msgid "This {screenDescription} has been flagged:"
 msgstr "Bu {screenDescription} işaretlendi:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Bu hesap güvenilir kaynaklar tarafından doğrulandığı için bir onay işaretine sahiptir."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Bu hesap bir ya da birden fazla doğrulanma girişimine sahip ama henüz doğrulanmış değil."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Bu hesap, kullanıcıların profilini görüntülemek için giriş yapma
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Bu hesap moderasyon listelerinizden birkaçı tarafından engellenmiş. Engeli kaldırmak için lütfen doğrudan listeleri ziyaret edin ve bu kullanıcıyı kaldırın."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Bu işlem herhangi bir zamanda geri alınabilir."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Bu içerik, bir Bluesky hesabı olmadan görüntülenemez."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Bu sohbetin yapıldığı hesap ya silinmiş ya da devre dışı bırakılmış. Seçenekler için basın"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Bu özellik beta aşamasındadır. Depo aktarmaları hakkında daha çok bilgi için <0>bu blog gönderisini</0> okuyun."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Bu özellik Uygulama Şifresi kullanırken kullanılamaz. Lütfen ana şifrenizle giriş yapın."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Bu akış boş! Daha fazla kullanıcı takip etmeniz veya dil ayarlarınızı ayarlamanız gerekebilir."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Bu akış boş."
@@ -7899,9 +8106,10 @@ msgstr "Bu kullanıcı adı kullanılamaz. Lütfen başka bir tane deneyin."
 msgid "This information is not shared with other users."
 msgstr "Bu bilgi diğer kullanıcılarla paylaşılmaz."
 
-#: src/view/com/modals/VerifyEmail.tsx:127
-msgid "This is important in case you ever need to change your email or reset your password."
-msgstr "Bu, e-postanızı değiştirmeniz veya şifrenizi sıfırlamanız gerektiğinde önemlidir."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Bu liste boş."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Bu moderasyon hizmeti kullanılamıyor. Daha fazla ayrıntı için aşağıya bakın. Bu sorun devam ederse bizimle iletişime geçin."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Bu gönderi <0>{0}</0> tarihinde oluşturulduğunu beyan ediyor, ancak Bluesky'da ilk olarak <1>{1}</1> tarihinde görüldü."
 
@@ -7943,30 +8151,30 @@ msgstr "Bu gönderi <0>{0}</0> tarihinde oluşturulduğunu beyan ediyor, ancak B
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Bu gönderide bilinmeyen bir threadgate türü var. Uygulamanız güncel olmayabilir."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Bu gönderi silindi."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Bu gönderi sadece giriş yapmış kullanıcılara görünür. Giriş yapmamış kullanıcılara görünmeyecektir."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
-msgstr "Bu gönderi akışlarınızdan ve zincirlerinizden gizlenecektir. Bu işlem geri alınamaz."
+msgstr "Bu gönderi akışlarınızdan ve konularınızdan gizlenecektir. Bu işlem geri alınamaz."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Bu gönderinin yazarı alıntılanmasını engellemiş."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Bu profil sadece giriş yapmış kullanıcılara görünür. Giriş yapmamış kullanıcılara görünmeyecektir."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Bu yanıt zincirinizin altındaki gizli bir bölüme sıralanacaktır ve ona gelen yanıtlar hem sizin hem de başkaları için sessize alınacaktır."
+msgstr "Bu yanıt konunuzun altındaki gizli bir bölüme sıralanacaktır ve ona gelen yanıtlar hem sizin hem de başkaları için sessize alınacaktır."
 
 #: src/screens/Signup/StepInfo/Policies.tsx:37
 msgid "This service has not provided terms of service or a privacy policy."
@@ -7976,6 +8184,10 @@ msgstr "Bu hizmet, kullanım şartları veya bir gizlilik politikası sunmamış
 msgid "This should create a domain record at:"
 msgstr "Bu şöyle bir alan adı kaydı açmalı:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Bir görünür adı olmadığından bu kullanıcı doğrulanamaz."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Bu kullanıcının hiç takipçisi yok."
@@ -8013,23 +8225,23 @@ msgstr "Bu kullanıcı kimseyi takip etmiyor."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Bu \"{0}\" kelimesini sessize alınmış kelimlerden silecek. Sonra her zaman geri ekleyebilirsiniz."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Bu @{0} kullanıcısını çabuk erişim listesinden kaldıracak."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Bu işlem, gönderinizin bu alıntıyla ilişiğini tüm kullanıcılar için kesecek ve yerine bir yer tutucu koyacaktır."
 
 #: src/view/com/post-thread/PostThread.tsx:609
 #: src/view/com/post-thread/PostThread.tsx:612
 msgid "Thread options"
-msgstr ""
+msgstr "Konu seçenekleri"
 
 #: src/screens/Settings/ContentAndMediaSettings.tsx:68
 #: src/screens/Settings/ContentAndMediaSettings.tsx:71
 msgid "Thread preferences"
-msgstr ""
+msgstr "Konu tercihleri"
 
 #: src/screens/Settings/ThreadPreferences.tsx:45
 msgid "Thread Preferences"
@@ -8044,7 +8256,7 @@ msgstr "Dallanmalı"
 msgid "Threaded mode"
 msgstr "Dallanmalı mod"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Konu Tercihleri"
 
@@ -8056,14 +8268,15 @@ msgstr "Kalan zaman: {0, plural, other {# saniye}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "E-posta iki adımlı doğrulamasını kapatmak için lütfen e-postanıza erişiminizi onaylayın."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Bir yazışmayı raporlamak için lütfen mesajlarından birini yazışma ekranından raporlayın. Bu, moderatörlerimizin sorunun bağlamını anlamasını sağlar."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Bluesky'a video göndermek için öncelikle e-postanızı onaylamalısınız."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Bu raporu kime göndermek istersiniz?"
@@ -8090,16 +8303,16 @@ msgstr "Sesi açar/kapar"
 msgid "Top"
 msgstr "En öne çıkan"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Konu başlığı"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Çevir"
 
@@ -8117,7 +8330,7 @@ msgstr "Gündemdeki Videolar"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Güven ilişkilerden, topluluklardan ve paylaşılan bağlamdan gelir. Dolayısıyla <0>güvenilir doğrulayıcıları</0> yani direkt doğrulama yapabilen kurumları devreye alıyoruz."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Mesajınızı buraya yazın"
 msgid "Type:"
 msgstr "Tip:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Bağlanılamıyor. Lütfen internet bağlantınızı kontrol edip tekrar deneyin."
@@ -8166,27 +8380,27 @@ msgstr "Silinemedi"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Engeli kaldır"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Engeli kaldır"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Hesabın engelini kaldır"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Hesabı Engelle?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Takibi bırak"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "{0} adresini takibi bırak"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Hesabı takibi bırak"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Kullanıcıyı takipten çıkarır"
 
@@ -8225,15 +8439,15 @@ msgstr "Kullanıcıyı takipten çıkarır"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Maalesef abone olduğunuz işaretleyicilerin hiçbiri bu rapor türünü desteklemiyor."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Bilinmeyen doğrulayıcı"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Beğenmeyi geri al"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Beğeniyi kaldır ({0, plural, other {# beğeni}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Sessizden çıkar"
 msgid "Unmute {tag}"
 msgstr "{tag} etiketini sessizden çıkar"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Hesabı sessizden çıkar"
 
@@ -8267,8 +8481,8 @@ msgstr "Görüşmeyi sessizden çıkar"
 msgid "Unmute list"
 msgstr "Listeyi sessizden çıkar"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Konunun sessizliğini kaldır"
 
@@ -8294,8 +8508,8 @@ msgstr "Akışı Sabitlemeyi Kaldır"
 msgid "Unpin from home"
 msgstr "Ana sayfadan sabitlemeyi kaldır"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Profilden sabitlemeyi kaldır"
 
@@ -8311,7 +8525,12 @@ msgstr "{0} akışının ana sayfadan sabitlemesi kaldırıldı"
 msgid "Unpinned from your feeds"
 msgstr "Akışlarınızdan sabitlemesi kaldırıldı"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "E-posta hatırlatıcısını ertelemeyi kaldır"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Abonelikten çık"
 
@@ -8320,7 +8539,7 @@ msgstr "Abonelikten çık"
 msgid "Unsubscribe from list"
 msgstr "Liste aboneliğinden çık"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Bu işaretleyicinin aboneliğinden ayrıl"
 
@@ -8328,11 +8547,11 @@ msgstr "Bu işaretleyicinin aboneliğinden ayrıl"
 msgid "Unsubscribed from list"
 msgstr "Liste aboneliğinden çıktınız"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Desteklenmeyen video türü"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Desteklenmeyen video türü: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Güncelle"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "<0>{displayName}</0> kullanıcısının listelerini düzenleyin"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "{domain} adresine güncelle"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Alıntı ilişiğinin güncellenmesi başarısız oldu"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Yanıt görünürlüğünü güncelleme başarısız oldu"
@@ -8371,7 +8601,7 @@ msgstr "Yanıt görünürlüğünü güncelleme başarısız oldu"
 msgid "Updating..."
 msgstr "Güncelleniyor..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Bunun yerine bir görsel ekle"
 
@@ -8379,22 +8609,22 @@ msgstr "Bunun yerine bir görsel ekle"
 msgid "Upload a text file to:"
 msgstr "Bir metin dosyası yükleyin:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Kameradan Yükle"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Dosyalardan Yükle"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Kütüphaneden Yükle"
 
@@ -8407,7 +8637,7 @@ msgstr "Resimler yükleniyor..."
 msgid "Uploading link thumbnail..."
 msgstr "Web bağlantısının görseli gönderiliyor..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Video yükleniyor..."
 
@@ -8419,8 +8649,8 @@ msgstr "Hesabınıza veya şifrenize tam erişim vermeden diğer Bluesky istemci
 msgid "Use default provider"
 msgstr "Varsayılan sağlayıcıyı kullan"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Uygulama içi tarayıcıyı kullan"
 
@@ -8429,8 +8659,8 @@ msgstr "Uygulama içi tarayıcıyı kullan"
 msgid "Use in-app browser to open links"
 msgstr "Bağlantıları açmak için uygulama içi tarayıcıyı kullan"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Varsayılan tarayıcımı kullan"
 
@@ -8484,12 +8714,12 @@ msgstr "{0} tarafından oluşturulan kullanıcı listesi"
 msgid "User list by you"
 msgstr "Sizin tarafınızdan oluşturulan kullanıcı listesi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Kullanıcı listesi oluşturuldu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Kullanıcı listesi güncellendi"
@@ -8523,31 +8753,37 @@ msgstr "Takip ettiğiniz kullanıcılar"
 msgid "Value:"
 msgstr "Değer:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Doğrulama başarısız, lütfen tekrar deneyin."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Doğrulama ayarları"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Doğrulama Ayarları"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Bluesky'daki doğrulamalar diğer platformlardan farklı çalışır. <0>Buradan daha fazlasını öğrenin.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
+msgstr "Doğrulayan:"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Onaylı e-posta gerekli"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "Hesabı doğrula"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "DNS Kaydını Doğrula"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "E-postayı doğrula"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "E-posta onay diyaloğu"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Yeni E-postayı Doğrula"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Şimdi doğrula"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Metin Dosyasını Doğrula"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Bu hesap doğrulansın mı?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "E-postanızı onaylayın"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "E-postanızı Doğrulayın"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Versiyon {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Video işlenemedi"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Video Akışı"
 
@@ -8616,11 +8853,11 @@ msgstr "{0} videosu: {text}"
 msgid "Video Games"
 msgstr "Video Oyunları"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Video duraklatıldı"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Video oynatılıyor"
 
@@ -8628,11 +8865,11 @@ msgstr "Video oynatılıyor"
 msgid "Video not found."
 msgstr "Video bulunamadı."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Video ayarları"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Video yüklendi"
 
@@ -8640,24 +8877,24 @@ msgstr "Video yüklendi"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Videolar"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Videolar 3 dakikadan kısa olmalıdır"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "{0}'ın avatarını görüntüle"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "{0} kullanıcısının profilini görüntüle"
 
@@ -8665,7 +8902,7 @@ msgstr "{0} kullanıcısının profilini görüntüle"
 msgid "View {displayName}'s profile"
 msgstr "{displayName} kullanıcısının profilini görüntüle"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Engelli kullanıcının profilini görüntüle"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Hata ayıklama girişini görüntüle"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Ayrıntıları görüntüle"
 
@@ -8688,7 +8925,7 @@ msgstr "Ayrıntıları görüntüle"
 msgid "View details for reporting a copyright violation"
 msgstr "Bir telif ihlalini raporlamanın ayrıntılarını görüntüle"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Tam konuyu görüntüle"
 
@@ -8703,13 +8940,12 @@ msgstr "Bu işaretler hakkında bilgi al"
 msgid "View more"
 msgstr "Daha fazlasını görüntüle"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Profili görüntüle"
 
@@ -8723,7 +8959,7 @@ msgstr "@{0} tarafından sağlanan işaretleme hizmetini gör"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Bu kullanıcının doğrulamalarını görüntüle"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Sessize aldığınız hesapları görün"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Doğrulamalarınızı görüntüleyin"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "İçeriği uyar"
 msgid "Warn content and filter from feeds"
 msgstr "İçeriği uyar ve akışlarda filtrele"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Bu etiket için bir sonuç bulamadık."
@@ -8798,7 +9039,7 @@ msgstr "Bu etiket için bir sonuç bulamadık."
 msgid "We couldn't find any results for that topic."
 msgstr "Bu konu başlığı için bir sonuç bulamadık."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Bu görüşmeyi yükleyemedik"
 
@@ -8822,6 +9063,10 @@ msgstr "Takip ettiklerinizden gönderi kalmadı. İşte <0/> akışından son ge
 msgid "We recommend selecting at least two interests."
 msgstr "En az iki ilgi alanı seçmenizi öneririz."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Video yüklemenize izin verilip verilmediğini belirleyemedik. Lütfen tekrar deneyin."
@@ -8842,6 +9087,10 @@ msgstr "Bağlantı kuramadık. Hesabınızı kurmaya devam etmek için tekrar de
 msgid "We will let you know when your account is ready."
 msgstr "Hesabınız hazır olduğunda size bildireceğiz."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Bu, deneyiminizi özelleştirmenize yardımcı olmak için kullanılacak."
@@ -8853,7 +9102,7 @@ msgstr "Ağ sorunları yaşıyoruz, tekrar deneyin"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Bluesky'da yeni bir doğrulama katmanı sunuyoruz - kolay görülebilen bir onay işareti."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Üzgünüz, ancak sessize alınmış kelimelerinizi şu anda yükleyemed
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Üzgünüz, ancak aramanız tamamlanamadı. Lütfen birkaç dakika içinde tekrar deneyin."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Üzgünüz! Yanıtladığınız gönderi silindi."
 
@@ -8880,7 +9129,7 @@ msgstr "Üzgünüz! Yanıtladığınız gönderi silindi."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Üzgünüz! Aradığınız sayfayı bulamıyoruz."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Üzgünüz! Sadece yirmi işaretleyiciye abone olabilirsiniz ve yirmilik sınırınıza ulaştınız."
 
@@ -8902,13 +9151,13 @@ msgstr "Başlangıç ​​paketinize ne ad vermek istersiniz?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Nasılsınız?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Bir onay işaretine dokunduğunuzda hangi kuruluşların doğrulama verdiğini göreceksiniz."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Kimler yanıtlayabilir"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Kim doğrulayabilir?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ay ay!"
@@ -8984,11 +9233,11 @@ msgstr "Bu kullanıcı neden gözden geçirilmeli?"
 msgid "Write a message"
 msgstr "Bir mesaj yaz"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Gönderi yaz"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Yanıtınızı yazın"
@@ -9002,6 +9251,11 @@ msgstr "Yazarlar"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Sunucudan yanlış DID döndürüldü. Alınan: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Evet"
@@ -9015,11 +9269,11 @@ msgstr "Evet, devre dışı bırak"
 msgid "Yes, delete this starter pack"
 msgstr "Evet, bu başlangıç ​​paketini sil"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Evet, ilişiğini kes"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Evet, gizle"
 
@@ -9037,7 +9291,7 @@ msgstr "Siz"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Güvenilir bir doğrulayıcısınız"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Hesabınızın oluşturulacağı yer sağlayıcı"
 msgid "You are in line."
 msgstr "Sıradasınız."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Video yükleme izniniz yok."
@@ -9055,18 +9318,22 @@ msgstr "Video yükleme izniniz yok."
 msgid "You are not following anyone."
 msgstr "Kimseyi takip etmiyorsunuz."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Doğrulanmışsınız"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Doğrulanmışsınız. Görünen adınızı değiştirirseniz doğrulama durumunuzu kaybedeceksiniz. <0>Daha fazla bilgi edinin.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Doğrulanmışsınız. Kullanıcı adınızı değiştirirseniz doğrulama durumunuzu kaybedeceksiniz.<0>Daha fazla bilgi edinin.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9083,7 +9350,7 @@ msgstr "Ayrıca hesabınızı geçici olarak devre dışı bırakabilir ve isted
 
 #: src/screens/Messages/Settings.tsx:111
 msgid "You can continue ongoing conversations regardless of which setting you choose."
-msgstr "Hangi ayarı seçerseniz seçin devam eden görüşmeleri sürdürebilirsiniz."
+msgstr "Hangi ayarı seçerseniz seçin devam eden yazışmaları sürdürebilirsiniz."
 
 #: src/screens/Login/index.tsx:182
 #: src/screens/Login/PasswordUpdatedForm.tsx:26
@@ -9166,7 +9433,7 @@ msgstr "Bu hesabı sessize almışsınız."
 msgid "You have muted this user"
 msgstr "Bu kullanıcıyı sessize almışsınız"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Henüz hiç görüşmeniz yok. Bir tane başlatın!"
 
@@ -9179,11 +9446,11 @@ msgstr "Akışınız yok."
 msgid "You have no lists."
 msgstr "Listeniz yok."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Henüz hiçbir hesabı engellemediniz. Bir hesabı engellemek için profillerine gidin ve hesaplarındaki menüden \"Hesabı engelle\"yi seçin."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Henüz hiçbir hesabı sessize almadınız. Bir hesabı sessize almak için, profillerine gidin ve hesabındaki menüden \"Hesabı sessize al\"ı seçin."
 
@@ -9191,11 +9458,15 @@ msgstr "Henüz hiçbir hesabı sessize almadınız. Bir hesabı sessize almak i
 msgid "You have reached the end"
 msgstr "Sonuna ulaştınız"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Video yükleme sınırına geçici olarak ulaştınız. Lütfen daha sonra tekrar deneyin."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Henüz bir başlangıç ​​paketi oluşturmadınız!"
 
@@ -9224,7 +9495,7 @@ msgstr "En fazla {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE}
 msgid "You may only add up to 3 feeds"
 msgstr "En fazla 3 akış ekleyebilirsiniz"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "En fazla 4 görsel seçebilirsiniz"
 
@@ -9232,7 +9503,7 @@ msgstr "En fazla 4 görsel seçebilirsiniz"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Hesap oluşturmak için 13 yaşında veya daha büyük olmanız gerekir."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Başlangıç ​​paketi oluşturmak için en az yedi kişiyi takip etmeniz gerekir."
 
@@ -9248,10 +9519,18 @@ msgstr "Görseli kaydedebilmek için fotoğraf galerinize erişim izni vermelisi
 msgid "You must select at least one labeler for a report"
 msgstr "Bir rapor için en az bir işaretleyici seçmelisiniz"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "E-posta iki adımlı doğrulamasını etkinleştirebilmeniz için öncelikle e-posta adresinizi doğrulamanız gerekmektedir."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "@{0} kullanıcısını önceden devre dışı bırakmıştınız."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Şimdi uygulamayı yeniden başlatmak isteyebilirsiniz."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "{0} tepkisi verdiniz"
@@ -9260,16 +9539,16 @@ msgstr "{0} tepkisi verdiniz"
 msgid "You reacted {0} to {1}"
 msgstr "Şuna {0} tepkisi verdiniz: {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Tüm hesaplarınızdan çıkış yapacaksınız."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Artık bu konu için bildirim almayacaksınız"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Artık bu konu için bildirim alacaksınız"
 
@@ -9305,7 +9584,7 @@ msgstr "Bu kişileri ve {0} kişiyi daha takip edeceksiniz"
 msgid "You'll follow these people right away"
 msgstr "Bu kişileri hemen takip edeceksiniz"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Siz olduğunuzu doğrulamak için <0>{0}</0> adresine bir e-posta gönderilecektir."
 
@@ -9339,6 +9618,10 @@ msgstr "Takip edebileceğiniz bazı kişiler buldunuz"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Akışınızın sonuna ulaştınız! Takip edebileceğiniz daha fazla hesap bulun."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Günlük video yükleme limitinize ulaştınız (çok fazla bayt)"
@@ -9347,7 +9630,7 @@ msgstr "Günlük video yükleme limitinize ulaştınız (çok fazla bayt)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Günlük video yükleme limitinize ulaştınız (çok sayıda video)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "İzleyebileceğiniz video kalmadı. Belki de bir mola vermenin zamanı gelmiştir?"
 
@@ -9391,14 +9674,18 @@ msgstr "Tarayıcınız video formatını desteklemiyor. Lütfen farklı bir tara
 msgid "Your chats have been disabled"
 msgstr "Sohbetleriniz devre dışı bırakıldı"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Seçiminiz kaydedilecek, ancak daha sonra ayarlarda değiştirilebilir."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Tercihiniz bundan sonraki web bağlantıları için hatırlanacaktır. Onu her zaman ayarlardan değiştirebilirsiniz."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Mevcut kullanıcı adınız <0>{0}</0> otomatik bir şekilde sizin için ayrılmış olarak kalacaktır. İstediğiniz zaman ona geri dönebilirsiniz."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "E-posta adresiniz güncellendi ancak henüz doğrulanmadı. Bir sonraki adım olarak lütfen yeni e-postanızı doğrulayın."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Mevcut kullanıcı adınız <0>{0}</0> otomatik bir şekilde sizin için
 msgid "Your email appears to be invalid."
 msgstr "E-postanız geçersiz gibi görünüyor."
 
-#: 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 "E-postanız güncellendi ancak doğrulanmadı. Bir sonraki adım olarak, lütfen yeni e-postanızı doğrulayın."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "E-postanız henüz doğrulanmadı. Bu, önerdiğimiz önemli bir güvenlik adımıdır."
 
@@ -9434,7 +9721,7 @@ msgstr "Tam kullanıcı adınız <0>@{0}</0> olacak"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Tam kullanıcı adınız <0>@{0}</0> olacaktır"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Şifreniz başarıyla değiştirildi!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Şifreniz en az 8 karakter uzunluğunda olmalıdır."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Gönderiniz yayınlandı"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Gönderileriniz yayınlandı"
 
@@ -9479,7 +9766,7 @@ msgstr "Gönderileriniz, beğenileriniz ve engellemeleriniz herkese açıktır.
 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 "Profiliniz, gönderileriniz, akışlarınız ve listeleriniz artık diğer Bluesky kullanıcıları tarafından görülemeyecek. Hesabınızı istediğiniz zaman oturum açarak yeniden etkinleştirebilirsiniz."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Yanıtınız yayınlandı"
 
@@ -9497,4 +9784,4 @@ msgstr "Seçtiğiniz ilgi alanları, önemsediğiniz içerikleri size sunmamıza
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Doğrulamalarınız"
diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po
index 4e9bc57d9..30906323b 100644
--- a/src/locale/locales/uk/messages.po
+++ b/src/locale/locales/uk/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: uk\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Ukrainian\n"
 "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
@@ -27,8 +27,7 @@ msgstr ""
 msgid "(contains embedded content)"
 msgstr "(містить вбудований вміст)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(немає ел. адреси)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# репост} few {# репости} many {# репо
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# секунда} few {# секунди} many {# секунд} other {# секунд}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -91,17 +90,17 @@ msgstr ""
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {підписник} few {підписники} many {підписників} other {підписників}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {читаю} few {читаю} many {читаю} other {читаю}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {вподобайка} few {вподобайки} many {вподобайки} other {вподобайки}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {вподобайка} few {вподобайки} many {
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {пост} few {пости} many {постів} other {постів}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {цитата} few {цитати} many {цитати} other {цитата}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {репост} few {репости} many {репостів} other {репостів}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>у <1>мітки</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>у <1>словах та мітках</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} приєдналися цього тижня"
@@ -157,7 +160,8 @@ msgstr ""
 msgid "{0} reacted {1} to {2}"
 msgstr ""
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "Аватарка користувача {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0}хв"
 msgid "{0}s"
 msgstr "{0}с"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr ""
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {година} few {години} many {
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {хвилина} few {хвилини} many {хвилин} other {хвилин}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}</0> почали вас читати"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інший} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}</0> вподобали створену вами стрічку"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інший} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}</0> вподобали ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інший} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}</0> зробили репост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інший} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}</0> зареєструвались зі створеним вами початковим набором"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} почали вас читати"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} теж почали вас читати"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} вподобав створену вами стрічку"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} вподобав ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} зробив репост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} зареєструвався зі створеним вами початковим набором"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} почали вас читати"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} вподобали створену вами стрічку"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} вподобали ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} зробили репост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} зареєструвались зі створеним вами початковим набором"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} почали вас читати"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} теж почали вас читати"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} сподобалась ваша стрічка"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} сподобався ваш пост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} зробив репост"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} зареєструвався з вашим початковим набором"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} підписок"
@@ -335,11 +339,23 @@ msgstr "{following} підписок"
 msgid "{handle} can't be messaged"
 msgstr "{handle} неможливо написати"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr ""
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr ""
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1> та {2, plural, one {# інші} few {# інші} many {# інші} other {# інші}} долучені до вашої підбірки"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {читач} few {читачі} many {читачі} other {читачі}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {читаєте} few {читаєте} many {читаєте} other {читаєте}}"
 
@@ -422,7 +438,7 @@ msgstr ""
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Ви</0> та<1> </1><2>{0} </2>у вашій підбірці"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Недопустимий псевдонім"
 
@@ -451,19 +467,19 @@ msgstr ""
 msgid "A new form of verification"
 msgstr ""
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Інформація"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr ""
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Доступність"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Налаштування доступності"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Обліковий запис"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Обліковий запис заблоковано"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Обліковий запис відстежується"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Обліковий запис ігноровано"
@@ -517,33 +533,33 @@ msgstr "Обліковий запис ігнорується"
 msgid "Account Muted by List"
 msgstr "Обліковий запис ігноровано списком"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Параметри облікового запису"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Обліковий запис вилучено зі швидкого доступу"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Обліковий запис розблоковано"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Обліковий запис не відстежується"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Обліковий запис не ігнорується"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
 msgstr ""
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
@@ -565,6 +581,10 @@ msgstr "Додати {displayName} до підбірки"
 msgid "Add a content warning"
 msgstr "Додати попередження про вміст"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Додати обліковий запис"
 msgid "Add alt text"
 msgstr "Додати альтернативний текст"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Додати альтернативний текст (за бажанням)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Додати інший обліковий запис"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Написати ще"
 
@@ -627,7 +647,7 @@ msgstr ""
 msgid "Add muted words and tags"
 msgstr "Додати ігноровані слова та теги"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Написати"
 
@@ -664,8 +684,8 @@ msgstr "Додайте наступний DNS-запис до вашого до
 msgid "Add this feed to your feeds"
 msgstr "Додати цю стрічку до вашої стрічки"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Додати до списку"
 
@@ -718,6 +738,11 @@ msgstr "Мітки вмісту для дорослих"
 msgid "Advanced"
 msgstr "Розширені"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr ""
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Усе"
@@ -732,7 +757,7 @@ msgstr "Здійснено підписку на усі облікові зап
 msgid "All languages"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Усі збережені стрічки в одному місці."
 
@@ -776,10 +801,10 @@ msgstr ""
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Альтернативний текст"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 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 "Було надіслано лист на адресу {0}. Він містить код підтвердження, який можна ввести нижче."
 
-#: 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 "Було надіслано лист на вашу попередню адресу, {0}. Він містить код підтвердження, який ви можете ввести нижче."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Лист надіслано! Будь ласка, введіть код підтвердження з надісланого листа внизу."
 
@@ -825,7 +849,7 @@ msgstr "Виникла помилка під час стискання цьог
 msgid "An error occurred while fetching the feed."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Сталася помилка під час генерації вашої підбірки. Хочете спробувати ще раз?"
 
@@ -842,7 +866,7 @@ msgstr "Сталася помилка під час завантаження в
 msgid "An error occurred while saving the QR code!"
 msgstr "Сталася помилка під час збереження QR-коду!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Сталася помилка під час обрання відео"
 
@@ -856,7 +880,7 @@ msgid "An error occurred while uploading the video."
 msgstr "Сталася помилка під час завантаження відео."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
 msgstr ""
 
@@ -865,7 +889,7 @@ msgstr ""
 msgid "An issue not included in these options"
 msgstr "Проблема не включена до цих варіантів"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Сталася помилка під час створення чату"
 
@@ -875,8 +899,8 @@ msgstr "Сталася помилка при спробі відкрити ча
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -921,14 +945,14 @@ msgstr "Антисоціальна поведінка"
 msgid "Anybody can interact"
 msgstr "Усі можуть взаємодіяти"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Мова застосунку"
 
@@ -958,7 +982,7 @@ msgstr "Назва повинна бути не менше 4 символів у
 msgid "App passwords"
 msgstr "Паролі застосунку"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Паролі для застосунків"
@@ -994,10 +1018,10 @@ msgstr ""
 msgid "Appeal this decision"
 msgstr "Оскаржити це рішення"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Оформлення"
 
@@ -1006,12 +1030,12 @@ msgstr "Оформлення"
 msgid "Apply default recommended feeds"
 msgstr "Застосувати рекомендовані стрічки за замовчуванням"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Архівовано {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Архівований пост"
 
@@ -1047,11 +1071,11 @@ msgstr "Ви впевнені, що бажаєте видалити {0} зі с
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Ви впевнені, що бажаєте вилучити це зі своїх стрічок?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Ви дійсно бажаєте видалити цю чернетку?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Ви справді хочете не публікувати пост?"
 
@@ -1072,6 +1096,11 @@ msgstr "Мистецтво"
 msgid "Artistic or non-erotic nudity."
 msgstr "Художня або нееротична оголеність."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Не менше 3 символів"
@@ -1103,7 +1132,7 @@ msgstr "Автовідтворення відео та GIF"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Назад"
 msgid "Back to Chats"
 msgstr ""
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Перед створенням списку ви спочатку маєте підтвердити адресу електронної пошти."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Перед створенням посту ви спочатку маєте підтвердити адресу електронної пошти."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Перед створенням початкового набору ви спочатку маєте підтвердити адресу електронної пошти."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Для листування з іншими користувачами ви спочатку маєте підтвердити адресу електронної пошти."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Дата народження"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Заблокувати"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Заблокувати обліковий запис"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Заблокувати обліковий запис?"
 
@@ -1200,17 +1235,17 @@ msgstr "Заблоковано"
 msgid "Blocked accounts"
 msgstr "Заблоковані облікові записи"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Заблоковані облікові записи"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Заблоковані облікові записи не можуть вам відповідати, згадувати вас у своїх постах, і взаємодіяти з вами будь-яким іншим чином."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Заблоковані облікові записи не можуть вам відповідати, згадувати вас у своїх постах, і взаємодіяти з вами будь-яким іншим чином. Ви не будете бачити їхні пости і вони не будуть бачити ваші."
 
@@ -1226,11 +1261,11 @@ msgstr "Блокування не перешкоджає мітнику розм
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Блокування - це відкрита інформація. Заблоковані користувачі не можуть відповісти у ваших темах, згадувати вас або іншим чином взаємодіяти з вами."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Блокування не завадить додавання міток до вашого облікового запису, але це зупинить можливість цього облікового запису від коментування ваших постів чи взаємодії з вами."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Блог"
 
@@ -1239,7 +1274,7 @@ msgstr "Блог"
 msgid "Bluesky"
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky не може підтвердити автентичність зазначеної дати."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky найкращий з друзями!"
 msgid "Bluesky Social Terms of Service"
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky обере набір рекомендованих облікових записів користувачів у вашій мережі."
 
@@ -1343,7 +1378,7 @@ msgstr ""
 msgid "Browse topic {displayName}"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Організація"
 
@@ -1374,45 +1409,47 @@ msgstr "Зі створенням облікового запису ви пог
 msgid "By you"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Камера"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Скасувати"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Скасувати видалення облікового запису"
 msgid "Cancel image crop"
 msgstr "Скасувати обрізання зображення"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Скасувати зміни облікового запису"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Скасовує відкриття посилання"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Не можна взаємодіяти із заблокованим користувачем"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Субтитри (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Назва та альтернативний текст"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Змінити"
 
@@ -1478,13 +1514,12 @@ msgstr ""
 msgid "Change app icon to \"{0}\""
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Змінити адресу електронної пошти"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Змінити адресу електронної пошти"
 
@@ -1497,10 +1532,6 @@ msgstr "Змінити псевдонім"
 msgid "Change moderation service"
 msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Змінити адресу електронної пошти"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Змінити пароль"
@@ -1513,11 +1544,11 @@ msgstr ""
 msgid "Change report reason"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Змінити адресу електронної пошти"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Змінити адресу електронної пошти"
 
@@ -1530,15 +1561,15 @@ msgstr ""
 msgid "Changes hosting provider"
 msgstr ""
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Чат"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr ""
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Чат стишено"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr ""
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Налаштування чату"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Сповіщення чату увімкнено"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr ""
 
@@ -1599,7 +1630,7 @@ msgstr "Змінити метод підтвердження домену"
 msgid "Choose Feeds"
 msgstr "Обрати стрічки"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Обрати для мене"
 
@@ -1619,7 +1650,7 @@ msgstr "Обрати цей колір для свого аватару"
 msgid "Choose your account provider"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr ""
 
@@ -1631,16 +1662,16 @@ msgstr "Вкажіть пароль"
 msgid "Choose your username"
 msgstr "Ваш псевдонім"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr ""
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr ""
 
@@ -1652,6 +1683,14 @@ msgstr "Очистити пошуковий запит"
 msgid "click here"
 msgstr "торкніться тут"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Торкніться, щоб вимкнути цитування цього допису."
@@ -1676,29 +1715,34 @@ msgstr "Клімат"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Тик 🐴 тигидик 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Закрити"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Закрити діалогове вікно"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Закрити нижнє меню"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Закрити діалогове вікно"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr ""
 
@@ -1751,12 +1795,12 @@ msgstr "Закрити діалогове вікно"
 msgid "Closes password update alert"
 msgstr "Закриває сповіщення про оновлення пароля"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr ""
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr ""
 
@@ -1764,11 +1808,11 @@ msgstr ""
 msgid "Closes viewer for header image"
 msgstr "Закриває перегляд зображення"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Згорнути список користувачів"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Згортає список користувачів для даного сповіщення"
 
@@ -1791,7 +1835,7 @@ msgstr "Комедія"
 msgid "Comics"
 msgstr "Комікси"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Правила спільноти"
@@ -1804,11 +1848,11 @@ msgstr "Завершити ознайомлення та розпочати ко
 msgid "Complete the challenge"
 msgstr "Завершити завдання"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Новий пост"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr ""
 
@@ -1816,7 +1860,7 @@ msgstr ""
 msgid "Compose reply"
 msgstr "Відповісти"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Стискання відео..."
 
@@ -1828,23 +1872,17 @@ msgstr "Налаштувати фільтрування вмісту для ка
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Налаштовано <0>у налаштуваннях модерації</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Підтвердити налаштування мови вмісту"
@@ -1861,18 +1899,19 @@ msgstr "Підтвердити ваш вік:"
 msgid "Confirm your birthdate"
 msgstr "Підтвердити вашу дату народження"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Код підтвердження"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Код підтвердження"
 
@@ -1880,8 +1919,8 @@ msgstr "Код підтвердження"
 msgid "Connecting..."
 msgstr "З’єднання..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Служба підтримки"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Вміст та медіа"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Вміст та медіа"
 
@@ -1911,7 +1950,7 @@ msgstr "Фільтри контенту"
 msgid "Content from across the network we think you might like."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Мови вмісту"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Тло контекстного меню натисніть, щоб закрити меню."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Далі"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Продовжити як {0} (поточний користувач)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Продовжити гілку..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Продовжити до наступного кроку"
@@ -1973,7 +2012,7 @@ msgstr "Кухарство"
 msgid "Copied"
 msgstr "Скопійовано"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Скопійовано версію збірки до буфера обміну"
 
@@ -1981,8 +2020,8 @@ msgstr "Скопійовано версію збірки до буфера об
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Скопійовано"
 
@@ -1991,7 +2030,7 @@ msgstr "Скопійовано"
 msgid "Copied!"
 msgstr "Скопійовано!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr ""
 
@@ -2003,13 +2042,13 @@ msgstr "Скопіювати"
 msgid "Copy App Password"
 msgstr "Копіювати пароль застосунку"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr ""
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Скопіювати код"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Копіювати ідентифікатор"
 
@@ -2040,8 +2079,8 @@ msgstr "Копіювати посилання"
 msgid "Copy link to list"
 msgstr "Копіювати посилання на список"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Копіювати посилання на пост"
 
@@ -2050,13 +2089,13 @@ msgstr "Копіювати посилання на пост"
 msgid "Copy message text"
 msgstr "Копіювати текст повідомлення"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Копіювати текст повідомлення"
 
@@ -2068,7 +2107,7 @@ msgstr "Копіювати QR-код"
 msgid "Copy TXT record value"
 msgstr "Копіювати значення запису TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Політика захисту авторського права"
@@ -2078,7 +2117,7 @@ msgstr "Політика захисту авторського права"
 msgid "Could not leave chat"
 msgstr "Не вдалось залишити чат"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Не вдалося завантажити стрічку"
 
@@ -2094,7 +2133,7 @@ msgstr "Не вдалось стишити чат"
 msgid "Could not process your video"
 msgstr "Не вдалось обробити відео"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Створити"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Створити QR-код для підбірки"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Створити власну підбірку"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Створення власної підбірки для мене"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Створити обліковий запис"
 msgid "Create an account without using this starter pack"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Натомість створити аватар"
 
@@ -2209,13 +2248,13 @@ msgstr "Темна тема"
 msgid "Date of birth"
 msgstr "Дата народження"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Деактивувати обліковий запис"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Налагодження модерації"
 
@@ -2237,13 +2276,13 @@ msgstr ""
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Видалити"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Видалити обліковий запис"
 
@@ -2259,19 +2298,19 @@ msgstr "Видалити пароль для застосунку"
 msgid "Delete app password?"
 msgstr "Видалити пароль застосунку?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr ""
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr ""
 
@@ -2299,9 +2338,9 @@ msgstr "Видалити повідомлення для мене"
 msgid "Delete my account"
 msgstr "Видалити мій обліковий запис"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Видалити пост"
 
@@ -2318,7 +2357,7 @@ msgstr "Видалити власну підбірку?"
 msgid "Delete this list?"
 msgstr "Видалити цей список?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Видалити цей пост?"
 
@@ -2335,19 +2374,19 @@ msgstr "Видалений обліковий запис"
 msgid "Deleted post."
 msgstr "Видалений пост."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Опис"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Опис задовгий"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2356,27 +2395,27 @@ msgstr ""
 msgid "Descriptive alt text"
 msgstr "Альтернативний текст опису"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Вилучити цитування"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Вилучити цитований пост?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Режим розробника вимкнено"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Режим розробника ввімкнено"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Налаштування для розробників"
 
@@ -2388,6 +2427,15 @@ msgstr "Діалог: налаштувати, хто може взаємодія
 msgid "Dim"
 msgstr "Тьмяна"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Вимкнути двофакторну автентифікацію електронної пошти"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Вимкнено"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Видалити"
 
@@ -2420,11 +2468,11 @@ msgstr "Видалити"
 msgid "Discard changes?"
 msgstr "Відхилити зміни?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Відхилити чернетку?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Не зберігати пост?"
 
@@ -2442,15 +2490,15 @@ msgstr ""
 msgid "Discover new custom feeds"
 msgstr "Відкрити для себе нові стрічки"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Відкрити для себе нові стрічки"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Відхилити"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Пропустити помилку"
 
@@ -2471,9 +2519,9 @@ msgstr ""
 msgid "Display larger alt text badges"
 msgstr "Показувати більші мітки альтернативного тексту"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Ім'я"
@@ -2482,11 +2530,11 @@ msgstr "Ім'я"
 msgid "Display Name"
 msgstr "Ім'я"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Ім'я задовге"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr ""
 
@@ -2511,21 +2559,31 @@ msgstr "Не починається або закінчується дефісо
 msgid "Domain verified!"
 msgstr "Домен перевірено!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Готово{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr ""
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Торкніться двічі для закриття діалогу"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr ""
 
@@ -2575,7 +2633,7 @@ msgstr "Тривалість:"
 msgid "e.g. alice"
 msgstr "для прикладу, olenka"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "Як-от Анастасія Прізвище"
 
@@ -2587,7 +2645,7 @@ msgstr "напр. Тарас Шевченко"
 msgid "e.g. alice.com"
 msgstr "для прикладу, olenka.ua"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "напр. Художниця, собачниця та завзята читачка."
 
@@ -2595,19 +2653,19 @@ msgstr "напр. Художниця, собачниця та завзята ч
 msgid "E.g. artistic nudes."
 msgstr "Напр. художня оголеність."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "напр. Чудові писарі"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "напр. Спамери"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "напр. Постери, які нічого не пропускають."
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "напр. Користувачі, що неодноразово відповідали рекламою."
 
@@ -2615,7 +2673,7 @@ msgstr "напр. Користувачі, що неодноразово відп
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Кожен код запрошення працює лише один раз. Час від часу ви будете отримувати нові коди."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Редагувати"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Редагувати фото профілю"
 
@@ -2637,14 +2695,14 @@ msgstr "Редагувати фото профілю"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Редагувати зображення"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Редагувати налаштування взаємодії"
 
@@ -2657,12 +2715,17 @@ msgstr ""
 msgid "Edit list details"
 msgstr "Редагувати опис списку"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Редагувати список модерації"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Редагувати мої стрічки"
 
@@ -2679,15 +2742,15 @@ msgstr "Редагувати користувачів"
 msgid "Edit post interaction settings"
 msgstr "Редагувати налаштування взаємодії з постом"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Редагувати профіль"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Редагувати профіль"
 
@@ -2695,7 +2758,7 @@ msgstr "Редагувати профіль"
 msgid "Edit starter pack"
 msgstr "Редагувати власну підбірку"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Редагувати список користувачів"
 
@@ -2707,11 +2770,11 @@ msgstr "Редагувати, хто може відповідати"
 msgid "Edit your display name"
 msgstr "Редагувати ваш псевдонім для показу"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Редагувати опис вашого профілю"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Редагувати вашу власну підбірку"
 
@@ -2724,9 +2787,8 @@ msgstr "Освіта"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Електронна пошта"
 
@@ -2747,20 +2809,17 @@ msgstr "Адреса електронної пошти"
 msgid "Email Resent"
 msgstr "Лист надіслано знов"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Електронну адресу змінено"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Електронну адресу оновлено"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Електронну адресу перевірено"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Вбудований HTML код"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Вбудований пост"
 
@@ -2785,8 +2844,9 @@ msgstr "Вставте цей пост у Ваш сайт. Просто скоп
 msgid "Embedded video player"
 msgstr "Вбудований відеоплеєр"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Увімкнути"
 
@@ -2798,9 +2858,9 @@ msgstr "Увімкнути лише {0}"
 msgid "Enable adult content"
 msgstr "Дозволити вміст для дорослих"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Увімкнути двофакторну автентифікацію"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Увімкнено"
 msgid "End of feed"
 msgstr "Кінець стрічки"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Переконайтеся, що ви вибрали мову для кожного файлу з субтитрами."
 
@@ -2860,14 +2920,15 @@ msgstr "Введіть пароль"
 msgid "Enter a word or tag"
 msgstr "Введіть слово або мітку"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Ввести код"
 
-#: 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 "Повноекранний режим"
@@ -2897,11 +2958,7 @@ msgstr "Введіть вашу дату народження"
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Введіть нову адресу електронної пошти."
 
@@ -2921,7 +2978,7 @@ msgstr ""
 msgid "Entertainment"
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Помилка"
@@ -2997,15 +3054,15 @@ msgstr "Вийти з режиму перегляду"
 msgid "Expand alt text"
 msgstr "Розгорнути опис"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Розгорнути список користувачів"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Розгорнути або згорнути весь пост, на який ви відповідаєте"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr ""
 
@@ -3031,6 +3088,10 @@ msgstr "Термін дії закінчується {0}"
 msgid "Expires in {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Відверто або потенційно проблемний вмі
 msgid "Explicit sexual images."
 msgstr "Відверті сексуальні зображення."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Експорт моїх даних"
 
@@ -3071,12 +3132,12 @@ msgstr "Зовнішні медіа"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "Зовнішні медіа можуть дозволяти вебсайтам збирати інформацію про вас та ваш пристрій. Інформація не надсилається та не запитується, допоки не натиснуто кнопку «Відтворити»."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Налаштування зовнішніх медіа"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr ""
@@ -3090,15 +3151,11 @@ msgstr ""
 msgid "Failed to change handle. Please try again."
 msgstr "Не вдалось змінити псевдонім. Будь ласка, спробуйте ще раз."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Не вдалось створити пароль застосунку. Будь ласка, спробуйте ще раз."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr ""
 
@@ -3107,12 +3164,12 @@ msgstr ""
 msgid "Failed to create starter pack"
 msgstr "Не вдалось створити власну підбірку"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Не вдалося створити список. Перевірте інтернет-з'єднання і спробуйте ще раз."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr ""
@@ -3121,7 +3178,7 @@ msgstr ""
 msgid "Failed to delete message"
 msgstr "Не вдалося видалити повідомлення"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Не вдалося видалити пост, спробувати ще раз"
 
@@ -3129,7 +3186,7 @@ msgstr "Не вдалося видалити пост, спробувати ще
 msgid "Failed to delete starter pack"
 msgstr "Не вдалось видалити власну підбірку"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr ""
@@ -3195,15 +3252,29 @@ msgstr ""
 msgid "Failed to send"
 msgstr "Не вдалося надіслати"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Не вдалося подати апеляцію. Будь ласка, спробуйте ще раз."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Не вдалося ігнорувати гілку, будь ласка, спробуйте пізніше"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Не вдалося оновити стрічки"
@@ -3219,11 +3290,15 @@ msgstr "Не вдалося оновити налаштування"
 msgid "Failed to upload video"
 msgstr "Не вдалося завантажити відео"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Не вдалось підтвердити псевдонім. Будь ласка, спробуйте ще раз."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Стрічка"
 
@@ -3242,24 +3317,24 @@ msgstr "Перемикач стрічки"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Зворотний зв'язок"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Відгук надіслано!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Стрічки"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Гнучкий"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Підписатися"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Підписатися"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Підписатися на {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Читати {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr ""
 msgid "Follow 7 accounts"
 msgstr "Читати 7 облікових записів"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr ""
 
@@ -3391,7 +3462,7 @@ msgstr ""
 msgid "Follow all"
 msgstr "Читати усіх"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Підписатися навзаєм"
@@ -3417,7 +3488,7 @@ msgstr "Читають <0>{0}</0> та <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Читають <0>{0}</0>, <1>{1}</1>, та {2, plural, one {# інші} few {# інші} many {# інші} other {# інші}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Читачі @{0}, яких читаєте ви"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Читачі, яких читаєте ви"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Читаю"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Читають {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr ""
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Читають {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Налаштування стрічки тих, кого ви читаєте"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Налаштування стрічки тих, кого ви читаєте"
@@ -3524,7 +3591,7 @@ msgstr "Часто публікує неприйнятний контент"
 msgid "From @{sanitizedAuthor}"
 msgstr "Від @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Від <0/>"
@@ -3533,18 +3600,20 @@ msgstr "Від <0/>"
 msgid "Gallery"
 msgstr "Галерея"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Згенерувати особисту підбірку"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Допомога"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "Почати"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr ""
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "Розпочинаємо"
 msgid "GIF"
 msgstr ""
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Створити обличчя для вашого облікового запису"
 
@@ -3567,10 +3636,10 @@ msgstr "Грубі порушення закону чи умов викорис
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Перейти назад"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "Перейти на головну"
 msgid "Go Home"
 msgstr "Перейти на головну"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr ""
 
@@ -3638,8 +3723,8 @@ msgstr "Графічний медіаконтент"
 msgid "Half way there!"
 msgstr "На пів шляху!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Псевдонім"
 
@@ -3665,7 +3750,7 @@ msgstr "Тактильний відгук"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Домагання, тролінг або нетерпимість"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Хештег"
 
@@ -3673,19 +3758,24 @@ msgstr "Хештег"
 msgid "Hashtag {tag}"
 msgstr ""
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Виникли проблеми?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Довідка"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Дайте людям знати, що ви не бот, завантаживши зображення або створивши аватар."
 
@@ -3698,7 +3788,7 @@ msgstr "Це ваш пароль застосунку!"
 msgid "Hidden"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr ""
 
@@ -3715,12 +3805,12 @@ msgstr "Прихований список"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Приховати"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Приховати"
@@ -3729,18 +3819,18 @@ msgstr "Приховати"
 msgid "Hide customization options"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Приховати пост від мене"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Приховати відповідь від усіх"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Приховати відповідь від мене"
 
@@ -3748,12 +3838,12 @@ msgstr "Приховати відповідь від мене"
 msgid "Hide this card"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Приховати цей пост?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Приховати цю відповідь?"
 
@@ -3771,7 +3861,7 @@ msgstr ""
 msgid "Hide trending videos?"
 msgstr ""
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Приховати список користувачів"
 
@@ -3817,11 +3907,11 @@ msgstr "Хм, ми не змогли завантажити цей сервіс
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Чекай-но! Ми поступово даємо доступ до відео, а ви поки що чекаєте в черзі. Спробуйте пізніше!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Головна"
 
@@ -3845,25 +3935,20 @@ msgstr ""
 msgid "Hot replies first"
 msgstr "Спочатку найновіші"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Як ви хочете відкрити це посилання?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Я маю код"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "У мене є код"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Я маю код підтвердження"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Якщо ви видалите цей список, ви не зможе
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Якщо ви видалите цей пост, ви не зможете його відновити."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Якщо ви хочете змінити пароль, ми надішлемо вам код, щоб переконатися, що це ваш обліковий запис."
@@ -3915,18 +4008,19 @@ msgstr "Незаконний та невідкладний"
 msgid "Image"
 msgstr "Зображення"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr ""
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr ""
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Зображення збережено до галереї!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Невірний код підтвердження двофакторн
 msgid "Invalid handle. Please try a different one."
 msgstr "Хибний псевдонім. Будь ласка, спробуйте ввести інший."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Невірний або непідтримуваний пост"
 
@@ -4041,12 +4135,12 @@ msgstr "Все вірно"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Зараз ви на самоті. Додайте користувачів до власної підбірки шукаючи їх вище."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "Вакансія: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Вакансії"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Автор додав мітки."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Мітки"
 
@@ -4100,13 +4194,13 @@ msgstr "Мітки на вашому контенті"
 msgid "Language selection"
 msgstr "Вибір мови"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Налаштування мови"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Мови"
 
@@ -4124,12 +4218,12 @@ msgstr "Нещодавні"
 msgid "learn more"
 msgstr "дізнатись більше"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
 msgstr ""
 
@@ -4137,7 +4231,7 @@ msgstr ""
 msgid "Learn More"
 msgstr "Дізнатися більше"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Дізнатись більше про Bluesky"
 
@@ -4158,8 +4252,8 @@ msgstr "Дізнатися більше про застосовану модер
 msgid "Learn more about this warning"
 msgstr "Дізнатися більше про це попередження"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
 msgstr ""
 
@@ -4202,7 +4296,7 @@ msgstr "Залишити Bluesky"
 msgid "left to go."
 msgstr "ще залишилося."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Дозвольте обрати мені"
 
@@ -4230,7 +4324,7 @@ msgstr "Світла"
 msgid "Like"
 msgstr "Вподобати"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -4247,12 +4341,12 @@ msgstr "Вподобати 10 постів задля тренування Ст
 msgid "Like this feed"
 msgstr "Вподобати цю стрічку"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr ""
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Вподобано"
 
@@ -4269,16 +4363,16 @@ msgstr ""
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Уподобання"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Уподобання цього посту"
 
@@ -4287,11 +4381,11 @@ msgstr "Уподобання цього посту"
 msgid "Linear"
 msgstr ""
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Список"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Список аватарів"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Список ігноровано"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Назва списку"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Список більше не ігноровано"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Списки"
 
@@ -4358,6 +4452,22 @@ msgstr "Списки"
 msgid "Lists blocking this user:"
 msgstr "Списки, що блокують цього користувача:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Завантажити більше"
@@ -4370,18 +4480,18 @@ msgstr "Завантажити більше запропонованих стр
 msgid "Load new notifications"
 msgstr "Завантажити нові сповіщення"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Завантажити нові пости"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Завантаження..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Звіт"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr ""
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Лого від <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Схоже, ви відкріпили всі свої стрічки. А
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Схоже, у вас відсутня стрічка тих, кого ви читаєте. <0>Натисніть тут, щоб додати її.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Згенерувати для мене"
 
@@ -4455,7 +4569,14 @@ msgstr "Відмітити як прочитане"
 msgid "Marked all as read"
 msgstr ""
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Медіа"
 
@@ -4479,7 +4600,7 @@ msgstr "Згадування"
 msgid "Menu"
 msgstr "Меню"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Повідомлення {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Повідомлення задовге"
 msgid "Message options"
 msgstr ""
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Повідомлення"
 
@@ -4532,10 +4653,10 @@ msgstr "Оманливий обліковий запис"
 msgid "Misleading Post"
 msgstr "Оманливий пост"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Модерація"
 
@@ -4557,12 +4678,12 @@ msgstr "Список модерації від <0/>"
 msgid "Moderation list by you"
 msgstr "Список модерації від вас"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Список модерації створено"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Список модерації оновлено"
@@ -4571,8 +4692,8 @@ msgstr "Список модерації оновлено"
 msgid "Moderation lists"
 msgstr "Списки для модерації"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Списки для модерації"
 
@@ -4580,7 +4701,7 @@ msgstr "Списки для модерації"
 msgid "moderation settings"
 msgstr "Налаштування модерації"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Статус модерації"
 
@@ -4593,7 +4714,7 @@ msgstr "Інструменти модерації"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Модератор вирішив встановити загальне попередження на вміст."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Більше"
 
@@ -4602,8 +4723,8 @@ msgstr "Більше"
 msgid "More feeds"
 msgstr "Більше стрічок"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Додаткові опції"
@@ -4637,10 +4758,10 @@ msgstr "Стишити"
 msgid "Mute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr ""
 
@@ -4689,13 +4810,13 @@ msgstr "Ігнорувати це слово лише у тегах"
 msgid "Mute this word until you unmute it"
 msgstr "Ігнорувати це слово безстроково"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Ігнорувати обговорення"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Ігнорувати слова та теги"
 
@@ -4703,12 +4824,12 @@ msgstr "Ігнорувати слова та теги"
 msgid "Muted accounts"
 msgstr "Ігноровані облікові записи"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Ігноровані облікові записи"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Ігноровані облікові записи автоматично вилучаються із вашої стрічки та сповіщень. Ігнорування є повністю приватним."
 
@@ -4729,15 +4850,15 @@ msgstr "Ігнорування є приватним. Ігноровані ко
 msgid "My Birthday"
 msgstr "Мій день народження"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Мої стрічки"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Ім'я"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Необхідна назва"
 
@@ -4772,11 +4893,11 @@ msgstr ""
 msgid "Navigates to the next screen"
 msgstr "Переходить до наступного екрана"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Переходить до вашого профілю"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Потрібно змінити?"
 
@@ -4797,18 +4918,23 @@ msgstr "Неважливо, створіть для мене псевдонім"
 msgid "New"
 msgstr "Новий"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Новий"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Новий чат"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr ""
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
 msgstr ""
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Новий псевдонім"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr ""
 
@@ -4828,7 +4954,7 @@ msgstr ""
 msgid "New messages"
 msgstr "Нові повідомлення"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Новий список модерації"
 
@@ -4840,10 +4966,10 @@ msgstr "Новий пароль"
 msgid "New Password"
 msgstr "Новий пароль"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Новий пост"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Новий пост"
@@ -4863,7 +4989,7 @@ msgstr "Новий пост"
 msgid "New user info dialog"
 msgstr "Інформація про нового користувача"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Новий список користувачів"
 
@@ -4911,6 +5037,10 @@ msgstr "Ще немає паролів застосунку"
 msgid "No DNS Panel"
 msgstr "Відсутня панель DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "GIF-файлів не знайдено. З Tenor можуть бути проблеми."
@@ -4924,8 +5054,8 @@ msgstr "Стрічок не знайдено. Спробуйте пошукат
 msgid "No likes yet"
 msgstr "Ще немає вподобань"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Ви більше не читаєте {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Ще немає цитувань"
 msgid "No reposts yet"
 msgstr "Ще немає репостів"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Результати відсутні"
 
@@ -4980,7 +5110,7 @@ msgstr ""
 msgid "No results found"
 msgstr "Нічого не знайдено"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Нічого не знайдено за запитом «{query}»"
 
@@ -5032,19 +5162,14 @@ msgstr "Несексуальна оголеність"
 msgid "Not followed by anyone you're following"
 msgstr ""
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Не знайдено"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Пізніше"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Примітка щодо поширення"
 
@@ -5052,7 +5177,7 @@ msgstr "Примітка щодо поширення"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "Примітка: Bluesky є відкритою і публічною мережею. Цей параметр обмежує видимість вашого вмісту лише у застосунках і на сайті Bluesky, але інші застосунки можуть цього не дотримуватися. Ваш вміст все ще може бути показаний відвідувачам без облікового запису іншими застосунками і вебсайтами."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Тут нічого немає"
 
@@ -5060,7 +5185,7 @@ msgstr "Тут нічого немає"
 msgid "Notification filters"
 msgstr "Фільтри сповіщень"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Налаштування сповіщень"
@@ -5077,11 +5202,11 @@ msgstr "Звуки сповіщень"
 msgid "Notification Sounds"
 msgstr "Звуки сповіщень"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Сповіщення"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Ой! Щось пішло не так."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr ""
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "Добре"
 
@@ -5140,19 +5265,19 @@ msgstr "Спочатку найдавніші"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "на<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Скинути ознайомлення"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Одна або декілька GIF не мають описового тексту."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Для одного або кількох зображень відсутній опис."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Одне або більше відео не мають описового тексту."
 
@@ -5168,7 +5293,7 @@ msgstr "Тільки {0} можуть відповідати."
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Тільки літери, цифри та дефіс"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Підтримуються лише файли зображень"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ой, щось пішло не так!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ой!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ой!"
 msgid "Open"
 msgstr "Відкрити"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Відкрити меню швидкого доступу облікового запису {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Відкрити створювач аватарів"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr ""
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Емоджі"
 
@@ -5225,7 +5346,7 @@ msgstr ""
 msgid "Open feed options menu"
 msgstr "Відкрити меню налаштувань стрічки"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr ""
 
@@ -5237,7 +5358,7 @@ msgstr "Відкрити посилання на {niceUrl}"
 msgid "Open message options"
 msgstr "Відкрити налаштування повідомлень"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr ""
 
@@ -5249,20 +5370,25 @@ msgstr "Відкрити налаштування ігнорування слі
 msgid "Open pack"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Відкрити меню налаштувань посту"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Відкрити меню власних підбірок"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Відкрити storybook сторінку"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Відкрити системний журнал"
 
@@ -5282,19 +5408,19 @@ msgstr "Відкриє діалог для вибору тих, хто змож
 msgid "Opens additional details for a debug entry"
 msgstr "Відкриє додаткову інформацію про запис для налагодження"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr ""
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Відкриє камеру на пристрої"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr ""
 
@@ -5306,7 +5432,7 @@ msgstr "Відкриє редактор"
 msgid "Opens device photo gallery"
 msgstr "Відкриє фотогалерею пристрою"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr ""
 
@@ -5324,7 +5450,7 @@ msgstr ""
 msgid "Opens GIF select dialog"
 msgstr "Відкриє діалогове вікно вибору GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr ""
 
@@ -5332,6 +5458,10 @@ msgstr ""
 msgid "Opens list of invite codes"
 msgstr "Відкриє список кодів запрошення"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Відкриває форму скидання пароля"
@@ -5340,12 +5470,12 @@ msgstr "Відкриває форму скидання пароля"
 msgid "Opens the linked website"
 msgstr "Відкриває посилання"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Відкриває цей профіль"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Відкриє вікно вибору відео"
 
@@ -5392,7 +5522,7 @@ msgstr ""
 msgid "Other"
 msgstr "Інше"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Інший обліковий запис"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Сторінку не знайдено"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Призупинити відео"
 msgid "People"
 msgstr "Люди"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Люди, яких читає @{0}"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Люди, які читають @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Закріпити на головній"
 msgid "Pin to Home"
 msgstr "Закріпити на головній"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Закріпити у своєму обліковому записі"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Закріплені"
 
@@ -5578,14 +5708,14 @@ msgstr "Просимо обрати псевдонім."
 msgid "Please choose your password."
 msgstr "Просимо обрати ваш пароль."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Просимо завершити перевірку Captcha."
 
-#: 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 "Просимо підтвердити вашу ел. пошту перед її зміною. Це тимчасова вимога під час додавання інструментів оновлення ел. пошти, незабаром її приберуть."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr ""
@@ -5602,10 +5732,28 @@ msgstr ""
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Будь ласка, введіть унікальну назву для цього паролю або оберіть випадково згенеровану."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Просимо ввести допустиме слово, тег або фразу для ігнорування"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Просимо ввести адресу ел. пошти."
 msgid "Please enter your invite code."
 msgstr "Будь ласка, введіть код запрошення."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr ""
@@ -5648,7 +5800,11 @@ msgstr ""
 msgid "Please sign in as @{0}"
 msgstr "Будь ласка, увійдіть як @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Просимо підтвердити свою адресу ел. пошти"
 
@@ -5662,7 +5818,7 @@ msgstr "Політика"
 msgid "Porn"
 msgstr "Порнографія"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Запостити"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Запостити"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Опублікувати все"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Пост від {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Пост від @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Пост видалено"
@@ -5697,7 +5853,7 @@ msgstr "Пост видалено"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Не вдалось завантажити пост. Будь ласка, перевірте з'єднання з інтернетом та спробуйте ще раз."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr ""
 
@@ -5719,7 +5875,7 @@ msgstr "Пост приховано вами"
 msgid "Post interaction settings"
 msgstr "Налаштування взаємодії з постом"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr ""
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Пост відкріплено"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Пости"
@@ -5789,7 +5945,7 @@ msgstr "Натисніть для перегляду підписників ць
 msgid "Previous image"
 msgstr "Попереднє зображення"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Основна мова"
 
@@ -5807,26 +5963,26 @@ msgstr "Важливі сповіщення"
 msgid "Privacy"
 msgstr "Конфіденційність"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Конфіденційність та безпека"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Конфіденційність та безпека"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Політика конфіденційності"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Обробка відео..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Обробка..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "профіль"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Профіль"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Профіль оновлено"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr ""
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr ""
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr ""
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr ""
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr ""
 
@@ -5904,11 +6060,11 @@ msgstr "QR-код збережено до галереї!"
 msgid "Quote post"
 msgstr "Цитувати пост"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Цитування посту повторно додано"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Цитування посту успішно відкріплено"
 
@@ -5927,7 +6083,7 @@ msgstr "Налаштування цитування"
 msgid "Quotes"
 msgstr "Цитування"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Цитування цього поста"
 
@@ -5942,8 +6098,8 @@ msgstr "У випадковому порядку"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Додати повторно цитування"
 
@@ -5960,15 +6116,15 @@ msgstr "Повторна активація облікового запису"
 msgid "Read blog post"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Читати блог Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Повторне з'єднання"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr ""
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr ""
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Перезавантажити розмови"
@@ -6022,7 +6178,7 @@ msgstr "Перезавантажити розмови"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Видалити"
 msgid "Remove {displayName} from starter pack"
 msgstr "Видалити {displayName} з підбірки"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Видалити обліковий запис"
 
@@ -6046,13 +6202,13 @@ msgstr "Видалити обліковий запис"
 msgid "Remove attachment"
 msgstr "Видалити вкладення"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Видалити аватар"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Видалити банер"
 
@@ -6079,7 +6235,7 @@ msgstr "Видалити стрічку?"
 msgid "Remove from my feeds"
 msgstr "Вилучити з моїх стрічок"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Прибрати зі швидкого доступу?"
 
@@ -6097,11 +6253,16 @@ msgstr ""
 msgid "Remove image"
 msgstr "Видалити зображення"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Видалити ігноровані слова з вашого списку"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Вилучити обліковий запис"
 
@@ -6114,7 +6275,7 @@ msgstr "Вилучити цитату"
 msgid "Remove repost"
 msgstr "Видалити репост"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Видалити файл з субтитрами"
 
@@ -6127,9 +6288,9 @@ msgid "Remove user from list"
 msgstr ""
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
 msgstr ""
 
@@ -6168,10 +6329,6 @@ msgstr "Видалено з моїх стрічок"
 msgid "Removed verification"
 msgstr ""
 
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr ""
-
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
 msgstr "Вилучає цитований допис"
@@ -6181,7 +6338,7 @@ msgstr "Вилучає цитований допис"
 msgid "Replace with Discover"
 msgstr "Замінити на Стрічку відкриття"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Відповіді"
 
@@ -6193,12 +6350,12 @@ msgstr "Відповіді вимкнуто"
 msgid "Replies to this post are disabled."
 msgstr "Відповіді в цьому пості вимкнено."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Відповісти"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr ""
 
@@ -6224,34 +6381,34 @@ msgstr "Налаштування відповіді визначаються а
 msgid "Reply sorting"
 msgstr ""
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Відповідь до <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Відповісти на заблокований пост"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Відповідь на пост"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Відповідь вам"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Оновлено видимість відповідей"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Відповідь успішно приховано"
 
@@ -6261,16 +6418,16 @@ msgstr "Відповідь успішно приховано"
 msgid "Report"
 msgstr "Поскаржитися"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr ""
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Поскаржитися на розмову"
 
@@ -6293,8 +6450,8 @@ msgstr ""
 msgid "Report message"
 msgstr "Поскаржитися на повідомлення"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Поскаржитись на пост"
 
@@ -6369,27 +6526,27 @@ msgstr "Репостити або цитувати"
 msgid "Reposted By"
 msgstr "Зробив(-ла) репост"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} зробив(-ла) репост"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Репост від <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Ви зробили репост"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Репости цього поста"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "Змінити"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr ""
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "Надіслати запит на код"
 msgid "Require alt text before posting"
 msgstr "Вимагати опис зображень перед публікацією"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr ""
 
@@ -6413,13 +6570,19 @@ msgstr "Вимагається цим хостинг-провайдером"
 msgid "Required in your region"
 msgstr "Необхідно для вашого регіону"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "Надіслати лист ще раз"
@@ -6436,8 +6599,8 @@ msgstr "Код скидання"
 msgid "Reset Code"
 msgstr "Код скидання"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr ""
 
@@ -6458,10 +6621,10 @@ msgstr "Повторити останню дію, яка спричинила п
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Повернутися до попередньої сторінки"
 msgid "Returns to home page"
 msgstr "Повертає до головної сторінки"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr ""
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Зберегти"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Зберегти"
@@ -6534,7 +6699,7 @@ msgstr "Зберегти день народження"
 msgid "Save changes"
 msgstr "Зберегти зміни"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Зберегти зміни"
 
@@ -6564,16 +6729,12 @@ msgstr "Зберегти до моїх стрічок"
 msgid "Saved Feeds"
 msgstr "Збережені стрічки"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Збережено до галереї"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Збережено до ваших стрічок"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Зберігає зміни вашого профілю"
 
@@ -6583,8 +6744,8 @@ msgstr "Зберігає налаштування обрізання зобра
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Привітайтесь!"
 
@@ -6602,11 +6763,11 @@ msgstr "Прогорнути вгору"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Пошук"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr ""
@@ -6615,7 +6776,7 @@ msgstr ""
 msgid "Search by name or interest"
 msgstr ""
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr ""
 
@@ -6656,8 +6817,8 @@ msgstr "Пошук GIF-файлів"
 msgid "Search my posts"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr ""
 
@@ -6679,7 +6840,11 @@ msgstr ""
 msgid "Searches for profiles"
 msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Потрібен код підтвердження"
 
@@ -6699,7 +6864,7 @@ msgstr ""
 msgid "See #{tag} posts by user"
 msgstr ""
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Переглянути вакансії у Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Вибрати колір"
 msgid "Select account"
 msgstr "Вибрати обліковий запис"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Виберіть аватар"
@@ -6727,10 +6896,22 @@ msgstr "Виберіть аватар"
 msgid "Select an emoji"
 msgstr "Виберіть емодзі"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Вибрати мови вмісту"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Вибрати існуючий обліковий запис"
@@ -6747,11 +6928,11 @@ msgstr "Вибрати GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Оберіть, як довго ігнорувати це слово."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Обрати мову..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Вибрати мови"
 
@@ -6763,6 +6944,10 @@ msgstr ""
 msgid "Select moderator"
 msgstr "Вибрати модератора"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Обрати {emojiName} емодзі як ваш аватар"
 msgid "Select the moderation service(s) to report to"
 msgstr "Вибрати сервіс(и) модерації для скарги"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Обрати відео"
 
@@ -6784,11 +6969,11 @@ msgstr "Обрати відео"
 msgid "Select what content this mute word should apply to."
 msgstr "Оберіть, до якого вмісту слід застосовувати ігнорування слів."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr ""
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Оберіть мови постів, які ви хочете бачити у збережених каналах. Якщо не вибрано жодної – буде показано пости всіма мовами."
 
@@ -6801,7 +6986,7 @@ msgstr "Вибрати дату народження"
 msgid "Select your interests from the options below"
 msgstr "Вибрати ваші інтереси з варіантів нижче"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Оберіть бажану мову для перекладів у вашій стрічці."
 
@@ -6813,19 +6998,17 @@ msgstr ""
 msgid "Send a neat website!"
 msgstr "Надішліть нарядний сайт!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "Надіслати підтвердження"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Надіслати підтвердження на електронну пошту"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Надіслати лист із кодом підтвердження"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Надіслати ел. листа"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Надіслати ел. лист"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Надіслати відгук"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Надіслати повідомлення"
@@ -6863,13 +7046,14 @@ msgstr "Поскаржитися до {0}"
 msgid "Send report to {title}"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Надіслати в особисті повідомлення"
 
@@ -6901,10 +7085,10 @@ msgstr "Налаштуйте ваш обліковий запис"
 msgid "Sets email for password reset"
 msgstr "Встановлює ел. адресу для скидання пароля"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Налаштування"
 
@@ -6926,16 +7110,16 @@ msgstr "З сексуальним підтекстом"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Поширити"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Поширити"
@@ -6948,9 +7132,9 @@ msgstr "Поділіться цікавою історією!"
 msgid "Share a fun fact!"
 msgstr "Поділіться веселим фактом!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Все одно поширити"
 
@@ -6990,7 +7174,7 @@ msgstr "Поділіться цією підбіркою та допоможіт
 msgid "Share your favorite feed!"
 msgstr "Поділіться улюбленою стрічкою!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Тестувальник спільних налаштувань"
 
@@ -7011,8 +7195,8 @@ msgstr "Показати альтернативний текст"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Показати все одно"
 
@@ -7033,8 +7217,8 @@ msgstr ""
 msgid "Show hidden replies"
 msgstr "Показати приховані відповіді"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Показувати менше таких публікацій"
 
@@ -7042,14 +7226,14 @@ msgstr "Показувати менше таких публікацій"
 msgid "Show list anyway"
 msgstr "Все одно показати список"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Показати більше"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Показувати більше таких публікацій"
 
@@ -7079,8 +7263,8 @@ msgstr ""
 msgid "Show replies by people you follow before all other replies"
 msgstr "Показувати відповіді тих, за ким ви слідкуєте, перед іншими відповідями"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Показувати відповіді усім"
 
@@ -7102,11 +7286,11 @@ msgstr "Показати попередження"
 msgid "Show warning and filter from feeds"
 msgstr "Показати попередження і фільтрувати зі стрічки"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr ""
 
@@ -7124,8 +7308,8 @@ msgstr ""
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr ""
 msgid "Sign in"
 msgstr "Увійти"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Увійти як {0}"
 
@@ -7150,7 +7334,7 @@ msgstr ""
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Увійти або створити обліковий запис, щоб приєднатися до розмови!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr ""
 
@@ -7158,15 +7342,15 @@ msgstr ""
 msgid "Sign in to Bluesky or create a new account"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Вийти"
 
@@ -7174,8 +7358,8 @@ msgstr "Вийти"
 msgid "Sign Out"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Вийти?"
 
@@ -7206,12 +7390,17 @@ msgstr "Пропустити цей процес"
 msgid "Smaller"
 msgstr "Менше"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr ""
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Розробка П/З"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
 msgstr ""
 
@@ -7235,7 +7424,7 @@ msgstr ""
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Щось пішло не так"
 
@@ -7264,8 +7453,8 @@ msgstr ""
 msgid "Something wrong? Let us know."
 msgstr ""
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr ""
 
@@ -7304,7 +7493,7 @@ msgstr "Спам; надмірні згадки або відповіді"
 msgid "Sports"
 msgstr "Спорт"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Розпочати новий чат"
 
@@ -7322,8 +7511,8 @@ msgstr ""
 msgid "Start chat with {displayName}"
 msgstr "Розпочати чат з {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Набір початківця"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Хибний набір початківця"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Набори початківця"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Власні підбірки дозволяють легко ділитись з друзями улюбленими стрічками та користувачами."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Сторінка стану"
 
@@ -7363,12 +7552,12 @@ msgstr "Сторінка стану"
 msgid "Step {0} of {1}"
 msgstr "Крок {0} з {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Сховище очищено, тепер вам треба перезапустити застосунок."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr ""
 
@@ -7401,11 +7590,11 @@ msgstr "Підписатися"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Підписатися на @{0}, щоб використовувати ці мітки:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Підписатися на мітника"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Підписатися на цього мітника"
 
@@ -7413,11 +7602,12 @@ msgstr "Підписатися на цього мітника"
 msgid "Subscribe to this list"
 msgstr "Підписатися на цей список"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Успіх!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
 msgstr ""
 
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr ""
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Підтримка"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Перемкнути обліковий запис"
 
@@ -7462,11 +7652,11 @@ msgstr "Перемкнути обліковий запис"
 msgid "Switch Account"
 msgstr "Перемикнути обліковий запис"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr ""
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr ""
 
@@ -7477,9 +7667,9 @@ msgstr ""
 msgid "System"
 msgstr "Системна"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Системний журнал"
 
@@ -7518,7 +7708,7 @@ msgstr "Технології"
 msgid "Tell a joke!"
 msgstr "Розкажіть жарт!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Розкажіть нам трохи про себе"
 
@@ -7531,12 +7721,12 @@ msgstr "Розкажіть нам ще трохи"
 msgid "Terms"
 msgstr "Умови"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Умови Використання"
 
@@ -7564,7 +7754,11 @@ msgstr ""
 msgid "Text input field"
 msgstr "Поле вводу тексту"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Дякуємо! Адресу електронної пошти було успішно підтверджено."
 
@@ -7597,12 +7791,12 @@ msgstr "Підбірку не вдалось знайти."
 msgid "That's all, folks!"
 msgstr "На цьому все!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr ""
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Обліковий запис зможе взаємодіяти з вами після розблокування."
 
@@ -7636,6 +7830,10 @@ msgstr "Стрічка відкриття"
 msgid "The Discover feed now knows what you like"
 msgstr "Тепер Стрічка відкриття знає ваші уподобання"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Досвід використання кращий у застосунку. Завантажте Bluesky вже зараз та продовжуйте з того місця, де зупинились."
@@ -7669,6 +7867,7 @@ msgstr "Політика конфіденційності була перемі
 msgid "The selected video is larger than 100 MB."
 msgstr "Обране відео понад 100 Мб."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Схоже, на сервері певні проблеми. Будь ласка, спробуйте знову через деякий час."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "При з'єднанні з сервером виникла проблема"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Виникла проблема зі з'єднанням з сервером. Перевірте підключення до Інтернету і повторіть спробу знову."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Виникла проблема з завантаженням сповіщень. Натисніть тут, щоб повторити спробу."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Виникла проблема з завантаженням постів. Натисніть тут, щоб повторити спробу."
 
@@ -7763,20 +7962,20 @@ msgstr "Виникла проблема з надсиланням вашої с
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Виникла проблема з оновленням ваших стрічок. Будь ласка, перевірте підключення до Інтернету і повторіть спробу."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Виникла проблема! {0}"
 
@@ -7808,12 +8007,12 @@ msgstr "Ці налаштування застосовуються лише дл
 msgid "This {screenDescription} has been flagged:"
 msgstr "Цей {screenDescription} був позначений:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
 msgstr ""
 
 #: src/components/moderation/ScreenHider.tsx:106
@@ -7824,7 +8023,7 @@ msgstr "Цей користувач вказав, що не хоче, аби й
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Обліковий запис заблоковано одним або кількома списками модерації. Щоб розблокувати, видаліть користувача з таких списків."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
 msgstr ""
 
@@ -7865,10 +8064,18 @@ msgstr "Цей вміст не доступний для перегляду бе
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Ця функція знаходиться в беті. Ви можете дізнатися більше про експорт репозиторіїв у <0>цьому блозі.</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Ця функція недоступна за використання пароля застосунку. Будь ласка, увійдіть за допомогою вашого основного пароля."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Ця стрічка порожня! Можливо, вам треба підписатися на більшу кількість користувачів або змінити ваші налаштування мови."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Стрічка порожня."
@@ -7899,9 +8106,10 @@ msgstr "Цей псевдонім використовується. Будь л
 msgid "This information is not shared with other users."
 msgstr "Ця інформація не розкривається іншим користувачам."
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr ""
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Даний сервіс модерації недоступний. Перегляньте деталі нижче. Якщо проблема не зникне, зв'яжіться з нами."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Зазначається, що пост було створено — <0>{0}</0>, але вперше цей пост було оприлюднено на Bluesky — <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Зазначається, що пост було створено — <0
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr ""
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Цей пост було видалено."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Цей пост буде приховано від стрічок та гілок. Цю дію не можна скасувати."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Автор цього поста вимкнув можливість його цитувати."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 ""
 
@@ -7976,6 +8184,10 @@ msgstr "Цей сервіс не надав умови обслуговуван
 msgid "This should create a domain record at:"
 msgstr "Це має створити обліковий запис домену:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr ""
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Ніхто не підписаний на користувача."
@@ -8013,11 +8225,11 @@ msgstr "Цей користувач не підписаний ні на кого
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Це видалить «{0}» з ваших ігнорованих слів. Ви зможете повернути його будь-коли."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Це прибере @{0} зі списку швидкого доступу."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Це видалить ваш пост з цитованого посту для усіх користувачів та замінить його на заповнювач."
 
@@ -8044,7 +8256,7 @@ msgstr ""
 msgid "Threaded mode"
 msgstr "Режим розмови"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Налаштування обговорень"
 
@@ -8056,14 +8268,15 @@ msgstr ""
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Щоб вимкнути метод двофакторної автентифікації електронної пошти, будь ласка, перевірте свій доступ до адреси електронної пошти."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Для скарги на розмову, будь ласка, поскаржтеся на одне з повідомлень з неї через екран розмови. Це дозволить нашим модераторам зрозуміти контекст проблеми."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Для завантаження відео на Bluesky потрібно підтвердити адресу електронної пошти."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Кому ви хотіли б відправити цю скаргу?"
@@ -8090,16 +8303,16 @@ msgstr ""
 msgid "Top"
 msgstr "Топ"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr ""
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Перекласти"
 
@@ -8144,6 +8357,7 @@ msgstr "Введіть своє повідомлення тут"
 msgid "Type:"
 msgstr "Тип:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Не вдається з'єднатись. Будь ласка, перевірте з'єднання з Інтернетом та повторіть спробу."
@@ -8166,27 +8380,27 @@ msgstr "Неможливо видалити"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Розблокувати"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Розблокувати"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Розблокувати обліковий запис"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Розблокувати обліковий запис?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Відписатись"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Відписатися від {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr ""
 
@@ -8225,7 +8439,7 @@ msgstr ""
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
 msgstr ""
 
@@ -8233,7 +8447,7 @@ msgstr ""
 msgid "Unlike"
 msgstr "Прибрати вподобання"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr ""
 
@@ -8252,10 +8466,10 @@ msgstr "Не ігнорувати"
 msgid "Unmute {tag}"
 msgstr ""
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr ""
 
@@ -8267,8 +8481,8 @@ msgstr "Не ігнорувати розмову"
 msgid "Unmute list"
 msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Перестати ігнорувати"
 
@@ -8294,8 +8508,8 @@ msgstr ""
 msgid "Unpin from home"
 msgstr "Відкріпити від головної сторінки"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Відкріпити від облікового запису"
 
@@ -8311,7 +8525,12 @@ msgstr ""
 msgid "Unpinned from your feeds"
 msgstr "Відкріплено від ваших стрічок"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Відписатися"
 
@@ -8320,7 +8539,7 @@ msgstr "Відписатися"
 msgid "Unsubscribe from list"
 msgstr "Відписатись від списку"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Відписатися від цього мітника"
 
@@ -8328,11 +8547,11 @@ msgstr "Відписатися від цього мітника"
 msgid "Unsubscribed from list"
 msgstr "Відписано від списку"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Непідтримуваний тип відео"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Непідтримуваний тип відео: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr ""
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Оновити <0>{displayName}</0> у Списках"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Оновити на {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Не вдалось оновити вкладення з цитуванням"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Не вдалось оновити видимість відповіді"
@@ -8371,7 +8601,7 @@ msgstr "Не вдалось оновити видимість відповіді
 msgid "Updating..."
 msgstr "Оновлення..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Натомість завантажити фото"
 
@@ -8379,22 +8609,22 @@ msgstr "Натомість завантажити фото"
 msgid "Upload a text file to:"
 msgstr "Завантажити текстовий файл до:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Завантажити з камери"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Завантажити з файлів"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Завантажити з бібліотеки"
 
@@ -8407,7 +8637,7 @@ msgstr "Завантаження зображень..."
 msgid "Uploading link thumbnail..."
 msgstr "Завантаження ескізу посилання..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Завантаження відео..."
 
@@ -8419,8 +8649,8 @@ msgstr ""
 msgid "Use default provider"
 msgstr "Використовувати провайдера за замовчуванням"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "У вбудованому браузері"
 
@@ -8429,8 +8659,8 @@ msgstr "У вбудованому браузері"
 msgid "Use in-app browser to open links"
 msgstr "Використовувати вбудований браузер для відкриття посилань"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "У звичайному браузері"
 
@@ -8484,12 +8714,12 @@ msgstr "Список користувачів від {0}"
 msgid "User list by you"
 msgstr "Список користувачів від вас"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Список користувачів створено"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Список користувачів оновлено"
@@ -8523,11 +8753,15 @@ msgstr ""
 msgid "Value:"
 msgstr "Значення:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr ""
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
 msgstr ""
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
 msgstr ""
@@ -8536,60 +8770,63 @@ msgstr ""
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
 msgstr ""
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Необхідно підтвердити адресу електронної пошти"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "Необхідно підтвердити запис DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "Підтвердити зараз"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Підтвердити текстовий файл"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
 msgstr ""
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Підтвердити адресу електронної пошти"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Підтвердьте адресу вашої електронної пошти"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Версія {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Відео"
 msgid "Video failed to process"
 msgstr "Не вдалось обробити відео"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr ""
 
@@ -8616,11 +8853,11 @@ msgstr ""
 msgid "Video Games"
 msgstr "Відеоігри"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr ""
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr ""
 
@@ -8628,11 +8865,11 @@ msgstr ""
 msgid "Video not found."
 msgstr "Відео не знайдено."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Налаштування відео"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Відео завантажено"
 
@@ -8640,24 +8877,24 @@ msgstr "Відео завантажено"
 msgid "Video: {0}"
 msgstr "Відео: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr ""
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr ""
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Переглянути аватар {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Переглянути профіль {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Переглянути профіль {0}"
 msgid "View {displayName}'s profile"
 msgstr "Переглянути профіль {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Переглянути заблокований профіль користувача"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Переглянути запис для налагодження"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Переглянути деталі"
 
@@ -8688,7 +8925,7 @@ msgstr "Переглянути деталі"
 msgid "View details for reporting a copyright violation"
 msgstr "Переглянути деталі як надіслати скаргу про порушення авторських прав"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Переглянути обговорення"
 
@@ -8703,13 +8940,12 @@ msgstr "Переглянути інформацію про мітки"
 msgid "View more"
 msgstr ""
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Переглянути профіль"
 
@@ -8790,6 +9026,11 @@ msgstr "Попереджувати про вміст"
 msgid "Warn content and filter from feeds"
 msgstr "Попереджувати про вміст і фільтрувати його зі стрічки"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Ми не змогли знайти жодних результатів для цього хештегу."
@@ -8798,7 +9039,7 @@ msgstr "Ми не змогли знайти жодних результатів
 msgid "We couldn't find any results for that topic."
 msgstr ""
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Не вдалось завантажити цю розмову"
 
@@ -8822,6 +9063,10 @@ msgstr "У нас закінчилися дописи у ваших підпис
 msgid "We recommend selecting at least two interests."
 msgstr ""
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Ми не змогли визначити, чи ви можете завантажувати відео. Будь ласка, спробуйте ще раз."
@@ -8842,6 +9087,10 @@ msgstr "Ми не змогли під'єднатися. Будь ласка, с
 msgid "We will let you know when your account is ready."
 msgstr "Ми повідомимо вас, коли ваш обліковий запис буде готовий."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Ми скористаємося цим, щоб підлаштувати Ваш досвід."
@@ -8871,7 +9120,7 @@ msgstr "На жаль, ми не змогли зараз завантажити
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Даруйте, нам не вдалося виконати пошук за вашим запитом. Будь ласка, спробуйте ще раз через кілька хвилин."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Нам прикро! Пост, на який ви відповідаєте, видалено."
 
@@ -8880,7 +9129,7 @@ msgstr "Нам прикро! Пост, на який ви відповідаєт
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Нам дуже прикро! Ми не можемо знайти сторінку, яку ви шукали."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Вибачте, підписатися можна лише на двадцять мітників. Ви вже досягли свого ліміту."
 
@@ -8902,7 +9151,7 @@ msgstr "Яку назву оберете для власної підбірки?
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Як справи?"
 
@@ -8931,7 +9180,7 @@ msgid "Who can verify?"
 msgstr ""
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Упс!"
@@ -8984,11 +9233,11 @@ msgstr "Чому слід переглянути цього користувач
 msgid "Write a message"
 msgstr "Уведіть повідомлення"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Написати пост"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Написати відповідь"
@@ -9002,6 +9251,11 @@ msgstr "Письменники"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr ""
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Так"
@@ -9015,11 +9269,11 @@ msgstr "Так, деактивувати"
 msgid "Yes, delete this starter pack"
 msgstr "Так, видалити цю підбірку"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Так, вилучити"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Так, сховати"
 
@@ -9047,6 +9301,15 @@ msgstr ""
 msgid "You are in line."
 msgstr "Ви в черзі."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Ви не можете завантажувати відео."
@@ -9055,12 +9318,16 @@ msgstr "Ви не можете завантажувати відео."
 msgid "You are not following anyone."
 msgstr "Ви ні на кого не підписані."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
 msgstr ""
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
 msgstr ""
 
@@ -9166,7 +9433,7 @@ msgstr "Ви увімкнули ігнорування цього обліков
 msgid "You have muted this user"
 msgstr "Ви увімкнули ігнорування цього користувача"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "У вас поки немає розмов. Розпочніть першу!"
 
@@ -9179,11 +9446,11 @@ msgstr "У вас немає стрічок."
 msgid "You have no lists."
 msgstr "У вас немає списків."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "Ви ще не заблокували жодного облікового запису. Щоб заблокувати, треба перейти до їхнього профілю та обрати опцію «Заблокувати» з меню їхнього облікового запису."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Ви ще не ігноруєте жодного облікового запису. Щоб ігнорувати, треба перейти до їхнього профілю та вибрати опцію «Ігнорувати» з меню їхнього облікового запису."
 
@@ -9191,11 +9458,15 @@ msgstr "Ви ще не ігноруєте жодного облікового з
 msgid "You have reached the end"
 msgstr "Ви досягли кінця"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Ви тимчасово досягли ліміту завантаження відео. Будь ласка, спробуйте пізніше."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Ви ще не створювали власних підбірок!"
 
@@ -9224,7 +9495,7 @@ msgstr ""
 msgid "You may only add up to 3 feeds"
 msgstr "Ви можете додати лише 3 стрічки"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Можна обрати не більше 4 зображень"
 
@@ -9232,7 +9503,7 @@ msgstr "Можна обрати не більше 4 зображень"
 msgid "You must be 13 years of age or older to create an account."
 msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Ви маєте читати щонайменше сімох користувачів для генерування власної підбірки."
 
@@ -9248,10 +9519,18 @@ msgstr "Ви маєте надати доступ до бібліотеки фо
 msgid "You must select at least one labeler for a report"
 msgstr "Ви мусите обрати хоча б одного мітника для скарги"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr ""
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Раніше ви деактивували @{0}."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr ""
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr ""
@@ -9260,16 +9539,16 @@ msgstr ""
 msgid "You reacted {0} to {1}"
 msgstr ""
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Ви вийдете з усіх облікових записів."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Ви більше не будете отримувати сповіщення з цього обговорення"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Ви будете отримувати сповіщення з цього обговорення"
 
@@ -9305,7 +9584,7 @@ msgstr "Ви підпишетесь на цих людей та інших {0}"
 msgid "You'll follow these people right away"
 msgstr "Ви миттєво почнете читати цих людей"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Ви отримаєте листа на <0>{0}</0> для підтвердження, що це ви."
 
@@ -9339,6 +9618,10 @@ msgstr ""
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Ваша домашня стрічка закінчилась! Підпишіться на більше користувачів щоб отримувати більше постів."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Ви досягли денного ліміту завантаження відео (забагато байтів)"
@@ -9347,7 +9630,7 @@ msgstr "Ви досягли денного ліміту завантаження
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Ви досягли денного ліміту завантаження відео (забагато відео)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr ""
 
@@ -9391,14 +9674,18 @@ msgstr "Ваш браузер не підтримує цей формат від
 msgid "Your chats have been disabled"
 msgstr "Ваші чати вимкнено"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Ваш вибір буде запам'ятовано, ви у будь-який момент зможете змінити його в налаштуваннях."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr ""
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr ""
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr ""
 msgid "Your email appears to be invalid."
 msgstr "Не вдалося розпізнати адресу електронної пошти."
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Ваша електронна пошта ще не підтверджена. Це важливий крок для безпеки вашого облікового запису, який ми рекомендуємо вам зробити."
 
@@ -9434,7 +9721,7 @@ msgstr "Вашим повним псевдонімом буде <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr ""
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Ваш пароль успішно змінено!"
 msgid "Your password must be at least 8 characters long."
 msgstr ""
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Пост опубліковано"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Ваші пости опубліковано"
 
@@ -9479,7 +9766,7 @@ msgstr "Ваші повідомлення, вподобання і блоки є
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "Ваш обліковий запис, пости, стрічки та списки більше не будуть видимі іншим користувачам Bluesky. Ви можете відновити свій обліковий запис в будь-який момент ввівши дані облікового запису у поле для входу."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Відповідь опубліковано"
 
diff --git a/src/locale/locales/vi/messages.po b/src/locale/locales/vi/messages.po
index 6c604217a..6b262ce4c 100644
--- a/src/locale/locales/vi/messages.po
+++ b/src/locale/locales/vi/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: vi\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Vietnamese\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr "(hoạt động)"
 msgid "(contains embedded content)"
 msgstr "(chứa nội dung nhúng)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(không có email)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, other {# lượt đăng lại}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, other {# giây}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, other {# mục chưa đọc}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, other {# mục chưa đọc}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, other {# tháng}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, other {người theo dõi}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, other {đang theo dõi}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, other {lượt thích}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, other {lượt thích}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, other {bài đăng}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, other {trích dẫn}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, other {lượt đăng lại}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0>trong <1>thẻ</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0>trong <1>văn bản & thẻ</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "{0} tham gia tuần này"
@@ -157,7 +160,8 @@ msgstr "{0} đã bày tỏ cảm xúc {1}"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} đã bày tỏ cảm xúc {1} cho {2}"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "hình đại diện của {0}"
 
@@ -189,7 +193,7 @@ msgstr "{0} phút"
 msgid "{0}s"
 msgstr "{0} giây"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, other {# mục chưa đọc}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, other {giờ}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, other {phút}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}</0> đã theo dõi bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}</0> đã thích bảng tin của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}</0> đã thích bài của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}</0> đã xoá xác minh của họ khỏi tài khoản của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}</0> đã đăng lại bài của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}</0> đã đăng ký gói khởi đầu của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}</0> đã xác thực bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} đã theo dõi bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} đã theo dõi lại bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} đã thích bảng tin của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} đã thích bài của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} đã xoá xác minh khỏi tài khoản tài khoản của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} đã đăng lại bài của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} đã đăng ký gói khởi đầu của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} đã xác thực bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã theo dõi bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã thích bảng tin của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã thích bài của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã xoá xác minh của họ khỏi tài khoản của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã đăng lại bài của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã đăng ký gói khởi đầu của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã xác thực bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} đã theo dõi bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} đã theo dõi lại bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} đã thích bảng tin của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} đã thích bài của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} đã xoá xác minh khỏi tài khoản tài khoản của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} đã đăng lại bài của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} đã đăng ký gói khởi đầu của bạn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} đã xác thực bạn"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} đang theo dõi"
@@ -335,11 +339,23 @@ msgstr "{following} đang theo dõi"
 msgid "{handle} can't be messaged"
 msgstr "không thể nhắn tin cho {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# người dùng}} đã đăng ký!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, other {# mục chưa đọc}}"
@@ -364,16 +380,16 @@ msgstr "{type} giờ trước"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} là người xác minh đáng tin cậy"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} đã được xác minh"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "Các xác minh của {userName}"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}, </0><1>{1}, </1>và {2, plural, other {# người khác}} nằm trong trong gói khởi đầu của bạn"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, other {người theo dõi}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, other {đang theo dõi}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>Thử nghiệm:</0> Khi tùy chọn này được bật, bạn chỉ
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>Bạn</0> và<1> </1><2>{0} </2>nằm trong gói khởi đầu của bạn"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠Tên người dùng không hợp lệ"
 
@@ -449,21 +465,21 @@ msgstr "một tin nhắn"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "Một dạng xác thực hoàn toàn mới"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "Giới thiệu"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "Chấp nhận"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "Chấp nhận yêu cầu trò chuyện"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "Chấp nhận yêu cầu"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "Trợ năng"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "Cài đặt trợ năng"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "Tài khoản"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "Tài khoản đã bị chặn"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "Tài khoản được theo dõi"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "Tài khoản đã bị ẩn"
@@ -517,34 +533,34 @@ msgstr "Tài khoản đã bị ẩn"
 msgid "Account Muted by List"
 msgstr "Tài khoản đã bị ẩn bởi Danh sách"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "Tùy chọn tài khoản"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "Tài khoản đã bị xóa khỏi truy cập nhanh"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "Tài khoản đã được bỏ chặn"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "Tài khoản đã bị bỏ theo dõi"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "Tài khoản đã được bật lại thông báo"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "Tài khoản có dấu tích xanh hình viền răng cưa <0><1/></0> có thể xác minh người khác. Những người xác minh đáng tin cậy này được chọn bởi Bluesky."
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "Thêm {displayName} vào gói khởi đầu"
 msgid "Add a content warning"
 msgstr "Thêm cảnh báo nội dung"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "Thêm tài khoản"
 msgid "Add alt text"
 msgstr "Thêm văn bản thay thế"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "Thêm văn bản thay thế (không bắt buộc)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "Thêm tài khoản khác"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "Thêm bài"
 
@@ -627,7 +647,7 @@ msgstr "Thêm từ ẩn với những thiết lập hiện tại"
 msgid "Add muted words and tags"
 msgstr "Thêm từ cấm và thẻ"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "Thêm bài mới"
 
@@ -638,7 +658,7 @@ msgstr "Thêm người"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr ""
+msgstr "Thêm người dùng vào danh sách"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
@@ -664,8 +684,8 @@ msgstr "Thêm bản ghi DNS sau vào tên miền của bạn:"
 msgid "Add this feed to your feeds"
 msgstr "Thêm bảng tin này vào danh sách bảng tin của bạn"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "Thêm vào danh sách"
 
@@ -675,7 +695,7 @@ msgstr "Thêm vào bảng tin của tôi"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "Thêm tài khoản vào danh sách"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "Nhãn cho nội dung 18+"
 msgid "Advanced"
 msgstr "Nâng cao"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "Tất cả"
@@ -732,7 +757,7 @@ msgstr "Tất cả tài khoản đã được theo dõi!"
 msgid "All languages"
 msgstr "Mọi ngôn ngữ"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "Tất cả bảng tin bạn đã lưu tại cùng một nơi."
 
@@ -776,10 +801,10 @@ msgstr "ALT"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "Văn bản thay thế"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "Văn bản thay thế sẽ bị cắt ngắn. {MAX_ALT_TEXT, plural, other {Giới hạn: {0} kí tự.}}"
 
 #: 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 "Email đã được gửi đến {0}, bao gồm mã xác nhận để nhập ở phía dưới."
 
-#: 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 "Email đã được gởi đến địa chỉ cũ của bạn, {0}, bao gồm mã xác nhận để nhập vào phía dưới."
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "Một email đã được gửi đến địa chỉ email trước đây của bạn, {currentEmail}. Trong đó có bao gồm một mã xác nhận bạn có thể dùng để điền vào phía dưới."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "Email đã được gởi! Vui lòng nhập mã xác nhận trong email vào phía dưới."
 
@@ -825,7 +849,7 @@ msgstr "Đã có lỗi xảy ra khi đang nén video."
 msgid "An error occurred while fetching the feed."
 msgstr "Đã có lỗi xảy ra khi tải bảng tin."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "Đã có lỗi xảy ra khi đang tạo gói khởi đầu của bạn. Bạn muốn thử lại không?"
 
@@ -842,7 +866,7 @@ msgstr "Đã có lỗi xảy ra khi đang tải video. Vui lòng thử lại."
 msgid "An error occurred while saving the QR code!"
 msgstr "Đã có lỗi xảy ra khi đang lưu mã QR!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "Đã có lỗi xảy ra khi đang chọn video"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "Đã có lỗi xảy ra khi đang tải lên video."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "Một hình vẽ cho thấy Bluesky chọn người xác minh đáng tin cậy, và rồi những người xác minh đáng tin cậy này xác minh từng tài khoản cá nhân khác."
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "Vấn đề không nằm trong các tùy chọn này"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "Có vấn đề đã xảy ra khi đang bắt đầu cuộc trò chuyện"
 
@@ -875,8 +899,8 @@ msgstr "Có vấn đề xảy ra khi đang mở cuộc trò chuyện"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "Có vấn đề xảy ra, vui lòng thử lại."
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "Phác thảo một iPhone hiển thị ứng dụng Bluesky mở trang hồ sơ của một người dùng đã được xác minh với dấu tích xanh ngay cạnh tên hiển thị."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF động"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "Giới thiệu xác minh trên Bluesky"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "Hành vi phản xã hội"
 msgid "Anybody can interact"
 msgstr "Mọi người có thể tương tác"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "Biểu tượng ứng dụng"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "Ngôn ngữ ứng dụng"
 
@@ -958,7 +982,7 @@ msgstr "Mật khẩu ứng dụng phải dài tối thiểu 4 ký tự"
 msgid "App passwords"
 msgstr "Mật khẩu ứng dụng"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "Mật khẩu ứng dụng"
@@ -994,10 +1018,10 @@ msgstr "Khiếu nại việc đình chỉ"
 msgid "Appeal this decision"
 msgstr "Kháng nghị quyết định này"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "Giao diện"
 
@@ -1006,12 +1030,12 @@ msgstr "Giao diện"
 msgid "Apply default recommended feeds"
 msgstr "Áp dụng bảng tin được đề xuất mặc định"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "Lưu trữ từ {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "Bài đăng lưu trữ"
 
@@ -1047,11 +1071,11 @@ msgstr "Bạn có chắc chắn muốn xóa {0} khỏi bảng tin của bạn kh
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "Bạn có chắc chắn muốn xóa khỏi bảng tin của bạn không?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "Bạn có chắc chắn muốn hủy bỏ bản nháp này không?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "Bạn có chắc chắn muốn hủy bỏ bài đăng này không?"
 
@@ -1072,6 +1096,11 @@ msgstr "Nghệ thuật"
 msgid "Artistic or non-erotic nudity."
 msgstr "Khỏa thân nghệ thuật hoặc không khiêu dâm."
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "Tối thiểu 3 ký tự"
@@ -1103,7 +1132,7 @@ msgstr "Tự động phát video và GIF"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "Trở lại"
 msgid "Back to Chats"
 msgstr "Trở lại Chats"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "Bạn cần xác minh email trước khi có thể tạo danh sách."
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "Bạn cần xác minh email trước khi có thể tạo bài đăng."
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "Bạn cần xác minh email trước khi có thể tạo gói khởi đầu."
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "Bạn cần xác minh email trước khi có thể nhắn tin với người dùng khác."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "Ngày sinh"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "Chặn"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "Chặn tài khoản"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "Chặn tài khoản"
 
@@ -1200,17 +1235,17 @@ msgstr "Đã bị chặn"
 msgid "Blocked accounts"
 msgstr "Tài khoản đã bị chặn"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "Tài khoản đã bị chặn"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Tài khoản bị chặn không thể trả lời bài đăng của bạn, đề cập đến bạn hoặc tương tác với bạn."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "Tài khoản bị chặn không thể trả lời bài đăng của bạn, đề cập đến bạn hoặc tương tác với bạn. Bạn sẽ không thể xem nội dung của họ và họ sẽ không được phép xem nội dung của bạn."
 
@@ -1226,11 +1261,11 @@ msgstr "Việc chặn không ngăn dịch vụ gắn nhãn này đặt nhãn tr
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "Việc chặn là công khai. Tài khoản bị chặng không thể trả lời bài đăng của bạn, đề cập đến bạn hoặc tương tác với bạn."
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "Việc chặn không ngăn nhãn gắn trên tài khoản của bạn, nhưng sẽ ngăn tài khoản này trả lời trong bài đăng của bạn hoặc tương tác với bạn."
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "Blog"
 
@@ -1239,7 +1274,7 @@ msgstr "Blog"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky không thể xác nhận tính xác thực của ngày được tuyên bố."
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky cùng bạn bè sẽ vui hơn!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Điều khoản Dịch vụ của Bluesky Social"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky sẽ chọn một tập hợp các tài khoản được đề xuất từ những người trong mạng lưới của bạn."
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky sẽ không hiển thị hồ sơ và bài đăng của bạn ch
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky sẽ chủ động xác thực các tài khoản nổi bật và đáng tin."
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "Xem chủ đề {0}"
 msgid "Browse topic {displayName}"
 msgstr "Tìm chủ đề {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "Doanh nghiệp"
 
@@ -1374,45 +1409,47 @@ msgstr "Bằng việc tạo tài khoản, bạn đồng ý với <0>Điều kho
 msgid "By you"
 msgstr "Bởi bạn"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "Máy ảnh"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "Hủy bỏ"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "Hủy xóa tài khoản"
 msgid "Cancel image crop"
 msgstr "Huỷ cắt ảnh"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "Hủy chỉnh sửa hồ sơ"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "Hủy mở trang web liên kết"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "Không thể tương tác với người dùng đã bị chặn"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "Phụ đề (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "Phụ đề & văn bản thay thế"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "Thay đổi"
 
@@ -1478,13 +1514,12 @@ msgstr "Thay đổi biểu tượng ứng dụng"
 msgid "Change app icon to \"{0}\""
 msgstr "Thay đổi biểu tượng ứng dụng sang \"{0}\""
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "Thay đổi email"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr ""
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "Thay đổi địa chỉ email"
 
@@ -1497,10 +1532,6 @@ msgstr "Thay đổi tên tài khoản"
 msgid "Change moderation service"
 msgstr "Thay đổi dịch vụ kiểm duyệt"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "Thay đổi email của tôi"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "Thay đổi mật khẩu"
@@ -1513,11 +1544,11 @@ msgstr "Thay đổi ngôn ngữ bài đăng thành {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "Thay đổi lý do báo cáo"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "Thay đổi email của bạn"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "Thay đổi địa chỉ email của bạn"
 
@@ -1530,15 +1561,15 @@ msgstr "Thay đổi biểu tượng ứng dụng"
 msgid "Changes hosting provider"
 msgstr "Thay đổi nơi quản lý tài khoản"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "Chat"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "Đã xóa đoạn chat"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "Đã tắt thông báo chat"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "Hộp thư yêu cầu trò chuyện"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "Yêu cầu trò chuyện"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "Cài đặt chat"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "Đã bật lại thông báo chat"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "Chats"
 
@@ -1599,7 +1630,7 @@ msgstr "Chọn phương pháp xác minh tên miền"
 msgid "Choose Feeds"
 msgstr "Chọn bảng tin"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "Chọn cho tôi"
 
@@ -1619,7 +1650,7 @@ msgstr "Chọn màu này làm hình đại diện của bạn"
 msgid "Choose your account provider"
 msgstr "Chọn nơi quản lý tài khoản của bạn"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "Chọn bảng tin của riêng bạn! Các bảng tin được xây dựng bởi cộng đồng giúp bạn tìm nội dung bạn yêu thích."
 
@@ -1631,18 +1662,18 @@ msgstr "Chọn mật khẩu của bạn"
 msgid "Choose your username"
 msgstr "Chọn tên người dùng của bạn"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "Xóa tất cả dữ liệu lưu trữ"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "Xóa tất cả dữ liệu lưu trữ (khởi động lại sau đó)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
-msgstr ""
+msgstr "Xoá bộ nhớ đệm hình ảnh"
 
 #: src/components/forms/SearchInput.tsx:70
 msgid "Clear search query"
@@ -1652,6 +1683,14 @@ msgstr "Xóa truy vấn tìm kiếm"
 msgid "click here"
 msgstr "nhấn vào đây"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "Nhấn để vô hiệu hóa trích dẫn cho bài đăng này."
@@ -1676,29 +1715,34 @@ msgstr "Khí hậu"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Lộp 🐴 cộp 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "Đóng"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "Đóng hộp thoại đang mở"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "Đóng trình đơn kéo dưới"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "Đóng hộp thoại"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "Đóng trình đơn"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "Đóng bảng chọn emoji"
 
@@ -1751,12 +1795,12 @@ msgstr "Đóng hộp thoại này"
 msgid "Closes password update alert"
 msgstr "Đóng cảnh báo cập nhật mật khẩu"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "Đóng trình soạn bài đăng và huỷ bỏ nháp"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "Đóng bảng chọn emoji"
 
@@ -1764,11 +1808,11 @@ msgstr "Đóng bảng chọn emoji"
 msgid "Closes viewer for header image"
 msgstr "Đóng trình xem hình ảnh tiêu đề"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "Thu gọn danh sách người dung"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "Thu gọn danh sách người dùng cho một thông báo cụ thể"
 
@@ -1791,7 +1835,7 @@ msgstr "Hài kịch"
 msgid "Comics"
 msgstr "Truyện tranh"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "Quy tắc cộng đồng"
@@ -1804,11 +1848,11 @@ msgstr "Hoàn thành quá trình hướng dẫn và bắt đầu sử dụng tà
 msgid "Complete the challenge"
 msgstr "Hoàn thành thử thách"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "Soạn bài đăng mới"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "Soạn bài đăng với độ dài tối đa {0, plural, other {# kí tự}}"
 
@@ -1816,7 +1860,7 @@ msgstr "Soạn bài đăng với độ dài tối đa {0, plural, other {# kí t
 msgid "Compose reply"
 msgstr "Soạn trả lời"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "Đang nén video..."
 
@@ -1828,23 +1872,17 @@ msgstr "Cấu hình cài đặt lọc nội dung cho danh mục: {name}"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "Đã cấu hình trong <0>cài đặt kiểm duyệt</0>."
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "Xác nhận"
 
-#: src/view/com/modals/ChangeEmail.tsx:188
-#: src/view/com/modals/ChangeEmail.tsx:190
-msgid "Confirm Change"
-msgstr "Xác nhận thay đổi"
-
 #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
 msgid "Confirm content language settings"
 msgstr "Xác nhận cài đặt ngôn ngữ nội dung"
@@ -1861,18 +1899,19 @@ msgstr "Xác nhận tuổi của bạn:"
 msgid "Confirm your birthdate"
 msgstr "Xác nhận ngày sinh của bạn"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "Mã xác nhận"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "Mã xác nhận"
 
@@ -1880,8 +1919,8 @@ msgstr "Mã xác nhận"
 msgid "Connecting..."
 msgstr "Đang kết nối..."
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "Liên hệ hỗ trợ"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "Nội dung & phương tiện"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "Nội dung và phương tiện"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "Nội dung và phương tiện"
 
@@ -1911,7 +1950,7 @@ msgstr "Lọc nội dung"
 msgid "Content from across the network we think you might like."
 msgstr "Nội dung trên mạng mà có thể bạn sẽ thích."
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "Ngôn ngữ nội dung"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "Nền trình đơn, nhấn để đóng trình đơn."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "Tiếp tục"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "Tiếp tục dưới tên {0} (đang đăng nhập)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "Tiếp tục thảo luận..."
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "Tiếp tục bước tiếp theo"
@@ -1973,7 +2012,7 @@ msgstr "Nấu ăn"
 msgid "Copied"
 msgstr "Đã sao chép"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "Đã sao chép phiên bản xây dựng vào bảng ghi tạm"
 
@@ -1981,8 +2020,8 @@ msgstr "Đã sao chép phiên bản xây dựng vào bảng ghi tạm"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "Đã sao chép vào bảng ghi tạm"
 
@@ -1991,7 +2030,7 @@ msgstr "Đã sao chép vào bảng ghi tạm"
 msgid "Copied!"
 msgstr "Đã sao chép!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "Sao chép mã số phiên bản vào bản ghi tạm"
 
@@ -2003,13 +2042,13 @@ msgstr "Sao chép"
 msgid "Copy App Password"
 msgstr "Sao chép mật khẩu ứng dụng"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "Sao chép URI at://"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "Sao chép mã DID của tác giả"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "Sao chép mã"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "Sao chép DID"
 
@@ -2040,8 +2079,8 @@ msgstr "Sao chép liên kết"
 msgid "Copy link to list"
 msgstr "Sao chép liên kết đến danh sách"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "Sao chép liên kết đến bài đăng"
 
@@ -2050,13 +2089,13 @@ msgstr "Sao chép liên kết đến bài đăng"
 msgid "Copy message text"
 msgstr "Sao chép văn bản tin nhắn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "Sao chép URI at:// của bài đăng"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "Sao chép văn bản bài đăng"
 
@@ -2068,7 +2107,7 @@ msgstr "Sao chép mã QR"
 msgid "Copy TXT record value"
 msgstr "Sao chép giá trị bản ghi TXT"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "Chính sách bản quyền"
@@ -2078,7 +2117,7 @@ msgstr "Chính sách bản quyền"
 msgid "Could not leave chat"
 msgstr "Không thể rời khỏi chat"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "Không thể tải bảng tin"
 
@@ -2094,7 +2133,7 @@ msgstr "Không thể tắt thông báo chat"
 msgid "Could not process your video"
 msgstr "Không thể xử lý video của bạn"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "Tạo"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "Tạo mã QR cho gói khởi đầu"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "Tạo gói khởi đầu"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "Tạo gói khởi đầu cho tôi"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "Tạo tài khoản"
 msgid "Create an account without using this starter pack"
 msgstr "Tạo tài khoản nhưng không sử dụng gói khởi đầu này"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "Tạo hình đại diện"
 
@@ -2209,13 +2248,13 @@ msgstr "Chế độ tối"
 msgid "Date of birth"
 msgstr "Ngày sinh"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "Vô hiệu hóa tài khoản"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "Gỡ lỗi kiểm duyệt"
 
@@ -2237,13 +2276,13 @@ msgstr "Biểu tượng mặc định"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "Xóa"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "Xóa tài khoản"
 
@@ -2259,19 +2298,19 @@ msgstr "Xóa mật khẩu ứng dụng"
 msgid "Delete app password?"
 msgstr "Xóa mật khẩu ứng dụng?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "Xóa đoạn chat"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "Xóa bản ghi khai báo chat"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "Xóa cuộc trò chuyện"
 
@@ -2299,9 +2338,9 @@ msgstr "Xóa tin nhắn cho tôi"
 msgid "Delete my account"
 msgstr "Xóa tài khoản của tôi"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "Xóa bài đăng"
 
@@ -2318,7 +2357,7 @@ msgstr "Xóa gói khởi đầu?"
 msgid "Delete this list?"
 msgstr "Xóa danh sách này?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "Xóa bài đăng này?"
 
@@ -2335,19 +2374,19 @@ msgstr "Đã xóa tài khoản"
 msgid "Deleted post."
 msgstr "Đã xóa bài đăng."
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "Mô tả"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "Mô tả quá dài"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Mô tả quá dài. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Số kí tự tối đa cho phép là #.}}"
 
@@ -2356,27 +2395,27 @@ msgstr "Mô tả quá dài. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Số kí
 msgid "Descriptive alt text"
 msgstr "Văn bản thay thế mô tả"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "Gỡ trích dẫn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "Gỡ trích dẫn bài đăng?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "Đã tắt chế độ dành cho nhà phát triển"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "Đã bật chế độ dành cho nhà phát triển"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "Lựa chọn phát triển"
 
@@ -2388,6 +2427,15 @@ msgstr "Hộp thoại: điều chỉnh ai có thể tương tác với bài đă
 msgid "Dim"
 msgstr "Mờ"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "Tắt Email 2FA"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "Đã tắt"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "Hủy bỏ"
 
@@ -2420,11 +2468,11 @@ msgstr "Hủy bỏ"
 msgid "Discard changes?"
 msgstr "Hủy thay đổi?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "Hủy bản nháp?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "Hủy bài đăng?"
 
@@ -2442,15 +2490,15 @@ msgstr "Khám quá các bảng tin"
 msgid "Discover new custom feeds"
 msgstr "Khám phá bảng tin mới"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "Khám phá bảng tin mới"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "Bỏ qua"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "Bỏ qua lỗi "
 
@@ -2471,9 +2519,9 @@ msgstr "Đóng phần này"
 msgid "Display larger alt text badges"
 msgstr "Hiển thị biểu tượng văn bản thay thế lớn hơn"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "Tên hiển thị"
@@ -2482,11 +2530,11 @@ msgstr "Tên hiển thị"
 msgid "Display Name"
 msgstr "Tên hiển thị"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "Tên hiển thị quá dài"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "Tên hiển thị quá dài. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Số kí tự tối đa cho phép là #.}}"
 
@@ -2511,21 +2559,31 @@ msgstr "Không bắt đầu hoặc kết thúc bằng dấu gạch ngang"
 msgid "Domain verified!"
 msgstr "Tên miền đã được xác minh!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "Xong {extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "Nhấp đúp hoặc nhấp và giữ tin nhắn để thêm bày tỏ cảm xúc"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "Nhấn đúp để đóng hộp thoại"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "Chạm hai lần để thích"
 
@@ -2575,7 +2633,7 @@ msgstr "Thời hạn:"
 msgid "e.g. alice"
 msgstr "vd: alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "vd: Alice Lastname"
 
@@ -2587,7 +2645,7 @@ msgstr "vd: Alice Roberts"
 msgid "e.g. alice.com"
 msgstr "vd: alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "vd: nghệ sĩ, người yêu chó, và người thích đọc."
 
@@ -2595,19 +2653,19 @@ msgstr "vd: nghệ sĩ, người yêu chó, và người thích đọc."
 msgid "E.g. artistic nudes."
 msgstr "vd: khỏa thân nghệ thuật."
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "vd: người đăng bài hay"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "vd: người spam"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "vd: người đăng bài đều đặn"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "vd: người dùng hay trả lời bằng quảng cáo."
 
@@ -2615,7 +2673,7 @@ msgstr "vd: người dùng hay trả lời bằng quảng cáo."
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "Mỗi mã chỉ được dùng một lần. Bạn sẽ nhận thêm mã mời theo định kỳ."
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "Chỉnh sửa"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "Chỉnh sửa hình đại diện"
 
@@ -2637,14 +2695,14 @@ msgstr "Chỉnh sửa hình đại diện"
 msgid "Edit Feeds"
 msgstr "Chỉnh sửa bảng tin"
 
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "Chỉnh sửa hình ảnh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "Chỉnh sửa cài đặt tương tác"
 
@@ -2657,12 +2715,17 @@ msgstr "Chỉnh sửa mục quan tâm"
 msgid "Edit list details"
 msgstr "Chỉnh sửa chi tiết danh sách"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "Chỉnh sửa danh sách kiểm duyệt"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "Chỉnh sửa bảng tin của tôi"
 
@@ -2679,15 +2742,15 @@ msgstr "Thay đổi người"
 msgid "Edit post interaction settings"
 msgstr "Chỉnh sửa cài đặt tương tác bài đăng"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "Chỉnh sửa hồ sơ"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "Chỉnh sửa hồ sơ"
 
@@ -2695,7 +2758,7 @@ msgstr "Chỉnh sửa hồ sơ"
 msgid "Edit starter pack"
 msgstr "Chỉnh sửa gói khởi đầu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "Chỉnh sửa danh sách người dùng"
 
@@ -2707,11 +2770,11 @@ msgstr "Chỉnh sửa ai có thể trả lời"
 msgid "Edit your display name"
 msgstr "Chỉnh sửa tên hiển thị của bạn"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "Chỉnh sửa mô tả hồ sơ của bạn"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "Chỉnh sửa gói khởi đầu của bạn"
 
@@ -2724,9 +2787,8 @@ msgstr "Giáo dục"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "Người tạo danh sách này đã chặn bạn hoặc bạn đã chặn người đó."
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "Email"
 
@@ -2747,20 +2809,17 @@ msgstr "Địa chỉ email"
 msgid "Email Resent"
 msgstr "Đã gởi lại email"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "Đã cập nhật email"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "Đã cập nhật email"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "Đã cập nhật email!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "Đã xác minh email"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "Mã HTML nhúng"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "Nhúng bài đăng"
 
@@ -2785,8 +2844,9 @@ msgstr "Nhúng bài đăng vào trang web của bạn. Chỉ cần sao chép đo
 msgid "Embedded video player"
 msgstr "Trình phát video nhúng"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "Bật"
 
@@ -2798,9 +2858,9 @@ msgstr "Chỉ bật cho {0}"
 msgid "Enable adult content"
 msgstr "Bật nội dung 18+"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "Bật Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "Đã bật"
 msgid "End of feed"
 msgstr "Cuối bảng tin"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "Hãy bảo đảm bạn đã chọn ngôn ngữ cho mỗi tệp phụ đề."
 
@@ -2860,14 +2920,15 @@ msgstr "Nhập mật khẩu"
 msgid "Enter a word or tag"
 msgstr "Nhập từ hoặc thẻ"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
 msgid "Enter Code"
 msgstr "Nhập mã"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
-msgstr "Nhập mã xác nhận"
-
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
 msgid "Enter fullscreen"
 msgstr "Vào chế độ toàn màn hình"
@@ -2897,11 +2958,7 @@ msgstr "Nhập ngày sinh của bạn"
 msgid "Enter your email address"
 msgstr "Nhập địa chỉ email của bạn"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "Nhập email mới của bạn ở trên"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "Nhập email mới của bạn ở dưới."
 
@@ -2921,7 +2978,7 @@ msgstr "Mở toàn màn hình"
 msgid "Entertainment"
 msgstr "Giải trí"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "Lỗi"
@@ -2997,15 +3054,15 @@ msgstr "Thoát xem ảnh"
 msgid "Expand alt text"
 msgstr "Mở rộng văn bản thay thế"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "Mở rộng danh sách người dùng"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "Mở rộng hoặc thu gọn toàn bộ bài đăng bạn đang trả lời"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "Mở rộng hoặc thu gọn nội dung bài đăng"
 
@@ -3031,6 +3088,10 @@ msgstr "Mãn hạn {0}"
 msgid "Expires in {0}"
 msgstr "Hết hạn trong {0}"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "Phương tiện phản cảm hoặc có khả năng phản cảm."
 msgid "Explicit sexual images."
 msgstr "Hình ảnh khiêu dâm."
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "Khám phá"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "Xuất dữ liệu của tôi"
 
@@ -3071,12 +3132,12 @@ msgstr "Phương tiện ngoại vi"
 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 "Phương tiện ngoại vi có thể cho phép trang web thu thập thông tin về bạn và thiết bị của bạn. Thông tin không được gởi đi hoặc yêu cầu cho đến khi bạn nhấn nút \"phát\"."
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "Tùy chỉnh phương tiện ngoại vi"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "Chấp nhận yêu cầu không thành công"
@@ -3090,15 +3151,11 @@ msgstr "Đã xảy ra lỗi khi thêm bày tỏ cảm xúc"
 msgid "Failed to change handle. Please try again."
 msgstr "Không tạo được tên người dùng. Vui lòng thử lại."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "Không tạo được mật khẩu ứng dụng. Vui lòng thử lại."
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "Tạo cuộc trò chuyện không thành công"
 
@@ -3107,12 +3164,12 @@ msgstr "Tạo cuộc trò chuyện không thành công"
 msgid "Failed to create starter pack"
 msgstr "Không tạo được gói khởi đầu"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "Không tạo được danh sách. Kiểm tra kết nối mạng của bạn và thử lại."
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "Xóa đoạn chat không thành công"
@@ -3121,7 +3178,7 @@ msgstr "Xóa đoạn chat không thành công"
 msgid "Failed to delete message"
 msgstr "Không xóa được tin nhắn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "Không xóa được bài đăng, vui lòng thử lại"
 
@@ -3129,7 +3186,7 @@ msgstr "Không xóa được bài đăng, vui lòng thử lại"
 msgid "Failed to delete starter pack"
 msgstr "Không xóa được gói khởi đầu"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "Tải cuộc trò chuyện không thành công"
@@ -3172,7 +3229,7 @@ msgstr "Đã xảy ra lỗi khi xoá bày tỏ cảm xúc"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "Đã có lỗi xảy ra khi xoá xác minh"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "Đã xảy ra lỗi khi lưu những mục quan tâm."
 msgid "Failed to send"
 msgstr "Không gởi được"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "Không gởi được kháng nghị, vui lòng thử lại."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "Không thay đổi được chế độ im lặng thảo luận, vui lòng thử lại"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "Không thể cập nhật bảng tin"
@@ -3219,11 +3290,15 @@ msgstr "Không thể cập nhật cài đặt"
 msgid "Failed to upload video"
 msgstr "Không thể tải lên video"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "Không thể xác minh tên tài khoản. Vui lòng thử lại."
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "Bảng tin"
 
@@ -3242,24 +3317,24 @@ msgstr "Bật/tắt bảng tin"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "Phản hồi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "Đã gởi phản hồi!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "Bảng tin"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "Linh hoạt"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "Theo dõi"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "Theo dõi"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "Theo dõi {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "Theo dõi {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "Theo dõi {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "Theo dõi 10 tài khoản"
 msgid "Follow 7 accounts"
 msgstr "Theo dõi 7 tài khoản"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "Theo dõi tài khoản"
 
@@ -3391,7 +3462,7 @@ msgstr "Theo dõi tài khoản"
 msgid "Follow all"
 msgstr "Theo dõi tất cả"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "Theo dõi lại"
@@ -3417,7 +3488,7 @@ msgstr "Theo dõi bởi <0>{0}</0> và <1>{1}</1>"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "Theo dõi bởi <0>{0}</0>, <1>{1}</1>, và {2, plural, other {# người khác}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "Người đang theo dõi @{0} mà bạn biết"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "Người theo dõi bạn biết"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "Đang theo dõi"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "Đang theo dõi {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "Đang theo dõi {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "Đang theo dõi {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "Cài đặt bảng tin Đang theo dõi"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "Cài đặt bảng tin Đang theo dõi"
@@ -3524,7 +3591,7 @@ msgstr "Bài đăng thường xuyên Nội dung không mong muốn"
 msgid "From @{sanitizedAuthor}"
 msgstr "Từ @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "Từ <0/>"
@@ -3533,17 +3600,19 @@ msgstr "Từ <0/>"
 msgid "Gallery"
 msgstr "Thư viện ảnh"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "Tạo gói khởi đầu"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "Trợ giúp"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "Bắt đầu"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "Bắt đầu"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "Chọn hình cho hồ sơ của bạn"
 
@@ -3567,10 +3636,10 @@ msgstr "Vi phạm rõ ràng luật pháp hoặc điều khoản dịch vụ"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "Quay lại"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,10 +3674,26 @@ msgstr "Về trang chủ"
 msgid "Go Home"
 msgstr "Về trang chủ"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
-msgid "Go to {firstAuthorName}'s profile"
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
 msgstr ""
 
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
+msgid "Go to {firstAuthorName}'s profile"
+msgstr "Đi đến hồ sơ của {firstAuthorName}"
+
 #: src/screens/Messages/components/ChatListItem.tsx:360
 msgid "Go to conversation with {0}"
 msgstr "Đến hội thoại với {0}"
@@ -3638,8 +3723,8 @@ msgstr "Phương tiện phản cảm"
 msgid "Half way there!"
 msgstr "Nửa đường rồi!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "Tên tài khoản"
 
@@ -3665,7 +3750,7 @@ msgstr "Xúc giác"
 msgid "Harassment, trolling, or intolerance"
 msgstr "Quấy rối, gây rối hoặc phân biệt đối xử"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "Hashtag"
 
@@ -3673,19 +3758,24 @@ msgstr "Hashtag"
 msgid "Hashtag {tag}"
 msgstr "Hashtag {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "Gặp trục trặc?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "Giúp đỡ"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "Giúp người khác biết bạn không phải là bot bằng cách tải lên hoặc tạo hình đại diện."
 
@@ -3698,7 +3788,7 @@ msgstr "Đây là mật khẩu ứng dụng của bạn!"
 msgid "Hidden"
 msgstr "Bị ẩn"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "Bị ẩn bởi cài đặt kiểm duyệt của bạn."
 
@@ -3715,12 +3805,12 @@ msgstr "Danh sách ẩn"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "Ẩn"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "Ẩn"
@@ -3729,18 +3819,18 @@ msgstr "Ẩn"
 msgid "Hide customization options"
 msgstr "Ẩn tùy chọn trùy chỉnh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "Ẩn bài đăng cho tôi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "Ẩn trả lời cho tất cả mọi người"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "Ẩn trả lời cho tôi"
 
@@ -3748,12 +3838,12 @@ msgstr "Ẩn trả lời cho tôi"
 msgid "Hide this card"
 msgstr "Ẩn thẻ này"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "Ẩn bài đăng này?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "Ẩn trả lời này?"
 
@@ -3771,14 +3861,14 @@ msgstr "Ẩn chủ đề nổi trội?"
 msgid "Hide trending videos?"
 msgstr "Ẩn video nổi trội?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "Ẩn danh sách người dùng"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "Ẩn các dấu xác minh"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "Hmmmm, không thể tải dịch vụ kiểm duyệt đó."
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "Chờ nhé! Chúng tôi đang dần dần cấp quyền truy cập video, và bạn vẫn đang trong hàng chờ. Hãy kiểm tra lại sau!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "Trang chủ"
 
@@ -3845,25 +3935,20 @@ msgstr "Nổi bật"
 msgid "Hot replies first"
 msgstr "Trả lời nổi bật trước"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "Liên kết này nên được mở thế nào?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "Tôi có mã"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "Tôi có mã"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "Tôi có mã xác nhận"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "Danh sách không thể được khôi phục sau khi đã bị xóa."
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "Nếu bạn có tên miền riêng, bạn có thể sử dụng nó làm tên người dùng. Điều này giúp bạn tự xác minh danh tính của mình. <0>Tìm hiểu thêm tại đây.</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "Bài đăng không thể được khôi phục sau khi đã bị xóa."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "Nếu bạn muốn thay đổi mật khẩu, chúng tôi sẽ gởi mã xác minh để xác nhận rằng đây là tài khoản của bạn."
@@ -3915,18 +4008,19 @@ msgstr "Phạm pháp và Khẩn cấp"
 msgid "Image"
 msgstr "Ảnh"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr ""
+msgstr "Đã xoá bộ nhớ đệm hình ảnh"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr ""
+msgstr "Đã xoá bộ nhớ đệm hình ảnh, giải phóng {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "Đã lưu ảnh vào camera roll"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "Mã xác nhận 2FA không hợp lệ"
 msgid "Invalid handle. Please try a different one."
 msgstr "Tên người dùng không hợp lệ. Vui lòng thử tên khác."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "Bản ghi bài đăng không hợp lệ hoặc không được hỗ trợ"
 
@@ -4041,12 +4135,12 @@ msgstr "Đúng"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "Chỉ mới có bạn thôi! Thêm người khác vào gói khởi đầu của bạn bằng cách tìm kiếm ở trên."
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "ID công việc: {0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "Công việc"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "Gắn nhãn bởi người đăng."
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "Nhãn"
 
@@ -4100,13 +4194,13 @@ msgstr "Nhãn trên nội dung của bạn"
 msgid "Language selection"
 msgstr "Lựa chọn ngôn ngữ"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "Cài đặt ngôn ngữ"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "Ngôn ngữ"
 
@@ -4124,20 +4218,20 @@ msgstr "Mới nhất"
 msgid "learn more"
 msgstr "tìm hiểu thêm"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "Tìm hiểm thêm"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "Tìm hiểu thêm"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "Tìm hiểu thêm về Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "Tìm hiểu thêm về kiểm duyệt được áp dụng cho nội dung
 msgid "Learn more about this warning"
 msgstr "Tìm hiểu thêm về cảnh báo này"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "Tìm hiểu thêm về xác minh trên Bluesky"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "Rời Bluesky"
 msgid "left to go."
 msgstr "còn lại."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "Để tôi chọn"
 
@@ -4230,7 +4324,7 @@ msgstr "Sáng"
 msgid "Like"
 msgstr "Thích"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "Thích ({0, plural, other {# lượt thích}})"
 
@@ -4247,12 +4341,12 @@ msgstr "Thích 10 bài để dạy cho bảng tin Khám phá"
 msgid "Like this feed"
 msgstr "Thích bảng tin này"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "Thích dịch vụ gắn nhãn này"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "Thích bởi"
 
@@ -4269,16 +4363,16 @@ msgstr "Thích bởi {0, plural, other {# người dùng}}"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "Thích bởi {likeCount, plural, other {# người dùng}}"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "Lượt thích"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "Lượt thích cho bài đăng này"
 
@@ -4287,11 +4381,11 @@ msgstr "Lượt thích cho bài đăng này"
 msgid "Linear"
 msgstr "Ngang hàng"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "Danh sách"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "Hình đại diện danh sách"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "Đã ẩn toàn danh sách"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "Tên danh sách"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "Đã đã bỏ ẩn toàn danh sách"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "Danh sách"
 
@@ -4358,6 +4452,22 @@ msgstr "Danh sách"
 msgid "Lists blocking this user:"
 msgstr "Danh sách chặn người dùng này:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "Tải thêm"
@@ -4370,18 +4480,18 @@ msgstr "Tải thêm gợi ý bảng tin"
 msgid "Load new notifications"
 msgstr "Tải thông báo mới"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "Tải bài đăng mới"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "Đang tải..."
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "Log"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "Logo bởi @sawaratsuki.bsky.social"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "Logo bởi <0>@sawaratsuki.bsky.social</0>"
 
@@ -4418,7 +4528,11 @@ msgstr "Có vẻ như bạn chư ghim bảng tin nào! Đừng lo lắng, bạn
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "Có vẻ như bạn đang thiếu bảng tin theo dõi. <0>Nhấn vào đây để thêm.</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "Tạo cho tôi một cái"
 
@@ -4433,7 +4547,7 @@ msgstr "Quản lý bảng tin đã lưu"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "Quản lý cài đặt xác minh"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "Đánh dấu đã đọc"
 msgid "Marked all as read"
 msgstr "Đã đánh dấu tất cả là đã đọc"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "Để sau"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "Phương tiện"
 
@@ -4479,7 +4600,7 @@ msgstr "Nhắc đến"
 msgid "Menu"
 msgstr "Trình đơn"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "Tin nhắn {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "Tin nhắn quá dài"
 msgid "Message options"
 msgstr "Tuỳ chọn tin nhắn"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "Tin nhắn"
 
@@ -4532,10 +4653,10 @@ msgstr "Tài khoản sai lệch"
 msgid "Misleading Post"
 msgstr "Bài đăng sai lệch"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "Kiểm duyệt"
 
@@ -4557,12 +4678,12 @@ msgstr "Danh sách kiểm duyệt bởi <0/>"
 msgid "Moderation list by you"
 msgstr "Danh sách kiểm duyệt bởi bạn"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "Đã tạo danh sách kiểm duyện"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "Đã cập nhật danh sách kiểm duyệt"
@@ -4571,8 +4692,8 @@ msgstr "Đã cập nhật danh sách kiểm duyệt"
 msgid "Moderation lists"
 msgstr "Danh sách kiểm duyệt"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "Danh sách kiểm duyệt"
 
@@ -4580,7 +4701,7 @@ msgstr "Danh sách kiểm duyệt"
 msgid "moderation settings"
 msgstr "Cài đặt kiểm duyệt"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "Trạng thái kiểm duyệt"
 
@@ -4593,7 +4714,7 @@ msgstr "Công cụ kiểm duyệt"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "Kiểm duyệt viên đã đặt cảnh báo chung cho nội dung."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "Khác"
 
@@ -4602,8 +4723,8 @@ msgstr "Khác"
 msgid "More feeds"
 msgstr "Bảng tin khác"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "Lựa chọn khác"
@@ -4637,10 +4758,10 @@ msgstr "Tắt tiếng"
 msgid "Mute {tag}"
 msgstr "Ẩn {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "Ẩn tài khoản"
 
@@ -4689,13 +4810,13 @@ msgstr "Chỉ ẩn từ này trong thẻ"
 msgid "Mute this word until you unmute it"
 msgstr "Ẩn từ này cho đến khi bạn bật lại"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "Tắt thông báo thảo luận"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "Ẩn từ & thẻ"
 
@@ -4703,12 +4824,12 @@ msgstr "Ẩn từ & thẻ"
 msgid "Muted accounts"
 msgstr "Tài khoản bị ẩn"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "Tài khoản bị ẩn"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "Bài đăng từ tài khoản đã bị ẩn sẽ bị xóa khỏi bảng tin và thông báo của bạn. Việc ẩn là hoàn toàn riêng tư."
 
@@ -4729,15 +4850,15 @@ msgstr "Việc ẩn là riêng tư. Tài khoản bị ẩn có thể tương tá
 msgid "My Birthday"
 msgstr "Ngày sinh của tôi"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "Bảng tin của tôi"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "Tên"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "Tên là bắt buộc"
 
@@ -4772,11 +4893,11 @@ msgstr "Đi đến gói khởi đầu"
 msgid "Navigates to the next screen"
 msgstr "Điều hướng đến màn hình kế tiếp"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "Điều hướng đến hồ sơ của bạn"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "Cần phải thay đổi?"
 
@@ -4797,21 +4918,26 @@ msgstr "Thôi, tạo tên người dùng cho tôi"
 msgid "New"
 msgstr "Tạo mới"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "Tạo mới"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "Chat mới"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "Địa chỉ email mới"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "Tính năng mới"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "Tên tài khoản mới"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "Danh sách mới"
 
@@ -4828,7 +4954,7 @@ msgstr "Danh sách mới"
 msgid "New messages"
 msgstr "Tin nhắn mới"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "Danh sách kiểm duyệt mới"
 
@@ -4840,10 +4966,10 @@ msgstr "Mật khẩu mới"
 msgid "New Password"
 msgstr "Mật khẩu mới"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "Bài đăng mới"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "Bài đăng mới"
@@ -4863,7 +4989,7 @@ msgstr "Bài đăng mới"
 msgid "New user info dialog"
 msgstr "Hộp thoại thông tin người dùng mới"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "Danh sách người dùng mới"
 
@@ -4911,6 +5037,10 @@ msgstr "Chưa có mật khẩu ứng dụng nào"
 msgid "No DNS Panel"
 msgstr "Không có bảng DNS"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "Không tìm thấy GIF nào. Có thể có vấn đề với Tenor."
@@ -4924,8 +5054,8 @@ msgstr "Không tìm thấy bảng tin nào. Thử tìm gì đó khác xem."
 msgid "No likes yet"
 msgstr "Chưa có lượt thích nào"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "Không còn theo dõi {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "Chưa có trích dẫn nào"
 msgid "No reposts yet"
 msgstr "Chưa có lượt đăng lại nào"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "Không có kết quả"
 
@@ -4980,7 +5110,7 @@ msgstr "Không có kết quả nào cho \"{0}\"."
 msgid "No results found"
 msgstr "Không tìm thấy kết quả nào"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "Không tìm thấy kết quả nào cho \"{query}\""
 
@@ -5032,19 +5162,14 @@ msgstr "Khỏa thân không khiêu dâm"
 msgid "Not followed by anyone you're following"
 msgstr "Không được theo dõi bởi một ai trong số những người mà bạn theo dõi"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "Không tìm thấy"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "Không phải bây giờ"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "Chú ý về việc chia sẻ"
 
@@ -5052,7 +5177,7 @@ msgstr "Chú ý về việc chia sẻ"
 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 "Chú ý: Bluesky là một trang mạng mở và công khai. Cài đặt này chỉ giới hạn trạng thái hiển thị nội dung của bạn trên ứng dụng và trang web Bluesky, các ứng dụng khác có thể không tôn trọng cài đặt này. Nội dung của bạn vẫn có thể được hiển thị bởi các ứng dụng và trang web khác cho người dùng sau đăng xuất."
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "Không có gì ở đây"
 
@@ -5060,7 +5185,7 @@ msgstr "Không có gì ở đây"
 msgid "Notification filters"
 msgstr "Lọc thông báo"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "Cài đặt thông báo"
@@ -5077,11 +5202,11 @@ msgstr "Âm thanh thông báo"
 msgid "Notification Sounds"
 msgstr "Âm thanh thông báo"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "Thông báo"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "Ôi không! Có gì đó không đúng."
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "OK"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "OK"
 
@@ -5140,19 +5265,19 @@ msgstr "Trả lời cũ nhất trước"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "trên<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "Đặt lại quá trình hướng dẫn"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "Một hoặc nhiều GIF thiếu văn bản thay thế."
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "Một hoặc nhiều hình ảnh thiếu văn bản thay thế."
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "Một hoặc nhiều video thiếu văn bản thay thế"
 
@@ -5168,7 +5293,7 @@ msgstr "Chỉ {0} có thể trả lời"
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "Chỉ chứa chữ cái, số và dấu gạch ngang"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "Chỉ hỗ trợ tệp hình ảnh"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "Ôi, có gì đó không đúng!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "Ôi!"
 
@@ -5194,11 +5319,7 @@ msgstr "Ôi!"
 msgid "Open"
 msgstr "Mở"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "Mở trình đơn tắt đến hồ sơ {name}"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "Mở trình tạo hình đại diện"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "Mở trình đơn"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "Mở trình chọn biểu tượng cảm xúc"
 
@@ -5225,7 +5346,7 @@ msgstr "Mở màn hình thông tin bảng tin"
 msgid "Open feed options menu"
 msgstr "Mở trình đơn tùy chọn bảng tin"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "Mở danh sách emoji đầy đủ"
 
@@ -5237,7 +5358,7 @@ msgstr "Mở liên kết đến {niceUrl}"
 msgid "Open message options"
 msgstr "Mở tùy chọn tin nhắn"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "Mở trang gỡ lỗi kiểm duyệt"
 
@@ -5249,20 +5370,25 @@ msgstr "Mở cài đặt thẻ và từ cấm"
 msgid "Open pack"
 msgstr "Mở gói"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "Mở bảng tùy chọn bài đăng"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "Mở trình đơn gói khởi đầu"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "Mở trang storybook"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "Mở log hệ thống"
 
@@ -5282,19 +5408,19 @@ msgstr "Mở hộp thoại để chọn ai có thể trả lời vào thảo lu
 msgid "Opens additional details for a debug entry"
 msgstr "Mở chi tiết bổ sung cho một mục gỡ lỗi"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "Mở hộp thoại văn bản thay thế"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "Mở máy ảnh trên thiết bị"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "Mở hộp thoại phụ đề và văn bản thay thế"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "Mở hộp thoại thay đổi tên tài khoản"
 
@@ -5306,7 +5432,7 @@ msgstr "Mở trình soạn thảo"
 msgid "Opens device photo gallery"
 msgstr "Mở thư viện ảnh trên thiết bị"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "Mở trình chọn emoji"
 
@@ -5324,7 +5450,7 @@ msgstr "Mở quy trình đăng nhập vào tài khoản Bluesky hiện tại c
 msgid "Opens GIF select dialog"
 msgstr "Mở hộp thoại chọn GIF"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "Mở trợ giúp trong trình duyệt"
 
@@ -5332,6 +5458,10 @@ msgstr "Mở trợ giúp trong trình duyệt"
 msgid "Opens list of invite codes"
 msgstr "Mở danh sách mã mời"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "Mở biểu mẫu đặt lại mật khẩu"
@@ -5340,12 +5470,12 @@ msgstr "Mở biểu mẫu đặt lại mật khẩu"
 msgid "Opens the linked website"
 msgstr "Mở trang web liên kết"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "Mở hồ sơ này"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "Mở trình chọn video"
 
@@ -5392,7 +5522,7 @@ msgstr "Trạng thái OTA: Không có cập nhật"
 msgid "Other"
 msgstr "Khác"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "Tài khoản khác"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "Không tìm thấy trang"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "Dừng video"
 msgid "People"
 msgstr "Con người"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "Người\tđược @{0} theo dõi"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "Người đang theo dõi @{0}"
 
@@ -5508,12 +5638,12 @@ msgstr "Ghim vào trang chủ"
 msgid "Pin to Home"
 msgstr "Ghim vào trang chủ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "Ghim vào hồ sơ của bạn"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "Đã ghim"
 
@@ -5578,14 +5708,14 @@ msgstr "Vui lòng chọn tên tài khoản."
 msgid "Please choose your password."
 msgstr "Vui lòng chọn mật khẩu."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "Vui lòng hoàn thành xác minh captcha."
 
-#: 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 "Vui lòng xác nhận email của bạn trước khi thay đổi. Đây là yêu cầu tạm thời trong khi công cụ cập nhật email được thêm vào, và nó sẽ sớm được gỡ bỏ."
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "Vui lòng kiểm tra lại là bạn đã điền đúng địa chỉ email."
@@ -5602,10 +5732,28 @@ msgstr "Vui lòng điền mật khẩu. Mật khẩu phải có ít nhất 8 ký
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "Vui lòng nhập tên cho mật khẩu ứng dụng này hoặc sử dụng một tên được tạo ngẫu nhiên."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "Vui lòng nhập một từ, thẻ hoặc cụm từ hợp lệ để ẩn"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "Vui lòng nhập email của bạn."
 msgid "Please enter your invite code."
 msgstr "Vui lòng nhập mã mời."
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "Vui lòng nhập mật khẩu"
@@ -5648,7 +5800,11 @@ msgstr "Vui lòng chọn một lý do cho báo cáo này"
 msgid "Please sign in as @{0}"
 msgstr "Vui lòng đăng nhập bằng @{0}"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "Vui lòng xác minh email của bạn"
 
@@ -5662,7 +5818,7 @@ msgstr "Chính trị"
 msgid "Porn"
 msgstr "Hình ảnh khiêu dâm"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "Đăng"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "Đăng"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "Đăng tất cả"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "Đăng bởi {0}"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "Đăng bởi @{0}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "Đã xóa bài đăng"
@@ -5697,7 +5853,7 @@ msgstr "Đã xóa bài đăng"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "Không đăng bài đăng được. Vui lòng kiểm tra kết nối mạng và thử lại."
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "Bài đăng đã bị xoá"
 
@@ -5719,7 +5875,7 @@ msgstr "Bài đăng ẩn bởi bạn"
 msgid "Post interaction settings"
 msgstr "Cài đặt tương tác bài đăng"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "Cài đặt tương tác bài đăng"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "Đã gở ghim bài đăng"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "Bài đăng"
@@ -5789,7 +5945,7 @@ msgstr "Nhấn để xem người theo dõi của tài khoản này mà bạn c
 msgid "Previous image"
 msgstr "Hình trước"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "Ngôn ngữ chính"
 
@@ -5807,26 +5963,26 @@ msgstr "Thông báo ưu tiên"
 msgid "Privacy"
 msgstr "Quyền riêng tư"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "Quyền riêng tư và bảo mật"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "Quyền riêng tư và bảo mật"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "Chính sách bảo mật"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "Đang xử lý video..."
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "Đang xử lý..."
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "hồ sơ"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "Hồ sơ"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "Đã cập nhật hồ sơ"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "Danh sách công khai và chia sẻ được có thể thúc đẩy bảng tin."
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "Đăng bài"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "Đăng bài"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "Đăng trả lời"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "Đăng trả lời"
 
@@ -5904,11 +6060,11 @@ msgstr "Đã lưu mã QR vào camera roll!"
 msgid "Quote post"
 msgstr "Trích dẫn bài đăng"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "Bài đăng trích dẫn đã được đính kèm lại"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "Bài đăng trích dẫn đã được gỡ thành công"
 
@@ -5927,7 +6083,7 @@ msgstr "Cài đặt trích dẫn"
 msgid "Quotes"
 msgstr "Trích dẫn"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "Trích dẫn của bài đăng này"
 
@@ -5942,8 +6098,8 @@ msgstr "Ngẫu nhiên (còn gọi là \"Poster's Roulette\")"
 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 "Vượt quá giới hạn - bạn đã thử thay đổi tên người dùng quá nhiều lần trong thời gian ngắn. Vui lòng chờ một chút trước khi thử lại."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "Đính kèm lại trích dẫn"
 
@@ -5958,17 +6114,17 @@ msgstr "Tái kích hoạt tài khoản của bạn"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "Đọc bài blog"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "Thu gọn"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "Xem thêm"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "Đọc blog của Bluesky"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "Kết nối lại"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "Từ chối"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "Từ chối yêu cầu trò chuyện"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "Tải lại hội thoại"
@@ -6022,7 +6178,7 @@ msgstr "Tải lại hội thoại"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "Xóa"
 msgid "Remove {displayName} from starter pack"
 msgstr "Xóa {displayName} khỏi gói khởi đầu"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "Xóa {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "Xóa tài khoản"
 
@@ -6046,13 +6202,13 @@ msgstr "Xóa tài khoản"
 msgid "Remove attachment"
 msgstr "Xóa tệp đính kèm"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "Xóa hình đại diện"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "Xóa hình bìa"
 
@@ -6079,7 +6235,7 @@ msgstr "Xóa bảng tin?"
 msgid "Remove from my feeds"
 msgstr "Xóa khỏi bảng tin của tôi"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "Xóa khỏi truy cập nhanh?"
 
@@ -6097,11 +6253,16 @@ msgstr "Xóa khỏi bảng tin của bạn?"
 msgid "Remove image"
 msgstr "Xóa hình"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "Xóa từ cấm khỏi danh sách của bạn"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "Xóa hồ sơ"
 
@@ -6114,7 +6275,7 @@ msgstr "Xóa trích dẫn"
 msgid "Remove repost"
 msgstr "Xóa lượt đăng lại"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "Xóa tệp phụ đề"
 
@@ -6124,18 +6285,18 @@ msgstr "Xóa bảng tin này khỏi bảng tin đã lưu của bạn"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr ""
+msgstr "Xoá tài khoản khỏi danh sách"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "Xoá xác minh"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "Xoá xác minh của bạn khỏi tài khoản này?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "Đã xóa khỏi bảng tin của tôi"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "Xóa hồ sơ khỏi lịch sử tìm kiếm"
+msgstr "Đã xoá xác minh"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "Xóa bài đăng trích dẫn"
 msgid "Replace with Discover"
 msgstr "Thay thế bằng Discover"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "Trả lời"
 
@@ -6193,12 +6350,12 @@ msgstr "Trả lời đã bị tắt"
 msgid "Replies to this post are disabled."
 msgstr "Trả lời cho bài đăng này đã bị tắt."
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "Trả lời"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "Trả lời ({0, plural, other {# trả lời}})"
 
@@ -6224,34 +6381,34 @@ msgstr "Cài đặt trả lời được chọn bởi tác giả của thảo lu
 msgid "Reply sorting"
 msgstr "Sắp xếp trả lời"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "Trả lời <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "Trả lời bài đăng đã bị chặn"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "Trả lời bài đăng"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "Trả lời bạn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "Đã cập nhật trạng thái hiển thị trả lời"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "Ẩn thành công trả lời"
 
@@ -6261,16 +6418,16 @@ msgstr "Ẩn thành công trả lời"
 msgid "Report"
 msgstr "Báo cáo"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "Báo cáo tài khoản"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "Báo cáo hội thoại"
 
@@ -6293,8 +6450,8 @@ msgstr "Báo cáo danh sách"
 msgid "Report message"
 msgstr "Báo cáo tin nhắn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "Báo cáo bài đăng"
 
@@ -6369,26 +6526,26 @@ msgstr "Đăng lại hoặc trích dẫn bài đăng"
 msgid "Reposted By"
 msgstr "Đăng lại bởi"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "Đăng lại bởi {0}"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "Đăng lại bởi <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "Đăng lại bởi bạn"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "Lượt đăng lại của bài đăng này"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "Yêu cầu thay đổi"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "Yêu cầu mã"
 msgid "Require alt text before posting"
 msgstr "Yêu cầu văn bản thay thế trước khi đăng"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "Yêu cầu một mã gửi qua email để đăng nhập vào tài khoản của bạn."
 
@@ -6413,13 +6570,19 @@ msgstr "Bắt buộc đối với nhà quản lý này"
 msgid "Required in your region"
 msgstr "Bắt buộc đối với khu vực của bạn"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
 msgid "Resend email"
 msgstr "Gửi lại email"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:267
-#: src/components/dialogs/VerifyEmailDialog.tsx:277
 #: src/components/intents/VerifyEmailIntentDialog.tsx:130
 msgid "Resend Email"
 msgstr "Gửi lại email"
@@ -6436,8 +6599,8 @@ msgstr "Mã đặt lại"
 msgid "Reset Code"
 msgstr "Mã đặt lại"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "Đặt lại trại thái hướng dẫn"
 
@@ -6458,10 +6621,10 @@ msgstr "Thử lại hành động cuối cùng (đã xảy ra lỗi)"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "Trở về trang trước"
 msgid "Returns to home page"
 msgstr "Trở về trang chủ"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "Quay lại bước trước đó"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "Lưu"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "Lưu"
@@ -6534,7 +6699,7 @@ msgstr "Lưu ngày sinh"
 msgid "Save changes"
 msgstr "Lưu thay đổi"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "Lưu thay đổi"
 
@@ -6564,16 +6729,12 @@ msgstr "Lưu vào bảng tin của tôi"
 msgid "Saved Feeds"
 msgstr "Bảng tin đã lưu"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "Đã lưu vào camera roll"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "Đã lưu vào bảng tin của bạn"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "Lưu thay đổi vào hồ sơ của bạn"
 
@@ -6583,8 +6744,8 @@ msgstr "Lưu cài đặt cắt hình"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Gửi lời chào!"
 
@@ -6602,11 +6763,11 @@ msgstr "Cuộn đến đầu trang"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "Tìm kiếm"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "Tìm kiếm bài đăng của @{0}"
@@ -6615,7 +6776,7 @@ msgstr "Tìm kiếm bài đăng của @{0}"
 msgid "Search by name or interest"
 msgstr "Tìm theo tên hoặc sở thích"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "Tìm bảng tin"
 
@@ -6656,8 +6817,8 @@ msgstr "Tìm GIF"
 msgid "Search my posts"
 msgstr "Tìm kiếm bài đăng của tôi"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "Tìm kiếm bài đăng"
 
@@ -6679,7 +6840,11 @@ msgstr "Tìm kiếm..."
 msgid "Searches for profiles"
 msgstr "Tìm hồ sơ"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "Yêu cầu bước bảo mật"
 
@@ -6699,7 +6864,7 @@ msgstr "Xem bài đăng #{tag}"
 msgid "See #{tag} posts by user"
 msgstr "Xem bài đăng #{tag} từ người dùng"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "Xem công việc tại Bluesky"
 
@@ -6719,6 +6884,10 @@ msgstr "Chọn màu"
 msgid "Select account"
 msgstr "Chọn tài khoản"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr ""
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "Chọn hình hiển thị"
@@ -6727,10 +6896,22 @@ msgstr "Chọn hình hiển thị"
 msgid "Select an emoji"
 msgstr "Chọn emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "Chọn ngôn ngữ nội dung"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "Chọn từ một tài khoản đã tồn tại"
@@ -6747,11 +6928,11 @@ msgstr "Chọn GIF \"{0}\""
 msgid "Select how long to mute this word for."
 msgstr "Chọn thời gian ẩn cho từ này."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "Chọn ngôn ngữ..."
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "Chọn ngôn ngữ..."
 
@@ -6763,6 +6944,10 @@ msgstr "Chọn dịch vụ kiểm duyệt"
 msgid "Select moderator"
 msgstr "Chọn dịch vụ kiểm duyệt"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr ""
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "Chọn emoji {emojiName} làm hình hiển thị"
 msgid "Select the moderation service(s) to report to"
 msgstr "Chọn dịch vụ kiểm duyệt để báo cáo"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "Chọn video"
 
@@ -6784,11 +6969,11 @@ msgstr "Chọn video"
 msgid "Select what content this mute word should apply to."
 msgstr "Chọn nội dung từ cấm này nên áp dụng cho."
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "Chọn một ngôn ngữ để dùng làm giao diện người dùng cho ứng dụng."
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "Chọn ngôn ngữ bạn muốn bảng tin đăng ký của mình bao gồm. Nếu không chọn, tất cả ngôn ngữ sẽ được hiển thị."
 
@@ -6801,7 +6986,7 @@ msgstr "Chọn ngày sinh"
 msgid "Select your interests from the options below"
 msgstr "Chọn sở thích của bạn từ các tùy chọn dưới đây"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "Chọn ngôn ngữ ưa thích cho bản dịch trong bảng tin của bạn."
 
@@ -6813,19 +6998,17 @@ msgstr "Lựa chọn {0} trong {numItems}"
 msgid "Send a neat website!"
 msgstr "Gửi một trang web hay!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "Gửi xác nhận"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "Gửi email xác nhận"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "Gửi email xác nhận"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "Gửi email"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "Gửi email"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "Gửi phản hồi"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "Gửi tin nhắn"
@@ -6863,13 +7046,14 @@ msgstr "Gửi báo cáo đến {0}"
 msgid "Send report to {title}"
 msgstr "Gửi báo cáo cho {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
 msgid "Send verification email"
 msgstr "Gửi email xác minh"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "Gửi qua tin nhắn"
 
@@ -6901,10 +7085,10 @@ msgstr "Thiết lập tài khoản của bạn"
 msgid "Sets email for password reset"
 msgstr "Đặt email để đặt lại mật khẩu"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "Cài đặt"
 
@@ -6926,16 +7110,16 @@ msgstr "Khiêu dâm"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "Chia sẻ"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "Chia sẻ"
@@ -6948,9 +7132,9 @@ msgstr "Chia sẻ một mẫu chuyện hay!"
 msgid "Share a fun fact!"
 msgstr "Chia sẻ một sự thật thú vị!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "Vẫn chia sẻ"
 
@@ -6990,7 +7174,7 @@ msgstr "Chia sẻ gói khởi đầu này và giúp mọi người tham gia cộ
 msgid "Share your favorite feed!"
 msgstr "Chia sẻ bảng tin yêu thích của bạn"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "Trình kiểm tra cài đặt đã chia sẻ"
 
@@ -7011,8 +7195,8 @@ msgstr "Hiển thị văn bản thay thế"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "Vẫn hiển thị"
 
@@ -7033,8 +7217,8 @@ msgstr "Hiện tùy chọn tùy chỉnh"
 msgid "Show hidden replies"
 msgstr "Hiển thị trả lời ẩn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "Hiển thị ít bài như thế này hơn"
 
@@ -7042,14 +7226,14 @@ msgstr "Hiển thị ít bài như thế này hơn"
 msgid "Show list anyway"
 msgstr "Vẫn hiển thị danh sách"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "Hiển thị thêm"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "Hiển thị nhiều bài như thế này hơn"
 
@@ -7079,8 +7263,8 @@ msgstr "Hiển thị trả lời dưới dạng phân luồng"
 msgid "Show replies by people you follow before all other replies"
 msgstr "Hiển thị trước các trả lời từ người bạn theo dõi"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "Hiển thị trả lời cho tất cả mọi người"
 
@@ -7102,11 +7286,11 @@ msgstr "Hiển thị cảnh báo"
 msgid "Show warning and filter from feeds"
 msgstr "Hiển thị cảnh báo và bộ lọc từ bảng tin"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "Hiển thị thông tin về thời gian đăng của bài này"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "Hiển thị các tài khoản khác bạn có thể chuyển đổi sang"
 
@@ -7124,8 +7308,8 @@ msgstr "Hiển thị nội dung"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "Hiển thị nội dung"
 msgid "Sign in"
 msgstr "Đăng nhập"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "Đăng nhập bằng {0}"
 
@@ -7150,7 +7334,7 @@ msgstr "Đăng nhập hoặc đăng ký tài khoản"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "Đăng nhập hoặc tạo tài khoản để tham gia cuộc trò chuyện!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "Đăng nhập vào tải khoản chưa được liệt kê"
 
@@ -7158,15 +7342,15 @@ msgstr "Đăng nhập vào tải khoản chưa được liệt kê"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "Đăng nhập vào Bluesky hoặc tạo tài khoản mới"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "Đăng xuất"
 
@@ -7174,8 +7358,8 @@ msgstr "Đăng xuất"
 msgid "Sign Out"
 msgstr "Đăng xuất"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "Đăng xuất?"
 
@@ -7206,14 +7390,19 @@ msgstr "Bỏ qua quy trình này"
 msgid "Smaller"
 msgstr "Nhỏ hơn"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "Tạm bỏ qua lời nhắc"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "Lập trình viên"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "Một vài xác minh của bạn không hợp lệ."
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "Ai đó đã bày tỏ cảm xúc {0} cho {1}"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "Có điều gì đó không đúng với dữ liệu bạn đang cố gắng báo cáo. Vui lòng liên hệ bộ phận hỗ trợ."
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "Có gì đó không đúng"
 
@@ -7264,8 +7453,8 @@ msgstr "Có lỗi xảy ra. Xin vui lòng thử lại."
 msgid "Something wrong? Let us know."
 msgstr "Có gì không đúng? Hãy cho chúng tôi biết."
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "Sử dụng để đăng nhập vào ứng dụng khác cùng với tên người d...ùng của bạn."
 
@@ -7304,7 +7493,7 @@ msgstr "Spam; tag người hoặc trả lời liên tục"
 msgid "Sports"
 msgstr "Thể thao"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "Bắt đầu cuộc trò chuyện mới"
 
@@ -7322,8 +7511,8 @@ msgstr "Bắt đầu thêm người!"
 msgid "Start chat with {displayName}"
 msgstr "Bắt đầu trò chuyện với {displayName}"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "Gói khởi đầu"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "Gói khởi đầu không hợp lệ"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "Gói khởi đầu"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "Gói khởi đầu giúp bạn dễ dàng chia sẻ bảng tin và người yêu thích của mình với bạn bè."
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "Trang trạng thái"
 
@@ -7363,12 +7552,12 @@ msgstr "Trang trạng thái"
 msgid "Step {0} of {1}"
 msgstr "Bước {0} / {1}"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "Dữ liệu đã được xóa, bạn cần khởi động lại ứng dụng ngay bây giờ."
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "Storybook"
 
@@ -7401,11 +7590,11 @@ msgstr "Đăng ký"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "Đăng ký @{0} để sử dụng nhãn:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "Đăng ký dịch vụ gắn nhãn"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "Đăng ký dịch vụ gắn nhãn này"
 
@@ -7413,13 +7602,14 @@ msgstr "Đăng ký dịch vụ gắn nhãn này"
 msgid "Subscribe to this list"
 msgstr "Đăng ký danh sách này"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "Thành công!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "Đã xác minh thành công"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "Hoàng hôn"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "Hỗ trợ"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "Chuyển tài khoản"
 
@@ -7462,11 +7652,11 @@ msgstr "Chuyển tài khoản"
 msgid "Switch Account"
 msgstr "Chuyển tài khoản"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "Chuyển tài khoản"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "Chuyển sang {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "Chuyển sang {0}"
 msgid "System"
 msgstr "Hệ thống"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "Log hệ thống"
 
@@ -7518,7 +7708,7 @@ msgstr "Công nghệ"
 msgid "Tell a joke!"
 msgstr "Kể một chuyện cười!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "Kể một chút về bạn"
 
@@ -7531,12 +7721,12 @@ msgstr "Kể thêm một chút nữa"
 msgid "Terms"
 msgstr "Điều khoản"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "Điều khoản dịch vụ"
 
@@ -7564,7 +7754,11 @@ msgstr "Trường văn bản"
 msgid "Text input field"
 msgstr "Trường nhập văn bản"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "Cảm ơn! Email của bạn đã được xác minh thành công."
 
@@ -7597,12 +7791,12 @@ msgstr "Không thể tìm thấy gói khởi đầu đó."
 msgid "That's all, folks!"
 msgstr "Hết!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "Hết bảng tin video!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "Tài khoản có thể tương tác với bạn sau khi bỏ chặn."
 
@@ -7636,6 +7830,10 @@ msgstr "Bảng tin Discover"
 msgid "The Discover feed now knows what you like"
 msgstr "Bảng tin Discover đã biết được bạn thích gì"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "Địa chỉ email bạn vừa nhập là địa chỉ email hiện tại của bạn."
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "Trải nghiệm tốt hơn bằng ứng dụng. Tải Bluesky bây giờ và tiếp tục hành trình đang dở của bạn."
@@ -7669,6 +7867,7 @@ msgstr "Chính sách bảo mật đã được chuyển đến <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "Video được chọn lớn hơn 100 MB."
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "Máy chủ có vẻ đang có vấn đề. Vui lòng thử lại sau ít phút."
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "Có vấn đề khi kết nối với máy chủ"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "Có vấn đề khi kết nối với máy chủ, vui lòng kiểm tra kết nối mạng của bạn và thử lại."
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "Có vấn đề khi tải thông báo. Nhấn vào đây để thử lại."
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "Có vấn đề khi tải bài đăng. Nhấn vào đây để thử lại."
 
@@ -7763,20 +7962,20 @@ msgstr "Có vấn đề khi gửi báo cáo. Vui lòng kiểm tra kết nối m
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "Có vấn đề cập nhật bảng tin của bạn, vui lòng kiểm tra kết nối mạng của bạn và thử lại."
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "Đã xảy ra vấn đề! {0}"
 
@@ -7808,13 +8007,13 @@ msgstr "Các cài đặt này chỉ áp dụng cho bảng tin Following."
 msgid "This {screenDescription} has been flagged:"
 msgstr "{screenDescription} này đã bị đánh dấu:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "Tài khoản này có dấu tích vì nó được xác minh bởi nguồn đáng tin cậy."
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "Tài khoản này có một hoặc nhiều lần thử xác minh, nhưng hiện tại chưa được xác minh thành công."
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "Tài khoản này đã yêu cầu người dùng đăng nhập để xem
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "Tài khoản này đã bị chặn bởi một hoặc nhiều danh sách kiểm duyệt của bạn. Để bỏ chặn, vui lòng truy cập trực tiếp vào danh sách và bỏ người dùng này."
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "Hành động này có thể được hoàn tác bất kì lúc nào."
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "Không thể xem nội dung này nếu không có tài khoản Bluesky."
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "Nội dung này thuộc tài khoản đã xóa hoặc vô hiệu hóa. Nhấn để xem tùy chọn"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "Tính năng này đang ở phiên bản thử nghiệm. Bạn có thể đọc thêm về việc xuất kho dữ liệu trong <0>bài đăng blog này</0>."
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "Tính năng này không khả dụng khi sử dụng Mật khẩu ứng dụng. Vui lòng đăng nhập bằng mật khẩu chính của bạn."
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "Bảng tin này đang trống! Bạn có thể phải theo dõi thêm người dùng hoặc điều chỉnh cài đặt ngôn ngữ của mình."
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "Bảng tin này đang trống."
@@ -7899,9 +8106,10 @@ msgstr "Tên người dùng này đã được đặt trước. Vui lòng thử
 msgid "This information is not shared with other users."
 msgstr "Thông tin này không được chia sẻ với người dùng khác."
 
-#: 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 "Việc này là quan trọng khi bạn cần thay đổi email hoặc đặt lại mật khẩu."
+#: src/components/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "Danh sách này đang trống."
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "Dịch vụ kiểm duyệt này không khả dụng. Xem bên dưới để biết thêm chi tiết. Nếu vấn đề này vẫn tiếp tục, hãy liên hệ với chúng tôi."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "Bài đăng này khai rằng đã được tạo vào <0>{0}</0>, nhưng lần đầu tiên được Bluesky nhìn thấy vào <1>{1}</1>."
 
@@ -7943,28 +8151,28 @@ msgstr "Bài đăng này khai rằng đã được tạo vào <0>{0}</0>, nhưng
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "Bài đăng này có loại threadgate không xác định. Ứng dụng của bạn có thể đã lỗi thời."
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "Bài đăng này đã bị xóa."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Bài đăng này chỉ hiển thị cho người dùng đã đăng nhập. Nó sẽ không hiển thị cho người không đăng nhập."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "Bài đăng này sẽ bị ẩn khỏi bảng tin và thảo luận. Hành động này không thể hoàn tác."
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "Tác giả bài đăng này đã tắt chức năng trích dẫn bài đăng."
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "Chỉ những người dùng đã đăng nhập mới xem được hồ sơ người dùng này. Người chưa đăng nhập sẽ không thể xem được."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "Trả lời này sẽ được sắp xếp vào mục ẩn ở cuối thảo luận của bạn và sẽ tắt thông báo cho các trả lời tiếp theo - cho cả bạn và người khác."
 
@@ -7976,6 +8184,10 @@ msgstr "Dịch vụ này không cung cấp điều khoản dịch vụ hoặc ch
 msgid "This should create a domain record at:"
 msgstr "Tác vụ này sẽ tạo một bản ghi tên miền tại:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "Người dùng này không có tên hiển thị, vì vậy không thể được xác minh."
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "Người dùng này không có người nào theo dõi."
@@ -8013,11 +8225,11 @@ msgstr "Người dùng này không theo dõi ai cả."
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "Tác vụ này sẽ xóa \"{0}\" khỏi danh sách từ cấm của bạn. Bạn luôn có thể thêm lại sau này."
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "Tác vụ này sẽ xóa @{0} khỏi danh sách truy cập nhanh."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "Tác vụ này sẽ xóa bài đăng của bạn khỏi bài đăng trích dẫn này cho tất cả người dùng, và thay thế nó bằng một chỗ trống."
 
@@ -8044,7 +8256,7 @@ msgstr "Phân luồng"
 msgid "Threaded mode"
 msgstr "Chế độ phân luồng"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "Cài đặt thảo luận"
 
@@ -8056,14 +8268,15 @@ msgstr "Thời gian còn lại: {0, plural, one {# giây} other {# giây}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "Để tắt email 2FA, vui lòng xác minh quyền truy cập vào địa chỉ email."
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "Để báo cáo hội thoại, vui lòng báo cáo một trong những tin nhắn thông qua màn hình hội thoại. Điều này giúp các quản trị viên hiểu ngữ cảnh về vấn đề của bạn."
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "Để đăng video lên Bluesky, bạn phải xác minh email trước."
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "Bạn muốn gởi báo cáo này cho ai?"
@@ -8090,16 +8303,16 @@ msgstr "Bật/tắt tiếng"
 msgid "Top"
 msgstr "Hàng đầu"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "Chủ đề"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "Dịch"
 
@@ -8117,7 +8330,7 @@ msgstr "Video nổi bật"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "Niềm tin hình thành từ các mối quan hệ, cộng đồng và bối cảnh chung, vì vậy chúng tôi cũng kích hoạt <0>người xác minh đáng tin cậy</0>: các tổ chức có thể trực tiếp cấp xác minh."
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "Gõ tin nhắn của bạn ở đây"
 msgid "Type:"
 msgstr "Loại:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "Không thể kết nối. Vui lòng kiểm tra kết nối mạng của bạn và thử lại."
@@ -8166,27 +8380,27 @@ msgstr "Không thể xóa"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "Bỏ chặn"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "Bỏ chặn"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "Bỏ chặn tài khoản"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "Bỏ chặn tài khoản"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "Bỏ theo dõi"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "Bỏ theo dõi {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "Bỏ theo dõi tài khoản"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "Bỏ theo dõi người này"
 
@@ -8225,15 +8439,15 @@ msgstr "Bỏ theo dõi người này"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "Rất tiếc, không có dịch vụ gắn nhãn nào bạn đã đăng ký hỗ trợ loại báo cáo này."
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "Nhà xác minh không xác định"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "Bỏ thích"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "Bỏ thích ({0, plural, other {# lượt thích}})"
 
@@ -8252,10 +8466,10 @@ msgstr "Bỏ ẩn"
 msgid "Unmute {tag}"
 msgstr "Bỏ ẩn {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "Bỏ ẩn tài khoản"
 
@@ -8267,8 +8481,8 @@ msgstr "Bật lại thông báo cho hội thoại"
 msgid "Unmute list"
 msgstr "Bỏ ẩn danh sách"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "Bật lại thông báo cho thảo luận"
 
@@ -8294,8 +8508,8 @@ msgstr "Bỏ ghim bảng tin"
 msgid "Unpin from home"
 msgstr "Bỏ ghim khỏi trang chủ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "Bỏ ghim khỏi hồ sơ"
 
@@ -8311,7 +8525,12 @@ msgstr "Đã bỏ ghim {0} khỏi Trang chủ"
 msgid "Unpinned from your feeds"
 msgstr "Bỏ ghim khỏi bảng ghi của bạn"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "Huỷ tạm bỏ qua lời nhắc email"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "Bỏ đăng ký"
 
@@ -8320,7 +8539,7 @@ msgstr "Bỏ đăng ký"
 msgid "Unsubscribe from list"
 msgstr "Bỏ đăng ký danh sách"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "Bỏ đăng ký dịch vụ gắn nhãn"
 
@@ -8328,11 +8547,11 @@ msgstr "Bỏ đăng ký dịch vụ gắn nhãn"
 msgid "Unsubscribed from list"
 msgstr "Đã bỏ đăng ký danh sách"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "Định dạng video không được hỗ trợ"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "Định dạng video không được hỗ trợ: {0}"
 
@@ -8352,17 +8571,28 @@ msgstr "Cập nhật"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "Cập nhật <0>{displayName}</0> trong danh sách"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "Cập nhật thành {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "Không thể cập nhật tệp đính kèm trong trích dẫn"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "Không thể cập nhật trạng thái hiển thị của trả lời"
@@ -8371,7 +8601,7 @@ msgstr "Không thể cập nhật trạng thái hiển thị của trả lời"
 msgid "Updating..."
 msgstr "Đang cập nhật..."
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "Tải lên ảnh"
 
@@ -8379,22 +8609,22 @@ msgstr "Tải lên ảnh"
 msgid "Upload a text file to:"
 msgstr "Tải lên tệp văn bản đến:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "Tải lên từ máy ảnh"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "Tải lên từ Files"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "Tải lên từ Thư viện"
 
@@ -8407,7 +8637,7 @@ msgstr "Đang tải lên hình..."
 msgid "Uploading link thumbnail..."
 msgstr "Đang tải lên hình cho liên kết..."
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "Đang tải lên video..."
 
@@ -8419,8 +8649,8 @@ msgstr "Sử dụng mật khẩu ứng dụng để đăng nhập vào các ứn
 msgid "Use default provider"
 msgstr "Sử dụng nơi quản lý mặc định"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "Dùng trình duyệt tích hợp"
 
@@ -8429,8 +8659,8 @@ msgstr "Dùng trình duyệt tích hợp"
 msgid "Use in-app browser to open links"
 msgstr "Dùng trình duyệt tích hợp để mở liên kết"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "Dùng trình duyệt mặc định của tôi"
 
@@ -8484,12 +8714,12 @@ msgstr "Danh sách người dùng của {0}"
 msgid "User list by you"
 msgstr "Danh sách người của bạn"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "Đã tạo danh sách người dùng"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "Đã cập nhật danh sách người dùng"
@@ -8523,31 +8753,37 @@ msgstr "Người bạn theo dõi"
 msgid "Value:"
 msgstr "Giá trị:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "Xác minh không thành công, xin vui lòng thử lại."
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "Cài đặt xác minh"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "Cài đặt xác minh"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Xác minh trên Bluesky hoạt động không giống với các nền tảng khác. <0>Tìm hiểu thêm tại đây.</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "Yêu cầu xác minh email"
+msgstr "Xác minh bởi:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "Xác minh tài khoản"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "Xác minh bản ghi DNS"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "Xác thực email"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 msgstr "Hộp thoại xác minh email"
 
-#: src/view/com/modals/ChangeEmail.tsx:200
-#: src/view/com/modals/ChangeEmail.tsx:202
-msgid "Verify New Email"
-msgstr "Xác minh email mới"
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:131
-msgid "Verify now"
-msgstr "Xác minh ngay"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "Xác minh tệp văn bản"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "Xác minh tài khoản này?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "Xác minh email của bạn"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "Xác minh email của bạn"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "Phiên bản {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "Video"
 msgid "Video failed to process"
 msgstr "Không thể xử lý video"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "Bảng tin video"
 
@@ -8616,11 +8853,11 @@ msgstr "Video từ {0}: {text}"
 msgid "Video Games"
 msgstr "Trò chơi điện tử"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "Đã tạm dừng video"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "Đang phát video"
 
@@ -8628,11 +8865,11 @@ msgstr "Đang phát video"
 msgid "Video not found."
 msgstr "Không tìm thấy video."
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "Cài đặt video"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "Đã tải lên video"
 
@@ -8640,24 +8877,24 @@ msgstr "Đã tải lên video"
 msgid "Video: {0}"
 msgstr "Video: {0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "Video"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "Video phải ngắn hơn 3 phút"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "Xem hình đại diện của {0}"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "Xem hồ sơ của {0}"
 
@@ -8665,7 +8902,7 @@ msgstr "Xem hồ sơ của {0}"
 msgid "View {displayName}'s profile"
 msgstr "Xem hồ sơ của {displayName}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "Xem hồ sơ của người dùng bị chặn"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "Xem bản ghi gỡ lỗi"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "Xem chi tiết"
 
@@ -8688,7 +8925,7 @@ msgstr "Xem chi tiết"
 msgid "View details for reporting a copyright violation"
 msgstr "Xem chi tiết về báo cáo vi phạm bản quyền"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "Xem toàn bộ thảo luận"
 
@@ -8703,13 +8940,12 @@ msgstr "Xem thông tin về những nhãn này"
 msgid "View more"
 msgstr "Xem thêm"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "Xem hồ sơ"
 
@@ -8723,7 +8959,7 @@ msgstr "Xem dịch vụ gắn nhãn bởi @{0}"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "Xem xác minh của người dùng này"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "Xem tài khoản bạn đã ẩn"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "Xem xác minh của bạn"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "Cảnh báo nội dung"
 msgid "Warn content and filter from feeds"
 msgstr "Cảnh bảo nội dung và lọc từ bảng tin"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "Không tìm thấy nội dung nào cho hashtag."
@@ -8798,7 +9039,7 @@ msgstr "Không tìm thấy nội dung nào cho hashtag."
 msgid "We couldn't find any results for that topic."
 msgstr "Chúng tôi không tìm thấy kết quả nào cho chủ đề đó."
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "Không thể tải hội thoại này"
 
@@ -8822,6 +9063,10 @@ msgstr "Hết bài đăng từ theo đõi của bạn. Đây là những bài đ
 msgid "We recommend selecting at least two interests."
 msgstr "Chúng tôi đề xuất chọn ít nhất hai mục quan tâm."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "Chúng tôi không thể xác định bạn có được phép tải lên video hay không. Vui lòng thử lại."
@@ -8842,6 +9087,10 @@ msgstr "Chúng tôi không thể kết nối. Vui lòng thử lại để tiếp
 msgid "We will let you know when your account is ready."
 msgstr "Chúng tôi sẽ thông báo cho bạn khi tài khoản của bạn đã sẵn sàng."
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "Chúng tôi sẽ sử dụng việc này để tùy chỉnh trải nghiệm của bạn."
@@ -8853,7 +9102,7 @@ msgstr "Chúng tôi đang gặp vấn đề mạng, hãy thử lại"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "Chúng tôi đang giới thiệu một lớp xác minh mới trên Bluesky — một dấu tích dễ nổi bật."
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "Xin lỗi, chung tối không thể tải từ cấm của bạn vào l
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "Xin lỗi, chúng tôi không thể hoàn thành tìm kiếm của bạn. Vui lòng thử lại sau vài phút."
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "Xin lỗi! Bài đăng bạn đang trả lời đã bị xóa."
 
@@ -8880,7 +9129,7 @@ msgstr "Xin lỗi! Bài đăng bạn đang trả lời đã bị xóa."
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "Xin lỗi! Chúng tôi không thể tìm thấy trang bạn đang tìm kiếm."
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "Xin lỗi! Bạn chỉ có thể đăng ký tối đa hai mươi dịch vụ gắn nhãn, và bạn đã đạt giới hạn hai mươi."
 
@@ -8902,13 +9151,13 @@ msgstr "Bạn muốn gọi gói khởi đầu của mình là gì?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "Có gì mới?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "Khi bạn nhấp vào dấu tích, bạn sẽ thấy tổ chức đã xác minh người đó."
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "Ai có thể trả lời"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "Ai có thể xác minh?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "Ôi không!"
@@ -8984,11 +9233,11 @@ msgstr "Tại sao người dùng này cần được xem xét?"
 msgid "Write a message"
 msgstr "Soạn một tin nhắn"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "Soạn bài đăng"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "Soạn trả lời"
@@ -9002,6 +9251,11 @@ msgstr "Tác giả"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "Máy chủ trả về sai mã DID. Nhận được: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "Có"
@@ -9015,11 +9269,11 @@ msgstr "Có, vô hiệu hóa"
 msgid "Yes, delete this starter pack"
 msgstr "Có, xóa gói khởi đầu này"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "Có, gỡ bỏ"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "Có, ẩn"
 
@@ -9037,7 +9291,7 @@ msgstr "Bạn"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "Bạn là người xác minh đáng tin cậy"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "Bạn đang tạo tài khoản trên"
 msgid "You are in line."
 msgstr "Bạn đang trong hàng chờ."
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "Bạn không được phép tải lên video."
@@ -9055,18 +9318,22 @@ msgstr "Bạn không được phép tải lên video."
 msgid "You are not following anyone."
 msgstr "Bạn đang không theo dõi ai."
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "Bạn đã được xác minh"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "Bạn đã được xác minh. Bạn sẽ bị mất dấu xác minh nếu bạn thay đổi tên hiển thị. <0>Tìm hiểu thêm.</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "Bạn đã được xác minh. Bạn sẽ bị mất dấu xác minh nếu bạn thay đổi tên tài khoản. <0>Tìm hiểu thêm.</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "Bạn đã ẩn tài khoản này."
 msgid "You have muted this user"
 msgstr "Bạn đã ẩn người dùng này."
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "Bạn chưa có hội thoại nào. Bắt đầu ngay!"
 
@@ -9179,11 +9446,11 @@ msgstr "Bạn chưa có bản tin nào."
 msgid "You have no lists."
 msgstr "Bạn chưa có danh sách nào."
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 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 "Bạn chưa chặn tài khoản nào. Để chặn một tài khoản, hãy vào hồ sơ của họ và chọn \"Chặn tài khoản\" từ trình đơn trên tài khoản của họ."
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "Bạn chưa ẩn tài khoản nào. Để ẩn từ một tài khoản, hãy vào hồ sơ của họ và chọn \"Ẩn tài khoản\" từ trình đơn trên tài khoản của họ."
 
@@ -9191,11 +9458,15 @@ msgstr "Bạn chưa ẩn tài khoản nào. Để ẩn từ một tài khoản,
 msgid "You have reached the end"
 msgstr "Bạn đã đến cuối"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "Bạn đã tạm thời đạt giới hạn tải lên video. Vui lòng thử lại sau."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "Bạn chưa tạo gói khởi đầu nào!"
 
@@ -9224,7 +9495,7 @@ msgstr "Bạn chỉ có thể thêm tối đa {STARTER_PACK_MAX_SIZE, plural, ot
 msgid "You may only add up to 3 feeds"
 msgstr "Bạn chỉ có thể thêm tối đa 3 bảng tin"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "Bạn chỉ có thể chọn tối đa 4 hình ảnh"
 
@@ -9232,7 +9503,7 @@ msgstr "Bạn chỉ có thể chọn tối đa 4 hình ảnh"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "Bạn phải đủ 13 tuổi trở lên để tạo tài khoản."
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "Bạn phải theo dõi ít nhất bảy người khác để tạo gói khởi đầu."
 
@@ -9248,10 +9519,18 @@ msgstr "Bạn phải cấp quyền truy cập vào thư viện ảnh của mình
 msgid "You must select at least one labeler for a report"
 msgstr "Bạn phải chọn ít nhất một dịch vụ gắn nhãn cho một báo cáo"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "Bạn cần phải xác thực địa chỉ email trước khi mở xác thực hai lớp qua email."
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "Bạn đã vô hiệu hóa @{0} trước đây."
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "Bạn có thể cần phải khởi động lại ứng ngay bây giờ."
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "Bạn đã bày tỏ cảm xúc {0}"
@@ -9260,16 +9539,16 @@ msgstr "Bạn đã bày tỏ cảm xúc {0}"
 msgid "You reacted {0} to {1}"
 msgstr "Bạn đã bày tỏ cảm xúc {0} cho {1}"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "Bạn sẽ đăng xuất khỏi tất cả tài khoản của mình."
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "Bạn sẽ không còn nhận thông báo cho thảo luận này"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "Bạn sẽ bắt đầu nhận thông báo cho thảo luận này"
 
@@ -9305,7 +9584,7 @@ msgstr "Bạn sẽ theo dõi những người này và {0} người khác"
 msgid "You'll follow these people right away"
 msgstr "Bạn sẽ theo dõi những người này ngay lập tức"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "Bạn sẽ nhận một email tại <0>{0}</0> để xác minh đây đúng là bạn."
 
@@ -9339,6 +9618,10 @@ msgstr "Bạn đã tìm thấy một số người để theo dõi"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "Bạn đã đến cuối bảng tin! Hãy tìm thêm một số tài khoản để theo dõi."
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "Bạn đã đến quá giới hạn tải lên video hàng ngày (quá nhiều byte)"
@@ -9347,7 +9630,7 @@ msgstr "Bạn đã đến quá giới hạn tải lên video hàng ngày (quá n
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "Bạn đã đến giới hạn tải lên video hàng ngày (quá nhiều video)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "Không còn video để xem nữa. Có lẽ đây là thời điểm thích hợp để nghỉ giải lao?"
 
@@ -9391,14 +9674,18 @@ msgstr "Trình duyệt của bạn không hỗ trợ định dạng video. Vui l
 msgid "Your chats have been disabled"
 msgstr "Chat của bạn đã bị vô hiệu hóa"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "Lựa chọn của bạn sẽ được lưu, nhưng có thể được thay đổi sau từ cài đặt."
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "Lựa chọn của bạn sẽ được ghi nhớ cho các liên kết tới. Bạn có thể thay đổi bất cứ lúc nào trong cài đặt."
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "Tên tài khoản hiện tại <0>{0}</0> sẽ tự động được giữ lại cho bạn. Bạn có thể chuyển lại vào bất kỳ lúc nào từ tài khoản này."
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "Địa chỉ email của bạn đã được cập nhật nhưng chưa được xác minh. Bước tiếp theo, vui lòng xác minh email mới của bạn."
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "Tên tài khoản hiện tại <0>{0}</0> sẽ tự động được gi
 msgid "Your email appears to be invalid."
 msgstr "Email của bạn có vẻ không hợp lệ."
 
-#: 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 "Email của bạn đã được cập nhật nhưng chưa được xác minh. Bước tiếp theo, vui lòng xác minh email mới của bạn."
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "Email của bạn chưa được xác minh. Chúng tôi khuyến khích thực hiện bước bảo mật quan trọng này."
 
@@ -9434,7 +9721,7 @@ msgstr "Tên tài khoản đầy đủ của bạn sẽ là <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "Tên tài khoản đầy đủ của bạn sẽ là <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "Mật khẩu đã được thay đổi thành công!"
 msgid "Your password must be at least 8 characters long."
 msgstr "Mật khẩu của bạn phải có ít nhất 8 ký tự."
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "Bài đăng của bạn đã được đăng"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "Bài đăng của bạn đã được đăng"
 
@@ -9479,7 +9766,7 @@ msgstr "Bài đăng, lượt thích, và lượt chặn của bạn là công kh
 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 "Hồ sơ, bài đăng, bảng tin, và danh sách của bạn sẽ không còn hiển thị cho người dùng Bluesky khác. Bạn có thể kích hoạt lại tài khoản bất kì lúc nào bằng cách đăng nhập."
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "Trả lời của bạn đã được đăng"
 
@@ -9497,4 +9784,4 @@ msgstr "Mục quan tâm mà bạn chọn giúp chúng tôi đưa nội dung mà
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "Xác minh của bạn"
diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po
index 9909b9f0a..6d66994af 100644
--- a/src/locale/locales/zh-CN/messages.po
+++ b/src/locale/locales/zh-CN/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: zh\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr "(活动)"
 msgid "(contains embedded content)"
 msgstr "(包含嵌入内容)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(没有电子邮箱)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# 次转发} other {# 次转发}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# 秒} other {# 秒}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# 条未读} other {# 条未读}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# 条未读} other {# 条未读}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {#个月} other {#个月}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {关注者} other {关注者}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {正在关注} other {正在关注}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {喜欢} other {喜欢}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {喜欢} other {喜欢}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {帖文} other {帖文}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {引用} other {引用}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {转发} other {转发}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0> - <1>标签</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0> - <1>文本及标签</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "本周新加入了 {0} 人"
@@ -157,7 +160,8 @@ msgstr "{0} 作出了 {1} 反应"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} 对 {2} 作出了 {1} 反应"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0}的头像"
 
@@ -189,7 +193,7 @@ msgstr "{0} 分钟前"
 msgid "{0}s"
 msgstr "{0} 秒前"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# 条未读} other {# 条未读}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {时} other {时}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {分} other {分}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0> 关注了你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0> 喜欢了你的自定义动态源"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0> 喜欢了你的帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} 及 <0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0> 撤回了对你账户的认证"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0> 转发了你的帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0> 使用了你的新手包注册"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} 及 <0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0> 对你授予了认证"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} 关注了你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} 回关了你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} 喜欢了你的自定义动态源"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} 喜欢了你的帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} 撤回了对你账户的认证"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} 转发了你的帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} 使用了你的新手包注册"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} 对你授予了认证"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 关注了你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 喜欢了你的自定义动态源"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 喜欢了你的帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} 及 {additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 撤回了对你账户的认证"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 转发了你的帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 使用了你的新手包注册"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} 及 {additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 对你授予了认证"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} 关注了你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} 回关了你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} 喜欢了你的自定义动态源"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} 喜欢了你的帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} 撤回了对你账户的认证"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} 转发了你的帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} 使用了你的新手包注册"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} 对你授予了认证"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} 位正在关注"
@@ -335,22 +339,34 @@ msgstr "{following} 位正在关注"
 msgid "{handle} can't be messaged"
 msgstr "目前无法向 {handle} 发送私信"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural,other {# 位用户}}已加入!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# 条未读通知} other {# 条未读通知}}"
 
 #: src/components/NewskieDialog.tsx:116
 msgid "{profileName} joined Bluesky {0} ago"
-msgstr "{profileName} 在 {0}前加入了 Bluesky"
+msgstr "{profileName}在 {0}前加入了 Bluesky"
 
 #: src/components/NewskieDialog.tsx:111
 msgid "{profileName} joined Bluesky using a starter pack {0} ago"
-msgstr "{profileName} 在 {0}前使用新手包加入了 Bluesky"
+msgstr "{profileName}在 {0}前使用新手包加入了 Bluesky"
 
 #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor"
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:107
@@ -364,16 +380,16 @@ msgstr "{type} 小时前"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} 是可信的认证人"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} 已获得认证"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName} 的认证"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}、</0><1>{1}</1> 及{2, plural, one {其他 # } other {其他 # }}人已包含在你的新手包中"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {关注者} other {关注者}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {正在关注} other {正在关注}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>实验性:</0>启用后,你将只会收到已关注用户的回
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>你</0> 及<1> </1><2>{0} </2>已包含在你的新手包中"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠无效的账户代码"
 
@@ -449,21 +465,21 @@ msgstr "一条私信"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "全新的认证机制"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "关于"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "接受"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "接受私信请求"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "接受请求"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "无障碍"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "无障碍设置"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "账户"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "已屏蔽该账户"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "已关注该账户"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "已隐藏该账户"
@@ -517,34 +533,34 @@ msgstr "已隐藏该账户"
 msgid "Account Muted by List"
 msgstr "该账户已被列表隐藏"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "账户选项"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "已从快速访问中移除该账户"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "已取消屏蔽该账户"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "已取消关注该账户"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "已取消隐藏该账户"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "带有蓝色扇形外观认证徽章的账户 <0><1/></0> 可以为其他账户授予认证,这些可信认证人由 Bluesky 官方所挑选。"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "添加 {displayName} 至新手包"
 msgid "Add a content warning"
 msgstr "添加内容警告"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "添加账户"
 msgid "Add alt text"
 msgstr "添加替代文本"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "添加替代文本(可选)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "添加其他账户"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "添加另一则帖文"
 
@@ -627,7 +647,7 @@ msgstr "使用所选配置添加隐藏字词"
 msgid "Add muted words and tags"
 msgstr "添加隐藏字词和标签"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "添加新帖文"
 
@@ -638,7 +658,7 @@ msgstr "添加用户"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr "添加用户至列表"
+msgstr "将用户新增至列表"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
@@ -664,8 +684,8 @@ msgstr "向你的域名添加以下 DNS 记录:"
 msgid "Add this feed to your feeds"
 msgstr "添加到你的动态源"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "添加至列表"
 
@@ -675,7 +695,7 @@ msgstr "添加至“我的动态源”"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr "添加用户至列表"
+msgstr "将用户新增至列表"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "成人内容标记"
 msgid "Advanced"
 msgstr "详细设置"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "全部"
@@ -732,7 +757,7 @@ msgstr "已关注所有账户!"
 msgid "All languages"
 msgstr "全部语言"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "以下是你已保存的动态源。"
 
@@ -776,10 +801,10 @@ msgstr "替代文本"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "替代文本"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "替代文本太长将被截断,{MAX_ALT_TEXT, plural,other {限制为:{0} 个字符。}}"
 
 #: 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 "已发送一封电子邮件至 {0}。它包含你需要在下方输入的验证码。"
 
-#: 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 "已发送一封电子邮件至先前填写的电子邮箱 {0}。它包含你需要在下方输入的验证码。"
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "已发送一封电子邮件至你先前填写的电子邮箱地址 {currentEmail},请查阅邮件并在下方输入验证码。"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "已发送电子邮件!请在下方输入邮件中的验证码。"
 
@@ -825,7 +849,7 @@ msgstr "压缩视频时发生错误。"
 msgid "An error occurred while fetching the feed."
 msgstr "载入动态源时发生错误。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "创建新手包时发生错误,要再试一次吗?"
 
@@ -842,7 +866,7 @@ msgstr "播放视频时发生错误,请重试。"
 msgid "An error occurred while saving the QR code!"
 msgstr "保存二维码时发生错误!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "选择视频时发生错误"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "上传视频时发生错误。"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "这张图片显示 Bluesky 官方可挑选信任的认证人,并由可信认证人为其他账户授予认证。"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "不在这些选项中的问题"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "开启新私信时出现问题"
 
@@ -875,8 +899,8 @@ msgstr "开启私信时出现问题"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "出现问题,请重试。"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "这个 iPhone 模型正在显示 Bluesky 应用界面,其中打开了一个已认证账户的个人资料,名称旁边拥有认证徽章。"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF 动画"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "为您介绍 Bluesky 上的认证机制"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "反社会行为"
 msgid "Anybody can interact"
 msgstr "任何人都可以参与互动"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "应用图标"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "应用语言"
 
@@ -958,7 +982,7 @@ msgstr "应用密码至少应含有 4 个字符"
 msgid "App passwords"
 msgstr "应用密码"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "应用密码"
@@ -994,10 +1018,10 @@ msgstr "暂停申诉"
 msgid "Appeal this decision"
 msgstr "对此决定提出申诉"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "外观"
 
@@ -1006,12 +1030,12 @@ msgstr "外观"
 msgid "Apply default recommended feeds"
 msgstr "使用默认推荐的动态源"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "自 {0} 起被归档"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "已归档帖文"
 
@@ -1047,11 +1071,11 @@ msgstr "你确定要从你的动态源中删除 {0} 吗?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "你确定要将此从你的动态源中删除吗?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "你确定要舍弃这段草稿吗?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "你确定要放弃发布这则帖文吗?"
 
@@ -1072,6 +1096,11 @@ msgstr "艺术"
 msgid "Artistic or non-erotic nudity."
 msgstr "带有艺术性或非色情的裸露。"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "至少应含有 3 个字符"
@@ -1103,7 +1132,7 @@ msgstr "自动播放视频及 GIF"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "返回"
 msgid "Back to Chats"
 msgstr "返回私信"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "在创建列表之前,你必须首先验证你的电子邮箱。"
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "在发布帖文之前,你必须首先验证你的电子邮箱。"
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr "在你撰写贴文或回复之前,你必须首先验证你的电子邮箱。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "在创建新手包之前,你必须首先验证你的电子邮箱。"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr "在你接受此私信请求之前,你必须首先验证你的电子邮箱。"
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
 msgstr "在向其他人发送私信之前,你必须首先验证你的电子邮箱。"
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "生日"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "屏蔽"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "屏蔽账户"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "要屏蔽账户吗?"
 
@@ -1200,17 +1235,17 @@ msgstr "已被屏蔽"
 msgid "Blocked accounts"
 msgstr "已屏蔽账户"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "已屏蔽账户"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "已被屏蔽的账户无法在你的帖文下回复、提及你或以其他方式与你互动。"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "已被屏蔽的账户无法在你的帖文下回复、提及你或以其他方式与你互动。你将不会看到他们所发布的内容,同样他们也无法查看你发布的内容。"
 
@@ -1226,11 +1261,11 @@ msgstr "屏蔽该用户不会阻止其继续标记你的账户。"
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "屏蔽是公开可见的。被屏蔽的账户无法在你的帖文下回复、提及你或以其他方式与你互动。"
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "屏蔽不会阻止其继续标记你的账户,但会阻止该账户在你发布的帖文下回复或与你互动。"
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "博客"
 
@@ -1239,7 +1274,7 @@ msgstr "博客"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky 无法确认帖文发布时间的真实性。"
 
@@ -1265,7 +1300,7 @@ msgstr "与天友们一起,Bluesky 更美好!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky 服务条款"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky 将从你的关系网中选择一组推荐关注的账户。"
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky 将不会向未登录的用户显示你的个人资料和帖文
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky 官方会主动确认部分知名账户的真实性并授予认证。"
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "浏览 {0} 话题"
 msgid "Browse topic {displayName}"
 msgstr "浏览话题 {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "商务"
 
@@ -1374,45 +1409,47 @@ msgstr "继续创建账户即代表你同意我们的<0>服务条款</0>。"
 msgid "By you"
 msgstr "由你创建"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "相机"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "取消"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "取消删除账户"
 msgid "Cancel image crop"
 msgstr "取消裁剪图片"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "取消编辑个人资料"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "取消开启网站链接"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "无法与被屏蔽的用户进行互动"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "字幕(.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "字幕及替代文本"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "更改"
 
@@ -1478,13 +1514,12 @@ msgstr "更改应用图标"
 msgid "Change app icon to \"{0}\""
 msgstr "更改应用图标为“{0}”"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "更改电子邮箱"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "更改应用语言"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "更改电子邮箱地址"
 
@@ -1497,10 +1532,6 @@ msgstr "更改账户代码"
 msgid "Change moderation service"
 msgstr "更改内容审核提供方"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "更改我的电子邮箱地址"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "更改密码"
@@ -1513,11 +1544,11 @@ msgstr "更改帖文发布语言为 {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "更改举报原因"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "更改你的电子邮箱地址"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "更改你的电子邮箱地址"
 
@@ -1530,15 +1561,15 @@ msgstr "更改应用图标"
 msgid "Changes hosting provider"
 msgstr "更改托管服务提供商"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "私信"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "已删除私信"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "已隐藏私信"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "私信请求收件箱"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "私信请求"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "私信设置"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "已取消隐藏私信"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "私信"
 
@@ -1589,7 +1620,7 @@ msgstr "请在这里输入发送到你电子邮箱的验证码。"
 
 #: src/view/com/modals/DeleteAccount.tsx:213
 msgid "Check your inbox for an email with the confirmation code to enter below:"
-msgstr "查看发送至你电子邮箱的验证邮件,并在下方输入收到的验证码:"
+msgstr "请在下方输入发送到你电子邮箱的验证码:"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:389
 msgid "Choose domain verification method"
@@ -1599,7 +1630,7 @@ msgstr "选择验证域名的方式"
 msgid "Choose Feeds"
 msgstr "选择动态源"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "帮我选择"
 
@@ -1619,7 +1650,7 @@ msgstr "选择此颜色作为你的头像背景"
 msgid "Choose your account provider"
 msgstr "选择你的服务提供商"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "自定义专属于你的时间线!由社群打造的动态源能帮助你找到喜欢的内容。"
 
@@ -1631,16 +1662,16 @@ msgstr "设置你的密码"
 msgid "Choose your username"
 msgstr "设置你的用户名"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "清除所有数据"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "清除所有数据(并重新启动应用)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "清除图片缓存"
 
@@ -1652,6 +1683,14 @@ msgstr "清除搜索历史记录"
 msgid "click here"
 msgstr "点击这里"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr "点击这里来重新开始验证流程。"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr "点击这里来更新你的电子邮箱"
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "点击来禁止其他人引用这则帖文。"
@@ -1676,29 +1715,34 @@ msgstr "气象"
 msgid "Clip 🐴 clop 🐴"
 msgstr "哒哒🐴哒哒🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "关闭"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "关闭活动对话框"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "关闭底部抽屉"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "关闭对话框"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "关闭抽屉菜单"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "关闭表情符号选择器"
 
@@ -1751,12 +1795,12 @@ msgstr "关闭此窗口"
 msgid "Closes password update alert"
 msgstr "关闭密码更新警告"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "关闭编辑器并舍弃草稿"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "关闭表情符号选择器"
 
@@ -1764,11 +1808,11 @@ msgstr "关闭表情符号选择器"
 msgid "Closes viewer for header image"
 msgstr "关闭标题图片查看器"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "折叠用户列表"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "折叠指定通知的用户列表"
 
@@ -1791,7 +1835,7 @@ msgstr "喜剧"
 msgid "Comics"
 msgstr "漫画"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "社群准则"
@@ -1804,11 +1848,11 @@ msgstr "完成入门引导并开始使用你的账户"
 msgid "Complete the challenge"
 msgstr "完成验证"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "撰写新帖文"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "撰写最多 {0, plural,other {# 个字符}} 的帖文"
 
@@ -1816,7 +1860,7 @@ msgstr "撰写最多 {0, plural,other {# 个字符}} 的帖文"
 msgid "Compose reply"
 msgstr "撰写回复"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "正在压缩视频……"
 
@@ -1828,23 +1872,17 @@ msgstr "配置 {name} 类别的内容过滤设置"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "已在 <0>内容审核设置</0> 中进行配置。"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "确认内容语言设置"
@@ -1861,18 +1899,19 @@ msgstr "确认你的年龄:"
 msgid "Confirm your birthdate"
 msgstr "确认你的出生日期"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "验证码"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "验证码"
 
@@ -1880,8 +1919,8 @@ msgstr "验证码"
 msgid "Connecting..."
 msgstr "连接中……"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "联系支持"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "内容与媒体"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "内容与媒体"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "内容与媒体"
 
@@ -1911,7 +1950,7 @@ msgstr "内容过滤器"
 msgid "Content from across the network we think you might like."
 msgstr "我们从网络的各个角落精选出了你可能会感兴趣的内容。"
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "内容语言"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "上下文菜单背景,点击以关闭菜单。"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "继续"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "以 {0} 的身份继续(当前已登录)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "加载更多帖文串……"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "继续下一步"
@@ -1973,7 +2012,7 @@ msgstr "烹饪"
 msgid "Copied"
 msgstr "已复制"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "已复制构建版本号至剪贴板"
 
@@ -1981,8 +2020,8 @@ msgstr "已复制构建版本号至剪贴板"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "已复制至剪贴板"
 
@@ -1991,7 +2030,7 @@ msgstr "已复制至剪贴板"
 msgid "Copied!"
 msgstr "已复制!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "已复制构建版本号至剪贴板"
 
@@ -2003,13 +2042,13 @@ msgstr "复制"
 msgid "Copy App Password"
 msgstr "复制应用密码"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "复制 at:// 链接"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "复制发布者 DID"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "复制代码"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "复制 DID"
 
@@ -2040,8 +2079,8 @@ msgstr "复制链接"
 msgid "Copy link to list"
 msgstr "复制列表链接"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "复制帖文链接"
 
@@ -2050,13 +2089,13 @@ msgstr "复制帖文链接"
 msgid "Copy message text"
 msgstr "复制私信文字"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "复制帖文 at:// 链接"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "复制帖文文字"
 
@@ -2068,7 +2107,7 @@ msgstr "复制二维码"
 msgid "Copy TXT record value"
 msgstr "复制 TXT 记录值"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "版权许可"
@@ -2078,7 +2117,7 @@ msgstr "版权许可"
 msgid "Could not leave chat"
 msgstr "无法离开对话"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "无法加载动态源"
 
@@ -2094,7 +2133,7 @@ msgstr "无法隐藏对话"
 msgid "Could not process your video"
 msgstr "无法处理你的视频"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "创建"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "为新手包创建二维码"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "创建新手包"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "为我创建新手包"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "创建一个账户"
 msgid "Create an account without using this starter pack"
 msgstr "不使用此新手包注册账号"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "创建一个头像"
 
@@ -2209,13 +2248,13 @@ msgstr "深色模式"
 msgid "Date of birth"
 msgstr "出生日期"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "停用账户"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "调试内容审核"
 
@@ -2237,13 +2276,13 @@ msgstr "默认图标"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "删除"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "删除账户"
 
@@ -2259,19 +2298,19 @@ msgstr "删除应用密码"
 msgid "Delete app password?"
 msgstr "要删除应用密码吗?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "删除私信"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "删除聊天记录"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "删除对话"
 
@@ -2299,9 +2338,9 @@ msgstr "仅为我删除私信"
 msgid "Delete my account"
 msgstr "删除我的账户"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "删除帖文"
 
@@ -2318,7 +2357,7 @@ msgstr "要删除新手包吗?"
 msgid "Delete this list?"
 msgstr "要删除此列表吗?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "要删除这则帖文吗?"
 
@@ -2335,19 +2374,19 @@ msgstr "已删除的账户"
 msgid "Deleted post."
 msgstr "这则帖文已删除。"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "简介"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "简介太长"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "简介太长,{DESCRIPTION_MAX_GRAPHEMES, plural, other {不能超过 # 个字符。}}"
 
@@ -2356,27 +2395,27 @@ msgstr "简介太长,{DESCRIPTION_MAX_GRAPHEMES, plural, other {不能超过 #
 msgid "Descriptive alt text"
 msgstr "扩充描述替代文本"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "分离引用"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "要分离引用帖文吗?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "已禁用开发者模式"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "已启用开发者模式"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "开发者选项"
 
@@ -2388,6 +2427,15 @@ msgstr "对话框:调整哪些人可以参与这则帖文的互动"
 msgid "Dim"
 msgstr "昏暗"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr "停用两步验证"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr "停用电子邮箱两步验证"
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "停用电子邮箱两步验证"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "停用"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "舍弃"
 
@@ -2420,11 +2468,11 @@ msgstr "舍弃"
 msgid "Discard changes?"
 msgstr "要放弃更改吗?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "要舍弃草稿吗?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "要放弃发布吗?"
 
@@ -2442,15 +2490,15 @@ msgstr "探索动态源"
 msgid "Discover new custom feeds"
 msgstr "探索新的自定义动态源"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "探索新的动态源"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "跳过"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "忽略错误"
 
@@ -2471,9 +2519,9 @@ msgstr "忽略此部分"
 msgid "Display larger alt text badges"
 msgstr "显示更大的替代文本标签"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "名称"
@@ -2482,11 +2530,11 @@ msgstr "名称"
 msgid "Display Name"
 msgstr "名称"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "名称太长"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "名称太长,{DISPLAY_NAME_MAX_GRAPHEMES, plural, other {不能超过 # 个字符。}}"
 
@@ -2511,21 +2559,31 @@ msgstr "不以连字符(-)开头或结尾"
 msgid "Domain verified!"
 msgstr "域名已通过验证!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr "没有验证码或需要重新请求一个?<0>点击这里。</0>"
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr "没有看到电子邮件?<0>点击这里来重新发送。</0>"
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "完成{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "双击或长按私信以添加反应"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "双击以关闭对话框"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "双击以点赞"
 
@@ -2575,7 +2633,7 @@ msgstr "持续时间:"
 msgid "e.g. alice"
 msgstr "例如:alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "例如:张蓝天"
 
@@ -2587,7 +2645,7 @@ msgstr "例如:张蓝天"
 msgid "e.g. alice.com"
 msgstr "例如:alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "例如:艺术家、爱狗人士和资深书迷。"
 
@@ -2595,19 +2653,19 @@ msgstr "例如:艺术家、爱狗人士和资深书迷。"
 msgid "E.g. artistic nudes."
 msgstr "例如:人体艺术。"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "例如:优秀的发帖者"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "例如:垃圾内容制造者"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "例如:绝不容错过的发帖者。"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "例如:散布广告内容的用户。"
 
@@ -2615,7 +2673,7 @@ msgstr "例如:散布广告内容的用户。"
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "每个邀请码仅可被使用一次。后续你将不定期获得新的邀请码。"
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "编辑"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "编辑头像"
 
@@ -2637,14 +2695,14 @@ msgstr "编辑头像"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "编辑图片"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "编辑互动选项"
 
@@ -2657,12 +2715,17 @@ msgstr "编辑兴趣"
 msgid "Edit list details"
 msgstr "编辑列表详情"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "编辑内容审核列表"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "编辑我的动态源"
 
@@ -2679,15 +2742,15 @@ msgstr "编辑用户"
 msgid "Edit post interaction settings"
 msgstr "编辑帖文互动选项"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "编辑个人资料"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "编辑个人资料"
 
@@ -2695,7 +2758,7 @@ msgstr "编辑个人资料"
 msgid "Edit starter pack"
 msgstr "编辑新手包"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "编辑用户列表"
 
@@ -2707,11 +2770,11 @@ msgstr "编辑哪些人可以回复"
 msgid "Edit your display name"
 msgstr "编辑你的名称"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "编辑你的描述"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "编辑你的新手包"
 
@@ -2724,9 +2787,8 @@ msgstr "教育"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "此列表的创建者屏蔽了你,或你已屏蔽了对方。"
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "电子邮箱"
 
@@ -2747,20 +2809,17 @@ msgstr "电子邮箱地址"
 msgid "Email Resent"
 msgstr "重新发送电子邮件"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "已更新电子邮箱"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr "已发送电子邮件!"
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "已更新电子邮箱"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "已更改电子邮箱!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "已验证电子邮箱"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr "已验证电子邮箱!"
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "嵌入 HTML 代码"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "嵌入帖文"
 
@@ -2785,8 +2844,9 @@ msgstr "将这则帖文嵌入到你的网站。只需复制以下代码片段,
 msgid "Embedded video player"
 msgstr "嵌入式视频播放器"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "启用"
 
@@ -2798,8 +2858,8 @@ msgstr "仅启用 {0}"
 msgid "Enable adult content"
 msgstr "启用成人内容显示"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
 msgstr "启用电子邮箱两步验证"
 
 #: src/components/dialogs/EmbedConsent.tsx:81
@@ -2847,7 +2907,7 @@ msgstr "启用"
 msgid "End of feed"
 msgstr "已浏览到末尾"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "请确认你已为每个字幕文件都选择了一种语言。"
 
@@ -2860,12 +2920,13 @@ msgstr "输入密码"
 msgid "Enter a word or tag"
 msgstr "输入字词或标签"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
 msgstr "输入验证码"
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
 msgstr "输入验证码"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
@@ -2882,11 +2943,11 @@ msgstr "输入你想使用的域名"
 
 #: 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 "输入用于创建账户的电子邮箱。我们将向你发送用于密码重置的验证码。"
+msgstr "输入你创建账户时使用的电子邮箱。我们将向你发送用于密码重置的验证码。"
 
 #: src/screens/Login/LoginForm.tsx:218
 msgid "Enter the username or email address you used when you created your account"
-msgstr "请输入创建账户时所使用的用户名或电子邮箱地址"
+msgstr "请输入创建账户时使用的用户名或电子邮箱地址"
 
 #: src/components/dialogs/BirthDateSettings.tsx:104
 msgid "Enter your birth date"
@@ -2895,15 +2956,11 @@ msgstr "输入你的出生日期"
 #: src/screens/Login/ForgotPasswordForm.tsx:99
 #: src/screens/Signup/StepInfo/index.tsx:213
 msgid "Enter your email address"
-msgstr "输入你的电子邮箱"
+msgstr "输入你的电子邮箱地址"
 
-#: src/view/com/modals/ChangeEmail.tsx:42
-msgid "Enter your new email above"
-msgstr "请在上方输入你新的电子邮箱"
-
-#: src/view/com/modals/ChangeEmail.tsx:112
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
-msgstr "请在下方输入你新的电子邮箱。"
+msgstr "请在下方输入你的新电子邮箱地址。"
 
 #: src/screens/Login/LoginForm.tsx:243
 msgid "Enter your password"
@@ -2921,7 +2978,7 @@ msgstr "进入全屏模式"
 msgid "Entertainment"
 msgstr "娱乐"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "错误"
@@ -2997,15 +3054,15 @@ msgstr "退出图片查看器"
 msgid "Expand alt text"
 msgstr "展开替代文本"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "展开用户列表"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "展开或折叠你正在回复的完整帖文"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "展开或折叠帖文文本"
 
@@ -3031,6 +3088,10 @@ msgstr "将于 {0} 到期"
 msgid "Expires in {0}"
 msgstr "将于 {0} 后到期"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "血腥、露骨或其他可能引起不适的媒体内容。"
 msgid "Explicit sexual images."
 msgstr "露骨的色情图片。"
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "探索"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "导出账户数据"
 
@@ -3071,12 +3132,12 @@ msgstr "外部媒体"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "外部媒体可能会收集你或设备储存的个人信息。在你按下“播放”按钮之前,平台不会发送任何请求给外部媒体。"
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "外部媒体偏好设置"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "无法接受私信请求"
@@ -3090,15 +3151,11 @@ msgstr "无法添加表情符号反应"
 msgid "Failed to change handle. Please try again."
 msgstr "无法更改账户代码,请重试。"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "无法创建应用密码。请重试。"
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "无法创建对话"
 
@@ -3107,12 +3164,12 @@ msgstr "无法创建对话"
 msgid "Failed to create starter pack"
 msgstr "无法创建新手包"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "无法创建列表。请检查你的网络连接并重试。"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "无法删除私信"
@@ -3121,7 +3178,7 @@ msgstr "无法删除私信"
 msgid "Failed to delete message"
 msgstr "无法删除私信"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "无法删除帖文,请重试"
 
@@ -3129,7 +3186,7 @@ msgstr "无法删除帖文,请重试"
 msgid "Failed to delete starter pack"
 msgstr "无法删除新手包"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "无法加载对话"
@@ -3172,7 +3229,7 @@ msgstr "无法删除表情符号反应"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "无法撤回认证"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3184,7 +3241,7 @@ msgstr "无法保存通知偏好设置,请重试"
 
 #: src/screens/ModerationInteractionSettings/index.tsx:108
 msgid "Failed to save settings. Please try again."
-msgstr "无法保存设置,请再试一次。"
+msgstr "无法保存设置,请重试。"
 
 #: src/screens/Settings/SettingsInterests.tsx:133
 msgctxt "toast"
@@ -3195,15 +3252,29 @@ msgstr "无法保存你的兴趣。"
 msgid "Failed to send"
 msgstr "无法发送私信"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr "无法发送电子邮件,请重试。"
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "无法提交申诉,请重试。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "无法隐藏讨论串,请重试"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr "无法更新电子邮箱两步验证设置"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr "无法更新电子邮箱,请重试。"
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "无法更新动态源"
@@ -3219,11 +3290,15 @@ msgstr "无法更新设置"
 msgid "Failed to upload video"
 msgstr "无法上传视频"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr "无法验证电子邮箱,请重试。"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "无法验证账户代码,请重试。"
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "动态源"
 
@@ -3242,24 +3317,24 @@ msgstr "切换动态源"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "反馈"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "已发送反馈!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "动态源"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "灵活"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "关注"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "关注"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "关注 {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "关注 {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "关注 {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "关注 10 个账户"
 msgid "Follow 7 accounts"
 msgstr "关注 7 个账户"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "关注账户"
 
@@ -3391,7 +3462,7 @@ msgstr "关注账户"
 msgid "Follow all"
 msgstr "全部关注"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "回关"
@@ -3417,7 +3488,7 @@ msgstr "已被你认识的 <0>{0}</0> 及 <1>{1}</1> 关注"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "已被你认识的<0>{0}</0>、<1>{1}</1> 及{2, plural, one {其他#人} other {其他#人}}关注"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "已被你认识的 @{0} 关注"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "你认识的关注者"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "正在关注"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "已关注 {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "已关注 {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "已关注 {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "“Following”动态源偏好设置"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "“Following”动态源偏好设置"
@@ -3484,7 +3551,7 @@ msgstr "食物"
 
 #: src/view/com/modals/DeleteAccount.tsx:125
 msgid "For security reasons, we'll need to send a confirmation code to your email address."
-msgstr "出于安全原因,我们需要向你的电子邮箱发送验证码。"
+msgstr "出于安全原因,我们将发送验证码到你的电子邮箱地址。"
 
 #: 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."
@@ -3524,7 +3591,7 @@ msgstr "频繁发布不受欢迎的内容"
 msgid "From @{sanitizedAuthor}"
 msgstr "来自 @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "来自 <0/>"
@@ -3533,18 +3600,20 @@ msgstr "来自 <0/>"
 msgid "Gallery"
 msgstr "相册"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "创建一个新手包"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "获取帮助"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "让我们开始吧"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "开始吧"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "让我们开始吧"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "为你的个人资料选择头像"
 
@@ -3567,10 +3636,10 @@ msgstr "明显违反法规或服务条款"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "返回"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "转到主页"
 msgid "Go Home"
 msgstr "转到主页"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "转到 {firstAuthorName} 的个人资料"
 
@@ -3638,8 +3723,8 @@ msgstr "敏感/写实媒体"
 msgid "Half way there!"
 msgstr "已经完成一半了!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "账户代码"
 
@@ -3665,7 +3750,7 @@ msgstr "触感"
 msgid "Harassment, trolling, or intolerance"
 msgstr "骚扰、恶作剧或歧视行为"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "标签"
 
@@ -3673,19 +3758,24 @@ msgstr "标签"
 msgid "Hashtag {tag}"
 msgstr "标签 {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr "拥有验证码?<0>点击这里。</0>"
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "遇到问题了?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "帮助"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "通过上传图片或生成头像,来让大家知道你不是机器人。"
 
@@ -3698,7 +3788,7 @@ msgstr "以下是你的应用密码!"
 msgid "Hidden"
 msgstr "隐藏"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "由你的内容审核设置所隐藏。"
 
@@ -3715,12 +3805,12 @@ msgstr "隐藏列表"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "隐藏"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "隐藏"
@@ -3729,18 +3819,18 @@ msgstr "隐藏"
 msgid "Hide customization options"
 msgstr "隐藏自定义选项"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "仅为我隐藏这则帖文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "为所有人隐藏回复"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "仅为我隐藏回复"
 
@@ -3748,12 +3838,12 @@ msgstr "仅为我隐藏回复"
 msgid "Hide this card"
 msgstr "隐藏这张卡片"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "要隐藏这则帖文吗?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "要隐藏这则回复吗?"
 
@@ -3771,14 +3861,14 @@ msgstr "要隐藏热门话题吗?"
 msgid "Hide trending videos?"
 msgstr "要隐藏热门视频吗?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "隐藏用户列表"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "隐藏认证徽章"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "抱歉,我们无法加载该内容审核提供服务方。"
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "请稍等!我们正在逐步开放上传视频的权限。你目前仍在等待队伍中,请稍后再回来查看!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "主页"
 
@@ -3845,25 +3935,20 @@ msgstr "热门"
 msgid "Hot replies first"
 msgstr "热门回复优先"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "我们应该如何开启这条链接?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "我有验证码"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "我有验证码"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "我有验证码"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,13 +3975,21 @@ msgstr "如果你删除此列表,则以后将无法恢复。"
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "若你拥有自己的域名,你可以将其用作自己的账户代码,这同时还能帮你验证身份。<0>了解详情。</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr "如果你需要更新你的电子邮箱,请<0>点击这里</0>。"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "如果你删除这则帖文,则以后将无法恢复。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr "如果你更新电子邮箱地址,电子邮箱两步验证将会停用。"
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
-msgstr "若你需要更改密码,我们将向你的电子邮箱发送一个验证码以验证这是你的账户。"
+msgstr "如果你想要更改密码,我们将发送验证码到你的电子邮箱地址,以验证这是你的账户。"
 
 #: src/view/com/auth/server-input/index.tsx:208
 msgid "If you're a developer, you can host your own server."
@@ -3904,7 +3997,7 @@ msgstr "如果你是开发者,你可以自行托管服务器。"
 
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:92
 msgid "If you're trying to change your handle or email, do so before you deactivate."
-msgstr "若你想更改你的账户代码或电子邮箱,请在停用之前进行更改。"
+msgstr "如果你想更改你的账户代码或电子邮箱,请记得在停用之前进行更改。"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38
 #: src/lib/moderation/useReportOptions.ts:38
@@ -3915,18 +4008,19 @@ msgstr "违法"
 msgid "Image"
 msgstr "图片"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
 msgstr "已清除图片缓存"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
 msgstr "已清除图片缓存,释放了{0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "已保存这张图片到你的照片图库!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr "已保存图片"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "两步验证码无效。"
 msgid "Invalid handle. Please try a different one."
 msgstr "账户代码无效,请尝试输入另一个。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "帖文记录无效或不受支持"
 
@@ -4041,12 +4135,12 @@ msgstr "这是正确的电子邮箱地址"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "现在只有你一个!通过上面的列表将更多人添加到你的新手包里面。"
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "作业 ID:{0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "工作"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "由发布者标记。"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "标记"
 
@@ -4100,13 +4194,13 @@ msgstr "你内容上的标记"
 msgid "Language selection"
 msgstr "语言选择"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "语言设置"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "语言"
 
@@ -4124,20 +4218,20 @@ msgstr "最新"
 msgid "learn more"
 msgstr "了解详情"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "了解详情"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "了解详情"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "深入了解有关 Bluesky 的信息"
 
@@ -4158,10 +4252,10 @@ msgstr "深入了解有关应用于该内容的内容审核信息。"
 msgid "Learn more about this warning"
 msgstr "深入了解有关此警告的信息"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "深入了解 Bluesky 的认证机制"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "离开 Bluesky"
 msgid "left to go."
 msgstr "个人排在你前面。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "自定义"
 
@@ -4230,7 +4324,7 @@ msgstr "浅色"
 msgid "Like"
 msgstr "喜欢"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "喜欢({0, plural, one {# 次喜欢} other {# 次喜欢}})"
 
@@ -4247,12 +4341,12 @@ msgstr "喜欢 10 则帖文以训练“Discover”资讯源"
 msgid "Like this feed"
 msgstr "喜欢此动态源"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "喜欢此标记者"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "喜欢的用户"
 
@@ -4269,16 +4363,16 @@ msgstr "{0, plural, one {# 位用户} other {# 位用户}}喜欢"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "{likeCount, plural, one {# 位用户} other {# 位用户}}喜欢"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "喜欢"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "这则帖文的喜欢数"
 
@@ -4287,11 +4381,11 @@ msgstr "这则帖文的喜欢数"
 msgid "Linear"
 msgstr "线性视图"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "列表头像"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "已隐藏该列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "列表名称"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "已取消隐藏该列表"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "列表"
 
@@ -4358,6 +4452,22 @@ msgstr "列表"
 msgid "Lists blocking this user:"
 msgstr "屏蔽该用户的列表:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "加载更多"
@@ -4370,18 +4480,18 @@ msgstr "加载更多建议的动态源"
 msgid "Load new notifications"
 msgstr "加载更多通知"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "加载更多帖文"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "加载中……"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "日志"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "网站标志由 @sawaratsuki.bsky.social 绘制"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "网站标志由 <0>@sawaratsuki.bsky.social</0> 绘制"
 
@@ -4418,7 +4528,11 @@ msgstr "看起来你已取消固定所有动态源。不过别担心,你可以
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "看起来你似乎缺少“Following”动态源。<0>点击这里来重新添加它。</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr "调整你账户关联的电子邮箱设置"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "帮我选择"
 
@@ -4433,7 +4547,7 @@ msgstr "管理已保存的动态源"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "管理认证设置"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "标记为已读"
 msgid "Marked all as read"
 msgstr "已标记所有为已读"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "之后再说"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "媒体"
 
@@ -4479,7 +4600,7 @@ msgstr "提及"
 msgid "Menu"
 msgstr "菜单"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "传送私信给 {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "私信过长"
 msgid "Message options"
 msgstr "私信选项"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "私信"
 
@@ -4532,10 +4653,10 @@ msgstr "误导性账户"
 msgid "Misleading Post"
 msgstr "误导性帖文"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "内容审核"
 
@@ -4557,12 +4678,12 @@ msgstr "由 <0/> 创建的内容审核列表"
 msgid "Moderation list by you"
 msgstr "你创建的内容审核列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "已创建内容审核列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "已更新内容审核列表"
@@ -4571,8 +4692,8 @@ msgstr "已更新内容审核列表"
 msgid "Moderation lists"
 msgstr "内容审核列表"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "内容审核列表"
 
@@ -4580,7 +4701,7 @@ msgstr "内容审核列表"
 msgid "moderation settings"
 msgstr "内容审核设置"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "内容审核状态"
 
@@ -4593,7 +4714,7 @@ msgstr "内容审核工具"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "内容审核服务提供方已对该内容标记一般警告。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "更多"
 
@@ -4602,8 +4723,8 @@ msgstr "更多"
 msgid "More feeds"
 msgstr "更多动态源"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "更多选项"
@@ -4637,10 +4758,10 @@ msgstr "隐藏"
 msgid "Mute {tag}"
 msgstr "隐藏 {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "隐藏账户"
 
@@ -4689,13 +4810,13 @@ msgstr "仅隐藏包含该字词的标签"
 msgid "Mute this word until you unmute it"
 msgstr "将这个字词隐藏,直到你取消为止"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "隐藏讨论串"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "隐藏字词和标签"
 
@@ -4703,12 +4824,12 @@ msgstr "隐藏字词和标签"
 msgid "Muted accounts"
 msgstr "已隐藏账户"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "已隐藏账户"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "已隐藏的账户不会出现在你的通知或时间线里面。隐藏列表仅对你自己可见。"
 
@@ -4729,15 +4850,15 @@ msgstr "你隐藏的账号仅对你自己可见。他们仍能与你互动,但
 msgid "My Birthday"
 msgstr "我的生日"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "我的动态源"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "名称"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "名称是必填项"
 
@@ -4772,11 +4893,11 @@ msgstr "转到新手包"
 msgid "Navigates to the next screen"
 msgstr "转到下一页"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "转到个人资料"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "需要更改吗?"
 
@@ -4797,21 +4918,26 @@ msgstr "不用了,请帮我创建一个账户代码"
 msgid "New"
 msgstr "最新"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "新建"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "新私信"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "新的电子邮箱地址"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "新功能"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "新的账户代码"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "新列表"
 
@@ -4828,7 +4954,7 @@ msgstr "新列表"
 msgid "New messages"
 msgstr "新私信"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "新的内容审核列表"
 
@@ -4840,10 +4966,10 @@ msgstr "新密码"
 msgid "New Password"
 msgstr "新密码"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "新帖文"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "新帖文"
@@ -4863,7 +4989,7 @@ msgstr "新帖文"
 msgid "New user info dialog"
 msgstr "新的用户信息对话框"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "新的用户列表"
 
@@ -4911,6 +5037,10 @@ msgstr "目前还没有应用密码"
 msgid "No DNS Panel"
 msgstr "没有 DNS 面板"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "找不到精选 GIF,Tenor 可能存在问题。"
@@ -4924,8 +5054,8 @@ msgstr "找不到动态源,尝试搜索点别的。"
 msgid "No likes yet"
 msgstr "目前还没有喜欢"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "已不再关注 {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "目前还没有引用"
 msgid "No reposts yet"
 msgstr "目前还没有转发"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "没有结果"
 
@@ -4980,7 +5110,7 @@ msgstr "找不到符合“{0}”的结果。"
 msgid "No results found"
 msgstr "找不到结果"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "找不到符合“{query}”的结果"
 
@@ -5032,19 +5162,14 @@ msgstr "非色情裸露"
 msgid "Not followed by anyone you're following"
 msgstr "没有任何你认识的人关注"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "找不到"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "暂时不需要"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "分享注意事项"
 
@@ -5052,7 +5177,7 @@ msgstr "分享注意事项"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "注意:Bluesky 是一个开放的社交网络。此设置仅限制你的内容在 Bluesky 应用及网页上的可见性,但第三方应用未必会遵从此设置,仍可能会向未登录的用户显示你发布的内容。"
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "这里什么也没有"
 
@@ -5060,7 +5185,7 @@ msgstr "这里什么也没有"
 msgid "Notification filters"
 msgstr "通知过滤器"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "通知设置"
@@ -5077,11 +5202,11 @@ msgstr "通知提示音"
 msgid "Notification Sounds"
 msgstr "通知提示音"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "通知"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "糟糕!出了点问题。"
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "好的"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "好的"
 
@@ -5140,19 +5265,19 @@ msgstr "最早回复优先"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "于<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "重新开始入门引导"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "至少有一张 GIF 缺失了替代文本。"
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "至少有一张图片缺失了替代文本。"
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "至少有一段视频缺失了替代文本。"
 
@@ -5168,7 +5293,7 @@ msgstr "仅限{0}可以回复。"
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "只能包含字母、数字和连字符(-)"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "仅支持图片文件"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "糟糕,出了点问题!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "糟糕!"
 
@@ -5194,11 +5319,7 @@ msgstr "糟糕!"
 msgid "Open"
 msgstr "开放"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "开启 {name} 个人资料快捷菜单"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "开启头像创建工具"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "开启抽屉菜单"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "开启表情符号选择器"
 
@@ -5225,7 +5346,7 @@ msgstr "开启动态源详情页面"
 msgid "Open feed options menu"
 msgstr "开启动态源选项菜单"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "开启完整的表情符号列表"
 
@@ -5237,7 +5358,7 @@ msgstr "开启指向 {niceUrl} 的链接"
 msgid "Open message options"
 msgstr "开启私信选项"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "开启内容审核调试页面"
 
@@ -5249,20 +5370,25 @@ msgstr "开启隐藏字词和标签设置"
 msgid "Open pack"
 msgstr "开启新手包"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "开启帖文选项菜单"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "开启新手包菜单"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "开启故事书页面"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "开启系统日志"
 
@@ -5282,19 +5408,19 @@ msgstr "开启对话框以选择哪些人可以回复这条讨论串"
 msgid "Opens additional details for a debug entry"
 msgstr "开启调试记录的额外详细信息"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "打开替代文本对话框"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "开启设备相机"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "打开字幕和替代文本对话框"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "开启更改账户代码对话框"
 
@@ -5306,7 +5432,7 @@ msgstr "开启编辑器"
 msgid "Opens device photo gallery"
 msgstr "开启设备相册"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "开启表情符号选择器"
 
@@ -5324,7 +5450,7 @@ msgstr "开启登录到你现有的 Bluesky 账户流程"
 msgid "Opens GIF select dialog"
 msgstr "开启 GIF 选择对话框"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "在浏览器中打开说明中心"
 
@@ -5332,6 +5458,10 @@ msgstr "在浏览器中打开说明中心"
 msgid "Opens list of invite codes"
 msgstr "开启邀请码列表"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "开启密码重置申请"
@@ -5340,12 +5470,12 @@ msgstr "开启密码重置申请"
 msgid "Opens the linked website"
 msgstr "开启链接到的网页"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "开启该个人资料"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "开启视频选择器"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA 状态:无可用"
 msgid "Other"
 msgstr "其他"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "其他账户"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "无法找到此页面"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "暂停视频"
 msgid "People"
 msgstr "用户"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "被 @{0} 关注的用户"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "关注 @{0} 的用户"
 
@@ -5508,12 +5638,12 @@ msgstr "固定到主页"
 msgid "Pin to Home"
 msgstr "固定到主页"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "固定到你的个人资料"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "已固定"
 
@@ -5578,14 +5708,14 @@ msgstr "请设置你的账户代码。"
 msgid "Please choose your password."
 msgstr "请设置你的密码。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr "请点击我们发送给你电子邮件中的链接来验证你的新电子邮箱地址。你需要先完成此步骤才能继续使用 Bluesky 的所有功能。"
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "请完成 CAPTCHA(人机验证)。"
 
-#: 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 "在更改前请先确认你的电子邮箱。这是新增电子邮箱更新工具的临时限制,并将很快被移除。"
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "请再次确认你输入的电子邮箱地址是否正确。"
@@ -5602,19 +5732,41 @@ msgstr "请输入密码,至少应包含 8 个字符。"
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "请输入此应用密码的唯一名称,或使用我们提供的随机名称。"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr "请输入有效的验证码。"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr "请输入有效的电子邮件地址。"
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "请输入有效的字词或标签以进行隐藏"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr "请输入我们发送到 <0>{0}</0> 的验证码。"
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr "请输入我们之前发送到你电子邮箱地址的验证码。"
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
-msgstr "请输入你的电子邮箱。"
+msgstr "请输入你的电子邮箱地址。"
 
 #: src/screens/Signup/StepInfo/index.tsx:84
 msgid "Please enter your invite code."
 msgstr "请输入你的邀请码。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr "请输入你的新电子邮箱地址。"
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "请输入你的密码"
@@ -5648,10 +5800,14 @@ msgstr "请选择你要举报的违规项目"
 msgid "Please sign in as @{0}"
 msgstr "请以 @{0} 身份登录"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
-msgid "Please Verify Your Email"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
 msgstr "请验证你的电子邮箱"
 
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
+msgid "Please Verify Your Email"
+msgstr "请验证你的电子邮箱地址"
+
 #: src/screens/Onboarding/index.tsx:34
 #: src/screens/Onboarding/state.ts:111
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:231
@@ -5662,7 +5818,7 @@ msgstr "政治"
 msgid "Porn"
 msgstr "色情"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "发布"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "帖文"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "全部发布"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0} 的帖文"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0} 的帖文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "已删除帖文"
@@ -5697,7 +5853,7 @@ msgstr "已删除帖文"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "帖文发布失败。请检查网络连接并重试。"
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "帖文已被删除"
 
@@ -5719,7 +5875,7 @@ msgstr "你已隐藏这则帖文"
 msgid "Post interaction settings"
 msgstr "帖文互动选项"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "帖文互动选项"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "已取消固定帖文"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "帖文"
@@ -5789,9 +5945,9 @@ msgstr "点按此处以查看同样关注该账户的关注者"
 msgid "Previous image"
 msgstr "上一张图片"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
-msgstr "首选语言"
+msgstr "主要语言"
 
 #: src/screens/Settings/ThreadPreferences.tsx:112
 #: src/screens/Settings/ThreadPreferences.tsx:117
@@ -5807,26 +5963,26 @@ msgstr "优先通知"
 msgid "Privacy"
 msgstr "隐私"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "隐私与安全"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "隐私与安全"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "隐私政策"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "正在处理视频……"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "处理中……"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "个人资料"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "个人资料"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "已更新个人资料"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "公开且可对外分享的列表,也可作为动态源来使用。"
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "发布帖文"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "发布帖文"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "发布回复"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "发布回复"
 
@@ -5904,11 +6060,11 @@ msgstr "已保存二维码至照片图库!"
 msgid "Quote post"
 msgstr "引用帖文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "已重新关联引用帖文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "已成功分离引用帖文"
 
@@ -5927,7 +6083,7 @@ msgstr "引用选项"
 msgid "Quotes"
 msgstr "引用"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "引用这则帖文"
 
@@ -5942,8 +6098,8 @@ msgstr "随机显示(又名“试试手气”)"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "重新关联引用帖文"
 
@@ -5958,17 +6114,17 @@ msgstr "重新启用你的账户"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "阅读博客文章"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "查看更少"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "查看更多"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "浏览 Bluesky 博客"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "重新连接"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "拒绝"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "拒绝私信请求"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "重新加载对话"
@@ -6022,7 +6178,7 @@ msgstr "重新加载对话"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "移除"
 msgid "Remove {displayName} from starter pack"
 msgstr "从你的新手包中删除 {displayName}"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "删除 {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "移除账户"
 
@@ -6046,13 +6202,13 @@ msgstr "移除账户"
 msgid "Remove attachment"
 msgstr "删除关联"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "删除头像"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "删除横幅图片"
 
@@ -6079,7 +6235,7 @@ msgstr "要删除动态源吗?"
 msgid "Remove from my feeds"
 msgstr "从我的动态源中删除"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "要从快速访问中移除吗?"
 
@@ -6097,11 +6253,16 @@ msgstr "要从你的动态源中删除吗?"
 msgid "Remove image"
 msgstr "删除图片"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "从你的隐藏字词列表中删除"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "删除个人资料"
 
@@ -6114,7 +6275,7 @@ msgstr "删除引用"
 msgid "Remove repost"
 msgstr "删除转发"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "删除字幕文件"
 
@@ -6124,18 +6285,18 @@ msgstr "将此动态源从已保存的动态源中删除"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr "从列表移除用户"
+msgstr "从列表中移除用户"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "撤回认证"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "要撤回你对这个账户的认证吗?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "已从你的动态源中删除"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "从搜索历史中删除个人资料"
+msgstr "已撤回认证"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "删除引用的帖文"
 msgid "Replace with Discover"
 msgstr "替换为“Discover”"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "回复"
 
@@ -6193,12 +6350,12 @@ msgstr "已停用回复"
 msgid "Replies to this post are disabled."
 msgstr "这则帖文的回复已被停用。"
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "回复"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "回复({0, plural, one {# 则回复} other {# 则回复}})"
 
@@ -6224,34 +6381,34 @@ msgstr "由这条讨论串的发布者设置的回复选项"
 msgid "Reply sorting"
 msgstr "回复排序"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "回复 <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "回复已被屏蔽的帖文"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "回复这则帖文"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "对你进行回复"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "已更新回复可见性"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "已成功隐藏回复"
 
@@ -6261,16 +6418,16 @@ msgstr "已成功隐藏回复"
 msgid "Report"
 msgstr "举报"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "举报账户"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "举报对话"
 
@@ -6293,8 +6450,8 @@ msgstr "举报列表"
 msgid "Report message"
 msgstr "举报私信"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "举报帖文"
 
@@ -6369,27 +6526,27 @@ msgstr "转发或引用帖文"
 msgid "Reposted By"
 msgstr "转发"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "由 {0} 转发"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "由 <0><1/></0> 转发"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "你已转发"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "转发这则帖文"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "要求变更"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "提交更改"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
@@ -6401,7 +6558,7 @@ msgstr "验证码"
 msgid "Require alt text before posting"
 msgstr "发布时检查媒体是否提供替代文本"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "需要电子邮件验证码才能登录到你的账户。"
 
@@ -6413,13 +6570,19 @@ msgstr "服务提供商有此要求"
 msgid "Required in your region"
 msgstr "你所在的地区有此要求"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr "重新发送"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "重新发送电子邮件"
@@ -6436,8 +6599,8 @@ msgstr "重置码"
 msgid "Reset Code"
 msgstr "重置码"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "重置入门引导状态"
 
@@ -6458,10 +6621,10 @@ msgstr "重试上次出错的操作"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "返回上一页"
 msgid "Returns to home page"
 msgstr "返回主页"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "返回上一步"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "保存"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "保存"
@@ -6534,7 +6699,7 @@ msgstr "保存生日"
 msgid "Save changes"
 msgstr "保存更改"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "保存更改"
 
@@ -6564,16 +6729,12 @@ msgstr "保存到我的动态源"
 msgid "Saved Feeds"
 msgstr "已保存动态源"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "保存到你的照片图库"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "已保存到你的动态源"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "保存个人资料的所有更改"
 
@@ -6583,8 +6744,8 @@ msgstr "保存图片裁剪设置"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "问声好!"
 
@@ -6602,11 +6763,11 @@ msgstr "滚动到顶部"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "搜索"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "搜索 @{0} 的帖文"
@@ -6615,7 +6776,7 @@ msgstr "搜索 @{0} 的帖文"
 msgid "Search by name or interest"
 msgstr "按名称或兴趣搜索"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "搜索动态源"
 
@@ -6656,8 +6817,8 @@ msgstr "搜索 GIF"
 msgid "Search my posts"
 msgstr "搜索我的帖文"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "搜索帖文"
 
@@ -6679,7 +6840,11 @@ msgstr "搜索……"
 msgid "Searches for profiles"
 msgstr "搜索个人资料"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr "所需的安全步骤"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "所需的安全步骤"
 
@@ -6699,7 +6864,7 @@ msgstr "查看 #{tag} 的帖文"
 msgid "See #{tag} posts by user"
 msgstr "查看该用户包含 #{tag} 的帖文"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "查看 Bluesky 的工作职缺"
 
@@ -6719,6 +6884,10 @@ msgstr "选择一个颜色"
 msgid "Select account"
 msgstr "选择账户"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "选择应用语言"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "选择一个头像"
@@ -6727,10 +6896,22 @@ msgstr "选择一个头像"
 msgid "Select an emoji"
 msgstr "选择一个表情符号"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "选择一个选项"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "选择应用语言"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "选择内容语言"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "从现有账户中选择"
@@ -6747,11 +6928,11 @@ msgstr "选择 GIF “{0}”"
 msgid "Select how long to mute this word for."
 msgstr "选择要将这个字词隐藏多长时间。"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "选择语言……"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "选择语言"
 
@@ -6763,6 +6944,10 @@ msgstr "选择内容审核服务提供方"
 msgid "Select moderator"
 msgstr "选择内容审核服务提供方"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "选择主要语言"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "选择 {emojiName} 表情符号作为你的头像"
 msgid "Select the moderation service(s) to report to"
 msgstr "请选择你要向哪个内容审核服务提供方提交此举报"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "选择视频"
 
@@ -6784,11 +6969,11 @@ msgstr "选择视频"
 msgid "Select what content this mute word should apply to."
 msgstr "选择将这个隐藏字词应用于哪些内容。"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "选择应用界面所使用的语言。"
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "选择你希望在动态源中显示的语言。如果留空,将默认显示全部语言的帖文。"
 
@@ -6801,7 +6986,7 @@ msgstr "输入你的出生日期"
 msgid "Select your interests from the options below"
 msgstr "在下面选择你感兴趣的选项"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "选择你在订阅的动态源中翻译的目标语言。"
 
@@ -6813,19 +6998,17 @@ msgstr "第 {0} 个选项,共 {numItems} 个"
 msgid "Send a neat website!"
 msgstr "发送一个有趣的网站吧!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "发送验证"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "发送验证邮件"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "发送验证电子邮件"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "发送验证电子邮件"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "发送电子邮件"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "发送电子邮件"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "提交反馈"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "发送私信"
@@ -6863,13 +7046,14 @@ msgstr "将举报提交给 {0}"
 msgid "Send report to {title}"
 msgstr "将举报提交给 {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "通过私信发送"
 
@@ -6901,10 +7085,10 @@ msgstr "设置你的账户"
 msgid "Sets email for password reset"
 msgstr "设置用于重置密码的电子邮箱"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "设置"
 
@@ -6926,16 +7110,16 @@ msgstr "性暗示"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "分享"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "分享"
@@ -6948,9 +7132,9 @@ msgstr "分享一件很酷的事吧!"
 msgid "Share a fun fact!"
 msgstr "分享一件趣闻吧!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "仍然分享"
 
@@ -6990,7 +7174,7 @@ msgstr "分享此新手包,以帮助其他人更快融入你在 Bluesky 上的
 msgid "Share your favorite feed!"
 msgstr "分享你最喜欢的动态源吧!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "共享偏好测试器"
 
@@ -7011,8 +7195,8 @@ msgstr "显示替代文本"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "仍然显示"
 
@@ -7033,8 +7217,8 @@ msgstr "显示自定义选项"
 msgid "Show hidden replies"
 msgstr "显示已隐藏的回复"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "显示更少类似内容"
 
@@ -7042,14 +7226,14 @@ msgstr "显示更少类似内容"
 msgid "Show list anyway"
 msgstr "仍然显示列表"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "显示更多"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "显示更多类似内容"
 
@@ -7079,8 +7263,8 @@ msgstr "使用树形视图显示回复"
 msgid "Show replies by people you follow before all other replies"
 msgstr "将来自你关注的人的回复排在最前面"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "公开显示回复"
 
@@ -7102,11 +7286,11 @@ msgstr "显示警告"
 msgid "Show warning and filter from feeds"
 msgstr "显示警告并从动态源中过滤"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "显示这则帖文的创建时间"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "显示可供你切换的其他账户"
 
@@ -7124,8 +7308,8 @@ msgstr "显示内容"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "显示内容"
 msgid "Sign in"
 msgstr "登录"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "以 {0} 登录"
 
@@ -7150,7 +7334,7 @@ msgstr "登录或创建账户"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "登录或创建你的账户来加入对话吧!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "登录未列出的账户"
 
@@ -7158,15 +7342,15 @@ msgstr "登录未列出的账户"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "登录 Bluesky 或创建新账户"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "登出"
 
@@ -7174,8 +7358,8 @@ msgstr "登出"
 msgid "Sign Out"
 msgstr "登出"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "确定要登出吗?"
 
@@ -7206,14 +7390,19 @@ msgstr "跳过这段流程"
 msgid "Smaller"
 msgstr "更小"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "暂停提醒"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "程序开发"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "你当前被授予的部分认证无效。"
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "有人对 {1} 作出了 {0} 反应"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "你试图提交的举报信息可能有误,请联系支持获取帮助。"
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "出了点问题"
 
@@ -7264,8 +7453,8 @@ msgstr "发生错误,请重试。"
 msgid "Something wrong? Let us know."
 msgstr "有点问题?请告诉我们。"
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "很抱歉,你的登录会话已过期,请重新登录。"
 
@@ -7304,7 +7493,7 @@ msgstr "垃圾内容、过于频繁的提及或回复"
 msgid "Sports"
 msgstr "运动"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "开始一个新私信"
 
@@ -7322,8 +7511,8 @@ msgstr "开始添加用户!"
 msgid "Start chat with {displayName}"
 msgstr "与 {displayName} 开始私信"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "新手包"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "无效的新手包"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "新手包"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "新手包能使你轻松与朋友分享你喜欢的用户和动态源。"
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "状态页"
 
@@ -7363,12 +7552,12 @@ msgstr "状态页"
 msgid "Step {0} of {1}"
 msgstr "第 {0} 步(共 {1} 步)"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "已清除数据,请立即重新启动应用。"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "故事书"
 
@@ -7401,11 +7590,11 @@ msgstr "订阅"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "订阅 @{0} 以使用这些标记:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "订阅标记者"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "订阅此标记者"
 
@@ -7413,13 +7602,14 @@ msgstr "订阅此标记者"
 msgid "Subscribe to this list"
 msgstr "订阅此列表"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "完成!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "成功认证"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "日落"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "支持"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "切换账户"
 
@@ -7462,11 +7652,11 @@ msgstr "切换账户"
 msgid "Switch Account"
 msgstr "切换账户"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "切换账户"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "切换到 {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "切换到 {0}"
 msgid "System"
 msgstr "系统"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "系统日志"
 
@@ -7518,7 +7708,7 @@ msgstr "科技"
 msgid "Tell a joke!"
 msgstr "讲个笑话吧!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "跟大家介绍一下你自己"
 
@@ -7531,12 +7721,12 @@ msgstr "告诉我们更多"
 msgid "Terms"
 msgstr "条款"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "服务条款"
 
@@ -7564,7 +7754,11 @@ msgstr "文本框"
 msgid "Text input field"
 msgstr "文本输入框"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "感谢你的反馈,相关信息将会发送给动态源维护者。"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "谢谢!你的电子邮箱已成功验证。"
 
@@ -7597,12 +7791,12 @@ msgstr "找不到那个新手包。"
 msgid "That's all, folks!"
 msgstr "就这些,完毕!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "就这些了!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "取消屏蔽后,该账户将重新能够与你互动。"
 
@@ -7636,6 +7830,10 @@ msgstr "“Discover”动态源"
 msgid "The Discover feed now knows what you like"
 msgstr "现在“Discover”动态源了解你的喜好内容了"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "你输入的电子邮件地址与你当前使用的相同。"
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "使用 App 的体验会更好。现在下载 Bluesky,我们将从你离开的的地方继续。"
@@ -7669,6 +7867,7 @@ msgstr "隐私政策已移动到 <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "选择的视频大小超过 100 MB。"
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "服务器似乎遇到了问题,请稍后重试。"
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "连接服务器时出现问题"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "连接至服务器时出现问题。请检查网络连接并重试。"
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "刷新通知时出现问题,点击重试。"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "刷新帖文时出现问题,点击重试。"
 
@@ -7763,20 +7962,20 @@ msgstr "提交举报时出现问题。请检查网络连接。"
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "更新动态源时出现问题。请检查网络连接并重试。"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "出现问题了!{0}"
 
@@ -7808,13 +8007,13 @@ msgstr "这些偏好设置只适用于“Following”动态源。"
 msgid "This {screenDescription} has been flagged:"
 msgstr "{screenDescription} 已被标记:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "此账户拥有认证徽章,因为其已被可信的认证人授予认证。"
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "此账户已尝试进行一次或多次认证,但尚未被正式认证。"
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "该账户要求登录后才能查看其个人资料。"
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "该账户已被一个或多个内容审核列表所屏蔽。如要取消对该账户的屏蔽,请查看内容审核列表并从中删除该账户。"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "此操作可随时撤销。"
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "该内容需要登录 Bluesky 账户方可查看。"
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "此对话的参与者已停用或删除账户,点击以获取更多详情"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr "此电子邮箱已与你的账户关联。"
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "该功能正在测试。你可以在<0>这篇博客文章</0>中获得关于导出数据的更多详情。"
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr "该功能在使用应用密码登录时不可用,请改用你的主密码登录。"
+
 #: 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 "该功能在使用应用密码登录时不可用。请改用你的主密码登录。"
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "此动态源为空。可能你需要先关注更多用户,或检查你的语言设置。"
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "此动态源为空。"
@@ -7899,9 +8106,10 @@ msgstr "该账户代码被预留,请尝试输入另一个。"
 msgid "This information is not shared with other users."
 msgstr "此信息不会分享给其他用户。"
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "此列表为空。"
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "该内容审核提供服务不可用,请查看下方获取更多详情。如果问题持续存在,请联系我们。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "这则帖文声称发布于 <0>{0}</0>,但首次出现在 Bluesky 的时间为 <1>{1}</1>。"
 
@@ -7943,28 +8151,28 @@ msgstr "这则帖文声称发布于 <0>{0}</0>,但首次出现在 Bluesky 的
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "此帖文存在未知的内容类型,你的应用版本可能已过时。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "这则帖文已被删除。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "这则帖文只对已登录用户可见。未登录的用户将无法看到。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "这则帖文将从动态源和讨论串中隐藏。注意:此操作无法撤消。"
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "这则帖文的发布者已停用引用帖文。"
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "此个人资料只对已登录用户可见,未登录的用户将无法看到。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "这则回复将被折叠到你讨论串底部的隐藏部分,并且会对你自己和其他人隐藏后续回复的通知。"
 
@@ -7976,6 +8184,10 @@ msgstr "该服务没有提供服务条款或隐私政策。"
 msgid "This should create a domain record at:"
 msgstr "这应该在以下位置创建一个域名记录:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "此用户没有设置名称,因此无法授予认证。"
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "该用户目前没有任何关注者。"
@@ -8013,11 +8225,11 @@ msgstr "该账户目前没有关注任何人。"
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "这将从你的隐藏字词中删除“{0}”。你随时可以将其重新添加回来。"
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "这将从你的快速访问中移除 @{0}。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "你的帖文将从这则引用中删除,并替换为一个占位符。"
 
@@ -8044,7 +8256,7 @@ msgstr "树形视图"
 msgid "Threaded mode"
 msgstr "树形显示模式"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "讨论串偏好设置"
 
@@ -8054,16 +8266,17 @@ msgstr "剩余时间:{0, plural, one {# 秒} other {# 秒}}"
 
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:99
 msgid "To disable the email 2FA method, please verify your access to the email address."
-msgstr "在停用电子邮箱两步验证前,请首先验证你的电子邮箱地址。"
+msgstr "如果需要停用电子邮箱两步验证,请首先验证你的电子邮箱地址。"
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+msgstr "如果需要停用电子邮箱两步验证,请首先验证你的电子邮箱地址 <0>{0}</0>"
 
 #: 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 "要举报对话,请在会话界面里选择一条私信并提交举报。这将有助于使内容审核服务提供方了解相关问题的前因后果。"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "要上传视频至 Bluesky,你必须首先验证你的电子邮箱。"
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "你想将向谁提交这份举报?"
@@ -8090,16 +8303,16 @@ msgstr "切换音量状态"
 msgid "Top"
 msgstr "热门"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "话题"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "翻译"
 
@@ -8117,7 +8330,7 @@ msgstr "热门视频"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "信任源于人际关系、社群和共享环境,因此我们也引入了<0>可信的认证人</0>:可以直接为其他账户授予认证的组织。"
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "请在这里输入消息"
 msgid "Type:"
 msgstr "类型:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "无法连接到服务器。请检查网络连接并重试。"
@@ -8166,27 +8380,27 @@ msgstr "无法删除"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "取消屏蔽"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "取消屏蔽"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "取消屏蔽账户"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "要取消屏蔽账户吗?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "取消关注"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "取消关注 {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "取消关注账户"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "取消关注用户"
 
@@ -8225,15 +8439,15 @@ msgstr "取消关注用户"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "抱歉,你订阅的标记者不支持此举报类型。"
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "未知的认证人"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "取消喜欢"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "取消喜欢({0, plural, one {# 次喜欢} other {# 次喜欢}})"
 
@@ -8252,10 +8466,10 @@ msgstr "取消隐藏"
 msgid "Unmute {tag}"
 msgstr "取消隐藏 {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "取消隐藏账户"
 
@@ -8267,8 +8481,8 @@ msgstr "取消隐藏对话"
 msgid "Unmute list"
 msgstr "取消隐藏列表"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "取消隐藏讨论串"
 
@@ -8294,8 +8508,8 @@ msgstr "取消固定动态源"
 msgid "Unpin from home"
 msgstr "从主页取消固定"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "从个人资料取消固定"
 
@@ -8311,7 +8525,12 @@ msgstr "从主页取消固定 {0}"
 msgid "Unpinned from your feeds"
 msgstr "已从你的动态源中取消固定"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "取消暂停邮件提醒"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "取消订阅"
 
@@ -8320,7 +8539,7 @@ msgstr "取消订阅"
 msgid "Unsubscribe from list"
 msgstr "从列表取消订阅"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "取消订阅此标记者"
 
@@ -8328,11 +8547,11 @@ msgstr "取消订阅此标记者"
 msgid "Unsubscribed from list"
 msgstr "已从列表中取消订阅"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "不支持的视频格式"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "不支持的视频格式:{0}"
 
@@ -8352,17 +8571,28 @@ msgstr "更新"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "要把 <0>{displayName}</0> 更新或删除自哪些列表?"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr "更新电子邮箱"
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "更新至 {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr "更新你的电子邮箱"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "更新引用关联状态失败"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "更新回复可见性失败"
@@ -8371,7 +8601,7 @@ msgstr "更新回复可见性失败"
 msgid "Updating..."
 msgstr "更新中……"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "上传图片"
 
@@ -8379,22 +8609,22 @@ msgstr "上传图片"
 msgid "Upload a text file to:"
 msgstr "将文本文件上传至:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "从相机上传"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "从文件上传"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "从照片图库上传"
 
@@ -8407,7 +8637,7 @@ msgstr "正在上传图片……"
 msgid "Uploading link thumbnail..."
 msgstr "正在上传链接缩略图……"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "正在上传视频……"
 
@@ -8419,8 +8649,8 @@ msgstr "使用应用密码登录到其他 Bluesky 客户端,而无需对其授
 msgid "Use default provider"
 msgstr "使用默认提供商"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "使用应用内浏览器"
 
@@ -8429,8 +8659,8 @@ msgstr "使用应用内浏览器"
 msgid "Use in-app browser to open links"
 msgstr "使用应用内浏览器开启链接"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "使用系统默认浏览器"
 
@@ -8484,19 +8714,19 @@ msgstr "{0} 的用户列表"
 msgid "User list by you"
 msgstr "你的用户列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "已创建用户列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "已更新用户列表"
 
 #: src/screens/Login/LoginForm.tsx:201
 msgid "Username or email address"
-msgstr "用户名或电子邮箱"
+msgstr "用户名或电子邮箱地址"
 
 #: src/components/WhoCanReply.tsx:280
 msgid "users followed by <0>@{0}</0>"
@@ -8523,73 +8753,80 @@ msgstr "你关注的用户"
 msgid "Value:"
 msgstr "值:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "无法授予认证,请重试。"
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "认证设置"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "认证设置"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Bluesky 的认证机制不同于其他平台。<0>在此了解详情。</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "要求验证邮件地址"
+msgstr "认证人:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
-msgstr ""
+msgstr "认证账户"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
+msgstr "验证码"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:549
 msgid "Verify DNS Record"
 msgstr "验证 DNS 记录"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "验证电子邮箱"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr "电子邮箱验证码"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "立即验证"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "验证文本文件"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "要对此账户授予认证吗?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "验证你的电子邮箱"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "验证你的电子邮箱"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "版本号 {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "视频"
 msgid "Video failed to process"
 msgstr "视频处理失败"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "视频动态源"
 
@@ -8616,11 +8853,11 @@ msgstr "视频来自{0}:{text}"
 msgid "Video Games"
 msgstr "电子游戏"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "视频已暂停"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "视频正在播放"
 
@@ -8628,11 +8865,11 @@ msgstr "视频正在播放"
 msgid "Video not found."
 msgstr "无法找到视频。"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "视频设置"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "已上传视频"
 
@@ -8640,24 +8877,24 @@ msgstr "已上传视频"
 msgid "Video: {0}"
 msgstr "视频:{0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "视频"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "视频长度不得超过 3 分钟"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "查看 {0} 的头像"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "查看 {0} 的个人资料"
 
@@ -8665,7 +8902,7 @@ msgstr "查看 {0} 的个人资料"
 msgid "View {displayName}'s profile"
 msgstr "查看 {displayName} 的个人资料"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "查看该屏蔽账户的个人资料"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "查看调试项目"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "查看详情"
 
@@ -8688,7 +8925,7 @@ msgstr "查看详情"
 msgid "View details for reporting a copyright violation"
 msgstr "查看举报版权侵权的详情"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "查看完整讨论串"
 
@@ -8703,13 +8940,12 @@ msgstr "查看关于此标记的详细信息"
 msgid "View more"
 msgstr "查看更多"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "查看个人资料"
 
@@ -8723,7 +8959,7 @@ msgstr "查看由 @{0} 提供的标记服务。"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "查看此用户的认证"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "查看你隐藏的账户"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "查看你的认证"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "警告内容"
 msgid "Warn content and filter from feeds"
 msgstr "警告内容并从动态源中过滤"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "我们无法找到任何与该标签相关的结果。"
@@ -8798,7 +9039,7 @@ msgstr "我们无法找到任何与该标签相关的结果。"
 msgid "We couldn't find any results for that topic."
 msgstr "我们无法找到任何与该话题相关的结果。"
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "我们目前无法加载此对话"
 
@@ -8822,6 +9063,10 @@ msgstr "我们已经看完了所有你关注的帖文。这里是来自 <0/> 的
 msgid "We recommend selecting at least two interests."
 msgstr "我们建议至少选择两个感兴趣的主题。"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "我们将向 <0>{0}</0> 发送一封含有链接的电子邮件,请点击邮件内容来完成电子邮箱的验证流程。"
+
 #: 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 "我们无法确定你是否有权上传视频,请重试。"
@@ -8842,6 +9087,10 @@ msgstr "我们无法连接到网络,请重试以继续设置你的账户。若
 msgid "We will let you know when your account is ready."
 msgstr "我们会在你的账户准备好时通知你。"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr "我们将向 <0>{0}</0> 发送一封含有链接的电子邮件,请点击邮件内容来完成电子邮箱的验证流程。"
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "我们将使用这些信息来帮助定制你的体验。"
@@ -8853,7 +9102,7 @@ msgstr "我们遇到了网络问题,请再试一次"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "为你介绍 Bluesky 的全新认证机制 —— 认证徽章。"
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "很抱歉,我们无法加载你的隐藏字词列表。请重试。"
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "很抱歉,无法完成你的搜索。请重试。"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "很抱歉!你回复的帖文已被删除。"
 
@@ -8880,7 +9129,7 @@ msgstr "很抱歉!你回复的帖文已被删除。"
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "很抱歉!我们找不到你正在寻找的页面。"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "很抱歉!你目前只能订阅 20 个标记者,你已达到上限。"
 
@@ -8902,13 +9151,13 @@ msgstr "你希望如何命名你的新手包?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "发生了什么新鲜事?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "当你点按验证徽章时,你会看到哪些组织已为其授予认证。"
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "哪些人可以回复"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "哪些人可以获得认证?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "糟糕!"
@@ -8984,11 +9233,11 @@ msgstr "为什么应该审核此用户?"
 msgid "Write a message"
 msgstr "撰写私信"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "撰写帖文"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "撰写你的回复"
@@ -9002,6 +9251,11 @@ msgstr "作家"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "服务器返回了错误的 DID。接收到的 DID: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "是"
@@ -9015,11 +9269,11 @@ msgstr "确定停用"
 msgid "Yes, delete this starter pack"
 msgstr "确定删除此新手包"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "确定分离"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "确定隐藏"
 
@@ -9037,7 +9291,7 @@ msgstr "你"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "你是可信的认证人"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "你的账户将创建在"
 msgid "You are in line."
 msgstr "你已在等待名单中。"
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "你目前无法上传视频。"
@@ -9055,18 +9318,22 @@ msgstr "你目前无法上传视频。"
 msgid "You are not following anyone."
 msgstr "你还没有关注任何账户。"
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "你已获得认证"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "你已获得认证。一旦你更改名称,你将会失去认证状态。<0>了解详情。</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "你已获得认证。一旦你更改账户代码,你将会失去认证状态。<0>了解详情。</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "你已隐藏该账户。"
 msgid "You have muted this user"
 msgstr "你已隐藏该用户"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "你还没有任何私信,试着与其他人展开对话吧!"
 
@@ -9179,11 +9446,11 @@ msgstr "你还没有建立任何动态源。"
 msgid "You have no lists."
 msgstr "你还没有建立任何列表。"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "你还没有屏蔽任何账户。要屏蔽账户,请转到其个人资料,并在账户菜单中选择“屏蔽账户”。"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "你还没有隐藏任何账户。要隐藏账户,请转到其个人资料,并在账户菜单中选择“隐藏账户”。"
 
@@ -9191,11 +9458,15 @@ msgstr "你还没有隐藏任何账户。要隐藏账户,请转到其个人资
 msgid "You have reached the end"
 msgstr "你已经浏览到末尾了"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr "你已成功验证电子邮箱地址,现在你可以关闭此对话框。"
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "你已暂时达到视频上传的限制。请稍后再试。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "你还没有创建任何新手包!"
 
@@ -9224,7 +9495,7 @@ msgstr "你最多只能添加 {STARTER_PACK_MAX_SIZE, plural,other {{STARTER_PAC
 msgid "You may only add up to 3 feeds"
 msgstr "你最多只能添加 3 个动态源"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "你最多只能选择 4 张图片"
 
@@ -9232,7 +9503,7 @@ msgstr "你最多只能选择 4 张图片"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "你必须年满 13 岁才能注册账户。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "你必须至少关注 7 个人以创建新手包。"
 
@@ -9248,10 +9519,18 @@ msgstr "你必须授权访问照片图库以保存图片。"
 msgid "You must select at least one labeler for a report"
 msgstr "你必须选择至少一个标记者来进行举报"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "你需要验证你的电子邮箱地址才能启用电子邮箱两步验证。"
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "你之前停用了 @{0}。"
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "你可能需要重启应用程序。"
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "你作出了 {0} 反应"
@@ -9260,16 +9539,16 @@ msgstr "你作出了 {0} 反应"
 msgid "You reacted {0} to {1}"
 msgstr "你对 {1} 作出了 {0} 反应"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "你将登出所有账户。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "你将不再收到这条讨论串的通知"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "你将收到这条讨论串的通知"
 
@@ -9305,7 +9584,7 @@ msgstr "你将关注这些用户以及其他 {0} 位"
 msgid "You'll follow these people right away"
 msgstr "你将立即关注这些人"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "你将在 <0>{0}</0> 收到一封电子邮件,以验证你的身份。"
 
@@ -9339,6 +9618,10 @@ msgstr "你发现了一些可以关注的人"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "你已经浏览完动态源的所有帖文啦!寻找一些更多的账户关注吧。"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr "你已达到请求上限,请稍后再试。"
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "你已达到每日上传视频上限(文件太大)"
@@ -9347,7 +9630,7 @@ msgstr "你已达到每日上传视频上限(文件太大)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "你已达到每日上传视频上限(数量太多)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "你已经看完了所有视频,或许是时候休息一下?"
 
@@ -9391,14 +9674,18 @@ msgstr "你的浏览器不支持此视频格式,请试试其他浏览器。"
 msgid "Your chats have been disabled"
 msgstr "你的私信功能已被停用"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "你的选择将被保存,但可以随时在设置中更改。"
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "你的选择将会应用于今后开启的链接,你可以随时在设置中重新修改开启方式。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "你当前使用的账户代码 <0>{0}</0> 将自动预留给你,以便你能够在日后随时切换回来。"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "你的电子邮箱地址已更新但尚未验证。接下来,请验证你的新电子邮箱地址。"
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,13 +9693,13 @@ msgstr "你当前使用的账户代码 <0>{0}</0> 将自动预留给你,以便
 msgid "Your email appears to be invalid."
 msgstr "你的电子邮箱似乎无效。"
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr "你的电子邮箱尚未验证,请验证你的电子邮箱以便继续使用 Bluesky 的所有功能。"
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
-msgstr "你的电子邮箱尚未验证。这是一个重要的安全步骤,我们建议你完成验证。"
+msgstr "你的电子邮箱尚未验证。这是一个重要的安全措施,我们建议你完成验证。"
 
 #: src/state/shell/progress-guide.tsx:213
 msgid "Your first like!"
@@ -9434,7 +9721,7 @@ msgstr "你的完整账户代码将修改为 <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "你的完整用户名将是 <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9463,11 +9750,11 @@ msgstr "已成功更改你的密码!"
 msgid "Your password must be at least 8 characters long."
 msgstr "你输入的密码应至少包含 8 个字符。"
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "已发布你的帖文"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "已发布你的帖文"
 
@@ -9479,7 +9766,7 @@ msgstr "你发布的帖文、喜欢的内容和屏蔽列表都是公开可见的
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "其他 Bluesky 用户将无法看到你的个人资料、帖文、列表与其他相关个人信息。你可以随时登录以重新启用你的账户。"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "你的回复已发布"
 
@@ -9497,4 +9784,4 @@ msgstr "你选择的兴趣可帮助我们提供你所关心的内容。"
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "你的认证"
diff --git a/src/locale/locales/zh-HK/messages.po b/src/locale/locales/zh-HK/messages.po
index 0f6dc3a60..e4c29a1d4 100644
--- a/src/locale/locales/zh-HK/messages.po
+++ b/src/locale/locales/zh-HK/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: zh\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Traditional, Hong Kong\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr "(活躍)"
 msgid "(contains embedded content)"
 msgstr "(包含嵌入內容)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(冇電郵)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# 次轉發} other {# 次轉發}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# 秒鐘} other {# 秒鐘}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# 條未讀} other {# 條未讀}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# 條未讀} other {# 條未讀}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# 個月} other {# 個月}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {擁躉} other {擁躉}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {跟緊} other {跟緊}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {讚佢} other {讚佢}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {讚佢} other {讚佢}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {帖文} other {帖文}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {引用} other {引用}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {轉發} other {轉發}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0> - <1>標籤</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0> - <1>文字同標籤</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "呢個禮拜有 {0} 人加入"
@@ -157,7 +160,8 @@ msgstr "{0} 畀咗個 {1} 反應"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} 對 {2} 畀咗個 {1} 反應"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "{0} 嘅頭像"
 
@@ -189,7 +193,7 @@ msgstr "{0} 分鐘前"
 msgid "{0}s"
 msgstr "{0} 秒鐘前"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# 條未讀} other {# 條未讀}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {個鐘} other {個鐘}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {分鐘} other {分鐘}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}</0>跟咗你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}</0>讚咗你嘅自訂動態源"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}</0>讚咗你嘅帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}</0>撤回咗你帳號嘅驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}</0>轉發咗你嘅帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}</0>用咗你嘅新手包註冊"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}</0>授予咗你驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} 跟咗你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} 跟返你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} 讚咗你嘅自訂動態源"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} 讚咗你嘅帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} 撤回咗你帳號嘅驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} 轉發咗你嘅帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} 用咗你嘅新手包註冊"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} 授予咗你驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 人} other {另外 {formattedAuthorsCount} 人}}跟咗你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}讚咗你嘅自訂動態源"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}讚咗你嘅帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}撤回咗你帳號嘅驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}轉發咗你嘅帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}用咗你嘅新手包註冊"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}授予咗你驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} 跟咗你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} 跟返你"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} 讚咗你嘅自訂動態源"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} 讚咗你嘅帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} 撤回咗你帳號嘅驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} 轉發咗你嘅帖文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} 用咗你嘅新手包註冊"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} 授權咗你驗證"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} 個跟緊"
@@ -335,11 +339,23 @@ msgstr "{following} 個跟緊"
 msgid "{handle} can't be messaged"
 msgstr "唔得同 {handle} 傳送訊息"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "{joinedAllTimeCount, plural, other {# 個用戶}}已加入!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# 條未讀} other {# 條未讀}}"
@@ -364,16 +380,16 @@ msgstr "{type} 個鐘頭前"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} 係受信任嘅驗證者"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} 經已驗證"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName} 嘅驗證"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}、</0><1>{1}</1> 同{2, plural, one {另外 # } other {另外 # }}人經已喺你嘅新手包度"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {個擁躉} other {個擁躉}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {個跟緊} other {個跟緊}}"
 
@@ -422,9 +438,9 @@ msgstr "<0>實驗性選項:</0>啓用呢個設定之後,你淨係會收到
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>你</0> 同<1> </1><2>{0} </2>經已喺你嘅新手包度"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
-msgstr "⚠無效嘅帳號頭銜"
+msgstr "⚠無效嘅帳號代碼"
 
 #: src/components/dialogs/MutedWords.tsx:193
 msgid "24 hours"
@@ -449,21 +465,21 @@ msgstr "一條訊息"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "全新嘅驗證機制"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "關於"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "接受"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "接受傾偈邀請"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "接受邀請"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "無障礙"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "無障礙設定"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "帳號"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "帳號經已封鎖"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "帳號經已跟"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "帳號經已靜音"
@@ -517,34 +533,34 @@ msgstr "帳號經已靜音"
 msgid "Account Muted by List"
 msgstr "帳號經已被清單靜音"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "帳號設定"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "帳號經已喺快速存取度移除"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "帳號經已解除封鎖"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "帳號經已唔再跟"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "帳號經已唔再靜音"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "帶有圓齒藍色剔號嘅帳號<0><1/></0>可以授權驗證其他帳號。呢啲受信任嘅驗證者係由 Bluesky 官方所揀。"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -558,13 +574,17 @@ msgstr "加多至少 {0} 個繼續"
 
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:59
 msgid "Add {displayName} to starter pack"
-msgstr "加入 {displayName} 到新手包"
+msgstr "加 {displayName} 到新手包"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:107
 #: src/view/com/composer/labels/LabelsBtn.tsx:112
 msgid "Add a content warning"
 msgstr "新增內容警告"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "新增帳號"
 msgid "Add alt text"
 msgstr "新增替代文字"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "新增替代文字(可選)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "加多個帳號"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "加多另一條帖文"
 
@@ -627,7 +647,7 @@ msgstr "以所選設定新增靜音字詞"
 msgid "Add muted words and tags"
 msgstr "新增靜音文字同標籤"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "新開帖文"
 
@@ -638,7 +658,7 @@ msgstr "加人"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr ""
+msgstr "加入用戶到清單"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
@@ -664,8 +684,8 @@ msgstr "將下低嘅 DNS 記錄新增到你嘅網域:"
 msgid "Add this feed to your feeds"
 msgstr "將佢加入到你嘅動態源"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "加到清單"
 
@@ -675,7 +695,7 @@ msgstr "加入到我嘅動態源"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "加入用戶到清單"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "成人內容標記"
 msgid "Advanced"
 msgstr "進階設定"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "所有"
@@ -732,7 +757,7 @@ msgstr "你經已跟晒所有帳號喇!"
 msgid "All languages"
 msgstr "所有語言"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "下低係你儲存咗嘅動態源。"
 
@@ -776,10 +801,10 @@ msgstr "替代文字"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "替代文字"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "替代文字超出部分會斬斷,{MAX_ALT_TEXT, plural, other {限制:{0} 個字元。}}"
 
 #: 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 "電郵送咗去 {0} 度。你可以抄低郵件度個驗證碼跟住喺下低用咗佢。"
 
-#: 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 "電郵送咗去你之前嘅電郵地址度 {0}。你可以抄低郵件度個驗證碼跟住喺下低用咗佢。"
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "一封電郵寄咗去你之前嘅地址度 {currentEmail}。封電郵入邊有個驗證碼可以喺下低輸入返佢。"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "電郵經已送出!請你抄低郵件度個驗證碼跟住喺下低用咗佢。"
 
@@ -825,7 +849,7 @@ msgstr "壓縮影片嗰陣發生錯誤。"
 msgid "An error occurred while fetching the feed."
 msgstr "攞緊動態源嗰陣出咗錯誤。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "幫手砌緊你嘅新手包嗰陣發生錯誤。使唔使試多一次?"
 
@@ -842,7 +866,7 @@ msgstr "撈緊影片嗰陣發生錯誤。唔該試多一次。"
 msgid "An error occurred while saving the QR code!"
 msgstr "儲存 QR Code 嗰陣發生錯誤!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "揀緊條片嗰陣發生錯誤"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "上載影片嗰陣發生錯誤。"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "呢張圖解說明 Bluesky 所揀受信任嘅驗證者,兼由受信任嘅驗證者授權驗證個別嘅帳號。"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "問題唔喺上高嗰啲選項度"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "同人傾偈嗰陣出咗問題"
 
@@ -875,8 +899,8 @@ msgstr "開啓傾偈嗰陣出咗問題"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "出咗問題,唔該試多一次。"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "一張使用 iPhone 嘅示範圖,顯示住 Bluesky 應用程式開咗喺一個驗證咗用戶嘅個人檔案度,喺佢哋名稱隔籬有個藍色剔號標記。"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF 動畫"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "同你介紹 Bluesky 上嘅認證機制"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "反社會行爲"
 msgid "Anybody can interact"
 msgstr "所有人都可以參與互動"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "App 圖標"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "App 語言"
 
@@ -958,7 +982,7 @@ msgstr "App 密碼嘅名稱必須至少有4個字元"
 msgid "App passwords"
 msgstr "App 密碼"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "App 密碼"
@@ -994,10 +1018,10 @@ msgstr "申請解除停權"
 msgid "Appeal this decision"
 msgstr "對此決定提出申訴"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "外觀"
 
@@ -1006,54 +1030,54 @@ msgstr "外觀"
 msgid "Apply default recommended feeds"
 msgstr "使用預設嘅推薦動態源"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "封存於 {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "封存咗嘅帖文"
 
 #: src/screens/Settings/AppPasswords.tsx:209
 msgid "Are you sure you want to delete the app password \"{0}\"?"
-msgstr "你係咪想刪咗呢個 App 密碼「{0}」?"
+msgstr "你確定要刪咗呢個 App 密碼「{0}」?"
 
 #: src/components/dms/MessageContextMenu.tsx:185
 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant."
-msgstr "你係咪想刪咗呢條訊息?呢條訊息淨係會幫你刪咗佢,但係其他人仲係睇到。"
+msgstr "你確定要刪咗呢條訊息?呢條訊息會喺你嗰邊刪除,但係其他參與者仲係睇到。"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:641
 msgid "Are you sure you want to delete this starter pack?"
-msgstr "你係咪想刪咗個新手包?"
+msgstr "你確定要刪咗個新手包?"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:86
 msgid "Are you sure you want to discard your changes?"
-msgstr "你係咪想放棄你嘅變更?"
+msgstr "你確定要放棄你嘅變更?"
 
 #: src/components/dms/LeaveConvoPrompt.tsx:46
 msgid "Are you sure you want to leave this conversation?"
-msgstr "你係咪想離開呢個對話?"
+msgstr "你確定要離開呢個對話?"
 
 #: src/components/dms/LeaveConvoPrompt.tsx:45
 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant."
-msgstr "你係咪想離開呢個對話?你嘅對話會幫你刪咗佢,但係其他人仲係睇到。"
+msgstr "你確定要離開呢個對話?你嘅訊息會喺你嗰邊刪除,但係其他參與者仲係睇到。"
 
 #: src/view/com/feeds/FeedSourceCard.tsx:319
 msgid "Are you sure you want to remove {0} from your feeds?"
-msgstr "你係咪想喺你嘅動態源度刪除 {0}?"
+msgstr "你確定要喺你嘅動態源度刪除 {0}?"
 
 #: src/components/FeedCard.tsx:340
 msgid "Are you sure you want to remove this from your feeds?"
-msgstr "你係咪想喺你嘅動態源度刪除呢個?"
+msgstr "你確定要喺你嘅動態源度刪除呢個?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
-msgstr "你係咪想棄置呢份草稿?"
+msgstr "你確定要棄置呢份草稿?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
-msgstr "你係咪想放棄發布呢條帖文?"
+msgstr "你確定要放棄發布呢條帖文?"
 
 #: src/components/dialogs/MutedWords.tsx:433
 msgid "Are you sure?"
@@ -1072,6 +1096,11 @@ msgstr "藝術"
 msgid "Artistic or non-erotic nudity."
 msgstr "藝術或非情色嘅裸體。"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "至少 3 個字元"
@@ -1103,7 +1132,7 @@ msgstr "自動播放影片同 GIF"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "返去"
 msgid "Back to Chats"
 msgstr "返去傾偈"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
-msgstr "喺建立清单之前,你必須驗證你嘅電郵先。"
+msgstr "喺建立清單之前,你必須驗證你嘅電郵先。"
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "喺發布帖文之前,你必須驗證你嘅電郵先。"
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "喺建立新手包之前,你必須驗證你嘅電郵先。"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "喺同人哋傾偈之前,你必須驗證你嘅電郵先。"
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "生日"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "封鎖"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "封鎖帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "封鎖帳號?"
 
@@ -1200,17 +1235,17 @@ msgstr "已被封鎖"
 msgid "Blocked accounts"
 msgstr "封鎖咗嘅帳號"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "封鎖咗嘅帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "封鎖咗嘅帳號唔得喺你嘅討論串度回覆、提及你或用其他方式同你互動。"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "封鎖咗嘅帳號唔得喺你嘅討論串度回覆、提及你或用其他方式同你互動。你唔會睇到佢哋嘅內容,而且佢哋會都被阻止睇到你嘅內容。"
 
@@ -1226,11 +1261,11 @@ msgstr "封鎖唔會阻止呢個用戶標記你嘅帳號。"
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "封鎖係公開嘅。封鎖咗嘅帳號唔得喺你嘅討論串度回覆、提及你或用其他方式同你互動。"
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "封鎖帳號唔會阻止佢標記你嘅帳號,但係會阻止佢喺你嘅討論串度回覆或同你互動。"
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "網誌"
 
@@ -1239,7 +1274,7 @@ msgstr "網誌"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky 無法確認貼文發布日期嘅真實性。"
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky 係要同多啲天友玩先正!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Social 服務條款"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky 將會喺你社交網絡度揀一啲推薦嘅帳號。"
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky 官方平臺唔會向未登入嘅用戶顯示你嘅個人檔案
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky 官方會主動幫一啲出名同眞實嘅帳號授權驗證。"
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "瀏覽話題 {0}"
 msgid "Browse topic {displayName}"
 msgstr "瀏覽話題 {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "商業"
 
@@ -1374,45 +1409,47 @@ msgstr "建立帳號即係表示你同意<0>服務條款</0>。"
 msgid "By you"
 msgstr "你所建立"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "相機"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "咪喇"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "唔再刪除帳號"
 msgid "Cancel image crop"
 msgstr "唔再裁剪圖片"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "唔再編輯個人檔案"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "唔再打開網站連結"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "唔得同封鎖咗嘅用戶互動"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "字幕(.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "字幕同替代文字"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "變更"
 
@@ -1478,29 +1514,24 @@ msgstr "變更 App 圖標"
 msgid "Change app icon to \"{0}\""
 msgstr "將 App 圖標改成「{0}」"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "變更電郵"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "變更 App 語言"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "變更電郵"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:94
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:98
 msgid "Change Handle"
-msgstr "變更帳號頭銜"
+msgstr "變更帳號代碼"
 
 #: src/components/moderation/ReportDialog/index.tsx:314
 msgid "Change moderation service"
 msgstr "切換內容審覈服務"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "變更我嘅電郵"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "變更密碼"
@@ -1513,11 +1544,11 @@ msgstr "將帖文語言改成 {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "變更擧報理由"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "變更你嘅電郵"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "變更你嘅電郵地址"
 
@@ -1530,15 +1561,15 @@ msgstr "變更 App 圖標"
 msgid "Changes hosting provider"
 msgstr "變更託管服務提供者"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "傾偈"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "傾偈經已刪除"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "傾偈經已靜音"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "傾偈請求收件箱"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "傾偈邀請"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "傾偈設定"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "傾偈經已唔再靜音"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "傾偈"
 
@@ -1599,7 +1630,7 @@ msgstr "揀選網域驗證方法"
 msgid "Choose Feeds"
 msgstr "揀選動態源"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "幫我揀"
 
@@ -1619,7 +1650,7 @@ msgstr "用呢隻色做你嘅頭像背景"
 msgid "Choose your account provider"
 msgstr "揀選你嘅服務提供者"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "自訂你自己嘅時間軸!社羣建立嘅動態源會幫你搵到啱心水嘅內容。"
 
@@ -1631,18 +1662,18 @@ msgstr "設定你嘅密碼"
 msgid "Choose your username"
 msgstr "設定你嘅用戶名"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "剷走所有儲存資料"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "剷走所有儲存資料(跟住重啓)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
-msgstr ""
+msgstr "剷走圖片快取"
 
 #: src/components/forms/SearchInput.tsx:70
 msgid "Clear search query"
@@ -1652,6 +1683,14 @@ msgstr "剷走你啲搵嘢記錄"
 msgid "click here"
 msgstr "撳呢度"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "撳低去唔畀其他人引用呢條帖文。"
@@ -1676,29 +1715,34 @@ msgstr "氣候"
 msgid "Clip 🐴 clop 🐴"
 msgstr "Clip 🐴 clop 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "閂"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "閂咗目前嘅對話框"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "閂咗下低櫃桶"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "閂咗對話框"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "閂櫃桶選單"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "閂咗 Emoji 選擇器"
 
@@ -1751,12 +1795,12 @@ msgstr "閂呢個對話框"
 msgid "Closes password update alert"
 msgstr "閂咗密碼更新警示"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
-msgstr "閂咗帖文編輯器並棄置草稿"
+msgstr "閂咗帖文編輯器兼棄置草稿"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "閂咗 Emoji 選擇器"
 
@@ -1764,11 +1808,11 @@ msgstr "閂咗 Emoji 選擇器"
 msgid "Closes viewer for header image"
 msgstr "閂咗標題圖片嘅檢視器"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "摺疊用戶清單"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "摺疊特定通知嘅使用者清單"
 
@@ -1791,7 +1835,7 @@ msgstr "喜劇"
 msgid "Comics"
 msgstr "漫畫"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "社羣守則"
@@ -1804,11 +1848,11 @@ msgstr "攪掂入門指導跟住開始使用你嘅帳號"
 msgid "Complete the challenge"
 msgstr "完成呢個挑戰"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "寫新帖文"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "撰寫最多 {0, plural,other {# 個字元}}嘅帖文"
 
@@ -1816,7 +1860,7 @@ msgstr "撰寫最多 {0, plural,other {# 個字元}}嘅帖文"
 msgid "Compose reply"
 msgstr "撰寫回覆"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "壓縮緊條片……"
 
@@ -1828,23 +1872,17 @@ msgstr "設定 {name} 類別嘅內容篩選"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "經已喺 <0>內容審覈設定</0> 度設定。"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "確認內容語言設定"
@@ -1861,18 +1899,19 @@ msgstr "確認你嘅年齡:"
 msgid "Confirm your birthdate"
 msgstr "確認你嘅出世日期"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "驗證碼"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "驗證碼"
 
@@ -1880,8 +1919,8 @@ msgstr "驗證碼"
 msgid "Connecting..."
 msgstr "連緊線……"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "聯絡支援"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "內容同媒體"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "內容同媒體"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "內容同媒體"
 
@@ -1911,7 +1950,7 @@ msgstr "內容篩選器"
 msgid "Content from across the network we think you might like."
 msgstr "我哋精選咗啲喺唔同社交網絡搵到,可能會啱你心水嘅內容。"
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "內容語言"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "內容選單背景,撳低去閂咗選單。"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "繼續"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "用 {0} 繼續 (目前已登入)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "繼續撈啲討論串……"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "繼續去下一步"
@@ -1973,7 +2012,7 @@ msgstr "煮嘢"
 msgid "Copied"
 msgstr "複製咗喇"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "經已複製構建版本去剪貼簿"
 
@@ -1981,8 +2020,8 @@ msgstr "經已複製構建版本去剪貼簿"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "複製咗去剪貼簿喇"
 
@@ -1991,7 +2030,7 @@ msgstr "複製咗去剪貼簿喇"
 msgid "Copied!"
 msgstr "複製咗喇!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "複製構建版本去剪貼簿"
 
@@ -2003,13 +2042,13 @@ msgstr "複製"
 msgid "Copy App Password"
 msgstr "複製 App 密碼"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "複製 at:// 連結"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "複製發布者 DID"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "複製程式碼"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "複製 DID"
 
@@ -2040,8 +2079,8 @@ msgstr "複製連結"
 msgid "Copy link to list"
 msgstr "複製清單連結"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "複製貼文連結"
 
@@ -2050,13 +2089,13 @@ msgstr "複製貼文連結"
 msgid "Copy message text"
 msgstr "複製訊息文字"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "複製貼文 at:// 連結"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "複製帖文文字"
 
@@ -2068,7 +2107,7 @@ msgstr "複製 QR Code"
 msgid "Copy TXT record value"
 msgstr "複製 TXT 記錄值"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "版權政策"
@@ -2078,7 +2117,7 @@ msgstr "版權政策"
 msgid "Could not leave chat"
 msgstr "唔得離開呢度嘅傾偈"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "撈唔到動態源"
 
@@ -2094,7 +2133,7 @@ msgstr "靜音唔到呢度嘅傾偈"
 msgid "Could not process your video"
 msgstr "處理唔到你條片"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "建立"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "幫新手包建立 QR Code"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "建立一個新手包"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "幫我建立一個新手包"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "建立一個帳號"
 msgid "Create an account without using this starter pack"
 msgstr "唔用呢個新手包註冊帳號"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "或建立一個頭像"
 
@@ -2209,13 +2248,13 @@ msgstr "深色主題"
 msgid "Date of birth"
 msgstr "出世日期"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "停用帳號"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "內容審覈偵錯"
 
@@ -2237,13 +2276,13 @@ msgstr "預設圖標"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "刪除"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "刪除帳號"
 
@@ -2259,19 +2298,19 @@ msgstr "刪除 App 密碼"
 msgid "Delete app password?"
 msgstr "係咪要刪咗呢個 App 嘅密碼?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "刪除傾偈"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "刪除傾偈申報記錄"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "刪除對話"
 
@@ -2299,9 +2338,9 @@ msgstr "淨係刪我嗰度嘅訊息"
 msgid "Delete my account"
 msgstr "刪除我嘅帳號"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "刪除帖文"
 
@@ -2318,7 +2357,7 @@ msgstr "係咪要刪除新手包?"
 msgid "Delete this list?"
 msgstr "係咪要刪咗呢份清單?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "係咪要刪咗呢條帖文?"
 
@@ -2335,19 +2374,19 @@ msgstr "刪除咗嘅帳號"
 msgid "Deleted post."
 msgstr "刪咗嘅帖文。"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "簡介"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "簡介太長"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "簡介太長,{DESCRIPTION_MAX_GRAPHEMES, plural, other {唔得超過 # 個字元。}}"
 
@@ -2356,27 +2395,27 @@ msgstr "簡介太長,{DESCRIPTION_MAX_GRAPHEMES, plural, other {唔得超過 #
 msgid "Descriptive alt text"
 msgstr "描述性替代文字"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "拆開引用"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "係咪要拆開引用帖文?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "開發者模式經已停用"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "開發者模式經已啓用"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "開發人員選項"
 
@@ -2388,6 +2427,15 @@ msgstr "對話框:調整邊啲人可以喺呢條帖文度互動"
 msgid "Dim"
 msgstr "昏暗"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
 msgstr "停用電郵雙重驗證"
@@ -2395,7 +2443,7 @@ msgstr "停用電郵雙重驗證"
 #: src/screens/Settings/AccessibilitySettings.tsx:91
 #: src/screens/Settings/AccessibilitySettings.tsx:96
 msgid "Disable haptic feedback"
-msgstr "停用觸覺反饋"
+msgstr "停用觸覺回饋"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:386
 msgid "Disable subtitles"
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "停用"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "棄置"
 
@@ -2420,13 +2468,13 @@ msgstr "棄置"
 msgid "Discard changes?"
 msgstr "係咪要放棄變更?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
-msgstr "係咪想棄置份草稿?"
+msgstr "係咪要棄置份草稿?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
-msgstr "係咪想放棄發布?"
+msgstr "係咪要放棄發布?"
 
 #: src/screens/Settings/components/PwiOptOut.tsx:87
 #: src/screens/Settings/components/PwiOptOut.tsx:91
@@ -2442,15 +2490,15 @@ msgstr "發掘動態源"
 msgid "Discover new custom feeds"
 msgstr "發掘新嘅自訂動態源"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "發掘新嘅動態源"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "跳過"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "跳過錯誤"
 
@@ -2471,9 +2519,9 @@ msgstr "忽略呢部分"
 msgid "Display larger alt text badges"
 msgstr "顯示大啲嘅替代文字標誌"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "名稱"
@@ -2482,11 +2530,11 @@ msgstr "名稱"
 msgid "Display Name"
 msgstr "名稱"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "名稱太長"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "名稱太長,{DISPLAY_NAME_MAX_GRAPHEMES, plural, other {唔得超過 # 個字元。}}"
 
@@ -2511,21 +2559,31 @@ msgstr "唔得用連字號(-)開頭或結尾"
 msgid "Domain verified!"
 msgstr "網域經已驗證!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "攪掂{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "撳兩下或撳住訊息去加入反應"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "撳兩下閂咗呢個對話框去"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "撳兩下讚佢"
 
@@ -2575,7 +2633,7 @@ msgstr "持續時間:"
 msgid "e.g. alice"
 msgstr "例如:alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "例如:張藍天"
 
@@ -2587,27 +2645,27 @@ msgstr "例如:張藍天"
 msgid "e.g. alice.com"
 msgstr "例如:alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
-msgstr "例如 : 藝術家、愛狗人士同狂熱讀者。"
+msgstr "例如:藝術家、愛狗人士同好鍾意睇書嘅人。"
 
 #: src/lib/moderation/useGlobalLabelStrings.ts:43
 msgid "E.g. artistic nudes."
 msgstr "例如:藝術裸體。"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "例如:優秀嘅發帖者"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "例如:垃圾內容製造人"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "例如:永遠唔好錯過嘅發帖者。"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "例如:重複用廣告回覆嘅用戶。"
 
@@ -2615,7 +2673,7 @@ msgstr "例如:重複用廣告回覆嘅用戶。"
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "每個邀請碼淨係得用一次。之後你會定期收到更多邀請碼。"
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "編輯"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "編輯頭像"
 
@@ -2637,14 +2695,14 @@ msgstr "編輯頭像"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "編輯圖片"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "編輯互動設定"
 
@@ -2657,12 +2715,17 @@ msgstr "編輯心水主題"
 msgid "Edit list details"
 msgstr "編輯清單詳情"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "編輯內容審覈清單"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "編輯我嘅動態源"
 
@@ -2679,15 +2742,15 @@ msgstr "編輯用戶"
 msgid "Edit post interaction settings"
 msgstr "編輯帖文互動設定"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "編輯個人檔案"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "編輯個人檔案"
 
@@ -2695,7 +2758,7 @@ msgstr "編輯個人檔案"
 msgid "Edit starter pack"
 msgstr "編輯新手包"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "編輯用戶清單"
 
@@ -2707,11 +2770,11 @@ msgstr "調整邊啲人可以回覆"
 msgid "Edit your display name"
 msgstr "編輯你嘅名稱"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "編輯你嘅個人簡介"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "編輯你嘅新手包"
 
@@ -2724,9 +2787,8 @@ msgstr "教育"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "呢個清單嘅建立者封鎖咗你,或係你封鎖咗個佢。"
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "電郵"
 
@@ -2747,20 +2809,17 @@ msgstr "電郵地址"
 msgid "Email Resent"
 msgstr "重新傳送電郵"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "電郵經已更新"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "電郵經已更新"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "電郵經已更新!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "電郵經已驗證"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "嵌入 HTML 程式碼"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "嵌入帖文"
 
@@ -2785,8 +2844,9 @@ msgstr "將呢條帖文嵌入到你嘅網站嘅話,淨係需要複製下低程
 msgid "Embedded video player"
 msgstr "嵌入式影片播放器"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "啓用"
 
@@ -2798,9 +2858,9 @@ msgstr "只啓用 {0}"
 msgid "Enable adult content"
 msgstr "啓用成人內容"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "啓用電郵雙重驗證"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "啓用"
 msgid "End of feed"
 msgstr "睇晒冇嘢喇"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "請確保你幫每個字幕檔案到揀選過一種語言。"
 
@@ -2860,12 +2920,13 @@ msgstr "輸入密碼"
 msgid "Enter a word or tag"
 msgstr "輸入字詞或標籤"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
-msgstr "輸入驗證碼"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
 msgstr "輸入驗證碼"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
@@ -2897,11 +2958,7 @@ msgstr "輸入你嘅出世日期"
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "喺下低輸入你嘅新電郵地址。"
 
@@ -2921,7 +2978,7 @@ msgstr "進入全螢幕"
 msgid "Entertainment"
 msgstr "娛樂"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "錯誤"
@@ -2997,15 +3054,15 @@ msgstr "離開圖片檢視"
 msgid "Expand alt text"
 msgstr "展開替代文字"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "展開用戶清單"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "展開或摺疊你覆緊嘅完整帖文"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "展開或摺疊帖文文字"
 
@@ -3031,6 +3088,10 @@ msgstr "過期時間 {0}"
 msgid "Expires in {0}"
 msgstr "將於 {0} 後過期"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "血腥、暴露或獵奇等其他可能令人反感嘅媒體內容。"
 msgid "Explicit sexual images."
 msgstr "打大赤肋嘅鹹溼相。"
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "探索"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "匯出我嘅數據"
 
@@ -3071,12 +3132,12 @@ msgstr "外部媒體"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "外部媒體網站可能會攞你同你部裝置啲資料。除非你撳咗「播放」掣,否則唔會傳送或要求用任何資料去到外部媒體網站度。"
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "外部媒體偏好設定"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "接受唔到傾偈邀請"
@@ -3088,17 +3149,13 @@ msgstr "加唔到 Emoji 反應"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:587
 msgid "Failed to change handle. Please try again."
-msgstr "改唔到帳號頭銜,唔該試多一次。"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
+msgstr "改唔到帳號代碼,唔該試多一次。"
 
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "建立唔到 App 密碼,唔該試多一次。"
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "建唔到對話"
 
@@ -3107,12 +3164,12 @@ msgstr "建唔到對話"
 msgid "Failed to create starter pack"
 msgstr "建立唔到新手包"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "建立唔到清單。請檢查你嘅互聯網連線,跟住試多一次。"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "刪唔到傾偈"
@@ -3121,7 +3178,7 @@ msgstr "刪唔到傾偈"
 msgid "Failed to delete message"
 msgstr "刪唔到訊息"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "刪唔到帖文,唔該試多一次"
 
@@ -3129,7 +3186,7 @@ msgstr "刪唔到帖文,唔該試多一次"
 msgid "Failed to delete starter pack"
 msgstr "刪唔到新手包"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "撈唔到對話"
@@ -3172,7 +3229,7 @@ msgstr "刪唔到 Emoji 反應"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "撤回唔到認證"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "儲存唔到你嘅心水主題。"
 msgid "Failed to send"
 msgstr "傳送唔到"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "未能提交申訴,唔該試多一次。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "靜音唔到討論串,唔該試多一次"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "更新唔到動態源"
@@ -3219,11 +3290,15 @@ msgstr "更新唔到設定"
 msgid "Failed to upload video"
 msgstr "上載唔到條片"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
-msgstr "驗證唔到帳號頭銜,唔該試多一次。"
+msgstr "驗證唔到帳號代碼,唔該試多一次。"
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "動態源"
 
@@ -3242,24 +3317,24 @@ msgstr "切換動態源"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "意見"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "意見經已送出!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "動態源"
 
@@ -3305,7 +3380,7 @@ msgstr "幫緊你幫緊你"
 #: src/view/com/posts/FollowingEmptyState.tsx:53
 #: src/view/com/posts/FollowingEndOfFeed.tsx:54
 msgid "Find accounts to follow"
-msgstr "搵啲帳號去跟"
+msgstr "去跟更多帳號"
 
 #: src/components/ProgressGuide/FollowDialog.tsx:77
 #: src/components/ProgressGuide/FollowDialog.tsx:87
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "靈活"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "跟佢"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "跟佢"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "跟 {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "跟 {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "跟 {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "跟 10 個人"
 msgid "Follow 7 accounts"
 msgstr "跟 7 個人"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "跟佢"
 
@@ -3391,7 +3462,7 @@ msgstr "跟佢"
 msgid "Follow all"
 msgstr "跟晒佢哋"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "跟返佢"
@@ -3417,7 +3488,7 @@ msgstr "你識嘅 <0>{0}</0> 同 <1>{1}</1> 亦都跟咗佢"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "你識嘅 <0>{0}</0>, <1>{1}</1> 同{2, plural, one {另外 # 人亦都跟咗佢} other {另外 # 人亦都跟咗佢}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "你識嘅 @{0} 亦都跟咗佢"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "你識嘅擁躉"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "跟緊"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "跟緊 {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "跟緊 {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "跟緊 {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "「Following」動態源偏好設定"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "「Following」動態源偏好設定"
@@ -3484,11 +3551,11 @@ msgstr "食物"
 
 #: src/view/com/modals/DeleteAccount.tsx:125
 msgid "For security reasons, we'll need to send a confirmation code to your email address."
-msgstr "爲咗安全起見,我哋需要將驗證碼傳送到你嘅電郵地址。"
+msgstr "爲咗保安起見,我哋需要將驗證碼傳送到你嘅電郵地址。"
 
 #: 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 "爲咗安全起見,你唔可以再睇返呢個密碼。若然你真係唔知呢個密碼嘅話,你最好去生成一個新嘅密碼。"
+msgstr "爲咗保安起見,你唔可以再睇返呢個密碼。若然你真係唔知呢個密碼嘅話,你最好去生成一個新嘅密碼。"
 
 #: src/screens/Settings/AppearanceSettings.tsx:142
 msgid "For the best experience, we recommend using the theme font."
@@ -3524,7 +3591,7 @@ msgstr "頻繁發布不受歡迎嘅內容"
 msgid "From @{sanitizedAuthor}"
 msgstr "嚟自 @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "來自 <0/>"
@@ -3533,17 +3600,19 @@ msgstr "來自 <0/>"
 msgid "Gallery"
 msgstr "相簿"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "生成一個新手包"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "尋求協助"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
 msgstr "開始啦"
 
 #: src/components/ProgressGuide/List.tsx:35
@@ -3554,7 +3623,7 @@ msgstr "開始啦"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "整張相喺你嘅 profile 嗰度先啦"
 
@@ -3567,10 +3636,10 @@ msgstr "明顯違反法律或服務條款"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "返去"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "去首頁"
 msgid "Go Home"
 msgstr "去首頁"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "去到 {firstAuthorName} 嘅個人檔案"
 
@@ -3638,23 +3723,23 @@ msgstr "敏感媒體"
 msgid "Half way there!"
 msgstr "攪掂一半喇!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
-msgstr "帳號頭銜"
+msgstr "帳號代碼"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:591
 msgid "Handle already taken. Please try a different one."
-msgstr "呢個帳號頭銜俾人用咗,唔該試下用第個。"
+msgstr "呢個帳號代碼俾人用咗,唔該試下用第個。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:195
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:344
 msgid "Handle changed!"
-msgstr "帳號頭銜經已改好!"
+msgstr "帳號代碼經已改好!"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:595
 msgid "Handle too long. Please try a shorter one."
-msgstr "呢個帳號頭銜太長,唔該試下校短啲。"
+msgstr "呢個帳號代碼太長,唔該試下校短啲。"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:87
 msgid "Haptics"
@@ -3665,7 +3750,7 @@ msgstr "觸覺"
 msgid "Harassment, trolling, or intolerance"
 msgstr "騷擾、惡搞或歧視行爲"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "標籤"
 
@@ -3673,19 +3758,24 @@ msgstr "標籤"
 msgid "Hashtag {tag}"
 msgstr "標籤 {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "遇到問題?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "協助"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "上載一張相或整張頭像,等大家知道你唔係機械人。"
 
@@ -3698,7 +3788,7 @@ msgstr "呢個係你嘅 App 密碼!"
 msgid "Hidden"
 msgstr "隱藏"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "俾你嘅內容審覈設定所隱藏。"
 
@@ -3715,12 +3805,12 @@ msgstr "隱藏清單"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "隱藏"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "隱藏"
@@ -3729,18 +3819,18 @@ msgstr "隱藏"
 msgid "Hide customization options"
 msgstr "隱藏自訂選項"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "幫我隱藏帖文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "幫所有人隱藏回覆"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "幫我隱藏回覆"
 
@@ -3748,12 +3838,12 @@ msgstr "幫我隱藏回覆"
 msgid "Hide this card"
 msgstr "隱藏呢張卡片"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "係咪要隱藏呢條帖文?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "係咪要隱藏呢個回覆?"
 
@@ -3771,14 +3861,14 @@ msgstr "係咪要隱藏時興話題?"
 msgid "Hide trending videos?"
 msgstr "係咪要隱藏時興影片?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "隱藏用戶清單"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "隱藏認證標記"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3791,15 +3881,15 @@ msgstr "唔好意思,連線到動態源伺服器嗰陣發生問題,請話畀
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:105
 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue."
-msgstr "唔好意思,動態源伺服器似乎配置錯誤,請話畀動態源維護人知呢個問題。"
+msgstr "唔好意思,動態源伺服器似乎配置錯誤,請話畀動態源擁有者知呢個問題。"
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:111
 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue."
-msgstr "唔好意思,動態源伺服器似乎離線,請話畀動態源維護人知呢個問題。"
+msgstr "唔好意思,動態源伺服器似乎離線,請話畀動態源擁有者知呢個問題。"
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:108
 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue."
-msgstr "唔好意思,動態源伺服器畀咗個錯誤嘅回覆,請話畀動態源維護人知呢個問題。"
+msgstr "唔好意思,動態源伺服器畀咗個錯誤嘅回覆,請話畀動態源擁有者知呢個問題。"
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:102
 msgid "Hmm, we're having trouble finding this feed. It may have been deleted."
@@ -3817,11 +3907,11 @@ msgstr "唔好意思,我哋撈唔到嗰個審覈服務。"
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "幫緊你幫緊你!我哋而家逐步開放影片功能,而你仲喺等候名單嗰度。遲啲返嚟睇下啦!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "首頁"
 
@@ -3845,25 +3935,20 @@ msgstr "熱門"
 msgid "Hot replies first"
 msgstr "熱門回覆優先"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "我哋應該點樣打開呢條連結?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "我有驗證碼"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "我有驗證碼"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "我有驗證碼"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3888,12 +3973,20 @@ msgstr "若然你刪咗呢份清單,之後就冇得恢復。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:267
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
-msgstr "若然你有自己嘅網域,你可以用佢作爲你嘅帳號頭銜。同時亦都可以證明你嘅身份。<0> 進一步瞭解 。</0>"
+msgstr "若然你有自己嘅網域,你可以用佢作爲你嘅帳號代碼。同時亦都可以證明你嘅身份。<0> 想知多啲 。</0>"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "若然你刪咗呢條帖文,之後就冇得恢復。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "若然你想改你嘅密碼,我哋會就會傳送一個驗證碼畀你驗證呢個係你嘅帳號。"
@@ -3904,7 +3997,7 @@ msgstr "若然你係開發人員,你可以自己托管伺服器。"
 
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:92
 msgid "If you're trying to change your handle or email, do so before you deactivate."
-msgstr "若然你想改咗你嘅帳號頭銜或電郵,唔該喺你停用帳號之前先好噉做。"
+msgstr "若然你想改咗你嘅帳號代碼或電郵,唔該喺你停用帳號之前先好噉做。"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38
 #: src/lib/moderation/useReportOptions.ts:38
@@ -3915,18 +4008,19 @@ msgstr "違法"
 msgid "Image"
 msgstr "圖片"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr ""
+msgstr "圖片快取經已剷走"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr ""
+msgstr "圖片快取經已剷走,釋放咗 {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "圖片存咗去你嘅相簿度喇!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3987,9 +4081,9 @@ msgstr "雙重驗證確認碼無效。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:597
 msgid "Invalid handle. Please try a different one."
-msgstr "無效嘅帳號頭銜,唔該試下用第個。"
+msgstr "無效嘅帳號代碼,唔該試下用第個。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "無效或唔支援嘅帖文記錄"
 
@@ -4041,12 +4135,12 @@ msgstr "係啱嘅"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "而家淨係得你一個人!用上高搵嘢功能將更加多人擺到落你嘅新手包度。"
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "作業 ID:{0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "工作"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "發布者所標記。"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "標記"
 
@@ -4100,13 +4194,13 @@ msgstr "你內容上嘅標記"
 msgid "Language selection"
 msgstr "語言揀選"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "語言設定"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "語言"
 
@@ -4122,56 +4216,56 @@ msgstr "最新"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:271
 msgid "learn more"
-msgstr "進一步瞭解"
+msgstr "想知多啲"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "想知多啲"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
-msgstr "進一步瞭解"
+msgstr "想知多啲"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
-msgstr "進一步瞭解關於 Bluesky 嘅資訊"
+msgstr "想知多啲 Bluesky"
 
 #: src/view/com/auth/server-input/index.tsx:218
 msgid "Learn more about self hosting your PDS."
-msgstr "進一步瞭解關於自行托管 PDS 嘅資訊。"
+msgstr "想知多啲點樣自行架設 PDS。"
 
 #: src/components/moderation/ContentHider.tsx:149
 msgid "Learn more about the moderation applied to this content"
-msgstr "進一步瞭解呢個內容所套用嘅內容審覈資訊"
+msgstr "想知多啲呢個內容所套用嘅內容審覈措施"
 
 #: src/components/moderation/ContentHider.tsx:215
 msgid "Learn more about the moderation applied to this content."
-msgstr "進一步瞭解呢個內容所套用嘅內容審覈資訊。"
+msgstr "想知多啲呢個內容所套用嘅內容審覈措施。"
 
 #: src/components/moderation/PostHider.tsx:100
 #: src/components/moderation/ScreenHider.tsx:127
 msgid "Learn more about this warning"
-msgstr "進一步了解呢個警告"
+msgstr "想知多啲呢個警告"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "想知多啲 Bluesky 嘅驗證機制"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
 msgid "Learn more about what is public on Bluesky."
-msgstr "進一步了解 Bluesky 上面公開嘅內容。"
+msgstr "想知多啲 Bluesky 上面公開嘅內容。"
 
 #: src/components/moderation/ContentHider.tsx:239
 #: src/view/com/auth/server-input/index.tsx:220
 msgid "Learn more."
-msgstr "進一步瞭解。"
+msgstr "想知多啲。"
 
 #: src/components/dms/LeaveConvoPrompt.tsx:48
 msgid "Leave"
@@ -4202,7 +4296,7 @@ msgstr "離開 Bluesky"
 msgid "left to go."
 msgstr "個人排喺你前面。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "等我自己揀"
 
@@ -4230,7 +4324,7 @@ msgstr "淺色"
 msgid "Like"
 msgstr "讚佢"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "讚佢({0, plural, one {# 人讚佢} other {# 人讚佢}})"
 
@@ -4247,12 +4341,12 @@ msgstr "讚夠 10 條帖文去訓練「Discover」動態源"
 msgid "Like this feed"
 msgstr "讚好呢個動態源"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "讚呢個標記服務"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "讚過"
 
@@ -4269,16 +4363,16 @@ msgstr "有 {0, plural, one {# 人} other {# 人}}讚佢"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "有 {likeCount, plural, one {# 人} other {# 人}}讚佢"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "讚好"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "呢條帖文嘅讚數"
 
@@ -4287,11 +4381,11 @@ msgstr "呢條帖文嘅讚數"
 msgid "Linear"
 msgstr "直列模式"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "清單"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "清單封面"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "清單經已靜音"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "清單名稱"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "清單經已唔再靜音"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "清單"
 
@@ -4358,6 +4452,22 @@ msgstr "清單"
 msgid "Lists blocking this user:"
 msgstr "封鎖緊呢個用戶嘅清單:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "再撈啲"
@@ -4370,18 +4480,18 @@ msgstr "再撈啲建議動態源"
 msgid "Load new notifications"
 msgstr "撈下新嘅通知"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "撈下新嘅帖文"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "撈緊……"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "日誌"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "LOGO 由 @sawaratsuki.bsky.social 所繪製"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "LOGO 由 <0>@sawaratsuki.bsky.social</0> 所繪製"
 
@@ -4418,7 +4528,11 @@ msgstr "睇落你已經唔再固定你所有嘅動態源噃。不過唔使驚,
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "睇落你好似唔見咗「Following」動態源喎。<0>撳呢度加返佢啦。</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "幫我整一個"
 
@@ -4433,7 +4547,7 @@ msgstr "管理儲存咗嘅動態源"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "管理驗證設定"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "標記爲已讀"
 msgid "Marked all as read"
 msgstr "經已標記晒做已讀"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "遲啲先啦"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "媒體"
 
@@ -4479,7 +4600,7 @@ msgstr "提及"
 msgid "Menu"
 msgstr "選單"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "訊息 {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "訊息太長"
 msgid "Message options"
 msgstr "訊息選項"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "傾偈"
 
@@ -4532,10 +4653,10 @@ msgstr "誤導性帳號"
 msgid "Misleading Post"
 msgstr "誤導性帖文"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "內容審覈"
 
@@ -4557,12 +4678,12 @@ msgstr "<0/> 所建立嘅內容審覈清單"
 msgid "Moderation list by you"
 msgstr "你嘅內容審覈清單"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "內容審覈清單經已建立"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "內容審覈清單經已更新"
@@ -4571,8 +4692,8 @@ msgstr "內容審覈清單經已更新"
 msgid "Moderation lists"
 msgstr "內容審覈清單"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "內容審覈清單"
 
@@ -4580,7 +4701,7 @@ msgstr "內容審覈清單"
 msgid "moderation settings"
 msgstr "內容審覈設定"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "內容審覈狀態"
 
@@ -4593,7 +4714,7 @@ msgstr "內容審覈工具"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "內容審覈服務提供者經已將呢個內容標記普通警告。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "更多"
 
@@ -4602,8 +4723,8 @@ msgstr "更多"
 msgid "More feeds"
 msgstr "更多動態源"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "更多選項"
@@ -4637,10 +4758,10 @@ msgstr "靜音"
 msgid "Mute {tag}"
 msgstr "靜音 {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "靜音帳號"
 
@@ -4689,13 +4810,13 @@ msgstr "淨係靜音包含呢個字詞嘅標籤"
 msgid "Mute this word until you unmute it"
 msgstr "將呢個字詞靜音,直至你唔再靜音爲止"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "靜音討論串"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "靜音字詞同標籤"
 
@@ -4703,12 +4824,12 @@ msgstr "靜音字詞同標籤"
 msgid "Muted accounts"
 msgstr "靜音咗嘅帳號"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "靜音咗嘅帳號"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "靜音咗嘅帳號唔會再喺你嘅動態源同通知度出現,兼且靜音咗邊個淨係得你知。"
 
@@ -4729,15 +4850,15 @@ msgstr "靜音咗嘅帳號淨係得你睇到。佢哋仲係可以同你互動,
 msgid "My Birthday"
 msgstr "我嘅生日"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "我嘅動態源"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "名稱"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "個名點都要你填"
 
@@ -4772,11 +4893,11 @@ msgstr "前往新手包"
 msgid "Navigates to the next screen"
 msgstr "去到下一個畫面"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "去到你嘅個人檔案"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "係咪要改下佢?"
 
@@ -4791,36 +4912,41 @@ msgstr "你永遠唔會失去對擁躉或個人資訊嘅掌握權。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:567
 msgid "Nevermind, create a handle for me"
-msgstr "唔使喇,幫我整個帳號頭銜"
+msgstr "唔使喇,幫我整個帳號代碼"
 
 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:195
 msgid "New"
 msgstr "至新"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "新增"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "同人傾偈"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "新嘅電郵地址"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "新功能"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:375
 msgid "New handle"
-msgstr "新帳號頭銜"
+msgstr "新帳號代碼"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "新清單"
 
@@ -4828,7 +4954,7 @@ msgstr "新清單"
 msgid "New messages"
 msgstr "新訊息"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "建立內容審覈名單"
 
@@ -4840,10 +4966,10 @@ msgstr "新密碼"
 msgid "New Password"
 msgstr "新密碼"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "新帖文"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "新帖文"
@@ -4863,7 +4989,7 @@ msgstr "新帖文"
 msgid "New user info dialog"
 msgstr "新用戶資訊對話框"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "建立用戶清單"
 
@@ -4911,6 +5037,10 @@ msgstr "而家仲未有 App 密碼"
 msgid "No DNS Panel"
 msgstr "冇 DNS 控制台"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "搵唔到精選 GIF,Tenor 嗰度可能出咗問題。"
@@ -4924,8 +5054,8 @@ msgstr "搵唔到任何動態源,試下搵過第啲。"
 msgid "No likes yet"
 msgstr "仲未有人讚"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "唔再跟住 {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "仲未有人引用"
 msgid "No reposts yet"
 msgstr "仲未有轉發"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "冇嘢到"
 
@@ -4980,7 +5110,7 @@ msgstr "搵唔到「{0}」嘅結果。"
 msgid "No results found"
 msgstr "搵唔到結果"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "搵唔到「{query}」嘅結果。"
 
@@ -5032,19 +5162,14 @@ msgstr "非性裸體"
 msgid "Not followed by anyone you're following"
 msgstr "冇任何你識得嘅人跟緊佢"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "搵唔到"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "而家唔使"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "關於分享嘅注意事項"
 
@@ -5052,7 +5177,7 @@ msgstr "關於分享嘅注意事項"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "註:Bluesky 係一個開放同公開嘅社羣網絡。呢個設定淨係會限制你嘅內容喺 Bluesky App 同網站上面嘅可見度,而其他 Apps 可能唔會遵守呢個設定。你嘅內容仍然有可能會俾其他 Apps 同網站顯示畀未登入嘅用戶。"
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "呢度乜都冇"
 
@@ -5060,7 +5185,7 @@ msgstr "呢度乜都冇"
 msgid "Notification filters"
 msgstr "通知篩選器"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "通知設定"
@@ -5077,11 +5202,11 @@ msgstr "通知聲"
 msgid "Notification Sounds"
 msgstr "通知聲"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "通知"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "大鑊!出咗問題。"
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "好嘅"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "好嘅"
 
@@ -5140,19 +5265,19 @@ msgstr "最舊嘅回覆優先"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "喺<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "重新開始引導流程"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "一張或多張 GIF 圖片冇咗替代文字。"
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "一張或多張圖片冇咗替代文字。"
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "一條或多條影片冇咗替代文字。"
 
@@ -5168,7 +5293,7 @@ msgstr "淨係得{0}可以回覆。"
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "淨係包含字母、數字同連字號(-)"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "淨係支援圖片檔案"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "弊,出咗問題!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "大鑊!"
 
@@ -5194,11 +5319,7 @@ msgstr "大鑊!"
 msgid "Open"
 msgstr "開放"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "打開 {name} 個人檔案捷徑選單"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "打開頭像製作器"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "打開櫃桶選單"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "打開 Emoji 選擇器"
 
@@ -5225,7 +5346,7 @@ msgstr "打開動態源資訊畫面"
 msgid "Open feed options menu"
 msgstr "打開動態源選項選單"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "打開完整 Emoji 清單"
 
@@ -5237,7 +5358,7 @@ msgstr "打開去到 {niceUrl} 嘅連結"
 msgid "Open message options"
 msgstr "打開訊息選項"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "開啓內容審覈偵錯頁面"
 
@@ -5249,20 +5370,25 @@ msgstr "打開靜音字詞同標籤設定"
 msgid "Open pack"
 msgstr "打開新手包"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "打開帖文選項選單"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "打開新手包選單"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "打開故仔書頁面"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "打開系統日誌"
 
@@ -5282,21 +5408,21 @@ msgstr "打開對話框揀選邊個可以回覆呢個討論串"
 msgid "Opens additional details for a debug entry"
 msgstr "打開調試條目嘅額外詳細資訊"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "打開替代文字對話框"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "打開你嘅裝置上嘅相機"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "打開字幕同埋替代文字對話框"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
-msgstr "打開變更帳號頭銜對話框"
+msgstr "打開變更帳號代碼對話框"
 
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:35
 msgid "Opens composer"
@@ -5306,7 +5432,7 @@ msgstr "打開帖文編輯器"
 msgid "Opens device photo gallery"
 msgstr "打開裝置相簿"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "打開 Emoji 選擇器"
 
@@ -5324,7 +5450,7 @@ msgstr "打開流程去到登入你現有嘅 Bluesky 帳號"
 msgid "Opens GIF select dialog"
 msgstr "打開揀選 GIF 對話框"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "喺瀏覽器度打開說明中心"
 
@@ -5332,6 +5458,10 @@ msgstr "喺瀏覽器度打開說明中心"
 msgid "Opens list of invite codes"
 msgstr "打開邀請碼清單"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "打開密碼重設表單"
@@ -5340,12 +5470,12 @@ msgstr "打開密碼重設表單"
 msgid "Opens the linked website"
 msgstr "打開網站連結"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "打開呢個人嘅個人檔案"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "打開影片選擇器"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA狀態:冇可用資訊"
 msgid "Other"
 msgstr "其他"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "其他帳號"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "搵唔到頁面"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "暫停影片"
 msgid "People"
 msgstr "用戶"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "@{0} 跟咗嘅人"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "跟緊 @{0} 嘅人"
 
@@ -5508,12 +5638,12 @@ msgstr "固定到首頁"
 msgid "Pin to Home"
 msgstr "固定到首頁"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "固定到你嘅個人檔案"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "固定咗"
 
@@ -5571,21 +5701,21 @@ msgstr "請喺你發布媒體內容度加入適當嘅內容警告標記。"
 
 #: src/screens/Signup/state.ts:286
 msgid "Please choose your handle."
-msgstr "請設定你嘅帳號頭銜。"
+msgstr "請設定你嘅帳號代碼。"
 
 #: src/screens/Signup/state.ts:278
 #: src/screens/Signup/StepInfo/index.tsx:120
 msgid "Please choose your password."
 msgstr "請設定你嘅密碼。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "請完成 Captcha 驗證(人機驗證)。"
 
-#: 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 "請喺做出變更之前確認你嘅電郵。呢個係加入電郵更新工具嗰陣嘅暫時性要求,跟住好快就會移除。"
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "請你檢查多次你輸入嘅電郵地址啱唔啱。"
@@ -5602,10 +5732,28 @@ msgstr "請輸入密碼,必須至少要 8 個字元。"
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "請幫呢個 App 密碼輸入一個獨特嘅名稱,或用我哋隨機產生嘅密碼。"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "請輸入有效嘅字詞、標籤或短語嚟靜音"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "請輸入你嘅電郵地址。"
 msgid "Please enter your invite code."
 msgstr "請輸入你嘅邀請碼。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "請輸入你嘅密碼"
@@ -5648,7 +5800,11 @@ msgstr "請揀選你要擧報嘅理由"
 msgid "Please sign in as @{0}"
 msgstr "請用 @{0} 身份登入"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "請驗證你嘅電郵"
 
@@ -5662,7 +5818,7 @@ msgstr "政治"
 msgid "Porn"
 msgstr "色情"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "發文"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "帖文"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "發晒佢哋"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0} 嘅帖文"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0} 嘅帖文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "帖文經已刪除"
@@ -5697,7 +5853,7 @@ msgstr "帖文經已刪除"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "帖文發布失敗。請檢查你嘅互聯網連線,跟住試多一次。"
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "帖文經已刪除"
 
@@ -5719,7 +5875,7 @@ msgstr "呢條帖文俾你隱藏咗"
 msgid "Post interaction settings"
 msgstr "帖文互動設定"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "帖文互動設定"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "帖文經已唔再固定"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "帖文"
@@ -5789,7 +5945,7 @@ msgstr "撳低去睇下有邊啲你識嘅人跟咗呢個帳號"
 msgid "Previous image"
 msgstr "上一張圖片"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "慣用語言"
 
@@ -5807,26 +5963,26 @@ msgstr "優先通知"
 msgid "Privacy"
 msgstr "私隱"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
-msgstr "私隱同安全"
+msgstr "私隱同保安"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
-msgstr "私隱同安全"
+msgstr "私隱同保安"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "私隱政策"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "處理緊條片……"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "幫緊你……"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "個人檔案"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "個人檔案"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "個人檔案經已更新"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "公開、可分享嘅清單,可以當動態源噉用。"
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "發布帖文"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "發布帖文"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "發布回覆"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "發布回覆"
 
@@ -5904,11 +6060,11 @@ msgstr "QR code 存咗去你嘅相簿度喇!"
 msgid "Quote post"
 msgstr "引用帖文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "引用帖文經已重新連結"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "引用帖文經已成功分離"
 
@@ -5927,7 +6083,7 @@ msgstr "引用設定"
 msgid "Quotes"
 msgstr "引用"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "引用呢條篇帖文"
 
@@ -5940,10 +6096,10 @@ msgstr "隨機顯示(又名試試手氣)"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:600
 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 "超過咗速率限制——你喺短時間內改過帳號頭銜太多,唔該等陣試多一次。"
+msgstr "超過咗速率限制——你喺短時間內改過帳號代碼太多,唔該等陣試多一次。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "重新連結引用"
 
@@ -5958,17 +6114,17 @@ msgstr "重新啓用你嘅帳號"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "閱讀網誌文章"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "睇少啲"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "睇多啲"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "睇下 Bluesky 網誌"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "重新連線"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "拒絕"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "拒絕傾偈邀請"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "撈多次對話"
@@ -6022,7 +6178,7 @@ msgstr "撈多次對話"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "刪除"
 msgid "Remove {displayName} from starter pack"
 msgstr "喺新手包度刪除 {displayName}"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "刪除 {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "移除帳號"
 
@@ -6046,13 +6202,13 @@ msgstr "移除帳號"
 msgid "Remove attachment"
 msgstr "刪除關聯"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "刪除頭像"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "刪除橫額"
 
@@ -6079,7 +6235,7 @@ msgstr "係咪要刪除動態源?"
 msgid "Remove from my feeds"
 msgstr "喺我嘅動態源度刪除"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "係咪要喺快速存取中刪除?"
 
@@ -6097,11 +6253,16 @@ msgstr "係咪要喺你嘅動態源度刪除?"
 msgid "Remove image"
 msgstr "刪除圖片"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "喺你嘅清單度刪除靜音字詞"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "刪除個人檔案"
 
@@ -6114,7 +6275,7 @@ msgstr "刪除引用帖文"
 msgid "Remove repost"
 msgstr "刪除轉發"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "移除字幕檔案"
 
@@ -6124,22 +6285,22 @@ msgstr "將呢個動態源喺你儲存咗嘅動態源度刪除"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr ""
+msgstr "喺清單度刪除用戶"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "撤回驗證"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "係咪要撤回你對呢個帳號嘅驗證?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
-msgstr "俾作者刪咗"
+msgstr "俾發布者刪咗"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:108
 msgid "Removed by you"
@@ -6166,11 +6327,7 @@ msgstr "經已喺你嘅動態源度刪除"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "喺搵嘢記錄度刪除個人檔案"
+msgstr "經已撤回認證"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "刪除引用過嘅帖文"
 msgid "Replace with Discover"
 msgstr "用「Discover」取代"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "回覆"
 
@@ -6193,12 +6350,12 @@ msgstr "回覆經已停用"
 msgid "Replies to this post are disabled."
 msgstr "呢條帖文嘅回覆經已關閉。"
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "回覆"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "回覆({0, plural, one {# 個回覆} other {# 個回覆}})"
 
@@ -6224,34 +6381,34 @@ msgstr "回覆設定係由討論串嘅作者所設"
 msgid "Reply sorting"
 msgstr "回覆排序"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "覆畀 <0><1/></0>"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "回覆到封鎖咗嘅帖文度"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "回覆帖文"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "覆你"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "回覆可見度經已更新"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "回覆經已成功隱藏"
 
@@ -6261,16 +6418,16 @@ msgstr "回覆經已成功隱藏"
 msgid "Report"
 msgstr "擧報"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "擧報帳號"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "擧報對話"
 
@@ -6293,8 +6450,8 @@ msgstr "擧報清單"
 msgid "Report message"
 msgstr "擧報訊息"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "擧報帖文"
 
@@ -6369,39 +6526,39 @@ msgstr "轉發或引用帖文"
 msgid "Reposted By"
 msgstr "轉發"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "{0} 所轉發"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "<0><1/></0> 所轉發"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "你所轉發"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "轉發呢條帖文"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
-msgstr "要求更改"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
+msgstr "要求變更"
 
 #: src/view/com/modals/ChangePassword.tsx:253
 #: src/view/com/modals/ChangePassword.tsx:255
 msgid "Request Code"
-msgstr "要求驗證碼"
+msgstr "要求代碼"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:60
 #: src/screens/Settings/AccessibilitySettings.tsx:65
 msgid "Require alt text before posting"
 msgstr "發布之前要提供替代文字"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "登入嗰陣要用埋電郵驗證碼先至得。"
 
@@ -6413,13 +6570,19 @@ msgstr "服務提供者要求此必填"
 msgid "Required in your region"
 msgstr "你所在嘅區域必填"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "重新傳送電郵"
@@ -6436,8 +6599,8 @@ msgstr "重設驗證碼"
 msgid "Reset Code"
 msgstr "重設驗證碼"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "去返引導流程重設個人檔案"
 
@@ -6458,10 +6621,10 @@ msgstr "試多次執行上一個出錯誤嘅動作"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "返去上一頁"
 msgid "Returns to home page"
 msgstr "返去首頁"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "返去上一步"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "儲存"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "儲存"
@@ -6534,7 +6699,7 @@ msgstr "儲存生日"
 msgid "Save changes"
 msgstr "儲存變更"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "儲存變更"
 
@@ -6549,7 +6714,7 @@ msgstr "儲存圖片裁剪"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:248
 msgid "Save new handle"
-msgstr "儲存新嘅帳號頭銜"
+msgstr "儲存新嘅帳號代碼"
 
 #: src/components/StarterPack/QrCodeDialog.tsx:185
 msgid "Save QR code"
@@ -6564,16 +6729,12 @@ msgstr "儲存到我嘅動態源度"
 msgid "Saved Feeds"
 msgstr "儲存咗嘅動態源"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "經已存到你嘅相簿度"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "經已存到你嘅動態源度"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "儲存你個人檔案嘅所有變更"
 
@@ -6583,8 +6744,8 @@ msgstr "儲存圖片裁剪設定"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "Say 哈嘍!"
 
@@ -6602,11 +6763,11 @@ msgstr "轆到去頂部"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "搵嘢"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "搵 @{0} 嘅帖文"
@@ -6615,7 +6776,7 @@ msgstr "搵 @{0} 嘅帖文"
 msgid "Search by name or interest"
 msgstr "用名稱或興趣去搵"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "搵動態源"
 
@@ -6656,8 +6817,8 @@ msgstr "搵 GIF"
 msgid "Search my posts"
 msgstr "搵我嘅帖文"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "搵帖文"
 
@@ -6679,7 +6840,11 @@ msgstr "搵……"
 msgid "Searches for profiles"
 msgstr "搵個人檔案"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "需要安全步驟"
 
@@ -6699,7 +6864,7 @@ msgstr "睇下包含 #{tag} 嘅帖文"
 msgid "See #{tag} posts by user"
 msgstr "睇下呢位用戶包含 #{tag} 嘅帖文"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "喺 Bluesky 度搵工"
 
@@ -6719,6 +6884,10 @@ msgstr "揀一隻色"
 msgid "Select account"
 msgstr "揀選帳號"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "揀選 App 語言"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "揀個頭像"
@@ -6727,10 +6896,22 @@ msgstr "揀個頭像"
 msgid "Select an emoji"
 msgstr "揀個 Emoji"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr "揀選一個選項"
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "揀選 App 語言"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "揀選內容語言"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "喺而家有嘅帳號度揀"
@@ -6747,11 +6928,11 @@ msgstr "揀選 GIF「{0}」"
 msgid "Select how long to mute this word for."
 msgstr "揀選靜音將呢個字詞要幾耐。"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "揀選語言……"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "揀選語言"
 
@@ -6763,6 +6944,10 @@ msgstr "揀選內容審覈服務"
 msgid "Select moderator"
 msgstr "揀選內容審覈服務提供者"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "揀選慣用語言"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "揀個 {emojiName} Emoji 做你嘅頭像"
 msgid "Select the moderation service(s) to report to"
 msgstr "揀選你想提交擧報到邊啲內容審覈服務度"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "揀選影片"
 
@@ -6784,11 +6969,11 @@ msgstr "揀選影片"
 msgid "Select what content this mute word should apply to."
 msgstr "揀選呢個靜音字詞要套用到邊啲內容。"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "揀選隻 App 介面要用返乜語言。"
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "揀選邊啲語言你想喺你訂閱嘅動態源度出現。唔揀嘅話,就會顯示所有語言。"
 
@@ -6801,7 +6986,7 @@ msgstr "揀選你個出世日期"
 msgid "Select your interests from the options below"
 msgstr "喺下低揀選啱你心水嘅選項"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "揀選你喺訂閱嘅動態源度要翻譯嘅目標語言"
 
@@ -6813,19 +6998,17 @@ msgstr "揀算第 {0} 個選項(共 {numItems} 個)"
 msgid "Send a neat website!"
 msgstr "傳送個趣緻嘅網站!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
 msgstr "傳送確認電郵"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "傳送確認電郵"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "傳送確認電郵"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "傳送電郵"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "傳送電郵"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "提交意見"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "傳送訊息"
@@ -6863,13 +7046,14 @@ msgstr "將擧報提交到 {0}"
 msgid "Send report to {title}"
 msgstr "將擧報提交去 {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "將呢件嘢同人傾偈單獨講"
 
@@ -6901,10 +7085,10 @@ msgstr "設定你嘅帳號"
 msgid "Sets email for password reset"
 msgstr "設定電郵嚟重設密碼"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "設定"
 
@@ -6926,16 +7110,16 @@ msgstr "性暗示"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "分享"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "分享"
@@ -6948,9 +7132,9 @@ msgstr "分享一個好趣緻嘅古仔畀人!"
 msgid "Share a fun fact!"
 msgstr "分享一個勁攪嘢嘅事實!"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "點都要分享"
 
@@ -6990,7 +7174,7 @@ msgstr "分享呢個新手包,等更多人加入你喺 Bluesky 度嘅社羣。
 msgid "Share your favorite feed!"
 msgstr "分享你至鍾意嘅動態源!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "共用偏好測試器"
 
@@ -7011,8 +7195,8 @@ msgstr "顯示替代文字"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "點都要顯示"
 
@@ -7033,8 +7217,8 @@ msgstr "顯示自訂選項"
 msgid "Show hidden replies"
 msgstr "顯示隱藏咗嘅回覆"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "推少啲噉嘅嘢畀我"
 
@@ -7042,14 +7226,14 @@ msgstr "推少啲噉嘅嘢畀我"
 msgid "Show list anyway"
 msgstr "點都要顯示呢個清單"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "顯示更多"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "推多啲噉嘅嘢畀我"
 
@@ -7079,8 +7263,8 @@ msgstr "用樹狀視圖顯示回覆"
 msgid "Show replies by people you follow before all other replies"
 msgstr "將你跟緊嘅人啲回覆擺喺其他人回覆之前"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "公開顯示回覆"
 
@@ -7102,11 +7286,11 @@ msgstr "顯示警告"
 msgid "Show warning and filter from feeds"
 msgstr "顯示警告兼且喺動態源度篩選"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "顯示關於呢條帖文嘅建立時間資訊"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "顯示其他你切換得到嘅帳號"
 
@@ -7124,8 +7308,8 @@ msgstr "顯示內容"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "顯示內容"
 msgid "Sign in"
 msgstr "登入"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "用 {0} 身份登入"
 
@@ -7150,7 +7334,7 @@ msgstr "登入或建立帳號"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "登入或建立帳號嚟加入對話!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "登入未有列出嘅帳號"
 
@@ -7158,15 +7342,15 @@ msgstr "登入未有列出嘅帳號"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "登入 Bluesky 或整個新帳號"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "登出"
 
@@ -7174,8 +7358,8 @@ msgstr "登出"
 msgid "Sign Out"
 msgstr "登出"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "係咪要登出?"
 
@@ -7206,14 +7390,19 @@ msgstr "跳過呢段流程"
 msgid "Smaller"
 msgstr "細啲"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "暫停提醒"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "軟件開發"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "你目前被授予嘅部分驗證無效。"
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "有人對 {1} 畀咗個 {0} 反應"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "你想擧報嘅內容好似有啲唔啱,請聯絡支援取得協助。"
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "出咗問題"
 
@@ -7264,8 +7453,8 @@ msgstr "出咗問題,唔該試多一次。"
 msgid "Something wrong? Let us know."
 msgstr "有輘輷?話畀我哋知。"
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "對唔住!你嘅登入狀態過咗期,唔該試多次登入。"
 
@@ -7304,7 +7493,7 @@ msgstr "垃圾訊息、頻繁提及或回覆"
 msgid "Sports"
 msgstr "運動"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "開始同人傾偈"
 
@@ -7322,8 +7511,8 @@ msgstr "開始搵人加入!"
 msgid "Start chat with {displayName}"
 msgstr "開始同 {displayName} 傾偈"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "新手包"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "無效新手包"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "新手包"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "新手包可以幫你好輕鬆噉同你嘅朋友分享你最鍾意嘅動態源同用戶。"
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "狀態頁面"
 
@@ -7363,12 +7552,12 @@ msgstr "狀態頁面"
 msgid "Step {0} of {1}"
 msgstr "第 {0} 步(共 {1} 步)"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "儲存資料經已剷走,你而家需要重啓隻 App 令佢即刻生效。"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "故仔書"
 
@@ -7401,11 +7590,11 @@ msgstr "訂閱"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "訂閱 @ {0} 去用呢啲標記:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "訂閱標記服務"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "訂閱呢個標記服務"
 
@@ -7413,13 +7602,14 @@ msgstr "訂閱呢個標記服務"
 msgid "Subscribe to this list"
 msgstr "訂閱呢份清單"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "攪掂!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "成功驗證"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "日落"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "支援"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "切換帳號"
 
@@ -7462,11 +7652,11 @@ msgstr "切換帳號"
 msgid "Switch Account"
 msgstr "切換帳號"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "切換帳號"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "切換去 {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "切換去 {0}"
 msgid "System"
 msgstr "系統"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "系統日誌"
 
@@ -7518,7 +7708,7 @@ msgstr "科技"
 msgid "Tell a joke!"
 msgstr "講個笑話!"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "係噉以同我哋講下你自己啦"
 
@@ -7531,12 +7721,12 @@ msgstr "講多少少嘢畀我哋聽"
 msgid "Terms"
 msgstr "條款"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "服務條款"
 
@@ -7564,7 +7754,11 @@ msgstr "文字欄位"
 msgid "Text input field"
 msgstr "文字輸入欄位"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr "多謝你嘅意見!意見經已轉達俾相關動態源維護者。"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "多謝!你嘅電郵經已驗證成功。"
 
@@ -7582,7 +7776,7 @@ msgstr "當中包含以下內容:"
 
 #: src/screens/Signup/StepHandle.tsx:55
 msgid "That handle is already taken."
-msgstr "呢個帳號頭銜俾人用咗。"
+msgstr "呢個帳號代碼俾人用咗。"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:105
 #: src/screens/StarterPack/StarterPackScreen.tsx:106
@@ -7595,14 +7789,14 @@ msgstr "搵唔到嗰個新手包。"
 
 #: src/view/com/post-thread/PostQuotes.tsx:132
 msgid "That's all, folks!"
-msgstr "就噉先!"
+msgstr "就噉先,咁多位!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "就係咁多喇!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "解除封鎖之後,呢個帳號就可以同你互動。"
 
@@ -7636,6 +7830,10 @@ msgstr "「Discover」動態源"
 msgid "The Discover feed now knows what you like"
 msgstr "「Discover」動態源而家明你鍾意啲咩喇"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "你輸入嘅電郵地址同你現時使用嘅地址一樣。"
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "用 App 嘅話體驗會更加好。即刻下載 Bluesky ,我哋會喺你離開嘅地方繼續。"
@@ -7669,6 +7867,7 @@ msgstr "私隱政策擺咗去 <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "揀咗嘅嗰條片大過 100 MB。"
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "伺服器似乎遇到問題。唔該遲啲試多一次。"
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "連線到伺服器嗰陣出咗問題"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "連線到伺服器嗰陣出咗問題,請檢查互聯網連線跟住試多次。"
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "攞緊通知嗰陣出咗問題,撳呢度試多一次。"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "攞緊帖文嗰陣出咗問題,撳呢度試多一次。"
 
@@ -7763,20 +7962,20 @@ msgstr "交緊你嘅擧報嗰陣出咗問題,請檢查你嘅互聯網連線。
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "更新你嘅動態源嗰陣出咗問題,請檢查你嘅互聯網連線,跟住試多一次。"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "{0} 出咗問題!"
 
@@ -7808,13 +8007,13 @@ msgstr "呢啲設定淨係俾「Following」動態源用。"
 msgid "This {screenDescription} has been flagged:"
 msgstr "{screenDescription} 經已被標記:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "呢個帳號擁有驗證標記,事關佢經已俾受信任嘅驗證者授予驗證。"
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "呢個帳號試過授權一次或多次驗證,但係仲未正式驗證到。"
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "呢個帳號要求用戶登入之後先至畀睇佢嘅個人檔案。"
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "呢個帳號經已俾你一個或多個內容審覈清單封鎖。若要解除封鎖,請逐個檢查兼且從中刪除呢個用戶喺清單度。"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "呢個動作可以隨時撤回。"
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7855,7 +8054,7 @@ msgstr "呢個內容係 {0} 所託管。你有冇諗過去啓用外部媒體嚟
 #: src/components/moderation/ModerationDetailsDialog.tsx:84
 #: src/lib/moderation/useModerationCauseDescription.ts:84
 msgid "This content is not available because one of the users involved has blocked the other."
-msgstr "由於其中一個涉及嘅用戶封鎖咗另一個用戶,導致無法檢視呢個內容。"
+msgstr "由於其中一個涉及嘅用戶封鎖咗另一個用戶,導致睇唔到呢個內容。"
 
 #: src/view/com/posts/PostFeedErrorMessage.tsx:114
 msgid "This content is not viewable without a Bluesky account."
@@ -7865,10 +8064,18 @@ msgstr "呢個內容要你有 Bluesky 帳號先至睇到。"
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "同你對話嗰個人經已停用或刪除帳號,撳低去檢視選項"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "呢個功能仲喺測試階段。你可以睇 <0>呢篇網誌</0> 知多啲匯出資料嘅資訊。"
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "呢個功能喺使用 App 密碼嗰陣唔畀用,請用返你嘅主要密碼登入。"
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "呢個動態源度得個吉!你可能需要跟更多用戶,或檢查你嘅語言設定。"
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "呢個動態源度得個吉。"
@@ -7893,15 +8100,16 @@ msgstr "呢個動態源唔再用到,我哋改成顯示 <0>Discover</0>。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:593
 msgid "This handle is reserved. Please try a different one."
-msgstr "呢個帳號頭銜預留咗畀其他地方用,唔該試下第個。"
+msgstr "呢個帳號代碼預留咗畀其他地方用,唔該試下第個。"
 
 #: src/components/dialogs/BirthDateSettings.tsx:41
 msgid "This information is not shared with other users."
 msgstr "呢啲資料唔會分享畀其他用戶。"
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "呢份清單度得個吉。"
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "呢個內容審覈服務用唔到,留意下低詳情瞭解更多嘢。若然呢個問題仲有嘅話,請聯絡我哋。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "呢條帖文話係話喺 <0>{0}</0> 發布嘅,但係最先出現喺 Bluesky 嘅時間係喺 <1>{1}</1>。"
 
@@ -7943,28 +8151,28 @@ msgstr "呢條帖文話係話喺 <0>{0}</0> 發布嘅,但係最先出現喺 Bl
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "呢條帖文存在未知嘅內容類型,你 App 嘅版本可能過咗期。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "呢條帖文經已刪咗。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "呢條帖文淨係畀登入咗嘅用戶睇,冇得俾未登入嘅人睇。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "呢條帖文將會喺討論串同動態源度隱藏,呢個操作冇得取消。"
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "呢條帖文嘅發布者唔俾人引用。"
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "呢份個人檔案淨係畀登入咗嘅用戶睇,冇得俾未登入嘅人睇。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "呢個回覆會摺疊到你討論串下底嘅隱藏部分,兼且會爲你自己同其他人靜音後續回覆嘅通知。"
 
@@ -7976,6 +8184,10 @@ msgstr "呢個服務未有提供服務條款或私隱政策。"
 msgid "This should create a domain record at:"
 msgstr "呢個應該會喺以下位置建立一個網域名稱記錄:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "呢個用戶仲未設定名稱,因此唔得授予驗證。"
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "呢個用戶仲未有人跟佢。"
@@ -8013,11 +8225,11 @@ msgstr "呢個用戶未有跟過任何人。"
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "噉做會喺你要靜音嘅字詞度刪咗「{0}」去,你鍾意嘅話幾時加返佢都得。"
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "噉樣會喺快速存取清單度移除 @{0}。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "你嘅帖文會喺呢篇引用嘅帖文度刪除,兼且將佢換成一個佔位標記。"
 
@@ -8044,7 +8256,7 @@ msgstr "樹狀模式"
 msgid "Threaded mode"
 msgstr "樹狀視圖模式"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "討論串偏好設定"
 
@@ -8056,14 +8268,15 @@ msgstr "剩餘時間:{0, plural, one {# 秒} other {# 秒}}"
 msgid "To disable the email 2FA method, please verify your access to the email address."
 msgstr "若然停用電郵雙重驗證,請驗證你嘅電郵地址。"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "要擧報對話嘅話,請喺對話頁面度揀選一條去擧報,噉樣我哋嘅內容審覈員就知道件事嘅來龍去脈。"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "想上載影片到 Bluesky 嘅話,你必須驗證你嘅電郵先。"
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "你諗住將呢份擧報提交畀邊位?"
@@ -8090,16 +8303,16 @@ msgstr "切換聲音"
 msgid "Top"
 msgstr "至 Hit"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "話題"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "翻譯"
 
@@ -8117,7 +8330,7 @@ msgstr "時興影片"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "信任源於人際關係、社羣同共享嘅背景,所以我哋亦都引入咗<0>受信任嘅驗證者</0>:可以直接授予驗證其他帳號嘅組織。"
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "喺呢度輸入你嘅訊息"
 msgid "Type:"
 msgstr "種類:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "無法連線到伺服器。請檢查你嘅互聯網連線,跟住試多一次。"
@@ -8166,27 +8380,27 @@ msgstr "刪唔到"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "解除封鎖"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "解除封鎖"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "解除封鎖帳號"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "係咪要解除封鎖帳號?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "唔再跟佢"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "唔再跟 {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "唔再跟佢"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "唔再跟呢位用戶"
 
@@ -8225,15 +8439,15 @@ msgstr "唔再跟呢位用戶"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "唔好意思,你訂閱嘅標記服務冇一個係支援呢個擧報類型。"
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "未知嘅驗證者"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "唔再讚佢"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "唔再讚佢({0, plural, one {# 人讚佢} other {# 人讚佢}})"
 
@@ -8252,10 +8466,10 @@ msgstr "唔再靜音"
 msgid "Unmute {tag}"
 msgstr "唔再靜音 {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "唔再靜音帳號"
 
@@ -8267,8 +8481,8 @@ msgstr "唔再靜音對話"
 msgid "Unmute list"
 msgstr "唔再靜音清單"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "唔再靜音討論串"
 
@@ -8294,8 +8508,8 @@ msgstr "唔再固定動態源"
 msgid "Unpin from home"
 msgstr "唔再喺首頁度固定"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "唔再喺個人檔案度固定"
 
@@ -8311,7 +8525,12 @@ msgstr "唔再喺首頁度固定 {0}"
 msgid "Unpinned from your feeds"
 msgstr "唔再喺你嘅動態源度固定"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "唔再暫停電郵提醒"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "唔再訂閱"
 
@@ -8320,7 +8539,7 @@ msgstr "唔再訂閱"
 msgid "Unsubscribe from list"
 msgstr "唔再訂閱清單"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "唔再訂閱呢個標記服務"
 
@@ -8328,11 +8547,11 @@ msgstr "唔再訂閱呢個標記服務"
 msgid "Unsubscribed from list"
 msgstr "經已喺清單度唔再訂閱"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "唔支援嘅影片類型"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "唔支援嘅影片類型:{0}"
 
@@ -8352,17 +8571,28 @@ msgstr "更新"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "要喺邊啲清單度加入或刪除 <0> {displayName} </0>?"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "更新成 {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "更新唔到引用連結狀態"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "更新唔到回覆可見度"
@@ -8371,7 +8601,7 @@ msgstr "更新唔到回覆可見度"
 msgid "Updating..."
 msgstr "更新緊……"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "或上載圖片"
 
@@ -8379,22 +8609,22 @@ msgstr "或上載圖片"
 msgid "Upload a text file to:"
 msgstr "上載文字檔案到:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "喺相機度上載"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "喺檔案度上載"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "喺圖片庫度上載"
 
@@ -8407,7 +8637,7 @@ msgstr "上載緊圖片……"
 msgid "Uploading link thumbnail..."
 msgstr "上載緊連結縮圖……"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "上載緊條片……"
 
@@ -8419,8 +8649,8 @@ msgstr "使用 App 密碼登入其他 Bluesky 用戶端,就唔使提供完整
 msgid "Use default provider"
 msgstr "使用預設服務提供者"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "使用 App 度嘅瀏覽器"
 
@@ -8429,8 +8659,8 @@ msgstr "使用 App 度嘅瀏覽器"
 msgid "Use in-app browser to open links"
 msgstr "使用 App 度嘅瀏覽器打開連結"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "用我嘅預設瀏覽器"
 
@@ -8440,7 +8670,7 @@ msgstr "使用建議選項"
 
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:190
 msgid "Use this to sign in to the other app along with your handle."
-msgstr "用呢個嚟登入另一個 App 同埋你嘅帳號頭銜。"
+msgstr "用呢個嚟登入另一個 App 同埋你嘅帳號代碼。"
 
 #: src/view/com/modals/InviteCodes.tsx:201
 msgid "Used by:"
@@ -8484,12 +8714,12 @@ msgstr "{0} 嘅用戶清單"
 msgid "User list by you"
 msgstr "你嘅用戶清單"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "用戶清單經已建立"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "用戶清單經已更新"
@@ -8523,31 +8753,37 @@ msgstr "你跟嘅用戶"
 msgid "Value:"
 msgstr "值:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "授予唔到驗證,唔該試多一次。"
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "驗證設定"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "驗證設定"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Bluesky 嘅驗證機制同其他平臺唔同。 <0>想知多啲去呢度。</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
+msgstr "驗證者:"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "需要驗證電郵"
-
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "驗證帳號"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "驗證 DNS 記錄"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "驗證電郵"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "即刻驗證"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "驗證文字檔案"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "係咪要授予驗證呢個帳號?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "驗證你嘅電郵"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "驗證你嘅電郵"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "版本 {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "影片"
 msgid "Video failed to process"
 msgstr "影片處理失敗"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "影片動態源"
 
@@ -8616,11 +8853,11 @@ msgstr "影片嚟自 {0}:{text}"
 msgid "Video Games"
 msgstr "電子遊戲"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "條片經已暫停"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "條片播緊"
 
@@ -8628,11 +8865,11 @@ msgstr "條片播緊"
 msgid "Video not found."
 msgstr "搵唔到條片。"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "影片設定"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "影片上載成功"
 
@@ -8640,24 +8877,24 @@ msgstr "影片上載成功"
 msgid "Video: {0}"
 msgstr "影片:{0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "影片"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "啲片一定要短過 3 分鐘"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "睇下 {0} 嘅頭像"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "睇下 {0} 嘅個人檔案"
 
@@ -8665,7 +8902,7 @@ msgstr "睇下 {0} 嘅個人檔案"
 msgid "View {displayName}'s profile"
 msgstr "睇下 {displayName} 嘅個人檔案"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "睇下被封鎖用戶嘅個人檔案"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "睇下調試條目"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "睇下詳細資訊"
 
@@ -8688,7 +8925,7 @@ msgstr "睇下詳細資訊"
 msgid "View details for reporting a copyright violation"
 msgstr "睇下報告侵犯版權嘅詳細資訊"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "睇下完整嘅討論串"
 
@@ -8703,13 +8940,12 @@ msgstr "睇下同呢啲標記有挐掕嘅詳細資訊"
 msgid "View more"
 msgstr "睇晒佢哋"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "睇下個人檔案"
 
@@ -8723,7 +8959,7 @@ msgstr "睇下 @{0} 提供嘅標記服務"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "睇下呢個用戶嘅認證"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "睇下你靜音咗嘅帳號"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "睇下你嘅認證"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "警告內容"
 msgid "Warn content and filter from feeds"
 msgstr "警告內容兼且喺動態源度篩選"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "我哋搵唔到同呢個標籤有挐掕嘅結果。"
@@ -8798,7 +9039,7 @@ msgstr "我哋搵唔到同呢個標籤有挐掕嘅結果。"
 msgid "We couldn't find any results for that topic."
 msgstr "我哋搵唔到同呢個話題有挐掕嘅結果。"
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "我哋撈唔到呢個對話"
 
@@ -8822,9 +9063,13 @@ msgstr "你經已睇晒你跟緊啲人嘅帖文。呢個係 <0/> 嘅最新消息
 msgid "We recommend selecting at least two interests."
 msgstr "我哋建議你至少揀兩個啱心水嘅主題。"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "我哋無法確定你有冇上載影片權限,唔該試多一次。"
+msgstr "我哋確定唔到你有冇上載影片權限,唔該試多一次。"
 
 #: src/components/dialogs/BirthDateSettings.tsx:52
 msgid "We were unable to load your birth date preferences. Please try again."
@@ -8842,6 +9087,10 @@ msgstr "我哋無法連線到網絡,唔該試多一次去繼續設定你嘅帳
 msgid "We will let you know when your account is ready."
 msgstr "我哋會喺攪掂你嘅帳號嗰陣通知你。"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "我哋會用呢啲資料去幫你度身訂造體驗。"
@@ -8853,7 +9102,7 @@ msgstr "我哋遇到網絡問題,唔該試多一次"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "同你介紹 Bluesky 嘅全新驗證機制 —— 驗證標記。"
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "對唔住,我哋而家撈唔到你啲靜音字詞。唔該試多一次
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "對唔住,你嘅搵嘢任務未攪得掂。唔該等多幾分鐘試下。"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "對唔住!你覆緊嘅帖文經已俾人刪咗。"
 
@@ -8880,7 +9129,7 @@ msgstr "對唔住!你覆緊嘅帖文經已俾人刪咗。"
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "對唔住!我哋搵唔到你要搵嘅頁面。"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "對唔住!你淨係可以訂閱 20 個標記服務,而你經已達到上限。"
 
@@ -8902,13 +9151,13 @@ msgstr "你諗住點嗌你嘅新手包?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "有咩大件事?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "當你撳低認證標記之後,你會睇到邊啲組織授予咗驗證。"
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "邊個可以回覆"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "邊啲人可以授權認證?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "大鑊!"
@@ -8943,7 +9192,7 @@ msgstr "大鑊!撈唔度時興影片。"
 
 #: src/screens/Takendown.tsx:173
 msgid "Why are you appealing?"
-msgstr "因乜解究你要上訴?"
+msgstr "點解你要申訴?"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:42
 msgid "Why should this content be reviewed?"
@@ -8984,11 +9233,11 @@ msgstr "點解要審查呢個用戶?"
 msgid "Write a message"
 msgstr "撰寫訊息"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "撰寫帖文"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "寫低你嘅回覆"
@@ -9002,6 +9251,11 @@ msgstr "作家"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "伺服器返回 DID 錯誤,收到嘅 DID:{0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "係"
@@ -9015,11 +9269,11 @@ msgstr "係,停用佢"
 msgid "Yes, delete this starter pack"
 msgstr "係,刪咗呢個新手包"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "係,分離佢"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "係,隱藏佢"
 
@@ -9037,7 +9291,7 @@ msgstr "你"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "你係受信任嘅認證者"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "你嘅帳號將建立於"
 msgid "You are in line."
 msgstr "你而家喺等待名單度。"
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "你唔得上載影片。"
@@ -9055,18 +9318,22 @@ msgstr "你唔得上載影片。"
 msgid "You are not following anyone."
 msgstr "你未有跟過任何人。"
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "你經已驗證"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "你經已驗證。若然你變更名稱,將會失去驗證狀態。<0>想知多啲。</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "你經已驗證。若然你變更帳號代碼,將會失去驗證狀態。<0>想知多啲。</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "你經已靜音咗呢個帳號。"
 msgid "You have muted this user"
 msgstr "你經已將呢個用戶靜音"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "你仲未同人傾過偈,試下同其他人傾偈啦!"
 
@@ -9179,11 +9446,11 @@ msgstr "你仲未有任何動態源。"
 msgid "You have no lists."
 msgstr "你仲未有清單。"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "你仲未封鎖過任何帳號。若然想封鎖帳號,去到佢個人檔案,喺佢個帳號上高嘅選單度揀「封鎖帳號」。"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "你仲未有靜音過任何帳號。若然想靜音帳號,去到佢個人檔案,喺佢個帳號上高嘅選單度揀「靜音帳號」。"
 
@@ -9191,11 +9458,15 @@ msgstr "你仲未有靜音過任何帳號。若然想靜音帳號,去到佢個
 msgid "You have reached the end"
 msgstr "你經已睇晒所有嘢喇"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "你暫時經已達到上載影片嘅上限,唔該遲啲試多一次。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "你仲未建立任何新手包!"
 
@@ -9224,7 +9495,7 @@ msgstr "你最多只能加入 {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PA
 msgid "You may only add up to 3 feeds"
 msgstr "你最多可以加入 3 個動態源"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "你最多可以揀選 4 張圖片"
 
@@ -9232,7 +9503,7 @@ msgstr "你最多可以揀選 4 張圖片"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "你一定要年滿 13 歲先可以建立帳號。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "你必須跟住至少 7 個人先至可以生成新手套裝。"
 
@@ -9248,10 +9519,18 @@ msgstr "你必須授予相片圖庫取用權限先至可以儲存圖片。"
 msgid "You must select at least one labeler for a report"
 msgstr "你必須揀選至少一個標記服務嚟提交擧報"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "你需要驗證你個電郵地址先至啓用到電郵雙重驗證。"
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "你之前停用咗 @{0}。"
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "你家陣可能要重新啓用個 App。"
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "你畀咗個 {0} 反應"
@@ -9260,16 +9539,16 @@ msgstr "你畀咗個 {0} 反應"
 msgid "You reacted {0} to {1}"
 msgstr "你對 {1} 畀咗個 {0} 反應"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "你將會登出所有帳號。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "你唔會再收到呢個討論串嘅通知"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "你而家會收到呢個討論串嘅通知"
 
@@ -9305,7 +9584,7 @@ msgstr "你會跟住呢啲人同另外 {0} 人"
 msgid "You'll follow these people right away"
 msgstr "你會即刻跟住呢啲人"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "你會喺 <0>{0}</0> 收到一封電郵嚟驗證係你。"
 
@@ -9339,6 +9618,10 @@ msgstr "你經已搵到你要跟邊啲人"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "你經已睇晒你嘅動態源喇!去搵更多人嚟跟佢哋啦。"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "你經已達到每日上載影片嘅上限(總計影片大細過大)"
@@ -9347,7 +9630,7 @@ msgstr "你經已達到每日上載影片嘅上限(總計影片大細過大)
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "你經已達到每日上載影片嘅上限(影片數量過多)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "你睇晒所有嘢喇。可能係時候要唞陣先?"
 
@@ -9391,13 +9674,17 @@ msgstr "你個瀏覽器唔支援呢種影片格式,請試下用唔同嘅瀏覽
 msgid "Your chats have been disabled"
 msgstr "你傾偈功能俾人停用咗"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "你揀嘅嘢將被儲存,但係可以遲啲再喺設定度改返。"
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "系統會記住你嘅選擇,之後開啓連結嗰陣會用返佢。你隨時可以喺設定度改返佢。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
-msgstr "你而家嘅帳號頭銜 <0>{0}</0> 會自動幫你留住。方便你之後轉返去用之前嘅頭銜。"
+msgstr "你而家嘅帳號代碼 <0>{0}</0> 會自動幫你留住。方便你之後轉返去用之前嘅頭銜。"
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "你個電郵地址經已更新,但仲未驗證。跟住唔該你驗證返個新電郵地址。"
 
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
@@ -9406,11 +9693,11 @@ msgstr "你而家嘅帳號頭銜 <0>{0}</0> 會自動幫你留住。方便你之
 msgid "Your email appears to be invalid."
 msgstr "你嘅電郵似乎無效。"
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "你嘅電郵仲未驗證。呢個係我哋建議嘅重要安全步驟,點都好攪掂個驗證先。"
 
@@ -9428,13 +9715,13 @@ msgstr "你嘅「Following」動態源度得個吉!跟多啲用戶睇下發生
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:240
 msgid "Your full handle will be <0>@{0}</0>"
-msgstr "你嘅完整帳號頭銜會係 <0>@{0}</0>"
+msgstr "你嘅完整帳號代碼會係 <0>@{0}</0>"
 
 #: src/screens/Signup/StepHandle.tsx:137
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "你嘅完整用戶名會係 <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9449,7 +9736,7 @@ msgstr "你嘅心水主題經已更新!"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:94
 msgid "Your interests help us find what you like!"
-msgstr "你嘅心水主題可以幫我哋搵到你所鍾意嘅內容!"
+msgstr "你嘅心水主題可以幫我哋搵到更多你所鍾意嘅內容!"
 
 #: src/components/dialogs/MutedWords.tsx:369
 msgid "Your muted words"
@@ -9463,11 +9750,11 @@ msgstr "你嘅密碼經已變更成功!"
 msgid "Your password must be at least 8 characters long."
 msgstr "你輸入嘅密碼必須至少要 8 個字元。"
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "你嘅帖文經已發布"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "你嘅帖文經已發布"
 
@@ -9479,7 +9766,7 @@ msgstr "你嘅帖文、讚好同封鎖都係公開嘅。之但係靜音嗰度淨
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "你嘅個人檔案、帖文、動態源同埋清單唔會再畀其他 Bluesky 用戶睇到。你幾時都可以登入重新啓用你嘅帳號。"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "你嘅回覆經已發布"
 
@@ -9497,4 +9784,4 @@ msgstr "你揀選嘅心水主題可以幫我哋提供更多你所關注嘅內容
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "你嘅驗證"
diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po
index 694af42e3..2c71d6690 100644
--- a/src/locale/locales/zh-TW/messages.po
+++ b/src/locale/locales/zh-TW/messages.po
@@ -8,7 +8,7 @@ msgstr ""
 "Language: zh\n"
 "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2025-04-19 04:09\n"
+"PO-Revision-Date: 2025-05-10 03:00\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Traditional\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
@@ -27,8 +27,7 @@ msgstr "(活躍)"
 msgid "(contains embedded content)"
 msgstr "(包含嵌入內容)"
 
-#: src/screens/Settings/AccountSettings.tsx:65
-#: src/view/com/modals/VerifyEmail.tsx:150
+#: src/screens/Settings/AccountSettings.tsx:68
 msgid "(no email)"
 msgstr "(沒有電子信箱)"
 
@@ -80,9 +79,9 @@ msgstr "{0, plural, one {# 則轉發} other {# 則轉發}}"
 msgid "{0, plural, one {# second} other {# seconds}}"
 msgstr "{0, plural, one {# 秒} other {# 秒}}"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:209
-#: src/view/shell/bottom-bar/BottomBar.tsx:241
-#: src/view/shell/Drawer.tsx:470
+#: src/view/shell/bottom-bar/BottomBar.tsx:215
+#: src/view/shell/bottom-bar/BottomBar.tsx:247
+#: src/view/shell/Drawer.tsx:473
 msgid "{0, plural, one {# unread item} other {# unread items}}"
 msgstr "{0, plural, one {# 則未讀} other {# 則未讀}}"
 
@@ -91,17 +90,17 @@ msgstr "{0, plural, one {# 則未讀} other {# 則未讀}}"
 msgid "{0, plural, one {#mo} other {#mo}}"
 msgstr "{0, plural, one {# 個月前} other {# 個月前}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:404
+#: src/components/ProfileHoverCard/index.web.tsx:436
 #: src/screens/Profile/Header/Metrics.tsx:22
 msgid "{0, plural, one {follower} other {followers}}"
 msgstr "{0, plural, one {個跟隨者} other {個跟隨者}}"
 
-#: src/components/ProfileHoverCard/index.web.tsx:408
+#: src/components/ProfileHoverCard/index.web.tsx:440
 #: src/screens/Profile/Header/Metrics.tsx:26
 msgid "{0, plural, one {following} other {following}}"
 msgstr "{0, plural, one {個跟隨中} other {個跟隨中}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:479
+#: src/view/com/post-thread/PostThreadItem.tsx:483
 msgid "{0, plural, one {like} other {likes}}"
 msgstr "{0, plural, one {個喜歡} other {個喜歡}}"
 
@@ -109,11 +108,11 @@ msgstr "{0, plural, one {個喜歡} other {個喜歡}}"
 msgid "{0, plural, one {post} other {posts}}"
 msgstr "{0, plural, one {則貼文} other {則貼文}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:463
+#: src/view/com/post-thread/PostThreadItem.tsx:467
 msgid "{0, plural, one {quote} other {quotes}}"
 msgstr "{0, plural, one {次引用} other {次引用}}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:445
+#: src/view/com/post-thread/PostThreadItem.tsx:449
 msgid "{0, plural, one {repost} other {reposts}}"
 msgstr "{0, plural, one {則轉發} other {則轉發}}"
 
@@ -136,6 +135,10 @@ msgstr "{0} <0> — <1>標籤</1></0>"
 msgid "{0} <0>in <1>text & tags</1></0>"
 msgstr "{0} <0> — <1>文字和標籤</1></0>"
 
+#: src/components/live/LiveStatusDialog.tsx:68
+msgid "{0} is live"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:223
 msgid "{0} joined this week"
 msgstr "本週加入了 {0} 人"
@@ -157,7 +160,8 @@ msgstr "{0} 做出了 {1} 反應"
 msgid "{0} reacted {1} to {2}"
 msgstr "{0} 對 {2} 做出了 {1} 反應"
 
-#: src/view/com/util/UserAvatar.tsx:464
+#: src/view/com/util/UserAvatar.tsx:555
+#: src/view/com/util/UserAvatar.tsx:573
 msgid "{0}'s avatar"
 msgstr "「{0}」的大頭貼照"
 
@@ -189,7 +193,7 @@ msgstr "{0} 分鐘前"
 msgid "{0}s"
 msgstr "{0} 秒前"
 
-#: src/view/shell/desktop/LeftNav.tsx:383
+#: src/view/shell/desktop/LeftNav.tsx:401
 msgid "{count, plural, one {# unread item} other {# unread items}}"
 msgstr "{count, plural, one {# 則未讀} other {# 則未讀}}"
 
@@ -206,127 +210,127 @@ msgstr "{estimatedTimeHrs, plural, one {時} other {時}}"
 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
 msgstr "{estimatedTimeMins, plural, one {分} other {分}}"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:324
+#: src/view/com/notifications/NotificationFeedItem.tsx:328
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
 msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0>跟隨了您"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:350
+#: src/view/com/notifications/NotificationFeedItem.tsx:354
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
 msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0>對您的自訂動態源表示喜歡"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:243
+#: src/view/com/notifications/NotificationFeedItem.tsx:247
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
 msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0>表示喜歡您的貼文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:430
+#: src/view/com/notifications/NotificationFeedItem.tsx:432
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}</0>撤回了對您帳號的驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:267
+#: src/view/com/notifications/NotificationFeedItem.tsx:271
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
 msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0>轉發了您的貼文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:374
+#: src/view/com/notifications/NotificationFeedItem.tsx:378
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
 msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}</0>使用了您的新手包註冊"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:404
+#: src/view/com/notifications/NotificationFeedItem.tsx:407
 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> verified you"
-msgstr ""
+msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}</0>對您授予了驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:336
+#: src/view/com/notifications/NotificationFeedItem.tsx:340
 msgid "{firstAuthorLink} followed you"
 msgstr "{firstAuthorLink} 跟隨了您"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:313
+#: src/view/com/notifications/NotificationFeedItem.tsx:317
 msgid "{firstAuthorLink} followed you back"
 msgstr "{firstAuthorLink} 回跟了您"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:362
+#: src/view/com/notifications/NotificationFeedItem.tsx:366
 msgid "{firstAuthorLink} liked your custom feed"
 msgstr "{firstAuthorLink} 對您的自訂動態源表示喜歡"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:255
+#: src/view/com/notifications/NotificationFeedItem.tsx:259
 msgid "{firstAuthorLink} liked your post"
 msgstr "{firstAuthorLink} 對您的貼文表示喜歡"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:442
+#: src/view/com/notifications/NotificationFeedItem.tsx:444
 msgid "{firstAuthorLink} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorLink} 撤回了對您帳號的驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:279
+#: src/view/com/notifications/NotificationFeedItem.tsx:283
 msgid "{firstAuthorLink} reposted your post"
 msgstr "{firstAuthorLink} 轉發了您的貼文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:386
+#: src/view/com/notifications/NotificationFeedItem.tsx:390
 msgid "{firstAuthorLink} signed up with your starter pack"
 msgstr "{firstAuthorLink} 使用了您的新手包註冊"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:416
+#: src/view/com/notifications/NotificationFeedItem.tsx:419
 msgid "{firstAuthorLink} verified you"
-msgstr ""
+msgstr "{firstAuthorLink} 對您授予了驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:317
+#: src/view/com/notifications/NotificationFeedItem.tsx:321
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
 msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}跟隨了您"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:343
+#: src/view/com/notifications/NotificationFeedItem.tsx:347
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
 msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}對您的自訂動態源表示喜歡"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:236
+#: src/view/com/notifications/NotificationFeedItem.tsx:240
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
 msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}對您的貼文表示喜歡"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:423
+#: src/view/com/notifications/NotificationFeedItem.tsx:425
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account"
-msgstr ""
+msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}撤回了對您帳號的驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:260
+#: src/view/com/notifications/NotificationFeedItem.tsx:264
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
 msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}轉發了您的貼文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:367
+#: src/view/com/notifications/NotificationFeedItem.tsx:371
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
 msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}使用了您的新手包註冊"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:397
+#: src/view/com/notifications/NotificationFeedItem.tsx:400
 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you"
-msgstr ""
+msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}對您授予了驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:322
+#: src/view/com/notifications/NotificationFeedItem.tsx:326
 msgid "{firstAuthorName} followed you"
 msgstr "{firstAuthorName} 跟隨了您"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:312
+#: src/view/com/notifications/NotificationFeedItem.tsx:316
 msgid "{firstAuthorName} followed you back"
 msgstr "{firstAuthorName} 回跟了您"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:348
+#: src/view/com/notifications/NotificationFeedItem.tsx:352
 msgid "{firstAuthorName} liked your custom feed"
 msgstr "{firstAuthorName} 對您的自訂動態源表示喜歡"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:241
+#: src/view/com/notifications/NotificationFeedItem.tsx:245
 msgid "{firstAuthorName} liked your post"
 msgstr "{firstAuthorName} 對您的貼文表示喜歡"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:428
+#: src/view/com/notifications/NotificationFeedItem.tsx:430
 msgid "{firstAuthorName} removed their verification from your account"
-msgstr ""
+msgstr "{firstAuthorName} 撤回了對您帳號的驗證"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:265
+#: src/view/com/notifications/NotificationFeedItem.tsx:269
 msgid "{firstAuthorName} reposted your post"
 msgstr "{firstAuthorName} 轉發了您的貼文"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:372
+#: src/view/com/notifications/NotificationFeedItem.tsx:376
 msgid "{firstAuthorName} signed up with your starter pack"
 msgstr "{firstAuthorName} 使用了您的新手包註冊"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:402
+#: src/view/com/notifications/NotificationFeedItem.tsx:405
 msgid "{firstAuthorName} verified you"
-msgstr ""
+msgstr "{firstAuthorName} 對您授予了驗證"
 
-#: src/components/ProfileHoverCard/index.web.tsx:532
+#: src/components/ProfileHoverCard/index.web.tsx:564
 #: src/screens/Profile/Header/Metrics.tsx:49
 msgid "{following} following"
 msgstr "{following} 個跟隨中"
@@ -335,11 +339,23 @@ msgstr "{following} 個跟隨中"
 msgid "{handle} can't be messaged"
 msgstr "無法傳送訊息給 {handle}"
 
+#: src/components/live/utils.ts:15
+msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}"
+msgstr ""
+
+#: src/components/live/utils.ts:19
+msgid "{hours, plural, one {# hour} other {# hours}}"
+msgstr ""
+
 #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack
 #: src/components/StarterPack/StarterPackCard.tsx:101
 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!"
 msgstr "已有 {joinedAllTimeCount, plural, other {# 個用戶}}加入了行列!"
 
+#: src/components/live/utils.ts:10
+msgid "{minutes, plural, one {# minute} other {# minutes}}"
+msgstr ""
+
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:270
 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}"
 msgstr "{notificationCount, plural, one {# 則未讀通知} other {# 則未讀通知}}"
@@ -364,16 +380,16 @@ msgstr "{type} 小時前"
 
 #: src/components/verification/VerifierDialog.tsx:60
 msgid "{userName} is a trusted verifier"
-msgstr ""
+msgstr "{userName} 是受信任的驗證者"
 
 #: src/components/verification/VerificationsDialog.tsx:67
 msgid "{userName} is verified"
-msgstr ""
+msgstr "{userName} 已得到驗證"
 
 #. Possessive, meaning "the verifications of {userName}"
 #: src/components/verification/VerificationsDialog.tsx:69
 msgid "{userName}'s verifications"
-msgstr ""
+msgstr "{userName} 的驗證"
 
 #. Indicates the number of additional profiles are in the Starter Pack e.g. +12
 #: src/screens/Search/components/StarterPackCard.tsx:249
@@ -390,11 +406,11 @@ msgctxt "feeds"
 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
 msgstr "<0>{0}、</0><1>{1}</1> 和{2, plural, one {其他 # } other {其他 # }}人已包含在您的新手包中"
 
-#: src/view/shell/Drawer.tsx:113
+#: src/view/shell/Drawer.tsx:116
 msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
 msgstr "<0>{0}</0> {1, plural, one {個跟隨者} other {個跟隨者}}"
 
-#: src/view/shell/Drawer.tsx:124
+#: src/view/shell/Drawer.tsx:127
 msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
 msgstr "<0>{0}</0> {1, plural, one {個跟隨中} other {個跟隨中}}"
 
@@ -422,7 +438,7 @@ msgstr "<0>實驗性功能:</0>啟用後,您將只會收到來自您已跟
 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
 msgstr "<0>您</0>和<1> </1><2>{0} </2>已包含在您的新手包中"
 
-#: src/screens/Profile/Header/Handle.tsx:52
+#: src/screens/Profile/Header/Handle.tsx:53
 msgid "⚠Invalid Handle"
 msgstr "⚠無效的帳號代碼"
 
@@ -449,21 +465,21 @@ msgstr "一則訊息"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:91
 msgid "A new form of verification"
-msgstr ""
+msgstr "全新的驗證機制"
 
-#: src/Navigation.tsx:400
-#: src/screens/Settings/AboutSettings.tsx:72
-#: src/screens/Settings/Settings.tsx:223
-#: src/screens/Settings/Settings.tsx:226
+#: src/Navigation.tsx:403
+#: src/screens/Settings/AboutSettings.tsx:75
+#: src/screens/Settings/Settings.tsx:225
+#: src/screens/Settings/Settings.tsx:228
 msgid "About"
 msgstr "關於"
 
 #. Accept a chat request
-#: src/screens/Messages/components/RequestButtons.tsx:235
+#: src/screens/Messages/components/RequestButtons.tsx:259
 msgid "Accept"
 msgstr "接受"
 
-#: src/screens/Messages/components/RequestButtons.tsx:225
+#: src/screens/Messages/components/RequestButtons.tsx:249
 msgid "Accept chat request"
 msgstr "接受對話邀請"
 
@@ -473,37 +489,37 @@ msgid "Accept Request"
 msgstr "接受邀請"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:46
-#: src/screens/Settings/Settings.tsx:199
-#: src/screens/Settings/Settings.tsx:202
+#: src/screens/Settings/Settings.tsx:201
+#: src/screens/Settings/Settings.tsx:204
 msgid "Accessibility"
 msgstr "無障礙"
 
-#: src/Navigation.tsx:352
+#: src/Navigation.tsx:355
 msgid "Accessibility Settings"
 msgstr "無障礙設定"
 
-#: src/Navigation.tsx:368
+#: src/Navigation.tsx:371
 #: src/screens/Login/LoginForm.tsx:194
-#: src/screens/Settings/AccountSettings.tsx:45
-#: src/screens/Settings/Settings.tsx:161
-#: src/screens/Settings/Settings.tsx:164
+#: src/screens/Settings/AccountSettings.tsx:48
+#: src/screens/Settings/Settings.tsx:163
+#: src/screens/Settings/Settings.tsx:166
 msgid "Account"
 msgstr "帳號"
 
-#: src/screens/Messages/components/RequestButtons.tsx:81
-#: src/view/com/profile/ProfileMenu.tsx:147
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:392
+#: src/screens/Messages/components/RequestButtons.tsx:91
+#: src/view/com/profile/ProfileMenu.tsx:154
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
 msgctxt "toast"
 msgid "Account blocked"
 msgstr "成功封鎖帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:160
+#: src/view/com/profile/ProfileMenu.tsx:167
 msgctxt "toast"
 msgid "Account followed"
 msgstr "成功跟隨帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:123
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:415
+#: src/view/com/profile/ProfileMenu.tsx:130
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:427
 msgctxt "toast"
 msgid "Account muted"
 msgstr "成功靜音帳號"
@@ -517,34 +533,34 @@ msgstr "已靜音該帳號"
 msgid "Account Muted by List"
 msgstr "帳號已被列表靜音"
 
-#: src/screens/Settings/Settings.tsx:472
+#: src/screens/Settings/Settings.tsx:505
 msgid "Account options"
 msgstr "帳號設定"
 
-#: src/screens/Settings/Settings.tsx:508
+#: src/screens/Settings/Settings.tsx:541
 msgid "Account removed from quick access"
 msgstr "成功從快速存取中移除帳號"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140
-#: src/view/com/profile/ProfileMenu.tsx:137
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/view/com/profile/ProfileMenu.tsx:144
 msgctxt "toast"
 msgid "Account unblocked"
 msgstr "成功解除封鎖帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:172
+#: src/view/com/profile/ProfileMenu.tsx:179
 msgctxt "toast"
 msgid "Account unfollowed"
 msgstr "成功取消跟隨帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:113
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:405
+#: src/view/com/profile/ProfileMenu.tsx:120
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:417
 msgctxt "toast"
 msgid "Account unmuted"
 msgstr "成功取消靜音帳號"
 
-#: src/components/verification/VerifierDialog.tsx:98
-msgid "Accounts with a scalloped blue check mark<0>{NON_BREAKING_SPACE}<1/>{NON_BREAKING_SPACE}</0>can verify others. These trusted verifiers are selected by Bluesky."
-msgstr ""
+#: src/components/verification/VerifierDialog.tsx:96
+msgid "Accounts with a scalloped blue check mark <0><1/></0> can verify others. These trusted verifiers are selected by Bluesky."
+msgstr "帶有圓齒藍色勾號的帳號<0><1/></0>可以對其他帳號授予驗證。這些受信任的驗證者由 Bluesky 官方所挑選。"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169
 #: src/components/dialogs/MutedWords.tsx:328
@@ -565,6 +581,10 @@ msgstr "新增 {displayName} 至新手包"
 msgid "Add a content warning"
 msgstr "新增內容警告"
 
+#: src/components/live/GoLiveDialog.tsx:114
+msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event."
+msgstr ""
+
 #: src/view/screens/ProfileList.tsx:924
 #: src/view/screens/ProfileList.tsx:942
 msgid "Add a user to this list"
@@ -585,18 +605,18 @@ msgstr "新增帳號"
 msgid "Add alt text"
 msgstr "新增替代文字"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
 msgid "Add alt text (optional)"
 msgstr "新增替代文字 (選填)"
 
-#: src/screens/Settings/Settings.tsx:415
-#: src/screens/Settings/Settings.tsx:418
-#: src/view/shell/desktop/LeftNav.tsx:281
-#: src/view/shell/desktop/LeftNav.tsx:285
+#: src/screens/Settings/Settings.tsx:445
+#: src/screens/Settings/Settings.tsx:448
+#: src/view/shell/desktop/LeftNav.tsx:260
+#: src/view/shell/desktop/LeftNav.tsx:264
 msgid "Add another account"
 msgstr "新增其他帳號"
 
-#: src/view/com/composer/Composer.tsx:752
+#: src/view/com/composer/Composer.tsx:731
 msgid "Add another post"
 msgstr "加入另一則貼文"
 
@@ -627,7 +647,7 @@ msgstr "使用所選設定新增靜音字詞"
 msgid "Add muted words and tags"
 msgstr "新增靜音字詞和標籤"
 
-#: src/view/com/composer/Composer.tsx:1306
+#: src/view/com/composer/Composer.tsx:1287
 msgid "Add new post"
 msgstr "加入貼文"
 
@@ -638,7 +658,7 @@ msgstr "新增用戶"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:79
 msgid "Add people to list"
-msgstr ""
+msgstr "將用戶新增至列表"
 
 #: src/components/dms/EmojiPopup.android.tsx:55
 msgid "Add Reaction"
@@ -664,8 +684,8 @@ msgstr "將以下 DNS 記錄新增到您的網域:"
 msgid "Add this feed to your feeds"
 msgstr "將此新增至您的動態源"
 
-#: src/view/com/profile/ProfileMenu.tsx:286
-#: src/view/com/profile/ProfileMenu.tsx:289
+#: src/view/com/profile/ProfileMenu.tsx:295
+#: src/view/com/profile/ProfileMenu.tsx:298
 msgid "Add to lists"
 msgstr "新增至列表"
 
@@ -675,7 +695,7 @@ msgstr "新增到我的動態源"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:156
 msgid "Add user to list"
-msgstr ""
+msgstr "將用戶新增至列表"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:109
 #: src/view/com/modals/UserAddRemoveLists.tsx:162
@@ -718,6 +738,11 @@ msgstr "成人內容標記"
 msgid "Advanced"
 msgstr "進階設定"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:143
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:223
+msgid "alice@example.com"
+msgstr "alice@example.com"
+
 #: src/view/screens/Notifications.tsx:86
 msgid "All"
 msgstr "全部"
@@ -732,7 +757,7 @@ msgstr "成功跟隨所有帳號!"
 msgid "All languages"
 msgstr "全部語言"
 
-#: src/view/screens/Feeds.tsx:702
+#: src/view/screens/Feeds.tsx:705
 msgid "All the feeds you've saved, right in one place."
 msgstr "以下是您儲存的動態源。"
 
@@ -776,10 +801,10 @@ msgstr "替代文字"
 #: src/screens/Settings/AccessibilitySettings.tsx:56
 #: src/view/com/composer/GifAltText.tsx:154
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
-#: src/view/com/composer/videos/SubtitleDialog.tsx:102
-#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
+#: src/view/com/composer/videos/SubtitleDialog.tsx:101
+#: src/view/com/composer/videos/SubtitleDialog.tsx:105
 msgid "Alt text"
 msgstr "替代文字"
 
@@ -797,15 +822,14 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char
 msgstr "替代文字超出字數上限,將被截斷。{MAX_ALT_TEXT, plural, other {限制:{0} 個字元。}}"
 
 #: 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 "一封電子郵件已傳送至 {0}。請查閱郵件並在下方輸入驗證碼。"
 
-#: 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 "一封電子郵件已傳送至先前填寫的信箱地址 {0}。請查閱郵件並在下方輸入驗證碼。"
+#: src/components/dialogs/ChangeEmailDialog.tsx:59
+msgid "An email has been sent to your previous address, {currentEmail}. It includes a confirmation code which you can enter below."
+msgstr "一封電子郵件已傳送至先前填寫的信箱地址 {currentEmail}。請查閱郵件並在下方輸入驗證碼。"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:120
 msgid "An email has been sent! Please enter the confirmation code included in the email below."
 msgstr "電子郵件已傳送!請查閱郵件並在下方輸入驗證碼。"
 
@@ -825,7 +849,7 @@ msgstr "壓縮影片時發生錯誤。"
 msgid "An error occurred while fetching the feed."
 msgstr "載入動態源時發生錯誤。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/components/StarterPack/ProfileStarterPacks.tsx:343
 msgid "An error occurred while generating your starter pack. Want to try again?"
 msgstr "產生您的新手包時發生錯誤。要再試一次嗎?"
 
@@ -842,7 +866,7 @@ msgstr "載入影片時發生錯誤。請稍後再試。"
 msgid "An error occurred while saving the QR code!"
 msgstr "儲存 QR Code 時發生錯誤!"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:83
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:63
 msgid "An error occurred while selecting the video"
 msgstr "選擇影片時發生錯誤"
 
@@ -856,16 +880,16 @@ msgid "An error occurred while uploading the video."
 msgstr "上傳影片時發生錯誤。"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:84
-#: src/components/verification/VerifierDialog.tsx:88
+#: src/components/verification/VerifierDialog.tsx:86
 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts."
-msgstr ""
+msgstr "這張圖解說明 Bluesky 官方可挑選信任的驗證者,並由受信任的驗證者為個別帳號授予驗證。"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28
 #: src/lib/moderation/useReportOptions.ts:28
 msgid "An issue not included in these options"
 msgstr "問題未包含在上述選項"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:41
+#: src/components/dms/dialogs/NewChatDialog.tsx:38
 msgid "An issue occurred starting the chat"
 msgstr "發起對話時發生問題"
 
@@ -875,8 +899,8 @@ msgstr "開啟對話時發生問題"
 
 #: src/components/hooks/useFollowMethods.ts:35
 #: src/components/hooks/useFollowMethods.ts:50
-#: src/components/ProfileCard.tsx:367
-#: src/components/ProfileCard.tsx:388
+#: src/components/ProfileCard.tsx:386
+#: src/components/ProfileCard.tsx:407
 #: src/view/com/profile/FollowButton.tsx:38
 #: src/view/com/profile/FollowButton.tsx:48
 msgid "An issue occurred, please try again."
@@ -884,7 +908,7 @@ msgstr "發生問題,請再試一次。"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:118
 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name."
-msgstr ""
+msgstr "一張使用 iPhone 示範的圖片,顯示 Bluesky 應用程式中已驗證用戶的個人檔案,其名稱旁邊有一個藍色勾號標記。"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:185
 msgid "an unknown error occurred"
@@ -910,7 +934,7 @@ msgstr "GIF 動畫"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:37
 msgid "Announcing verification on Bluesky"
-msgstr ""
+msgstr "為您介紹 Bluesky 上的驗證機制"
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33
 #: src/lib/moderation/useReportOptions.ts:33
@@ -921,14 +945,14 @@ msgstr "反社會行為"
 msgid "Anybody can interact"
 msgstr "任何人都可以參與互動"
 
-#: src/Navigation.tsx:408
+#: src/Navigation.tsx:411
 #: src/screens/Settings/AppIconSettings/index.tsx:67
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18
 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23
 msgid "App Icon"
 msgstr "應用程式圖示"
 
-#: src/screens/Settings/LanguageSettings.tsx:80
+#: src/screens/Settings/LanguageSettings.tsx:87
 msgid "App Language"
 msgstr "應用程式語言"
 
@@ -958,7 +982,7 @@ msgstr "密碼名稱必須至少包含 4 個字元"
 msgid "App passwords"
 msgstr "應用程式專用密碼"
 
-#: src/Navigation.tsx:320
+#: src/Navigation.tsx:323
 #: src/screens/Settings/AppPasswords.tsx:51
 msgid "App Passwords"
 msgstr "應用程式專用密碼"
@@ -994,10 +1018,10 @@ msgstr "申請解除停權"
 msgid "Appeal this decision"
 msgstr "對此決定提出上訴"
 
-#: src/Navigation.tsx:360
+#: src/Navigation.tsx:363
 #: src/screens/Settings/AppearanceSettings.tsx:85
-#: src/screens/Settings/Settings.tsx:191
-#: src/screens/Settings/Settings.tsx:194
+#: src/screens/Settings/Settings.tsx:193
+#: src/screens/Settings/Settings.tsx:196
 msgid "Appearance"
 msgstr "外觀"
 
@@ -1006,12 +1030,12 @@ msgstr "外觀"
 msgid "Apply default recommended feeds"
 msgstr "使用預設推薦的動態源"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:885
+#: src/view/com/post-thread/PostThreadItem.tsx:890
 msgid "Archived from {0}"
 msgstr "封存於 {0}"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:854
-#: src/view/com/post-thread/PostThreadItem.tsx:893
+#: src/view/com/post-thread/PostThreadItem.tsx:859
+#: src/view/com/post-thread/PostThreadItem.tsx:898
 msgid "Archived post"
 msgstr "已封存的貼文"
 
@@ -1047,11 +1071,11 @@ msgstr "您確定要從您的動態源中移除 {0} 嗎?"
 msgid "Are you sure you want to remove this from your feeds?"
 msgstr "您確定要將此從您的動態源中移除嗎?"
 
-#: src/view/com/composer/Composer.tsx:703
+#: src/view/com/composer/Composer.tsx:682
 msgid "Are you sure you'd like to discard this draft?"
 msgstr "您確定要捨棄這份草稿嗎?"
 
-#: src/view/com/composer/Composer.tsx:882
+#: src/view/com/composer/Composer.tsx:861
 msgid "Are you sure you'd like to discard this post?"
 msgstr "您確定要放棄發布這則貼文嗎?"
 
@@ -1072,6 +1096,11 @@ msgstr "藝術"
 msgid "Artistic or non-erotic nudity."
 msgstr "帶有藝術性或非色情的裸體。"
 
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:570
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:573
+msgid "Assign topic - help train Discover!"
+msgstr ""
+
 #: src/screens/Signup/StepHandle.tsx:194
 msgid "At least 3 characters"
 msgstr "至少 3 個字元"
@@ -1103,7 +1132,7 @@ msgstr "自動播放影片和 GIF"
 #: src/screens/Login/SetNewPasswordForm.tsx:170
 #: src/screens/Messages/components/ChatDisabled.tsx:133
 #: src/screens/Messages/components/ChatDisabled.tsx:134
-#: src/screens/Profile/Header/Shell.tsx:115
+#: src/screens/Profile/Header/Shell.tsx:150
 #: src/screens/Signup/BackNextButtons.tsx:41
 #: src/screens/StarterPack/Wizard/index.tsx:286
 msgid "Back"
@@ -1113,49 +1142,55 @@ msgstr "返回"
 msgid "Back to Chats"
 msgstr "返回對話"
 
-#: src/view/screens/Lists.tsx:81
-#: src/view/screens/ModerationModlists.tsx:81
+#: src/view/screens/Lists.tsx:53
+#: src/view/screens/ModerationModlists.tsx:53
 msgid "Before creating a list, you must first verify your email."
 msgstr "在建立列表之前,您必須先驗證您的電子信箱。"
 
-#: src/view/com/composer/Composer.tsx:629
-msgid "Before creating a post, you must first verify your email."
-msgstr "在發布貼文之前,您必須先驗證您的電子信箱。"
+#: src/lib/hooks/useOpenComposer.tsx:14
+msgid "Before creating a post or replying, you must first verify your email."
+msgstr ""
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:343
+#: src/components/StarterPack/ProfileStarterPacks.tsx:235
+#: src/components/StarterPack/ProfileStarterPacks.tsx:245
 msgid "Before creating a starter pack, you must first verify your email."
 msgstr "在建立新手包之前,您必須先驗證您的電子信箱。"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:80
-#: src/components/dms/MessageProfileButton.tsx:110
-#: src/screens/Messages/Conversation.tsx:221
-msgid "Before you may message another user, you must first verify your email."
-msgstr "在向其他人傳送訊息之前,您必須先驗證您的電子信箱。"
+#: src/screens/Messages/components/RequestButtons.tsx:235
+msgid "Before you can accept this chat request, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:54
+#: src/components/dms/MessageProfileButton.tsx:58
+#: src/screens/Messages/ChatList.tsx:332
+#: src/screens/Messages/Conversation.tsx:213
+msgid "Before you can message another user, you must first verify your email."
+msgstr ""
 
 #: src/components/dialogs/BirthDateSettings.tsx:103
-#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:120
 msgid "Birthday"
 msgstr "生日"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:849
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:882
 msgid "Block"
 msgstr "封鎖"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/screens/Messages/components/RequestButtons.tsx:134
-#: src/screens/Messages/components/RequestButtons.tsx:136
-#: src/view/com/profile/ProfileMenu.tsx:346
-#: src/view/com/profile/ProfileMenu.tsx:353
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/screens/Messages/components/RequestButtons.tsx:144
+#: src/screens/Messages/components/RequestButtons.tsx:146
+#: src/view/com/profile/ProfileMenu.tsx:374
+#: src/view/com/profile/ProfileMenu.tsx:381
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
 msgid "Block account"
 msgstr "封鎖帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:418
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:844
+#: src/view/com/profile/ProfileMenu.tsx:446
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:877
 msgid "Block Account?"
 msgstr "要封鎖帳號嗎?"
 
@@ -1200,17 +1235,17 @@ msgstr "已被封鎖"
 msgid "Blocked accounts"
 msgstr "已封鎖帳號"
 
-#: src/Navigation.tsx:161
-#: src/view/screens/ModerationBlockedAccounts.tsx:110
+#: src/Navigation.tsx:164
+#: src/view/screens/ModerationBlockedAccounts.tsx:104
 msgid "Blocked Accounts"
 msgstr "已封鎖帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:430
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:846
+#: src/view/com/profile/ProfileMenu.tsx:458
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:879
 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "被封鎖的帳號無法在您的討論串中回覆、提及您,或以其他方式與您互動。"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:121
+#: src/view/screens/ModerationBlockedAccounts.tsx:190
 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 "被封鎖的帳號無法在您的討論串中回覆、提及您,或以其他方式與您互動。您將看不到他們的內容,他們也會被阻止看到您的內容。"
 
@@ -1226,11 +1261,11 @@ msgstr "封鎖該帳號無法阻止其標記您的帳號。"
 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
 msgstr "您封鎖的帳號對所有人可見。他們無法提及您、在您的討論串中回覆或以其他方式與您互動。"
 
-#: src/view/com/profile/ProfileMenu.tsx:427
+#: src/view/com/profile/ProfileMenu.tsx:455
 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 "封鎖該帳號無法阻止其標記您的帳號,但他將無法在您的討論串中回覆,或以其他方式與您互動。"
 
-#: src/view/com/auth/SplashScreen.web.tsx:173
+#: src/view/com/auth/SplashScreen.web.tsx:175
 msgid "Blog"
 msgstr "部落格"
 
@@ -1239,7 +1274,7 @@ msgstr "部落格"
 msgid "Bluesky"
 msgstr "Bluesky"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:910
+#: src/view/com/post-thread/PostThreadItem.tsx:915
 msgid "Bluesky cannot confirm the authenticity of the claimed date."
 msgstr "Bluesky 無法確認貼文發布日期的真實性。"
 
@@ -1265,7 +1300,7 @@ msgstr "Bluesky 因朋友而更好!"
 msgid "Bluesky Social Terms of Service"
 msgstr "Bluesky Social 服務條款"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:303
+#: src/components/StarterPack/ProfileStarterPacks.tsx:310
 msgid "Bluesky will choose a set of recommended accounts from people in your network."
 msgstr "Bluesky 將從您的個人社交網路中選擇一組推薦的帳號。"
 
@@ -1275,7 +1310,7 @@ msgstr "Bluesky 的官方平台將不會向未登入的用戶顯示您的個人
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132
 msgid "Bluesky will proactively verify notable and authentic accounts."
-msgstr ""
+msgstr "Bluesky 官方會主動確認部分知名帳號的真實性並授予驗證。"
 
 #: src/screens/Settings/AppIconSettings/index.tsx:99
 msgid "Bluesky+"
@@ -1343,7 +1378,7 @@ msgstr "瀏覽話題 {0}"
 msgid "Browse topic {displayName}"
 msgstr "瀏覽話題 {displayName}"
 
-#: src/view/com/auth/SplashScreen.web.tsx:168
+#: src/view/com/auth/SplashScreen.web.tsx:170
 msgid "Business"
 msgstr "商務"
 
@@ -1374,45 +1409,47 @@ msgstr "建立帳號即表示您同意<0>服務條款</0>。"
 msgid "By you"
 msgstr "由您建立"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:70
 msgid "Camera"
 msgstr "相機"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:125
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:131
+#: src/components/dialogs/InAppBrowserConsent.tsx:98
+#: src/components/dialogs/InAppBrowserConsent.tsx:104
+#: src/components/live/GoLiveDialog.tsx:338
+#: src/components/live/GoLiveDialog.tsx:344
 #: src/components/Menu/index.tsx:306
-#: src/components/Prompt.tsx:140
-#: src/components/Prompt.tsx:142
+#: src/components/Prompt.tsx:143
+#: src/components/Prompt.tsx:145
 #: src/screens/Deactivated.tsx:158
-#: src/screens/Profile/Header/EditProfileDialog.tsx:227
-#: src/screens/Profile/Header/EditProfileDialog.tsx:235
+#: src/screens/Profile/Header/EditProfileDialog.tsx:225
+#: src/screens/Profile/Header/EditProfileDialog.tsx:233
 #: src/screens/Search/Shell.tsx:349
 #: src/screens/Settings/AppIconSettings/index.tsx:44
 #: src/screens/Settings/AppIconSettings/index.tsx:225
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85
-#: src/screens/Settings/Settings.tsx:268
+#: src/screens/Settings/Settings.tsx:270
 #: src/screens/Takendown.tsx:99
 #: src/screens/Takendown.tsx:102
-#: src/view/com/composer/Composer.tsx:937
-#: src/view/com/composer/Composer.tsx:948
-#: src/view/com/modals/ChangeEmail.tsx:213
-#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/composer/Composer.tsx:916
+#: src/view/com/composer/Composer.tsx:927
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:43
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:52
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
-#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CreateOrEditList.tsx:333
 #: src/view/com/modals/CropImage.web.tsx:97
-#: src/view/com/modals/EditProfile.tsx:270
-#: src/view/com/modals/InAppBrowserConsent.tsx:75
-#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/EditProfile.tsx:269
 #: 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:213
-#: src/view/shell/desktop/LeftNav.tsx:209
+#: src/view/shell/desktop/LeftNav.tsx:213
 msgid "Cancel"
 msgstr "取消"
 
-#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/CreateOrEditList.tsx:338
 #: src/view/com/modals/DeleteAccount.tsx:170
 #: src/view/com/modals/DeleteAccount.tsx:278
 msgctxt "action"
@@ -1428,7 +1465,7 @@ msgstr "放棄刪除帳號"
 msgid "Cancel image crop"
 msgstr "放棄裁剪圖片"
 
-#: src/view/com/modals/EditProfile.tsx:265
+#: src/view/com/modals/EditProfile.tsx:264
 msgid "Cancel profile editing"
 msgstr "放棄編輯個人檔案"
 
@@ -1449,23 +1486,22 @@ msgid "Cancels opening the linked website"
 msgstr "取消開啟網站連結"
 
 #: src/state/shell/composer/index.tsx:82
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:121
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:162
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:198
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:123
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:164
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:200
 msgid "Cannot interact with a blocked user"
 msgstr "無法與被封鎖的用戶進行互動"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+#: src/view/com/composer/videos/SubtitleDialog.tsx:132
 msgid "Captions (.vtt)"
 msgstr "字幕 (.vtt)"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:41
-#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:40
+#: src/view/com/composer/videos/SubtitleDialog.tsx:55
 msgid "Captions & alt text"
 msgstr "字幕和替代文字"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
-#: src/view/com/modals/VerifyEmail.tsx:160
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Change"
 msgstr "變更"
 
@@ -1478,13 +1514,12 @@ msgstr "變更應用程式圖示"
 msgid "Change app icon to \"{0}\""
 msgstr "將應用程式圖示變更為「{0}」"
 
-#: src/screens/Settings/AccountSettings.tsx:97
-#: src/screens/Settings/AccountSettings.tsx:101
-msgid "Change email"
-msgstr "變更電子信箱"
+#: src/components/AppLanguageDropdown.tsx:40
+msgid "Change app language"
+msgstr "變更應用程式語言"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:162
-#: src/components/dialogs/VerifyEmailDialog.tsx:187
+#: src/components/dialogs/VerifyEmailDialog.tsx:200
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
 msgid "Change email address"
 msgstr "變更電子郵件地址"
 
@@ -1497,10 +1532,6 @@ msgstr "變更帳號代碼"
 msgid "Change moderation service"
 msgstr "切換內容管理服務"
 
-#: src/view/com/modals/VerifyEmail.tsx:155
-msgid "Change my email"
-msgstr "變更我的電子郵件地址"
-
 #: src/view/com/modals/ChangePassword.tsx:153
 msgid "Change Password"
 msgstr "變更密碼"
@@ -1513,11 +1544,11 @@ msgstr "將貼文的發布語言變更為 {suggestedLanguageName}"
 msgid "Change report reason"
 msgstr "變更檢舉理由"
 
-#: src/view/com/modals/ChangeEmail.tsx:104
+#: src/components/dialogs/ChangeEmailDialog.tsx:53
 msgid "Change Your Email"
 msgstr "變更您的電子郵件地址"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:171
+#: src/components/dialogs/VerifyEmailDialog.tsx:209
 msgid "Change your email address"
 msgstr "變更您的電子郵件地址"
 
@@ -1530,15 +1561,15 @@ msgstr "變更應用程式圖示"
 msgid "Changes hosting provider"
 msgstr "變更託管服務提供者"
 
-#: src/Navigation.tsx:425
-#: src/view/shell/bottom-bar/BottomBar.tsx:205
-#: src/view/shell/desktop/LeftNav.tsx:535
-#: src/view/shell/Drawer.tsx:438
+#: src/Navigation.tsx:428
+#: src/view/shell/bottom-bar/BottomBar.tsx:211
+#: src/view/shell/desktop/LeftNav.tsx:553
+#: src/view/shell/Drawer.tsx:441
 msgid "Chat"
 msgstr "對話"
 
-#: src/screens/Messages/components/RequestButtons.tsx:68
-#: src/screens/Messages/components/RequestButtons.tsx:280
+#: src/screens/Messages/components/RequestButtons.tsx:78
+#: src/screens/Messages/components/RequestButtons.tsx:304
 msgctxt "toast"
 msgid "Chat deleted"
 msgstr "成功刪除對話"
@@ -1548,7 +1579,7 @@ msgctxt "toast"
 msgid "Chat muted"
 msgstr "成功靜音對話"
 
-#: src/Navigation.tsx:435
+#: src/Navigation.tsx:438
 #: src/screens/Messages/components/InboxPreview.tsx:24
 msgid "Chat request inbox"
 msgstr "對話邀請收件匣"
@@ -1559,8 +1590,8 @@ msgid "Chat requests"
 msgstr "對話邀請"
 
 #: src/components/dms/ConvoMenu.tsx:75
-#: src/Navigation.tsx:430
-#: src/screens/Messages/ChatList.tsx:328
+#: src/Navigation.tsx:433
+#: src/screens/Messages/ChatList.tsx:341
 msgid "Chat settings"
 msgstr "對話設定"
 
@@ -1573,8 +1604,8 @@ msgctxt "toast"
 msgid "Chat unmuted"
 msgstr "成功取消靜音對話"
 
-#: src/screens/Messages/ChatList.tsx:344
-#: src/screens/Messages/ChatList.tsx:368
+#: src/screens/Messages/ChatList.tsx:357
+#: src/screens/Messages/ChatList.tsx:381
 msgid "Chats"
 msgstr "對話"
 
@@ -1599,7 +1630,7 @@ msgstr "選擇網域驗證方式"
 msgid "Choose Feeds"
 msgstr "選擇動態源"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:311
+#: src/components/StarterPack/ProfileStarterPacks.tsx:318
 msgid "Choose for me"
 msgstr "為我挑選"
 
@@ -1619,7 +1650,7 @@ msgstr "選擇這個顏色作為您的大頭貼照背景"
 msgid "Choose your account provider"
 msgstr "選擇您的服務提供者"
 
-#: src/view/screens/Feeds.tsx:728
+#: src/view/screens/Feeds.tsx:731
 msgid "Choose your own timeline! Feeds built by the community help you find content you love."
 msgstr "自訂屬於您自己的河道!由社群打造的動態源能協助您找到喜愛的內容。"
 
@@ -1631,16 +1662,16 @@ msgstr "設定您的密碼"
 msgid "Choose your username"
 msgstr "選擇您的用戶名稱"
 
-#: src/screens/Settings/Settings.tsx:393
+#: src/screens/Settings/Settings.tsx:423
 msgid "Clear all storage data"
 msgstr "清除所有資料"
 
-#: src/screens/Settings/Settings.tsx:395
+#: src/screens/Settings/Settings.tsx:425
 msgid "Clear all storage data (restart after this)"
 msgstr "清除所有資料 (並重新啟動)"
 
-#: src/screens/Settings/AboutSettings.tsx:113
-#: src/screens/Settings/AboutSettings.tsx:117
+#: src/screens/Settings/AboutSettings.tsx:116
+#: src/screens/Settings/AboutSettings.tsx:120
 msgid "Clear image cache"
 msgstr "清除圖片快取"
 
@@ -1652,6 +1683,14 @@ msgstr "清除搜尋記錄"
 msgid "click here"
 msgstr "點一下這裡"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:371
+msgid "Click here to restart the verification process."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:273
+msgid "Click here to update your email"
+msgstr ""
+
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337
 msgid "Click to disable quote posts of this post."
 msgstr "點此以拒絕其他人引用這則貼文。"
@@ -1676,29 +1715,34 @@ msgstr "氣象"
 msgid "Clip 🐴 clop 🐴"
 msgstr "達達的馬蹄 🐴 是美麗的錯誤 🐴"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:244
+#: src/components/dialogs/ChangeEmailDialog.tsx:250
 #: src/components/dialogs/GifSelect.tsx:281
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:183
 #: src/components/dialogs/SearchablePeopleList.tsx:295
-#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dialogs/VerifyEmailDialog.tsx:346
+#: src/components/dialogs/VerifyEmailDialog.tsx:352
 #: src/components/dms/EmojiPopup.android.tsx:58
 #: src/components/dms/ReportDialog.tsx:381
 #: src/components/dms/ReportDialog.tsx:390
+#: src/components/live/EditLiveDialog.tsx:321
+#: src/components/live/EditLiveDialog.tsx:327
 #: src/components/NewskieDialog.tsx:146
 #: src/components/NewskieDialog.tsx:153
 #: src/components/ProgressGuide/FollowDialog.tsx:386
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
-#: src/components/verification/VerificationsDialog.tsx:146
-#: src/components/verification/VerifierDialog.tsx:144
+#: src/components/verification/VerificationsDialog.tsx:144
+#: src/components/verification/VerifierDialog.tsx:140
 #: src/view/com/modals/ChangePassword.tsx:279
 #: src/view/com/modals/ChangePassword.tsx:282
 #: src/view/com/util/post-embeds/GifEmbed.tsx:197
 msgid "Close"
 msgstr "關閉"
 
-#: src/components/Dialog/index.web.tsx:113
-#: src/components/Dialog/index.web.tsx:261
+#: src/components/Dialog/index.web.tsx:111
+#: src/components/Dialog/index.web.tsx:259
 msgid "Close active dialog"
 msgstr "關閉目前的對話框"
 
@@ -1711,17 +1755,17 @@ msgid "Close bottom drawer"
 msgstr "關閉底部導航列"
 
 #: src/components/dialogs/GifSelect.tsx:275
-#: src/components/verification/VerificationsDialog.tsx:138
-#: src/components/verification/VerifierDialog.tsx:136
+#: src/components/verification/VerificationsDialog.tsx:136
+#: src/components/verification/VerifierDialog.tsx:132
 msgid "Close dialog"
 msgstr "關閉對話框"
 
-#: src/view/shell/index.web.tsx:83
+#: src/view/shell/index.web.tsx:85
 msgid "Close drawer menu"
 msgstr "關閉側邊選單"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:136
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:172
 msgid "Close emoji picker"
 msgstr "關閉表情符號選擇器"
 
@@ -1751,12 +1795,12 @@ msgstr "關閉這個對話框"
 msgid "Closes password update alert"
 msgstr "關閉密碼更新警告"
 
-#: src/view/com/composer/Composer.tsx:945
+#: src/view/com/composer/Composer.tsx:924
 msgid "Closes post composer and discards post draft"
 msgstr "關閉貼文編輯器並捨棄草稿"
 
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138
-#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137
+#: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173
 msgid "Closes the emoji picker"
 msgstr "關閉表情符號選擇器"
 
@@ -1764,11 +1808,11 @@ msgstr "關閉表情符號選擇器"
 msgid "Closes viewer for header image"
 msgstr "關閉標題圖片檢視器"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:479
+#: src/view/com/notifications/NotificationFeedItem.tsx:481
 msgid "Collapse list of users"
 msgstr "折疊用戶列表"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:687
+#: src/view/com/notifications/NotificationFeedItem.tsx:689
 msgid "Collapses list of users for a given notification"
 msgstr "折疊指定通知的用戶列表"
 
@@ -1791,7 +1835,7 @@ msgstr "喜劇"
 msgid "Comics"
 msgstr "漫畫"
 
-#: src/Navigation.tsx:310
+#: src/Navigation.tsx:313
 #: src/view/screens/CommunityGuidelines.tsx:34
 msgid "Community Guidelines"
 msgstr "社群準則"
@@ -1804,11 +1848,11 @@ msgstr "完成入門引導以開始使用您的帳號"
 msgid "Complete the challenge"
 msgstr "完成驗證"
 
-#: src/view/shell/desktop/LeftNav.tsx:500
+#: src/view/shell/desktop/LeftNav.tsx:518
 msgid "Compose new post"
 msgstr "撰寫新貼文"
 
-#: src/view/com/composer/Composer.tsx:846
+#: src/view/com/composer/Composer.tsx:825
 msgid "Compose posts up to {0, plural, other {# characters}} in length"
 msgstr "撰寫最多 {0, plural,other {# 個字元}}的貼文"
 
@@ -1816,7 +1860,7 @@ msgstr "撰寫最多 {0, plural,other {# 個字元}}的貼文"
 msgid "Compose reply"
 msgstr "撰寫回覆"
 
-#: src/view/com/composer/Composer.tsx:1689
+#: src/view/com/composer/Composer.tsx:1669
 msgid "Compressing video..."
 msgstr "正在壓縮影片……"
 
@@ -1828,23 +1872,17 @@ msgstr "設定 {name} 類別的內容篩選"
 msgid "Configured in <0>moderation settings</0>."
 msgstr "在 <0>內容篩選</0> 中設定。"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:253
-#: src/components/dialogs/VerifyEmailDialog.tsx:260
-#: src/components/dialogs/VerifyEmailDialog.tsx:283
-#: src/components/Prompt.tsx:183
+#: src/components/dialogs/ChangeEmailDialog.tsx:203
+#: src/components/dialogs/ChangeEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:316
+#: src/components/dialogs/VerifyEmailDialog.tsx:323
 #: src/components/Prompt.tsx:186
+#: src/components/Prompt.tsx:189
 #: 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 "確認內容語言設定"
@@ -1861,18 +1899,19 @@ msgstr "確認您的年齡:"
 msgid "Confirm your birthdate"
 msgstr "確認您的出生日期"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/components/dialogs/ChangeEmailDialog.tsx:160
+#: src/components/dialogs/ChangeEmailDialog.tsx:164
+#: src/components/dialogs/EmailDialog/components/TokenField.tsx:36
+#: src/components/dialogs/VerifyEmailDialog.tsx:252
 #: src/screens/Login/LoginForm.tsx:274
 #: 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:220
 #: src/view/com/modals/DeleteAccount.tsx:226
-#: src/view/com/modals/VerifyEmail.tsx:173
 msgid "Confirmation code"
 msgstr "驗證碼"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:210
+#: src/components/dialogs/VerifyEmailDialog.tsx:248
 msgid "Confirmation Code"
 msgstr "驗證碼"
 
@@ -1880,8 +1919,8 @@ msgstr "驗證碼"
 msgid "Connecting..."
 msgstr "連線中……"
 
-#: src/screens/Signup/index.tsx:193
-#: src/screens/Signup/index.tsx:196
+#: src/screens/Signup/index.tsx:197
+#: src/screens/Signup/index.tsx:200
 msgid "Contact support"
 msgstr "聯絡支援"
 
@@ -1890,12 +1929,12 @@ msgid "Content & Media"
 msgstr "內容與媒體"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:109
-#: src/screens/Settings/Settings.tsx:183
-#: src/screens/Settings/Settings.tsx:186
+#: src/screens/Settings/Settings.tsx:185
+#: src/screens/Settings/Settings.tsx:188
 msgid "Content and media"
 msgstr "內容與媒體"
 
-#: src/Navigation.tsx:384
+#: src/Navigation.tsx:387
 msgid "Content and Media"
 msgstr "內容與媒體"
 
@@ -1911,7 +1950,7 @@ msgstr "內容篩選"
 msgid "Content from across the network we think you might like."
 msgstr "我們從網路的各個角落精選出了您可能會感興趣的內容。"
 
-#: src/screens/Settings/LanguageSettings.tsx:250
+#: src/screens/Settings/LanguageSettings.tsx:153
 #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76
 msgid "Content Languages"
 msgstr "內容語言"
@@ -1937,11 +1976,11 @@ msgid "Context menu backdrop, click to close the menu."
 msgstr "內容選單背景,點一下以關閉選單。"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:244
-#: src/screens/Onboarding/StepProfile/index.tsx:278
+#: src/screens/Onboarding/StepProfile/index.tsx:276
 msgid "Continue"
 msgstr "繼續"
 
-#: src/components/AccountList.tsx:126
+#: src/components/AccountList.tsx:128
 msgid "Continue as {0} (currently signed in)"
 msgstr "以 {0} 的身分繼續 (目前已登入)"
 
@@ -1950,7 +1989,7 @@ msgid "Continue thread..."
 msgstr "繼續載入討論串……"
 
 #: src/screens/Onboarding/StepInterests/index.tsx:241
-#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Onboarding/StepProfile/index.tsx:273
 #: src/screens/Signup/BackNextButtons.tsx:60
 msgid "Continue to next step"
 msgstr "繼續下一步"
@@ -1973,7 +2012,7 @@ msgstr "烹飪"
 msgid "Copied"
 msgstr "已複製"
 
-#: src/screens/Settings/AboutSettings.tsx:148
+#: src/screens/Settings/AboutSettings.tsx:151
 msgid "Copied build version to clipboard"
 msgstr "成功複製組建版本號至剪貼簿"
 
@@ -1981,8 +2020,8 @@ msgstr "成功複製組建版本號至剪貼簿"
 #: src/lib/sharing.ts:25
 #: src/lib/sharing.ts:41
 #: src/view/com/modals/InviteCodes.tsx:153
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:250
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:397
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:255
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:400
 msgid "Copied to clipboard"
 msgstr "成功複製至剪貼簿"
 
@@ -1991,7 +2030,7 @@ msgstr "成功複製至剪貼簿"
 msgid "Copied!"
 msgstr "複製成功!"
 
-#: src/screens/Settings/AboutSettings.tsx:124
+#: src/screens/Settings/AboutSettings.tsx:127
 msgid "Copies build version to clipboard"
 msgstr "複製組建版本號至剪貼簿"
 
@@ -2003,13 +2042,13 @@ msgstr "複製"
 msgid "Copy App Password"
 msgstr "複製應用程式專用密碼"
 
-#: src/view/com/profile/ProfileMenu.tsx:383
-#: src/view/com/profile/ProfileMenu.tsx:386
+#: src/view/com/profile/ProfileMenu.tsx:411
+#: src/view/com/profile/ProfileMenu.tsx:414
 msgid "Copy at:// URI"
 msgstr "複製 at:// 連結"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:748
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:750
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:781
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:783
 msgid "Copy author DID"
 msgstr "複製發布者 DID"
 
@@ -2019,8 +2058,8 @@ msgid "Copy code"
 msgstr "複製程式碼"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:491
-#: src/view/com/profile/ProfileMenu.tsx:392
-#: src/view/com/profile/ProfileMenu.tsx:395
+#: src/view/com/profile/ProfileMenu.tsx:420
+#: src/view/com/profile/ProfileMenu.tsx:423
 msgid "Copy DID"
 msgstr "複製 DID"
 
@@ -2040,8 +2079,8 @@ msgstr "複製連結"
 msgid "Copy link to list"
 msgstr "複製列表連結"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
 msgid "Copy link to post"
 msgstr "複製貼文連結"
 
@@ -2050,13 +2089,13 @@ msgstr "複製貼文連結"
 msgid "Copy message text"
 msgstr "複製訊息文字"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:743
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:776
 msgid "Copy post at:// URI"
 msgstr "複製貼文 at:// 連結"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:476
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:478
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:495
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:497
 msgid "Copy post text"
 msgstr "複製貼文文字"
 
@@ -2068,7 +2107,7 @@ msgstr "複製 QR Code"
 msgid "Copy TXT record value"
 msgstr "複製 TXT 記錄值"
 
-#: src/Navigation.tsx:315
+#: src/Navigation.tsx:318
 #: src/view/screens/CopyrightPolicy.tsx:31
 msgid "Copyright Policy"
 msgstr "著作權政策"
@@ -2078,7 +2117,7 @@ msgstr "著作權政策"
 msgid "Could not leave chat"
 msgstr "無法離開對話"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:80
+#: src/screens/Profile/ProfileFeed/index.tsx:83
 msgid "Could not load feed"
 msgstr "無法載入動態"
 
@@ -2094,7 +2133,7 @@ msgstr "無法靜音對話"
 msgid "Could not process your video"
 msgstr "無法處理您的影片"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:293
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
 msgid "Create"
 msgstr "建立"
 
@@ -2103,19 +2142,19 @@ msgid "Create a QR code for a starter pack"
 msgstr "為新手包建立 QR Code"
 
 #: src/components/StarterPack/ProfileStarterPacks.tsx:178
-#: src/components/StarterPack/ProfileStarterPacks.tsx:274
-#: src/Navigation.tsx:460
+#: src/components/StarterPack/ProfileStarterPacks.tsx:287
+#: src/Navigation.tsx:463
 msgid "Create a starter pack"
 msgstr "建立一個新手包"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:255
+#: src/components/StarterPack/ProfileStarterPacks.tsx:274
 msgid "Create a starter pack for me"
 msgstr "為我產生一個新手包"
 
 #: src/view/com/auth/SplashScreen.tsx:55
 #: src/view/com/auth/SplashScreen.web.tsx:117
-#: src/view/shell/bottom-bar/BottomBar.tsx:315
-#: src/view/shell/bottom-bar/BottomBar.tsx:320
+#: src/view/shell/bottom-bar/BottomBar.tsx:335
+#: src/view/shell/bottom-bar/BottomBar.tsx:340
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:199
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:204
 #: src/view/shell/NavSignupCard.tsx:47
@@ -2137,7 +2176,7 @@ msgstr "建立帳號"
 msgid "Create an account without using this starter pack"
 msgstr "不使用此新手包建立帳號"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:292
+#: src/screens/Onboarding/StepProfile/index.tsx:290
 msgid "Create an avatar instead"
 msgstr "或是建立一個大頭貼照"
 
@@ -2209,13 +2248,13 @@ msgstr "深色主題"
 msgid "Date of birth"
 msgstr "出生日期"
 
-#: src/screens/Settings/AccountSettings.tsx:146
-#: src/screens/Settings/AccountSettings.tsx:151
+#: src/screens/Settings/AccountSettings.tsx:157
+#: src/screens/Settings/AccountSettings.tsx:162
 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
 msgid "Deactivate account"
 msgstr "停用帳號"
 
-#: src/screens/Settings/Settings.tsx:374
+#: src/screens/Settings/Settings.tsx:397
 msgid "Debug Moderation"
 msgstr "內容管理偵錯"
 
@@ -2237,13 +2276,13 @@ msgstr "預設圖示"
 #: src/screens/StarterPack/StarterPackScreen.tsx:594
 #: src/screens/StarterPack/StarterPackScreen.tsx:672
 #: src/screens/StarterPack/StarterPackScreen.tsx:744
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:767
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:800
 #: src/view/screens/ProfileList.tsx:768
 msgid "Delete"
 msgstr "刪除"
 
-#: src/screens/Settings/AccountSettings.tsx:156
-#: src/screens/Settings/AccountSettings.tsx:161
+#: src/screens/Settings/AccountSettings.tsx:167
+#: src/screens/Settings/AccountSettings.tsx:172
 msgid "Delete account"
 msgstr "刪除帳號"
 
@@ -2259,19 +2298,19 @@ msgstr "刪除應用程式專用密碼"
 msgid "Delete app password?"
 msgstr "要刪除應用程式專用密碼嗎?"
 
-#: src/screens/Messages/components/RequestButtons.tsx:292
-#: src/screens/Messages/components/RequestButtons.tsx:299
+#: src/screens/Messages/components/RequestButtons.tsx:316
+#: src/screens/Messages/components/RequestButtons.tsx:323
 msgid "Delete chat"
 msgstr "刪除對話"
 
-#: src/screens/Settings/Settings.tsx:381
+#: src/screens/Settings/Settings.tsx:404
 msgid "Delete chat declaration record"
 msgstr "刪除對話聲明紀錄"
 
 #: src/components/dms/ReportDialog.tsx:362
 #: src/components/dms/ReportDialog.tsx:365
-#: src/screens/Messages/components/RequestButtons.tsx:126
-#: src/screens/Messages/components/RequestButtons.tsx:129
+#: src/screens/Messages/components/RequestButtons.tsx:136
+#: src/screens/Messages/components/RequestButtons.tsx:139
 msgid "Delete conversation"
 msgstr "刪除對話"
 
@@ -2299,9 +2338,9 @@ msgstr "為我刪除訊息"
 msgid "Delete my account"
 msgstr "刪除我的帳號"
 
-#: src/view/com/composer/Composer.tsx:856
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:726
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/composer/Composer.tsx:835
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:759
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:761
 msgid "Delete post"
 msgstr "刪除貼文"
 
@@ -2318,7 +2357,7 @@ msgstr "要刪除新手包嗎?"
 msgid "Delete this list?"
 msgstr "要刪除這個列表嗎?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:762
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:795
 msgid "Delete this post?"
 msgstr "要刪除這則貼文嗎?"
 
@@ -2335,19 +2374,19 @@ msgstr "已刪除的帳號"
 msgid "Deleted post."
 msgstr "該貼文已刪除。"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:370
-#: src/view/com/modals/CreateOrEditList.tsx:280
-#: src/view/com/modals/CreateOrEditList.tsx:301
-#: src/view/com/modals/EditProfile.tsx:219
-#: src/view/com/modals/EditProfile.tsx:231
+#: src/screens/Profile/Header/EditProfileDialog.tsx:369
+#: src/view/com/modals/CreateOrEditList.tsx:278
+#: src/view/com/modals/CreateOrEditList.tsx:299
+#: src/view/com/modals/EditProfile.tsx:218
+#: src/view/com/modals/EditProfile.tsx:230
 msgid "Description"
 msgstr "簡介"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:390
+#: src/screens/Profile/Header/EditProfileDialog.tsx:389
 msgid "Description is too long"
 msgstr "簡介太長了"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:391
+#: src/screens/Profile/Header/EditProfileDialog.tsx:390
 msgid "Description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "簡介太長了,{DESCRIPTION_MAX_GRAPHEMES, plural, other {不得超過 # 個字元。}}"
 
@@ -2356,27 +2395,27 @@ msgstr "簡介太長了,{DESCRIPTION_MAX_GRAPHEMES, plural, other {不得超
 msgid "Descriptive alt text"
 msgstr "描述性替代文字"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:630
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:640
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:663
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:673
 msgid "Detach quote"
 msgstr "分離引用"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:857
 msgid "Detach quote post?"
 msgstr "要解除引用貼文嗎?"
 
-#: src/screens/Settings/AboutSettings.tsx:137
+#: src/screens/Settings/AboutSettings.tsx:140
 msgctxt "toast"
 msgid "Developer mode disabled"
 msgstr "成功停用開發者模式"
 
-#: src/screens/Settings/AboutSettings.tsx:131
+#: src/screens/Settings/AboutSettings.tsx:134
 msgctxt "toast"
 msgid "Developer mode enabled"
 msgstr "成功啟用開發者模式"
 
-#: src/screens/Settings/Settings.tsx:250
-#: src/screens/Settings/Settings.tsx:253
+#: src/screens/Settings/Settings.tsx:252
+#: src/screens/Settings/Settings.tsx:255
 msgid "Developer options"
 msgstr "開發人員選項"
 
@@ -2388,9 +2427,18 @@ msgstr "對話框:調整哪些人能夠與這則貼文互動"
 msgid "Dim"
 msgstr "昏暗"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:233
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:242
+msgid "Disable 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:157
+msgid "Disable email 2FA"
+msgstr ""
+
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
 msgid "Disable Email 2FA"
-msgstr "關閉電子郵件雙重驗證"
+msgstr ""
 
 #: src/screens/Settings/AccessibilitySettings.tsx:91
 #: src/screens/Settings/AccessibilitySettings.tsx:96
@@ -2411,8 +2459,8 @@ msgid "Disabled"
 msgstr "停用"
 
 #: src/screens/Profile/Header/EditProfileDialog.tsx:88
-#: src/view/com/composer/Composer.tsx:705
-#: src/view/com/composer/Composer.tsx:889
+#: src/view/com/composer/Composer.tsx:684
+#: src/view/com/composer/Composer.tsx:868
 msgid "Discard"
 msgstr "捨棄"
 
@@ -2420,11 +2468,11 @@ msgstr "捨棄"
 msgid "Discard changes?"
 msgstr "要放棄變更嗎?"
 
-#: src/view/com/composer/Composer.tsx:702
+#: src/view/com/composer/Composer.tsx:681
 msgid "Discard draft?"
 msgstr "要捨棄草稿嗎?"
 
-#: src/view/com/composer/Composer.tsx:881
+#: src/view/com/composer/Composer.tsx:860
 msgid "Discard post?"
 msgstr "要放棄發布嗎?"
 
@@ -2442,15 +2490,15 @@ msgstr "探索動態源"
 msgid "Discover new custom feeds"
 msgstr "探索新的自訂動態源"
 
-#: src/view/screens/Feeds.tsx:725
+#: src/view/screens/Feeds.tsx:728
 msgid "Discover New Feeds"
 msgstr "探索新的動態源"
 
-#: src/components/Dialog/index.tsx:323
+#: src/components/Dialog/index.tsx:321
 msgid "Dismiss"
 msgstr "跳過"
 
-#: src/view/com/composer/Composer.tsx:1613
+#: src/view/com/composer/Composer.tsx:1593
 msgid "Dismiss error"
 msgstr "跳過錯誤"
 
@@ -2464,16 +2512,16 @@ msgstr "忽略興趣"
 
 #: src/components/interstitials/TrendingVideos.tsx:92
 msgid "Dismiss this section"
-msgstr "忽略這部分"
+msgstr "忽略此部分"
 
 #: src/screens/Settings/AccessibilitySettings.tsx:71
 #: src/screens/Settings/AccessibilitySettings.tsx:76
 msgid "Display larger alt text badges"
 msgstr "顯示較大的替代文字標誌"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:321
-#: src/screens/Profile/Header/EditProfileDialog.tsx:327
-#: src/screens/Profile/Header/EditProfileDialog.tsx:377
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:326
+#: src/screens/Profile/Header/EditProfileDialog.tsx:376
 #: src/view/com/modals/EditProfile.tsx:194
 msgid "Display name"
 msgstr "名稱"
@@ -2482,11 +2530,11 @@ msgstr "名稱"
 msgid "Display Name"
 msgstr "名稱"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:340
+#: src/screens/Profile/Header/EditProfileDialog.tsx:339
 msgid "Display name is too long"
 msgstr "名稱太長了"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:341
+#: src/screens/Profile/Header/EditProfileDialog.tsx:340
 msgid "Display name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}"
 msgstr "名稱太長了,{DISPLAY_NAME_MAX_GRAPHEMES, plural, other {不得超過 # 個字元。}}"
 
@@ -2511,21 +2559,31 @@ msgstr "不以連字號 (-) 開頭或結尾"
 msgid "Domain verified!"
 msgstr "成功驗證網域!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:368
+msgid "Don't have a code or need a new one? <0>Click here.</0>"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37
+msgid "Don't see an email? <0>Click here to resend.</0>"
+msgstr ""
+
 #: src/components/dialogs/BirthDateSettings.tsx:115
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dms/ReportDialog.tsx:314
-#: src/components/forms/DateField/index.tsx:102
-#: src/components/forms/DateField/index.tsx:108
-#: src/screens/Onboarding/StepProfile/index.tsx:330
-#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/components/forms/DateField/index.tsx:103
+#: src/components/forms/DateField/index.tsx:109
+#: src/components/Select/index.tsx:183
+#: src/components/Select/index.tsx:190
+#: src/screens/Onboarding/StepProfile/index.tsx:328
+#: src/screens/Onboarding/StepProfile/index.tsx:331
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
 #: src/view/com/auth/server-input/index.tsx:232
 #: src/view/com/auth/server-input/index.tsx:233
 #: src/view/com/composer/labels/LabelsBtn.tsx:223
 #: src/view/com/composer/labels/LabelsBtn.tsx:230
-#: src/view/com/composer/videos/SubtitleDialog.tsx:169
-#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/composer/videos/SubtitleDialog.tsx:168
+#: src/view/com/composer/videos/SubtitleDialog.tsx:178
 #: src/view/com/modals/CropImage.web.tsx:112
 #: src/view/com/modals/InviteCodes.tsx:81
 #: src/view/com/modals/InviteCodes.tsx:124
@@ -2546,11 +2604,11 @@ msgstr "完成{extraText}"
 msgid "Double tap or long press the message to add a reaction"
 msgstr "點兩下或長按訊息以加入反應"
 
-#: src/components/Dialog/index.tsx:324
+#: src/components/Dialog/index.tsx:322
 msgid "Double tap to close the dialog"
 msgstr "點兩下以關閉對話框"
 
-#: src/screens/VideoFeed/index.tsx:1047
+#: src/screens/VideoFeed/index.tsx:1057
 msgid "Double tap to like"
 msgstr "點兩下以表示喜歡"
 
@@ -2575,7 +2633,7 @@ msgstr "持續時間:"
 msgid "e.g. alice"
 msgstr "例如:alice"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:328
+#: src/screens/Profile/Header/EditProfileDialog.tsx:327
 msgid "e.g. Alice Lastname"
 msgstr "例如:張藍天"
 
@@ -2587,7 +2645,7 @@ msgstr "例如:張藍天"
 msgid "e.g. alice.com"
 msgstr "例如:alice.com"
 
-#: src/view/com/modals/EditProfile.tsx:224
+#: src/view/com/modals/EditProfile.tsx:223
 msgid "e.g. Artist, dog-lover, and avid reader."
 msgstr "例如:藝術家、狗派人士或書迷。"
 
@@ -2595,19 +2653,19 @@ msgstr "例如:藝術家、狗派人士或書迷。"
 msgid "E.g. artistic nudes."
 msgstr "例如:人體藝術。"
 
-#: src/view/com/modals/CreateOrEditList.tsx:263
+#: src/view/com/modals/CreateOrEditList.tsx:261
 msgid "e.g. Great Posters"
 msgstr "例如:優秀的發文者"
 
-#: src/view/com/modals/CreateOrEditList.tsx:264
+#: src/view/com/modals/CreateOrEditList.tsx:262
 msgid "e.g. Spammers"
 msgstr "例如:垃圾內容製造者"
 
-#: src/view/com/modals/CreateOrEditList.tsx:292
+#: src/view/com/modals/CreateOrEditList.tsx:290
 msgid "e.g. The posters who never miss."
 msgstr "例如:絕對不容錯過的發文者。"
 
-#: src/view/com/modals/CreateOrEditList.tsx:293
+#: src/view/com/modals/CreateOrEditList.tsx:291
 msgid "e.g. Users that repeatedly reply with ads."
 msgstr "例如:多次張貼廣告的用戶。"
 
@@ -2615,7 +2673,7 @@ msgstr "例如:多次張貼廣告的用戶。"
 msgid "Each code works once. You'll receive more invite codes periodically."
 msgstr "每組邀請碼只能使用一次。後續您將定期收到更多邀請碼。"
 
-#: src/screens/Settings/AccountSettings.tsx:112
+#: src/screens/Settings/AccountSettings.tsx:123
 #: src/screens/StarterPack/StarterPackScreen.tsx:583
 #: src/screens/StarterPack/Wizard/index.tsx:534
 #: src/screens/StarterPack/Wizard/index.tsx:541
@@ -2628,8 +2686,8 @@ msgctxt "action"
 msgid "Edit"
 msgstr "編輯"
 
-#: src/view/com/util/UserAvatar.tsx:363
-#: src/view/com/util/UserBanner.tsx:95
+#: src/view/com/util/UserAvatar.tsx:426
+#: src/view/com/util/UserBanner.tsx:119
 msgid "Edit avatar"
 msgstr "編輯大頭貼照"
 
@@ -2637,14 +2695,14 @@ msgstr "編輯大頭貼照"
 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/EditImageDialog.web.tsx:85
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:89
 #: src/view/com/composer/photos/Gallery.tsx:194
 msgid "Edit image"
 msgstr "編輯圖片"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:720
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:740
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:753
 msgid "Edit interaction settings"
 msgstr "編輯互動設定"
 
@@ -2657,12 +2715,17 @@ msgstr "編輯感興趣的主題"
 msgid "Edit list details"
 msgstr "編輯列表資訊"
 
-#: src/view/com/modals/CreateOrEditList.tsx:230
+#: src/view/com/profile/ProfileMenu.tsx:307
+#: src/view/com/profile/ProfileMenu.tsx:313
+msgid "Edit live status"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:228
 msgid "Edit Moderation List"
 msgstr "編輯內容管理列表"
 
-#: src/Navigation.tsx:325
-#: src/view/screens/Feeds.tsx:515
+#: src/Navigation.tsx:328
+#: src/view/screens/Feeds.tsx:518
 msgid "Edit My Feeds"
 msgstr "編輯我的動態源"
 
@@ -2679,15 +2742,15 @@ msgstr "編輯用戶"
 msgid "Edit post interaction settings"
 msgstr "編輯貼文互動設定"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:276
-#: src/screens/Profile/Header/EditProfileDialog.tsx:282
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:196
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/EditProfileDialog.tsx:281
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:183
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:172
 msgid "Edit profile"
 msgstr "編輯個人檔案"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:199
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:185
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175
 msgid "Edit Profile"
 msgstr "編輯個人檔案"
 
@@ -2695,7 +2758,7 @@ msgstr "編輯個人檔案"
 msgid "Edit starter pack"
 msgstr "編輯新手包"
 
-#: src/view/com/modals/CreateOrEditList.tsx:225
+#: src/view/com/modals/CreateOrEditList.tsx:223
 msgid "Edit User List"
 msgstr "編輯用戶列表"
 
@@ -2707,11 +2770,11 @@ msgstr "修改哪些人可以回覆"
 msgid "Edit your display name"
 msgstr "編輯您的名稱"
 
-#: src/view/com/modals/EditProfile.tsx:232
+#: src/view/com/modals/EditProfile.tsx:231
 msgid "Edit your profile description"
 msgstr "編輯您的個人簡介"
 
-#: src/Navigation.tsx:465
+#: src/Navigation.tsx:468
 msgid "Edit your starter pack"
 msgstr "編輯您的新手包"
 
@@ -2724,16 +2787,15 @@ msgstr "教育"
 msgid "Either the creator of this list has blocked you or you have blocked the creator."
 msgstr "此列表的建立者已封鎖您,或您已封鎖了對方。"
 
-#: src/screens/Settings/AccountSettings.tsx:60
+#: src/screens/Settings/AccountSettings.tsx:63
 #: src/screens/Signup/StepInfo/index.tsx:193
-#: src/view/com/modals/ChangeEmail.tsx:136
 msgid "Email"
 msgstr "電子信箱"
 
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:64
 msgctxt "toast"
 msgid "Email 2FA disabled"
-msgstr "成功關閉電子郵件雙重驗證"
+msgstr ""
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:54
 msgid "Email 2FA enabled"
@@ -2747,20 +2809,17 @@ msgstr "電子郵件地址"
 msgid "Email Resent"
 msgstr "重新傳送電子郵件"
 
-#: src/view/com/modals/ChangeEmail.tsx:54
-#: src/view/com/modals/ChangeEmail.tsx:83
-msgctxt "toast"
-msgid "Email updated"
-msgstr "成功更新電子信箱"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:208
+msgid "Email sent!"
+msgstr ""
 
-#: src/view/com/modals/ChangeEmail.tsx:106
-msgid "Email Updated"
-msgstr "已更新電子信箱"
+#: src/components/dialogs/ChangeEmailDialog.tsx:63
+msgid "Email Updated!"
+msgstr "已更新電子郵件地址!"
 
-#: src/view/com/modals/VerifyEmail.tsx:85
-msgctxt "toast"
-msgid "Email verified"
-msgstr "成功驗證電子信箱"
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:182
+msgid "Email verification complete!"
+msgstr ""
 
 #: src/components/intents/VerifyEmailIntentDialog.tsx:79
 msgid "Email Verified"
@@ -2772,8 +2831,8 @@ msgstr "嵌入 HTML 程式碼"
 
 #: src/components/dialogs/Embed.tsx:104
 #: src/components/dialogs/Embed.tsx:108
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:515
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:534
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:536
 msgid "Embed post"
 msgstr "嵌入貼文"
 
@@ -2785,8 +2844,9 @@ msgstr "將這則貼文嵌入到您的網站。只需複製以下程式碼片段
 msgid "Embedded video player"
 msgstr "嵌入式影片播放器"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:56
-#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:104
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:111
+#: src/screens/Settings/components/Email2FAToggle.tsx:31
 msgid "Enable"
 msgstr "啟用"
 
@@ -2798,9 +2858,9 @@ msgstr "僅啟用 {0}"
 msgid "Enable adult content"
 msgstr "顯示成人內容"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:53
-msgid "Enable Email 2FA"
-msgstr "啟用電子郵件雙重驗證"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:92
+msgid "Enable email 2FA"
+msgstr ""
 
 #: src/components/dialogs/EmbedConsent.tsx:81
 #: src/components/dialogs/EmbedConsent.tsx:88
@@ -2847,7 +2907,7 @@ msgstr "啟用"
 msgid "End of feed"
 msgstr "已經到底啦!"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+#: src/view/com/composer/videos/SubtitleDialog.tsx:158
 msgid "Ensure you have selected a language for each subtitle file."
 msgstr "請確認您已為每個字幕檔案選擇一種語言。"
 
@@ -2860,12 +2920,13 @@ msgstr "輸入密碼"
 msgid "Enter a word or tag"
 msgstr "輸入字詞或標籤"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:89
-msgid "Enter Code"
-msgstr "輸入驗證碼"
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:201
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:318
+msgid "Enter code"
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:113
-msgid "Enter Confirmation Code"
+#: src/components/dialogs/VerifyEmailDialog.tsx:118
+msgid "Enter Code"
 msgstr "輸入驗證碼"
 
 #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
@@ -2897,11 +2958,7 @@ msgstr "輸入您的出生日期"
 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
+#: src/components/dialogs/ChangeEmailDialog.tsx:138
 msgid "Enter your new email address below."
 msgstr "請在下方輸入您的新電子郵件地址。"
 
@@ -2921,7 +2978,7 @@ msgstr "進入全螢幕"
 msgid "Entertainment"
 msgstr "娛樂"
 
-#: src/view/com/composer/Composer.tsx:1698
+#: src/view/com/composer/Composer.tsx:1678
 #: src/view/com/util/error/ErrorScreen.tsx:42
 msgid "Error"
 msgstr "錯誤"
@@ -2997,15 +3054,15 @@ msgstr "離開圖片檢視器"
 msgid "Expand alt text"
 msgstr "展開替代文字"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:480
+#: src/view/com/notifications/NotificationFeedItem.tsx:482
 msgid "Expand list of users"
 msgstr "展開用戶列表"
 
-#: src/view/com/composer/ComposerReplyTo.tsx:83
+#: src/view/com/composer/ComposerReplyTo.tsx:84
 msgid "Expand or collapse the full post you are replying to"
 msgstr "展開或摺疊您正在回覆的完整貼文"
 
-#: src/screens/VideoFeed/index.tsx:941
+#: src/screens/VideoFeed/index.tsx:951
 msgid "Expands or collapses post text"
 msgstr "展開或摺疊貼文文字"
 
@@ -3031,6 +3088,10 @@ msgstr "將於 {0} 過期"
 msgid "Expires in {0}"
 msgstr "將於 {0} 後過期"
 
+#: src/components/live/EditLiveDialog.tsx:145
+msgid "Expires in {0} at {1}"
+msgstr ""
+
 #: src/lib/moderation/useGlobalLabelStrings.ts:47
 #: src/lib/moderation/useGlobalLabelStrings.ts:51
 msgid "Explicit or potentially disturbing media."
@@ -3040,15 +3101,15 @@ msgstr "血腥、露骨或災害等可能會引起不適的媒體內容。"
 msgid "Explicit sexual images."
 msgstr "露骨的色情圖片。"
 
-#: src/Navigation.tsx:649
+#: src/Navigation.tsx:652
 #: src/screens/Search/Shell.tsx:307
-#: src/view/shell/desktop/LeftNav.tsx:617
-#: src/view/shell/Drawer.tsx:386
+#: src/view/shell/desktop/LeftNav.tsx:635
+#: src/view/shell/Drawer.tsx:389
 msgid "Explore"
 msgstr "探索"
 
-#: src/screens/Settings/AccountSettings.tsx:137
-#: src/screens/Settings/AccountSettings.tsx:141
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:152
 msgid "Export my data"
 msgstr "匯出我的資料"
 
@@ -3071,12 +3132,12 @@ msgstr "外部媒體"
 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
 msgstr "外部媒體網站可能會收集有關您個人和裝置的資訊。在您按下「播放」按鈕之前,不會傳輸任何資料。"
 
-#: src/Navigation.tsx:344
+#: src/Navigation.tsx:347
 #: src/screens/Settings/ExternalMediaPreferences.tsx:31
 msgid "External Media Preferences"
 msgstr "外部媒體選項"
 
-#: src/screens/Messages/components/RequestButtons.tsx:208
+#: src/screens/Messages/components/RequestButtons.tsx:220
 msgctxt "toast"
 msgid "Failed to accept chat"
 msgstr "無法接受對話邀請"
@@ -3090,15 +3151,11 @@ msgstr "無法加入表情符號反應"
 msgid "Failed to change handle. Please try again."
 msgstr "無法變更帳號代碼,請再試一次。"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:32
-msgid "Failed to create a verification"
-msgstr ""
-
 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
 msgid "Failed to create app password. Please try again."
 msgstr "無法建立應用程式專用密碼,請再試一次。"
 
-#: src/components/dms/MessageProfileButton.tsx:39
+#: src/components/dms/MessageProfileButton.tsx:36
 msgid "Failed to create conversation"
 msgstr "無法建立對話"
 
@@ -3107,12 +3164,12 @@ msgstr "無法建立對話"
 msgid "Failed to create starter pack"
 msgstr "無法建立新手包"
 
-#: src/view/com/modals/CreateOrEditList.tsx:186
+#: src/view/com/modals/CreateOrEditList.tsx:184
 msgid "Failed to create the list. Check your internet connection and try again."
 msgstr "無法建立列表。請檢查您的網路連線,然後再試一次。"
 
-#: src/screens/Messages/components/RequestButtons.tsx:54
-#: src/screens/Messages/components/RequestButtons.tsx:267
+#: src/screens/Messages/components/RequestButtons.tsx:64
+#: src/screens/Messages/components/RequestButtons.tsx:291
 msgctxt "toast"
 msgid "Failed to delete chat"
 msgstr "無法刪除對話"
@@ -3121,7 +3178,7 @@ msgstr "無法刪除對話"
 msgid "Failed to delete message"
 msgstr "無法刪除訊息"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:210
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:215
 msgid "Failed to delete post, please try again"
 msgstr "無法刪除貼文,請再試一次"
 
@@ -3129,7 +3186,7 @@ msgstr "無法刪除貼文,請再試一次"
 msgid "Failed to delete starter pack"
 msgstr "無法刪除新手包"
 
-#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:244
 #: src/screens/Messages/Inbox.tsx:187
 msgid "Failed to load conversations"
 msgstr "無法載入對話"
@@ -3172,7 +3229,7 @@ msgstr "無法刪除表情符號反應"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:34
 msgid "Failed to remove verification"
-msgstr ""
+msgstr "無法撤回驗證"
 
 #: src/view/com/lightbox/Lightbox.tsx:46
 msgid "Failed to save image: {0}"
@@ -3195,15 +3252,29 @@ msgstr "無法儲存感興趣的主題。"
 msgid "Failed to send"
 msgstr "無法傳送"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:122
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:136
+msgid "Failed to send email, please try again."
+msgstr ""
+
 #: src/components/moderation/LabelsOnMeDialog.tsx:254
 #: src/screens/Messages/components/ChatDisabled.tsx:87
 msgid "Failed to submit appeal, please try again."
 msgstr "無法提交申訴,請再試一次。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:239
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:244
 msgid "Failed to toggle thread mute, please try again"
 msgstr "無法將討論串設為靜音,請再試一次"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:149
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:83
+msgid "Failed to update email 2FA settings"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:195
+msgid "Failed to update email, please try again."
+msgstr ""
+
 #: src/components/FeedCard.tsx:285
 msgid "Failed to update feeds"
 msgstr "無法更新動態"
@@ -3219,11 +3290,15 @@ msgstr "無法更新設定"
 msgid "Failed to upload video"
 msgstr "上傳影片失敗"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:168
+msgid "Failed to verify email, please try again."
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:360
 msgid "Failed to verify handle. Please try again."
 msgstr "無法驗證帳號代碼,請再試一次。"
 
-#: src/Navigation.tsx:260
+#: src/Navigation.tsx:263
 msgid "Feed"
 msgstr "動態源"
 
@@ -3242,24 +3317,24 @@ msgstr "切換動態源"
 
 #: src/view/shell/desktop/RightNav.tsx:102
 #: src/view/shell/desktop/RightNav.tsx:103
-#: src/view/shell/Drawer.tsx:340
+#: src/view/shell/Drawer.tsx:343
 msgid "Feedback"
 msgstr "意見回饋"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:294
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:299
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:314
 msgctxt "toast"
 msgid "Feedback sent!"
 msgstr "成功送出意見回饋!"
 
-#: src/Navigation.tsx:445
+#: src/Navigation.tsx:448
 #: src/screens/Search/SearchResults.tsx:68
 #: src/screens/StarterPack/StarterPackScreen.tsx:185
-#: src/view/screens/Feeds.tsx:508
-#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Feeds.tsx:511
+#: src/view/screens/Profile.tsx:230
 #: src/view/screens/SavedFeeds.tsx:96
-#: src/view/shell/desktop/LeftNav.tsx:655
-#: src/view/shell/Drawer.tsx:502
+#: src/view/shell/desktop/LeftNav.tsx:673
+#: src/view/shell/Drawer.tsx:505
 msgid "Feeds"
 msgstr "動態源"
 
@@ -3345,11 +3420,11 @@ msgid "Flexible"
 msgstr "靈活"
 
 #. User is not following this account, click to follow
-#: src/components/ProfileCard.tsx:400
-#: src/components/ProfileHoverCard/index.web.tsx:456
-#: src/components/ProfileHoverCard/index.web.tsx:467
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:236
-#: src/screens/VideoFeed/index.tsx:829
+#: src/components/ProfileCard.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:488
+#: src/components/ProfileHoverCard/index.web.tsx:499
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:226
+#: src/screens/VideoFeed/index.tsx:839
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:131
 msgid "Follow"
 msgstr "跟隨"
@@ -3359,19 +3434,15 @@ msgctxt "action"
 msgid "Follow"
 msgstr "跟隨"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:113
 msgid "Follow {0}"
 msgstr "跟隨 {0}"
 
-#: src/screens/VideoFeed/index.tsx:806
+#: src/screens/VideoFeed/index.tsx:816
 msgid "Follow {handle}"
 msgstr "跟隨 {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:68
-msgid "Follow {name}"
-msgstr "跟隨 {name}"
-
 #: src/components/ProgressGuide/List.tsx:52
 #: src/state/shell/progress-guide.tsx:229
 msgid "Follow 10 accounts"
@@ -3381,8 +3452,8 @@ msgstr "跟隨 10 個帳號"
 msgid "Follow 7 accounts"
 msgstr "跟隨 7 個帳號"
 
-#: src/view/com/profile/ProfileMenu.tsx:265
-#: src/view/com/profile/ProfileMenu.tsx:276
+#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:285
 msgid "Follow account"
 msgstr "跟隨帳號"
 
@@ -3391,7 +3462,7 @@ msgstr "跟隨帳號"
 msgid "Follow all"
 msgstr "全部跟隨"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:224
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:129
 msgid "Follow Back"
 msgstr "回跟"
@@ -3417,7 +3488,7 @@ msgstr "被您認識的 <0>{0}</0> 和 <1>{1}</1> 跟隨"
 msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
 msgstr "被您認識的 <0>{0}</0>, <1>{1}</1> 和{2, plural, one {其他 # 人跟隨} other {其他 # 人跟隨}}"
 
-#: src/Navigation.tsx:214
+#: src/Navigation.tsx:217
 msgid "Followers of @{0} that you know"
 msgstr "您認識的這些人也跟隨了 @{0}"
 
@@ -3427,36 +3498,32 @@ msgid "Followers you know"
 msgstr "您也認識的跟隨者"
 
 #. User is following this account, click to unfollow
-#: src/components/ProfileCard.tsx:394
-#: src/components/ProfileHoverCard/index.web.tsx:455
-#: src/components/ProfileHoverCard/index.web.tsx:466
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
-#: src/screens/VideoFeed/index.tsx:827
+#: src/components/ProfileCard.tsx:413
+#: src/components/ProfileHoverCard/index.web.tsx:487
+#: src/components/ProfileHoverCard/index.web.tsx:498
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:222
+#: src/screens/VideoFeed/index.tsx:837
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:134
-#: src/view/screens/Feeds.tsx:599
+#: src/view/screens/Feeds.tsx:602
 #: src/view/screens/SavedFeeds.tsx:422
 msgid "Following"
 msgstr "跟隨中"
 
-#: src/components/ProfileCard.tsx:357
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:101
+#: src/components/ProfileCard.tsx:376
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89
 msgid "Following {0}"
 msgstr "成功跟隨 {0}"
 
-#: src/screens/VideoFeed/index.tsx:805
+#: src/screens/VideoFeed/index.tsx:815
 msgid "Following {handle}"
 msgstr "成功跟隨 {handle}"
 
-#: src/view/com/posts/AviFollowButton.tsx:50
-msgid "Following {name}"
-msgstr "成功跟隨 {name}"
-
 #: src/screens/Settings/ContentAndMediaSettings.tsx:76
 #: src/screens/Settings/ContentAndMediaSettings.tsx:79
 msgid "Following feed preferences"
 msgstr "「Following」(跟隨中) 動態源選項"
 
-#: src/Navigation.tsx:331
+#: src/Navigation.tsx:334
 #: src/screens/Settings/FollowingFeedPreferences.tsx:53
 msgid "Following Feed Preferences"
 msgstr "「Following」(跟隨中) 動態源選項"
@@ -3524,7 +3591,7 @@ msgstr "頻繁發布不當內容"
 msgid "From @{sanitizedAuthor}"
 msgstr "來自 @{sanitizedAuthor}"
 
-#: src/view/com/posts/PostFeedItem.tsx:284
+#: src/view/com/posts/PostFeedItem.tsx:296
 msgctxt "from-feed"
 msgid "From <0/>"
 msgstr "來自 <0/>"
@@ -3533,18 +3600,20 @@ msgstr "來自 <0/>"
 msgid "Gallery"
 msgstr "相簿"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+#: src/components/StarterPack/ProfileStarterPacks.tsx:307
 msgid "Generate a starter pack"
 msgstr "產生一個新手包"
 
-#: src/view/shell/Drawer.tsx:344
+#: src/view/shell/Drawer.tsx:347
 msgid "Get help"
 msgstr "取得幫助"
 
-#: src/view/com/modals/VerifyEmail.tsx:197
-#: src/view/com/modals/VerifyEmail.tsx:199
-msgid "Get Started"
-msgstr "開始"
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:76
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86
+#: src/components/dialogs/VerifyEmailDialog.tsx:263
+#: src/components/dialogs/VerifyEmailDialog.tsx:269
+msgid "Get started"
+msgstr "開始吧"
 
 #: src/components/ProgressGuide/List.tsx:35
 msgid "Getting started"
@@ -3554,7 +3623,7 @@ msgstr "開始吧"
 msgid "GIF"
 msgstr "GIF"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:234
+#: src/screens/Onboarding/StepProfile/index.tsx:232
 msgid "Give your profile a face"
 msgstr "為您的個人檔案選擇大頭貼照"
 
@@ -3567,10 +3636,10 @@ msgstr "明顯違反法律或服務條款"
 #: src/components/moderation/ScreenHider.tsx:154
 #: src/components/moderation/ScreenHider.tsx:163
 #: src/screens/Messages/Inbox.tsx:228
-#: src/screens/Profile/ProfileFeed/index.tsx:89
+#: src/screens/Profile/ProfileFeed/index.tsx:92
 #: src/screens/VideoFeed/components/Header.tsx:163
-#: src/screens/VideoFeed/index.tsx:1108
-#: src/screens/VideoFeed/index.tsx:1112
+#: src/screens/VideoFeed/index.tsx:1118
+#: src/screens/VideoFeed/index.tsx:1122
 #: src/view/com/auth/LoggedOut.tsx:72
 #: src/view/screens/NotFound.tsx:57
 #: src/view/screens/ProfileList.tsx:1038
@@ -3581,7 +3650,7 @@ msgstr "返回"
 #: src/screens/List/ListHiddenScreen.tsx:224
 #: src/screens/Profile/ErrorState.tsx:62
 #: src/screens/Profile/ErrorState.tsx:66
-#: src/screens/Profile/ProfileFeed/index.tsx:94
+#: src/screens/Profile/ProfileFeed/index.tsx:97
 #: src/screens/StarterPack/StarterPackScreen.tsx:757
 #: src/view/screens/NotFound.tsx:56
 #: src/view/screens/ProfileList.tsx:1043
@@ -3605,7 +3674,23 @@ msgstr "前往首頁"
 msgid "Go Home"
 msgstr "前往首頁"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:193
+#: src/view/com/profile/ProfileMenu.tsx:308
+#: src/view/com/profile/ProfileMenu.tsx:315
+msgid "Go live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:106
+#: src/components/live/GoLiveDialog.tsx:111
+#: src/components/live/GoLiveDialog.tsx:323
+#: src/components/live/GoLiveDialog.tsx:332
+msgid "Go Live"
+msgstr ""
+
+#: src/components/live/GoLiveDialog.tsx:265
+msgid "Go live for"
+msgstr ""
+
+#: src/view/com/notifications/NotificationFeedItem.tsx:197
 msgid "Go to {firstAuthorName}'s profile"
 msgstr "前往 {firstAuthorName} 的個人檔案"
 
@@ -3638,8 +3723,8 @@ msgstr "敏感/寫實媒體"
 msgid "Half way there!"
 msgstr "已經完成一半了!"
 
-#: src/screens/Settings/AccountSettings.tsx:126
-#: src/screens/Settings/AccountSettings.tsx:131
+#: src/screens/Settings/AccountSettings.tsx:137
+#: src/screens/Settings/AccountSettings.tsx:142
 msgid "Handle"
 msgstr "帳號代碼"
 
@@ -3665,7 +3750,7 @@ msgstr "觸覺"
 msgid "Harassment, trolling, or intolerance"
 msgstr "騷擾、惡作劇或歧視行為"
 
-#: src/Navigation.tsx:415
+#: src/Navigation.tsx:418
 msgid "Hashtag"
 msgstr "標籤"
 
@@ -3673,19 +3758,24 @@ msgstr "標籤"
 msgid "Hashtag {tag}"
 msgstr "標籤 {tag}"
 
-#: src/screens/Signup/index.tsx:191
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:315
+msgid "Have a code? <0>Click here.</0>"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:195
 msgid "Having trouble?"
 msgstr "遇到問題?"
 
-#: src/screens/Settings/Settings.tsx:215
-#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:221
 #: src/view/shell/desktop/RightNav.tsx:120
 #: src/view/shell/desktop/RightNav.tsx:121
-#: src/view/shell/Drawer.tsx:353
+#: src/view/shell/Drawer.tsx:356
 msgid "Help"
 msgstr "幫助"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:237
+#: src/screens/Onboarding/StepProfile/index.tsx:235
 msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
 msgstr "透過上傳圖片或建立大頭貼照,讓大家知道您不是機器人。"
 
@@ -3698,7 +3788,7 @@ msgstr "以下是您的應用程式專用密碼!"
 msgid "Hidden"
 msgstr "隱藏"
 
-#: src/screens/VideoFeed/index.tsx:607
+#: src/screens/VideoFeed/index.tsx:617
 msgid "Hidden by your moderation settings."
 msgstr "您在內容篩選設定中選擇隱藏了此類影片。"
 
@@ -3715,12 +3805,12 @@ msgstr "隱藏列表"
 #: 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:778
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:811
 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110
 msgid "Hide"
 msgstr "隱藏"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:694
+#: src/view/com/notifications/NotificationFeedItem.tsx:696
 msgctxt "action"
 msgid "Hide"
 msgstr "隱藏"
@@ -3729,18 +3819,18 @@ msgstr "隱藏"
 msgid "Hide customization options"
 msgstr "隱藏自訂選項"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:587
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:593
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:620
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:626
 msgid "Hide post for me"
 msgstr "為我隱藏貼文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:604
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:614
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:637
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:647
 msgid "Hide reply for everyone"
 msgstr "為所有人隱藏回覆"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:592
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:619
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:625
 msgid "Hide reply for me"
 msgstr "為我隱藏回覆"
 
@@ -3748,12 +3838,12 @@ msgstr "為我隱藏回覆"
 msgid "Hide this card"
 msgstr "隱藏這張卡片"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
 msgid "Hide this post?"
 msgstr "要隱藏這則貼文嗎?"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:773
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:834
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:806
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:867
 msgid "Hide this reply?"
 msgstr "要隱藏這則回覆嗎?"
 
@@ -3771,14 +3861,14 @@ msgstr "要隱藏流行趨勢嗎?"
 msgid "Hide trending videos?"
 msgstr "要隱藏熱門影片嗎?"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:685
+#: src/view/com/notifications/NotificationFeedItem.tsx:687
 msgid "Hide user list"
 msgstr "隱藏用戶列表"
 
 #: src/screens/Moderation/VerificationSettings.tsx:81
 #: src/screens/Moderation/VerificationSettings.tsx:90
 msgid "Hide verification badges"
-msgstr ""
+msgstr "隱藏驗證標記"
 
 #: src/components/moderation/ContentHider.tsx:151
 #: src/components/moderation/PostHider.tsx:79
@@ -3817,11 +3907,11 @@ msgstr "抱歉,我們無法載入該內容管理服務。"
 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
 msgstr "等一下!我們正在逐步開放上傳影片功能。您還在等候名單中,請稍後再回來看看!"
 
-#: src/Navigation.tsx:644
-#: src/Navigation.tsx:664
-#: src/view/shell/bottom-bar/BottomBar.tsx:162
-#: src/view/shell/desktop/LeftNav.tsx:599
-#: src/view/shell/Drawer.tsx:412
+#: src/Navigation.tsx:647
+#: src/Navigation.tsx:667
+#: src/view/shell/bottom-bar/BottomBar.tsx:168
+#: src/view/shell/desktop/LeftNav.tsx:617
+#: src/view/shell/Drawer.tsx:415
 msgid "Home"
 msgstr "首頁"
 
@@ -3845,25 +3935,20 @@ msgstr "熱門"
 msgid "Hot replies first"
 msgstr "熱門回覆優先"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:41
+#: src/components/dialogs/InAppBrowserConsent.tsx:62
+#: src/components/dialogs/InAppBrowserConsent.tsx:66
 msgid "How should we open this link?"
 msgstr "我們該如何開啟這個連結?"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:189
+#: src/components/dialogs/ChangeEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:302
+#: src/components/dialogs/VerifyEmailDialog.tsx:309
 #: 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 "我有驗證碼"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:239
-#: src/components/dialogs/VerifyEmailDialog.tsx:246
-msgid "I Have a Code"
-msgstr "我有驗證碼"
-
-#: src/view/com/modals/VerifyEmail.tsx:224
-msgid "I have a confirmation code"
-msgstr "我有驗證碼"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:280
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:286
 msgid "I have my own domain"
@@ -3890,10 +3975,18 @@ msgstr "一旦您刪除這個列表,以後將無法再恢復。"
 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here.</0>"
 msgstr "如果您擁有自己的網域,可以將其設定為您的帳號代碼。同時還可以證明自己的身分。<0>瞭解詳情。</0>"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:764
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:270
+msgid "If you need to update your email, <0>click here</0>."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:797
 msgid "If you remove this post, you won't be able to recover it."
 msgstr "一旦您刪除這則貼文,以後將無法再恢復。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:208
+msgid "If you update your email address, email 2FA will be disabled."
+msgstr ""
+
 #: src/view/com/modals/ChangePassword.tsx:160
 msgid "If you want to change your password, we will send you a code to verify that this is your account."
 msgstr "如果您想變更密碼,我們將向您傳送一組驗證碼,以確認這是您的帳號。"
@@ -3915,18 +4008,19 @@ msgstr "違法"
 msgid "Image"
 msgstr "圖片"
 
-#: src/screens/Settings/AboutSettings.tsx:61
+#: src/screens/Settings/AboutSettings.tsx:64
 msgid "Image cache cleared"
-msgstr ""
+msgstr "成功清除圖片快取"
 
 #. Android-only toast message which includes amount of space freed using localized number formatting
-#: src/screens/Settings/AboutSettings.tsx:47
+#: src/screens/Settings/AboutSettings.tsx:50
 msgid "Image cache cleared, freed {0}"
-msgstr ""
+msgstr "成功清除圖片快取,釋放了 {0}"
 
 #: src/components/StarterPack/ShareDialog.tsx:76
-msgid "Image saved to your camera roll!"
-msgstr "圖片已儲存至您的裝置相簿!"
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Image saved"
+msgstr ""
 
 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49
 #: src/lib/moderation/useReportOptions.ts:49
@@ -3989,7 +4083,7 @@ msgstr "無效的雙重驗證碼。"
 msgid "Invalid handle. Please try a different one."
 msgstr "無法使用這個帳號代碼,請選擇不同的代碼再試一次。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:291
+#: src/view/com/post-thread/PostThreadItem.tsx:294
 msgid "Invalid or unsupported post record"
 msgstr "無效或不支援的貼文紀錄"
 
@@ -4041,12 +4135,12 @@ msgstr "這是正確的電子郵件地址"
 msgid "It's just you right now! Add more people to your starter pack by searching above."
 msgstr "現在新手包裡只有您一個人!使用上面的搜尋功能,將更多人新增到您的新手包中。"
 
-#: src/view/com/composer/Composer.tsx:1632
+#: src/view/com/composer/Composer.tsx:1612
 msgid "Job ID: {0}"
 msgstr "作業 ID:{0}"
 
 #. Link to a page with job openings at Bluesky
-#: src/view/com/auth/SplashScreen.web.tsx:178
+#: src/view/com/auth/SplashScreen.web.tsx:180
 msgid "Jobs"
 msgstr "工作"
 
@@ -4076,7 +4170,7 @@ msgid "Labeled by the author."
 msgstr "由發布者標記。"
 
 #: src/view/com/composer/labels/LabelsBtn.tsx:75
-#: src/view/screens/Profile.tsx:220
+#: src/view/screens/Profile.tsx:223
 msgid "Labels"
 msgstr "標記"
 
@@ -4100,13 +4194,13 @@ msgstr "您內容上的標記"
 msgid "Language selection"
 msgstr "語言選擇"
 
-#: src/Navigation.tsx:187
+#: src/Navigation.tsx:190
 msgid "Language Settings"
 msgstr "語言設定"
 
-#: src/screens/Settings/LanguageSettings.tsx:71
-#: src/screens/Settings/Settings.tsx:207
-#: src/screens/Settings/Settings.tsx:210
+#: src/screens/Settings/LanguageSettings.tsx:78
+#: src/screens/Settings/Settings.tsx:209
+#: src/screens/Settings/Settings.tsx:212
 msgid "Languages"
 msgstr "語言"
 
@@ -4124,20 +4218,20 @@ msgstr "最新"
 msgid "learn more"
 msgstr "瞭解詳情"
 
-#: src/components/verification/VerificationsDialog.tsx:163
-#: src/components/verification/VerifierDialog.tsx:132
+#: src/components/verification/VerificationsDialog.tsx:161
+#: src/components/verification/VerifierDialog.tsx:128
 #: src/screens/Moderation/VerificationSettings.tsx:47
-#: src/screens/Profile/Header/EditProfileDialog.tsx:360
+#: src/screens/Profile/Header/EditProfileDialog.tsx:359
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:212
-#: src/view/com/modals/EditProfile.tsx:208
+#: src/view/com/modals/EditProfile.tsx:207
 msgid "Learn more"
-msgstr ""
+msgstr "瞭解詳情"
 
 #: src/components/moderation/ScreenHider.tsx:140
 msgid "Learn More"
 msgstr "瞭解詳情"
 
-#: src/view/com/auth/SplashScreen.web.tsx:166
+#: src/view/com/auth/SplashScreen.web.tsx:168
 msgid "Learn more about Bluesky"
 msgstr "深入瞭解 Bluesky"
 
@@ -4158,10 +4252,10 @@ msgstr "深入瞭解套用於這項內容的內容管理措施。"
 msgid "Learn more about this warning"
 msgstr "深入瞭解這個警告"
 
-#: src/components/verification/VerificationsDialog.tsx:152
-#: src/components/verification/VerifierDialog.tsx:121
+#: src/components/verification/VerificationsDialog.tsx:150
+#: src/components/verification/VerifierDialog.tsx:117
 msgid "Learn more about verification on Bluesky"
-msgstr ""
+msgstr "深入瞭解 Bluesky 的驗證機制"
 
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102
@@ -4202,7 +4296,7 @@ msgstr "離開 Bluesky"
 msgid "left to go."
 msgstr "個人在排在您前面。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:316
+#: src/components/StarterPack/ProfileStarterPacks.tsx:323
 msgid "Let me choose"
 msgstr "讓我自己選擇"
 
@@ -4230,7 +4324,7 @@ msgstr "淺色"
 msgid "Like"
 msgstr "喜歡"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:315
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:317
 msgid "Like ({0, plural, one {# like} other {# likes}})"
 msgstr "喜歡 ({0, plural, one {# 個喜歡} other {# 個喜歡}})"
 
@@ -4247,12 +4341,12 @@ msgstr "喜歡 10 則貼文,以訓練「Discover」動態源"
 msgid "Like this feed"
 msgstr "對這個動態源表示喜歡"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:285
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:272
 msgid "Like this labeler"
 msgstr "對這個標記服務表示喜歡"
 
-#: src/Navigation.tsx:265
-#: src/Navigation.tsx:270
+#: src/Navigation.tsx:268
+#: src/Navigation.tsx:273
 msgid "Liked by"
 msgstr "表示喜歡的用戶"
 
@@ -4269,16 +4363,16 @@ msgstr "{0, plural, one {# 個用戶} other {# 個用戶}}表示喜歡"
 
 #: src/components/LabelingServiceCard/index.tsx:96
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:485
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:305
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:319
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:292
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:306
 msgid "Liked by {likeCount, plural, one {# user} other {# users}}"
 msgstr "{likeCount, plural, one {# 個用戶} other {# 個用戶}}表示喜歡"
 
-#: src/view/screens/Profile.tsx:226
+#: src/view/screens/Profile.tsx:229
 msgid "Likes"
 msgstr "喜歡"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:226
+#: src/view/com/post-thread/PostThreadItem.tsx:227
 msgid "Likes on this post"
 msgstr "這則貼文的喜歡數"
 
@@ -4287,11 +4381,11 @@ msgstr "這則貼文的喜歡數"
 msgid "Linear"
 msgstr "直列模式"
 
-#: src/Navigation.tsx:220
+#: src/Navigation.tsx:223
 msgid "List"
 msgstr "列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:241
+#: src/view/com/modals/CreateOrEditList.tsx:239
 msgid "List Avatar"
 msgstr "列表封面圖片"
 
@@ -4331,7 +4425,7 @@ msgctxt "toast"
 msgid "List muted"
 msgstr "成功靜音列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:255
+#: src/view/com/modals/CreateOrEditList.tsx:253
 msgid "List Name"
 msgstr "列表名稱"
 
@@ -4345,12 +4439,12 @@ msgctxt "toast"
 msgid "List unmuted"
 msgstr "成功取消靜音列表"
 
-#: src/Navigation.tsx:141
-#: src/view/screens/Lists.tsx:62
-#: src/view/screens/Profile.tsx:221
-#: src/view/screens/Profile.tsx:229
-#: src/view/shell/desktop/LeftNav.tsx:673
-#: src/view/shell/Drawer.tsx:517
+#: src/Navigation.tsx:144
+#: src/view/screens/Lists.tsx:65
+#: src/view/screens/Profile.tsx:224
+#: src/view/screens/Profile.tsx:232
+#: src/view/shell/desktop/LeftNav.tsx:691
+#: src/view/shell/Drawer.tsx:520
 msgid "Lists"
 msgstr "列表"
 
@@ -4358,6 +4452,22 @@ msgstr "列表"
 msgid "Lists blocking this user:"
 msgstr "封鎖這個用戶的列表:"
 
+#. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters
+#: src/components/live/LiveIndicator.tsx:46
+msgid "LIVE"
+msgstr ""
+
+#: src/components/live/LiveStatusDialog.tsx:207
+msgid "Live feature is in beta testing"
+msgstr ""
+
+#: src/components/live/EditLiveDialog.tsx:162
+#: src/components/live/EditLiveDialog.tsx:166
+#: src/components/live/GoLiveDialog.tsx:137
+#: src/components/live/GoLiveDialog.tsx:141
+msgid "Live link"
+msgstr ""
+
 #: src/screens/Search/Explore.tsx:87
 msgid "Load more"
 msgstr "載入更多"
@@ -4370,18 +4480,18 @@ msgstr "載入更多推薦動態源"
 msgid "Load new notifications"
 msgstr "載入更多通知"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:221
+#: src/screens/Profile/ProfileFeed/index.tsx:224
 #: src/screens/Profile/Sections/Feed.tsx:98
 #: src/view/com/feeds/FeedPage.tsx:155
 #: src/view/screens/ProfileList.tsx:878
 msgid "Load new posts"
 msgstr "載入更多貼文"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
 msgid "Loading..."
 msgstr "載入中……"
 
-#: src/Navigation.tsx:290
+#: src/Navigation.tsx:293
 msgid "Log"
 msgstr "記錄檔"
 
@@ -4394,7 +4504,7 @@ msgid "Logo by @sawaratsuki.bsky.social"
 msgstr "網站標誌由 @sawaratsuki.bsky.social 繪製"
 
 #: src/view/shell/desktop/RightNav.tsx:127
-#: src/view/shell/Drawer.tsx:655
+#: src/view/shell/Drawer.tsx:658
 msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
 msgstr "網站標誌由 <0>@sawaratsuki.bsky.social</0> 繪製"
 
@@ -4418,7 +4528,11 @@ msgstr "看起來您已經把所有動態源都取消釘選了。不過別擔心
 msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
 msgstr "看起來您少了一個「Following」動態源,<0>點一下這裡來加入。</0>"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:269
+#: src/components/dialogs/EmailDialog/index.tsx:41
+msgid "Make adjustments to email settings for your account"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:282
 msgid "Make one for me"
 msgstr "為我製作一個"
 
@@ -4433,7 +4547,7 @@ msgstr "管理儲存的動態源"
 
 #: src/screens/Moderation/index.tsx:283
 msgid "Manage verification settings"
-msgstr ""
+msgstr "管理驗證設定"
 
 #: src/components/dialogs/MutedWords.tsx:108
 msgid "Manage your muted words and tags"
@@ -4455,7 +4569,14 @@ msgstr "標記為已讀"
 msgid "Marked all as read"
 msgstr "成功全部標示為已讀"
 
-#: src/view/screens/Profile.tsx:224
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:90
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:97
+#: src/components/dialogs/VerifyEmailDialog.tsx:273
+#: src/components/dialogs/VerifyEmailDialog.tsx:281
+msgid "Maybe later"
+msgstr "之後再說"
+
+#: src/view/screens/Profile.tsx:227
 msgid "Media"
 msgstr "媒體"
 
@@ -4479,7 +4600,7 @@ msgstr "提及"
 msgid "Menu"
 msgstr "選單"
 
-#: src/components/dms/MessageProfileButton.tsx:103
+#: src/components/dms/MessageProfileButton.tsx:96
 msgid "Message {0}"
 msgstr "傳送訊息給 {0}"
 
@@ -4513,7 +4634,7 @@ msgstr "訊息太長了"
 msgid "Message options"
 msgstr "訊息選項"
 
-#: src/Navigation.tsx:659
+#: src/Navigation.tsx:662
 msgid "Messages"
 msgstr "訊息"
 
@@ -4532,10 +4653,10 @@ msgstr "誤導性帳號"
 msgid "Misleading Post"
 msgstr "誤導性貼文"
 
-#: src/Navigation.tsx:146
+#: src/Navigation.tsx:149
 #: src/screens/Moderation/index.tsx:93
-#: src/screens/Settings/Settings.tsx:175
-#: src/screens/Settings/Settings.tsx:178
+#: src/screens/Settings/Settings.tsx:177
+#: src/screens/Settings/Settings.tsx:180
 msgid "Moderation"
 msgstr "內容管理"
 
@@ -4557,12 +4678,12 @@ msgstr "來自 <0/> 的內容管理列表"
 msgid "Moderation list by you"
 msgstr "您的內容管理列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:177
+#: src/view/com/modals/CreateOrEditList.tsx:175
 msgctxt "toast"
 msgid "Moderation list created"
 msgstr "成功建立內容管理列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:163
+#: src/view/com/modals/CreateOrEditList.tsx:161
 msgctxt "toast"
 msgid "Moderation list updated"
 msgstr "成功更新內容管理列表"
@@ -4571,8 +4692,8 @@ msgstr "成功更新內容管理列表"
 msgid "Moderation lists"
 msgstr "內容管理列表"
 
-#: src/Navigation.tsx:151
-#: src/view/screens/ModerationModlists.tsx:62
+#: src/Navigation.tsx:154
+#: src/view/screens/ModerationModlists.tsx:65
 msgid "Moderation Lists"
 msgstr "內容管理列表"
 
@@ -4580,7 +4701,7 @@ msgstr "內容管理列表"
 msgid "moderation settings"
 msgstr "內容管理設定"
 
-#: src/Navigation.tsx:280
+#: src/Navigation.tsx:283
 msgid "Moderation states"
 msgstr "內容管理狀態"
 
@@ -4593,7 +4714,7 @@ msgstr "內容管理工具"
 msgid "Moderator has chosen to set a general warning on the content."
 msgstr "內容管理服務已對該內容標記普通警告。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:665
+#: src/view/com/post-thread/PostThreadItem.tsx:670
 msgid "More"
 msgstr "更多"
 
@@ -4602,8 +4723,8 @@ msgstr "更多"
 msgid "More feeds"
 msgstr "更多動態源"
 
-#: src/view/com/profile/ProfileMenu.tsx:207
-#: src/view/com/profile/ProfileMenu.tsx:213
+#: src/view/com/profile/ProfileMenu.tsx:216
+#: src/view/com/profile/ProfileMenu.tsx:222
 #: src/view/screens/ProfileList.tsx:750
 msgid "More options"
 msgstr "更多選項"
@@ -4637,10 +4758,10 @@ msgstr "靜音"
 msgid "Mute {tag}"
 msgstr "靜音 {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:325
-#: src/view/com/profile/ProfileMenu.tsx:332
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:675
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/profile/ProfileMenu.tsx:360
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:702
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:708
 msgid "Mute account"
 msgstr "靜音帳號"
 
@@ -4689,13 +4810,13 @@ msgstr "僅隱藏包含該標籤的貼文"
 msgid "Mute this word until you unmute it"
 msgstr "將這個字詞靜音,直到您取消靜音為止"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Mute thread"
 msgstr "靜音討論串"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:567
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:569
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:600
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:602
 msgid "Mute words & tags"
 msgstr "靜音字詞或標籤"
 
@@ -4703,12 +4824,12 @@ msgstr "靜音字詞或標籤"
 msgid "Muted accounts"
 msgstr "已靜音帳號"
 
-#: src/Navigation.tsx:156
-#: src/view/screens/ModerationMutedAccounts.tsx:123
+#: src/Navigation.tsx:159
+#: src/view/screens/ModerationMutedAccounts.tsx:118
 msgid "Muted Accounts"
 msgstr "已靜音帳號"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:135
+#: src/view/screens/ModerationMutedAccounts.tsx:204
 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
 msgstr "被靜音的帳號將不會出現在您的通知或動態中,且靜音列表僅對您自己可見。"
 
@@ -4729,15 +4850,15 @@ msgstr "您靜音的帳號僅對自己可見。他們仍然可以與您互動,
 msgid "My Birthday"
 msgstr "我的生日"
 
-#: src/view/screens/Feeds.tsx:699
+#: src/view/screens/Feeds.tsx:702
 msgid "My Feeds"
 msgstr "我的動態源"
 
-#: src/view/com/modals/CreateOrEditList.tsx:270
+#: src/view/com/modals/CreateOrEditList.tsx:268
 msgid "Name"
 msgstr "名稱"
 
-#: src/view/com/modals/CreateOrEditList.tsx:135
+#: src/view/com/modals/CreateOrEditList.tsx:133
 msgid "Name is required"
 msgstr "名稱是必填欄位"
 
@@ -4772,11 +4893,11 @@ msgstr "前往新手包"
 msgid "Navigates to the next screen"
 msgstr "前往下一個畫面"
 
-#: src/view/shell/Drawer.tsx:75
+#: src/view/shell/Drawer.tsx:77
 msgid "Navigates to your profile"
 msgstr "前往您的個人檔案"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:196
+#: src/components/dialogs/VerifyEmailDialog.tsx:234
 msgid "Need to change it?"
 msgstr "需要變更嗎?"
 
@@ -4797,21 +4918,26 @@ msgstr "算了,為我建立一個帳號代碼"
 msgid "New"
 msgstr "最新"
 
-#: src/view/screens/Lists.tsx:74
-#: src/view/screens/ModerationModlists.tsx:74
+#: src/view/screens/Lists.tsx:77
+#: src/view/screens/ModerationModlists.tsx:77
 msgctxt "action"
 msgid "New"
 msgstr "新增"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:65
-#: src/screens/Messages/ChatList.tsx:351
-#: src/screens/Messages/ChatList.tsx:358
+#: src/components/dms/dialogs/NewChatDialog.tsx:67
+#: src/screens/Messages/ChatList.tsx:364
+#: src/screens/Messages/ChatList.tsx:371
 msgid "New chat"
 msgstr "新對話"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:142
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:222
+msgid "New email address"
+msgstr "新的電子郵件地址"
+
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:63
 msgid "New Feature"
-msgstr ""
+msgstr "新功能"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:221
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:229
@@ -4819,8 +4945,8 @@ msgstr ""
 msgid "New handle"
 msgstr "新的帳號代碼"
 
-#: src/view/screens/Lists.tsx:66
-#: src/view/screens/ModerationModlists.tsx:66
+#: src/view/screens/Lists.tsx:69
+#: src/view/screens/ModerationModlists.tsx:69
 msgid "New list"
 msgstr "新列表"
 
@@ -4828,7 +4954,7 @@ msgstr "新列表"
 msgid "New messages"
 msgstr "新訊息"
 
-#: src/view/com/modals/CreateOrEditList.tsx:232
+#: src/view/com/modals/CreateOrEditList.tsx:230
 msgid "New Moderation List"
 msgstr "建立內容管理列表"
 
@@ -4840,10 +4966,10 @@ msgstr "新密碼"
 msgid "New Password"
 msgstr "新密碼"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:238
-#: src/view/screens/Feeds.tsx:549
+#: src/screens/Profile/ProfileFeed/index.tsx:241
+#: src/view/screens/Feeds.tsx:552
 #: src/view/screens/Notifications.tsx:165
-#: src/view/screens/Profile.tsx:507
+#: src/view/screens/Profile.tsx:510
 #: src/view/screens/ProfileList.tsx:250
 #: src/view/screens/ProfileList.tsx:288
 msgid "New post"
@@ -4854,7 +4980,7 @@ msgctxt "action"
 msgid "New post"
 msgstr "新貼文"
 
-#: src/view/shell/desktop/LeftNav.tsx:508
+#: src/view/shell/desktop/LeftNav.tsx:526
 msgctxt "action"
 msgid "New Post"
 msgstr "新貼文"
@@ -4863,7 +4989,7 @@ msgstr "新貼文"
 msgid "New user info dialog"
 msgstr "新用戶資訊對話框"
 
-#: src/view/com/modals/CreateOrEditList.tsx:227
+#: src/view/com/modals/CreateOrEditList.tsx:225
 msgid "New User List"
 msgstr "建立用戶列表"
 
@@ -4911,6 +5037,10 @@ msgstr "目前還沒有應用程式專用密碼"
 msgid "No DNS Panel"
 msgstr "無 DNS 控制台"
 
+#: src/components/live/EditLiveDialog.tsx:154
+msgid "No expiry set"
+msgstr ""
+
 #: src/components/dialogs/GifSelect.tsx:231
 msgid "No featured GIFs found. There may be an issue with Tenor."
 msgstr "找不到精選 GIF,Tenor 可能發生了一些問題。"
@@ -4924,8 +5054,8 @@ msgstr "找不到任何動態源。試試以其他關鍵字搜尋。"
 msgid "No likes yet"
 msgstr "目前還沒有喜歡"
 
-#: src/components/ProfileCard.tsx:379
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122
+#: src/components/ProfileCard.tsx:398
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
 msgid "No longer following {0}"
 msgstr "成功取消跟隨 {0}"
 
@@ -4962,8 +5092,8 @@ msgstr "目前還沒有引用"
 msgid "No reposts yet"
 msgstr "目前還沒有轉發"
 
-#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
-#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:172
 msgid "No result"
 msgstr "沒有結果"
 
@@ -4980,7 +5110,7 @@ msgstr "找不到符合「{0}」的結果。"
 msgid "No results found"
 msgstr "找不到結果"
 
-#: src/view/screens/Feeds.tsx:470
+#: src/view/screens/Feeds.tsx:473
 msgid "No results found for \"{query}\""
 msgstr "找不到符合「{query}」的結果"
 
@@ -5032,19 +5162,14 @@ msgstr "非色情裸露"
 msgid "Not followed by anyone you're following"
 msgstr "沒有被任何您認識的人跟隨"
 
-#: src/Navigation.tsx:136
-#: src/view/screens/Profile.tsx:122
+#: src/Navigation.tsx:139
+#: src/view/screens/Profile.tsx:125
 msgid "Not Found"
 msgstr "找不到"
 
-#: src/view/com/modals/VerifyEmail.tsx:254
-#: src/view/com/modals/VerifyEmail.tsx:260
-msgid "Not right now"
-msgstr "暫時略過"
-
-#: src/view/com/profile/ProfileMenu.tsx:442
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:791
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:361
+#: src/view/com/profile/ProfileMenu.tsx:470
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:824
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
 msgid "Note about sharing"
 msgstr "關於分享的注意事項"
 
@@ -5052,7 +5177,7 @@ msgstr "關於分享的注意事項"
 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
 msgstr "註:Bluesky 是一個開放的公共社群網路。這項設定僅限制您的內容在 Bluesky 官方應用程式和網站上的可見度,其他第三方應用程式可能不會遵循這項設定。您的內容仍可能被其他應用程式和網站顯示給未登入的用戶。"
 
-#: src/screens/Messages/ChatList.tsx:264
+#: src/screens/Messages/ChatList.tsx:265
 msgid "Nothing here"
 msgstr "空空如也"
 
@@ -5060,7 +5185,7 @@ msgstr "空空如也"
 msgid "Notification filters"
 msgstr "通知篩選器"
 
-#: src/Navigation.tsx:440
+#: src/Navigation.tsx:443
 #: src/view/screens/Notifications.tsx:134
 msgid "Notification settings"
 msgstr "通知設定"
@@ -5077,11 +5202,11 @@ msgstr "通知音效"
 msgid "Notification Sounds"
 msgstr "通知音效"
 
-#: src/Navigation.tsx:654
+#: src/Navigation.tsx:657
 #: src/view/screens/Notifications.tsx:128
-#: src/view/shell/bottom-bar/BottomBar.tsx:236
-#: src/view/shell/desktop/LeftNav.tsx:636
-#: src/view/shell/Drawer.tsx:465
+#: src/view/shell/bottom-bar/BottomBar.tsx:242
+#: src/view/shell/desktop/LeftNav.tsx:654
+#: src/view/shell/Drawer.tsx:468
 msgid "Notifications"
 msgstr "通知"
 
@@ -5117,7 +5242,7 @@ msgid "Oh no! Something went wrong."
 msgstr "糟糕!發生錯誤。"
 
 #. Confirm button text.
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:362
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:349
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:48
 #: src/screens/Settings/AppIconSettings/index.tsx:229
@@ -5125,7 +5250,7 @@ msgid "OK"
 msgstr "好的"
 
 #: src/screens/Login/PasswordUpdatedForm.tsx:37
-#: src/view/com/post-thread/PostThreadItem.tsx:915
+#: src/view/com/post-thread/PostThreadItem.tsx:920
 msgid "Okay"
 msgstr "好的"
 
@@ -5140,19 +5265,19 @@ msgstr "最舊回覆優先"
 msgid "on<0><1/><2><3/></2></0>"
 msgstr "在<0><1/><2><3/></2></0>"
 
-#: src/screens/Settings/Settings.tsx:346
+#: src/screens/Settings/Settings.tsx:358
 msgid "Onboarding reset"
 msgstr "重新開始入門引導"
 
-#: src/view/com/composer/Composer.tsx:354
+#: src/view/com/composer/Composer.tsx:342
 msgid "One or more GIFs is missing alt text."
 msgstr "至少有一張 GIF 缺少了替代文字。"
 
-#: src/view/com/composer/Composer.tsx:351
+#: src/view/com/composer/Composer.tsx:339
 msgid "One or more images is missing alt text."
 msgstr "至少有一張圖片缺少了替代文字。"
 
-#: src/view/com/composer/Composer.tsx:361
+#: src/view/com/composer/Composer.tsx:349
 msgid "One or more videos is missing alt text."
 msgstr "至少有一段影片缺少了替代文字。"
 
@@ -5168,7 +5293,7 @@ msgstr "只有{0}可以回覆。"
 msgid "Only contains letters, numbers, and hyphens"
 msgstr "只包含字母、數字和連字號 (-)"
 
-#: src/lib/media/picker.shared.ts:29
+#: src/lib/media/picker.shared.ts:32
 msgid "Only image files are supported"
 msgstr "僅支援圖片檔案"
 
@@ -5181,12 +5306,12 @@ msgid "Oops, something went wrong!"
 msgstr "糟糕,發生錯誤!"
 
 #: src/components/Lists.tsx:173
-#: src/components/StarterPack/ProfileStarterPacks.tsx:325
-#: src/components/StarterPack/ProfileStarterPacks.tsx:334
+#: src/components/StarterPack/ProfileStarterPacks.tsx:332
+#: src/components/StarterPack/ProfileStarterPacks.tsx:341
 #: src/screens/Settings/AppPasswords.tsx:59
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106
 #: src/screens/Settings/NotificationSettings.tsx:54
-#: src/view/screens/Profile.tsx:122
+#: src/view/screens/Profile.tsx:125
 msgid "Oops!"
 msgstr "糟糕!"
 
@@ -5194,11 +5319,7 @@ msgstr "糟糕!"
 msgid "Open"
 msgstr "開放"
 
-#: src/view/com/posts/AviFollowButton.tsx:86
-msgid "Open {name} profile shortcut menu"
-msgstr "開啟 {name} 個人檔案捷徑選單"
-
-#: src/screens/Onboarding/StepProfile/index.tsx:286
+#: src/screens/Onboarding/StepProfile/index.tsx:284
 msgid "Open avatar creator"
 msgstr "開啟大頭貼照建立工具"
 
@@ -5212,7 +5333,7 @@ msgid "Open drawer menu"
 msgstr "開啟側邊選單"
 
 #: src/screens/Messages/components/MessageInput.web.tsx:181
-#: src/view/com/composer/Composer.tsx:1292
+#: src/view/com/composer/Composer.tsx:1272
 msgid "Open emoji picker"
 msgstr "開啟表情符號選擇器"
 
@@ -5225,7 +5346,7 @@ msgstr "開啟動態源資訊介面"
 msgid "Open feed options menu"
 msgstr "開啟動態選項選單"
 
-#: src/components/dms/EmojiPopup.android.tsx:28
+#: src/components/dms/EmojiPopup.android.tsx:27
 msgid "Open full emoji list"
 msgstr "開啟完整表情符號列表"
 
@@ -5237,7 +5358,7 @@ msgstr "開啟至 {niceUrl} 的連結"
 msgid "Open message options"
 msgstr "開啟訊息選項"
 
-#: src/screens/Settings/Settings.tsx:372
+#: src/screens/Settings/Settings.tsx:395
 msgid "Open moderation debug page"
 msgstr "開啟內容管理偵錯頁面"
 
@@ -5249,20 +5370,25 @@ msgstr "開啟靜音字詞和標籤設定"
 msgid "Open pack"
 msgstr "開啟新手包"
 
-#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+#: src/view/com/util/forms/PostDropdownBtn.tsx:73
 msgid "Open post options menu"
 msgstr "開啟貼文選項選單"
 
+#: src/components/live/LiveStatusDialog.tsx:185
+#: src/components/live/LiveStatusDialog.tsx:195
+msgid "Open profile"
+msgstr ""
+
 #: src/screens/StarterPack/StarterPackScreen.tsx:561
 msgid "Open starter pack menu"
 msgstr "開啟新手包選單"
 
-#: src/screens/Settings/Settings.tsx:365
-#: src/screens/Settings/Settings.tsx:379
+#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:402
 msgid "Open storybook page"
 msgstr "開啟故事書頁面"
 
-#: src/screens/Settings/Settings.tsx:358
+#: src/screens/Settings/Settings.tsx:381
 msgid "Open system log"
 msgstr "開啟系統記錄"
 
@@ -5282,19 +5408,19 @@ msgstr "開啟對話框來選擇哪些人可以回覆此討論串"
 msgid "Opens additional details for a debug entry"
 msgstr "開啟偵錯項目的額外詳細資訊"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:45
+#: src/view/com/composer/videos/SubtitleDialog.tsx:44
 msgid "Opens alt text dialog"
 msgstr "開啟替代文字對話框"
 
-#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:71
 msgid "Opens camera on device"
 msgstr "開啟裝置相機"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:44
+#: src/view/com/composer/videos/SubtitleDialog.tsx:43
 msgid "Opens captions and alt text dialog"
 msgstr "開啟字幕和替代文字對話框"
 
-#: src/screens/Settings/AccountSettings.tsx:127
+#: src/screens/Settings/AccountSettings.tsx:138
 msgid "Opens change handle dialog"
 msgstr "開啟變更帳號代碼對話框"
 
@@ -5306,7 +5432,7 @@ msgstr "開啟編輯器"
 msgid "Opens device photo gallery"
 msgstr "開啟裝置相簿"
 
-#: src/view/com/composer/Composer.tsx:1293
+#: src/view/com/composer/Composer.tsx:1273
 msgid "Opens emoji picker"
 msgstr "開啟表情符號選擇器"
 
@@ -5324,7 +5450,7 @@ msgstr "開始登入您現有的 Bluesky 帳號流程"
 msgid "Opens GIF select dialog"
 msgstr "開啟 GIF 選擇對話框"
 
-#: src/screens/Settings/Settings.tsx:216
+#: src/screens/Settings/Settings.tsx:218
 msgid "Opens helpdesk in browser"
 msgstr "在瀏覽器中開啟說明中心"
 
@@ -5332,6 +5458,10 @@ msgstr "在瀏覽器中開啟說明中心"
 msgid "Opens list of invite codes"
 msgstr "開啟邀請碼列表"
 
+#: src/view/com/util/UserAvatar.tsx:559
+msgid "Opens live status dialog"
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:249
 msgid "Opens password reset form"
 msgstr "開啟密碼重設表單"
@@ -5340,12 +5470,12 @@ msgstr "開啟密碼重設表單"
 msgid "Opens the linked website"
 msgstr "開啟網站連結"
 
-#: src/view/com/notifications/NotificationFeedItem.tsx:788
-#: src/view/com/util/UserAvatar.tsx:465
+#: src/view/com/notifications/NotificationFeedItem.tsx:790
+#: src/view/com/util/UserAvatar.tsx:577
 msgid "Opens this profile"
 msgstr "開啟這個個人檔案"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:103
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
 msgid "Opens video picker"
 msgstr "開啟影片選擇器"
 
@@ -5392,7 +5522,7 @@ msgstr "OTA 狀態:沒有更新"
 msgid "Other"
 msgstr "其他"
 
-#: src/components/AccountList.tsx:87
+#: src/components/AccountList.tsx:88
 msgid "Other account"
 msgstr "其他帳號"
 
@@ -5418,8 +5548,8 @@ msgid "Page Not Found"
 msgstr "頁面不存在"
 
 #: src/screens/Login/LoginForm.tsx:228
-#: src/screens/Settings/AccountSettings.tsx:117
-#: src/screens/Settings/AccountSettings.tsx:121
+#: src/screens/Settings/AccountSettings.tsx:128
+#: src/screens/Settings/AccountSettings.tsx:132
 #: src/screens/Signup/StepInfo/index.tsx:228
 #: src/view/com/modals/DeleteAccount.tsx:239
 #: src/view/com/modals/DeleteAccount.tsx:246
@@ -5458,11 +5588,11 @@ msgstr "暫停影片"
 msgid "People"
 msgstr "用戶"
 
-#: src/Navigation.tsx:207
+#: src/Navigation.tsx:210
 msgid "People followed by @{0}"
 msgstr "被 @{0} 跟隨的人"
 
-#: src/Navigation.tsx:200
+#: src/Navigation.tsx:203
 msgid "People following @{0}"
 msgstr "跟隨 @{0} 的人"
 
@@ -5508,12 +5638,12 @@ msgstr "釘選到首頁"
 msgid "Pin to Home"
 msgstr "釘選到首頁"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:444
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:463
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
 msgid "Pin to your profile"
 msgstr "釘選到您的個人檔案"
 
-#: src/view/com/posts/PostFeedItem.tsx:365
+#: src/view/com/posts/PostFeedItem.tsx:377
 msgid "Pinned"
 msgstr "已釘選"
 
@@ -5578,14 +5708,14 @@ msgstr "請選擇您的帳號代碼。"
 msgid "Please choose your password."
 msgstr "請設定您的密碼。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:290
+msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky."
+msgstr ""
+
 #: src/screens/Signup/state.ts:301
 msgid "Please complete the verification captcha."
 msgstr "請完成人機驗證 (Captcha)。"
 
-#: 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 "請在變更前確認您的電子郵件地址。這是在電子郵件更新工具加入前的暫時性要求,很快就會被移除。"
-
 #: src/screens/Signup/StepInfo/index.tsx:109
 msgid "Please double-check that you have entered your email address correctly."
 msgstr "請再次確認您是否輸入了正確的電子郵件地址。"
@@ -5602,10 +5732,28 @@ msgstr "請輸入密碼,必須至少包含 8 個字元。"
 msgid "Please enter a unique name for this app password or use our randomly generated one."
 msgstr "請為這個應用程式專用密碼選擇一個名稱,或直接使用我們隨機產生的名稱。"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:131
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:135
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:145
+msgid "Please enter a valid code."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:148
+msgid "Please enter a valid email address."
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:86
 msgid "Please enter a valid word, tag, or phrase to mute"
 msgstr "請輸入有效的字詞或標籤以靜音內容"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:257
+msgid "Please enter the code we sent to <0>{0}</0> below."
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:247
+msgid "Please enter the security code we sent to your previous email address."
+msgstr ""
+
 #: src/screens/Signup/state.ts:262
 #: src/screens/Signup/StepInfo/index.tsx:91
 msgid "Please enter your email."
@@ -5615,6 +5763,10 @@ msgstr "請輸入您的電子郵件地址。"
 msgid "Please enter your invite code."
 msgstr "請輸入您的邀請碼。"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:217
+msgid "Please enter your new email address."
+msgstr ""
+
 #: src/screens/Login/LoginForm.tsx:99
 msgid "Please enter your password"
 msgstr "請輸入您的密碼"
@@ -5648,7 +5800,11 @@ msgstr "請選擇您要檢舉的違規項目"
 msgid "Please sign in as @{0}"
 msgstr "請以 @{0} 的身分登入"
 
-#: src/view/com/modals/VerifyEmail.tsx:109
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62
+msgid "Please verify your email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:108
 msgid "Please Verify Your Email"
 msgstr "請驗證您的電子信箱"
 
@@ -5662,7 +5818,7 @@ msgstr "政治"
 msgid "Porn"
 msgstr "色情"
 
-#: src/view/com/composer/Composer.tsx:1008
+#: src/view/com/composer/Composer.tsx:987
 msgctxt "action"
 msgid "Post"
 msgstr "發布"
@@ -5672,23 +5828,23 @@ msgctxt "description"
 msgid "Post"
 msgstr "貼文"
 
-#: src/view/com/composer/Composer.tsx:1006
+#: src/view/com/composer/Composer.tsx:985
 msgctxt "action"
 msgid "Post All"
 msgstr "全部發布"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:218
+#: src/view/com/post-thread/PostThreadItem.tsx:219
 msgid "Post by {0}"
 msgstr "{0} 的貼文"
 
-#: src/Navigation.tsx:233
-#: src/Navigation.tsx:240
-#: src/Navigation.tsx:247
-#: src/Navigation.tsx:254
+#: src/Navigation.tsx:236
+#: src/Navigation.tsx:243
+#: src/Navigation.tsx:250
+#: src/Navigation.tsx:257
 msgid "Post by @{0}"
 msgstr "@{0} 的貼文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:190
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
 msgctxt "toast"
 msgid "Post deleted"
 msgstr "成功刪除貼文"
@@ -5697,7 +5853,7 @@ msgstr "成功刪除貼文"
 msgid "Post failed to upload. Please check your Internet connection and try again."
 msgstr "貼文發布失敗。請檢查您的網路連線,然後再試一次。"
 
-#: src/screens/VideoFeed/index.tsx:512
+#: src/screens/VideoFeed/index.tsx:522
 msgid "Post has been deleted"
 msgstr "貼文已被刪除"
 
@@ -5719,7 +5875,7 @@ msgstr "這則貼文被您隱藏"
 msgid "Post interaction settings"
 msgstr "貼文互動設定"
 
-#: src/Navigation.tsx:167
+#: src/Navigation.tsx:170
 #: src/screens/ModerationInteractionSettings/index.tsx:34
 msgid "Post Interaction Settings"
 msgstr "貼文互動設定"
@@ -5748,7 +5904,7 @@ msgid "Post unpinned"
 msgstr "成功取消釘選貼文"
 
 #: src/screens/StarterPack/StarterPackScreen.tsx:186
-#: src/view/screens/Profile.tsx:222
+#: src/view/screens/Profile.tsx:225
 #: src/view/screens/ProfileList.tsx:170
 msgid "Posts"
 msgstr "貼文"
@@ -5789,7 +5945,7 @@ msgstr "點此以檢視哪些您認識的人也跟隨了此帳號"
 msgid "Previous image"
 msgstr "上一張圖片"
 
-#: src/screens/Settings/LanguageSettings.tsx:166
+#: src/screens/Settings/LanguageSettings.tsx:120
 msgid "Primary Language"
 msgstr "慣用語言"
 
@@ -5807,26 +5963,26 @@ msgstr "優先通知"
 msgid "Privacy"
 msgstr "隱私"
 
-#: src/screens/Settings/Settings.tsx:169
-#: src/screens/Settings/Settings.tsx:172
+#: src/screens/Settings/Settings.tsx:171
+#: src/screens/Settings/Settings.tsx:174
 msgid "Privacy and security"
 msgstr "隱私與安全"
 
-#: src/Navigation.tsx:376
+#: src/Navigation.tsx:379
 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36
 msgid "Privacy and Security"
 msgstr "隱私與安全"
 
-#: src/Navigation.tsx:300
-#: src/screens/Settings/AboutSettings.tsx:89
+#: src/Navigation.tsx:303
 #: src/screens/Settings/AboutSettings.tsx:92
+#: src/screens/Settings/AboutSettings.tsx:95
 #: src/view/screens/PrivacyPolicy.tsx:31
-#: src/view/shell/Drawer.tsx:650
-#: src/view/shell/Drawer.tsx:651
+#: src/view/shell/Drawer.tsx:653
+#: src/view/shell/Drawer.tsx:654
 msgid "Privacy Policy"
 msgstr "隱私權政策"
 
-#: src/view/com/composer/Composer.tsx:1695
+#: src/view/com/composer/Composer.tsx:1675
 msgid "Processing video..."
 msgstr "正在處理影片……"
 
@@ -5836,19 +5992,19 @@ msgid "Processing..."
 msgstr "處理中……"
 
 #: src/view/screens/DebugMod.tsx:926
-#: src/view/screens/Profile.tsx:361
+#: src/view/screens/Profile.tsx:364
 msgid "profile"
 msgstr "個人檔案"
 
-#: src/view/shell/bottom-bar/BottomBar.tsx:286
-#: src/view/shell/desktop/LeftNav.tsx:691
-#: src/view/shell/Drawer.tsx:74
-#: src/view/shell/Drawer.tsx:542
+#: src/view/shell/bottom-bar/BottomBar.tsx:306
+#: src/view/shell/desktop/LeftNav.tsx:709
+#: src/view/shell/Drawer.tsx:76
+#: src/view/shell/Drawer.tsx:545
 msgid "Profile"
 msgstr "個人檔案"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:198
-#: src/view/com/modals/EditProfile.tsx:127
+#: src/screens/Profile/Header/EditProfileDialog.tsx:196
+#: src/view/com/modals/EditProfile.tsx:128
 msgctxt "toast"
 msgid "Profile updated"
 msgstr "成功更新個人檔案"
@@ -5866,22 +6022,22 @@ msgid "Public, sharable lists which can be used to drive feeds."
 msgstr "公開、可分享的列表,也可作為動態源來使用。"
 
 #. Accessibility label for button to publish a single post
-#: src/view/com/composer/Composer.tsx:988
+#: src/view/com/composer/Composer.tsx:967
 msgid "Publish post"
 msgstr "發布貼文"
 
 #. Accessibility label for button to publish multiple posts in a thread
-#: src/view/com/composer/Composer.tsx:981
+#: src/view/com/composer/Composer.tsx:960
 msgid "Publish posts"
 msgstr "發布貼文"
 
 #. Accessibility label for button to publish multiple replies in a thread
-#: src/view/com/composer/Composer.tsx:966
+#: src/view/com/composer/Composer.tsx:945
 msgid "Publish replies"
 msgstr "發布回覆"
 
 #. Accessibility label for button to publish a single reply
-#: src/view/com/composer/Composer.tsx:973
+#: src/view/com/composer/Composer.tsx:952
 msgid "Publish reply"
 msgstr "發布回覆"
 
@@ -5904,11 +6060,11 @@ msgstr "QR Code 已儲存至您的裝置相簿!"
 msgid "Quote post"
 msgstr "引用貼文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:331
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:343
 msgid "Quote post was re-attached"
 msgstr "引用已重新連結"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:330
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:342
 msgid "Quote post was successfully detached"
 msgstr "成功分離貼文引用"
 
@@ -5927,7 +6083,7 @@ msgstr "引用設定"
 msgid "Quotes"
 msgstr "引用"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:252
+#: src/view/com/post-thread/PostThreadItem.tsx:253
 msgid "Quotes of this post"
 msgstr "引用這則貼文"
 
@@ -5942,8 +6098,8 @@ msgstr "隨機顯示 (或稱發文者大風吹)"
 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:629
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:639
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:662
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
 msgid "Re-attach quote"
 msgstr "重新連結引用"
 
@@ -5958,17 +6114,17 @@ msgstr "重新啟用您的帳號"
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:158
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:169
 msgid "Read blog post"
-msgstr ""
+msgstr "閱讀部落格文章"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read less"
 msgstr "閱讀較少"
 
-#: src/screens/VideoFeed/index.tsx:942
+#: src/screens/VideoFeed/index.tsx:952
 msgid "Read more"
 msgstr "閱讀更多"
 
-#: src/view/com/auth/SplashScreen.web.tsx:171
+#: src/view/com/auth/SplashScreen.web.tsx:173
 msgid "Read the Bluesky blog"
 msgstr "閱讀 Bluesky 部落格"
 
@@ -6004,15 +6160,15 @@ msgid "Reconnect"
 msgstr "重新連線"
 
 #. Reject a chat request, this opens a menu with options
-#: src/screens/Messages/components/RequestButtons.tsx:114
+#: src/screens/Messages/components/RequestButtons.tsx:124
 msgid "Reject"
 msgstr "拒絕"
 
-#: src/screens/Messages/components/RequestButtons.tsx:102
+#: src/screens/Messages/components/RequestButtons.tsx:112
 msgid "Reject chat request"
 msgstr "拒絕對話邀請"
 
-#: src/screens/Messages/ChatList.tsx:247
+#: src/screens/Messages/ChatList.tsx:248
 #: src/screens/Messages/Inbox.tsx:191
 msgid "Reload conversations"
 msgstr "重新載入對話"
@@ -6022,7 +6178,7 @@ msgstr "重新載入對話"
 #: src/components/FeedCard.tsx:343
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:102
 #: src/components/StarterPack/Wizard/WizardListCard.tsx:109
-#: src/screens/Settings/Settings.tsx:510
+#: src/screens/Settings/Settings.tsx:543
 #: src/view/com/feeds/FeedSourceCard.tsx:322
 #: src/view/com/modals/UserAddRemoveLists.tsx:235
 #: src/view/com/posts/PostFeedErrorMessage.tsx:213
@@ -6033,12 +6189,12 @@ msgstr "刪除"
 msgid "Remove {displayName} from starter pack"
 msgstr "從您的新手包刪除 {displayName}"
 
-#: src/screens/Search/components/SearchHistory.tsx:97
+#: src/screens/Search/components/SearchHistory.tsx:94
 msgid "Remove {historyItem}"
 msgstr "刪除 {historyItem}"
 
-#: src/screens/Settings/Settings.tsx:489
-#: src/screens/Settings/Settings.tsx:492
+#: src/screens/Settings/Settings.tsx:522
+#: src/screens/Settings/Settings.tsx:525
 msgid "Remove account"
 msgstr "移除帳號"
 
@@ -6046,13 +6202,13 @@ msgstr "移除帳號"
 msgid "Remove attachment"
 msgstr "復原貼文分離"
 
-#: src/view/com/util/UserAvatar.tsx:416
-#: src/view/com/util/UserAvatar.tsx:419
+#: src/view/com/util/UserAvatar.tsx:485
+#: src/view/com/util/UserAvatar.tsx:488
 msgid "Remove Avatar"
 msgstr "刪除大頭貼照"
 
-#: src/view/com/util/UserBanner.tsx:152
-#: src/view/com/util/UserBanner.tsx:155
+#: src/view/com/util/UserBanner.tsx:186
+#: src/view/com/util/UserBanner.tsx:189
 msgid "Remove Banner"
 msgstr "刪除橫幅"
 
@@ -6079,7 +6235,7 @@ msgstr "要刪除動態源嗎?"
 msgid "Remove from my feeds"
 msgstr "從我的動態源中刪除"
 
-#: src/screens/Settings/Settings.tsx:502
+#: src/screens/Settings/Settings.tsx:535
 msgid "Remove from quick access?"
 msgstr "要從快速存取中移除嗎?"
 
@@ -6097,11 +6253,16 @@ msgstr "要從您的動態源中刪除嗎?"
 msgid "Remove image"
 msgstr "刪除圖片"
 
+#: src/components/live/EditLiveDialog.tsx:332
+#: src/components/live/EditLiveDialog.tsx:339
+msgid "Remove live status"
+msgstr ""
+
 #: src/components/dialogs/MutedWords.tsx:523
 msgid "Remove mute word from your list"
 msgstr "從您的列表中刪除靜音字詞"
 
-#: src/screens/Search/components/SearchHistory.tsx:178
+#: src/screens/Search/components/SearchHistory.tsx:167
 msgid "Remove profile"
 msgstr "刪除個人檔案"
 
@@ -6114,7 +6275,7 @@ msgstr "刪除引用貼文"
 msgid "Remove repost"
 msgstr "刪除轉發"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:260
+#: src/view/com/composer/videos/SubtitleDialog.tsx:261
 msgid "Remove subtitle file"
 msgstr "移除字幕檔案"
 
@@ -6124,18 +6285,18 @@ msgstr "將這個動態源從已儲存的動態源中刪除"
 
 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:157
 msgid "Remove user from list"
-msgstr ""
+msgstr "從列表中刪除用戶"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:46
-#: src/components/verification/VerificationsDialog.tsx:227
-#: src/view/com/profile/ProfileMenu.tsx:298
-#: src/view/com/profile/ProfileMenu.tsx:301
+#: src/components/verification/VerificationsDialog.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:326
+#: src/view/com/profile/ProfileMenu.tsx:329
 msgid "Remove verification"
-msgstr ""
+msgstr "撤回驗證"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:44
 msgid "Remove your verification for this account?"
-msgstr ""
+msgstr "要撤回您對這個帳號的驗證嗎?"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:110
 msgid "Removed by author"
@@ -6166,11 +6327,7 @@ msgstr "成功從您的動態源中刪除"
 
 #: src/components/verification/VerificationRemovePrompt.tsx:32
 msgid "Removed verification"
-msgstr ""
-
-#: src/screens/Search/components/SearchHistory.tsx:179
-msgid "Removes profile from search history"
-msgstr "從搜尋紀錄中刪除個人檔案"
+msgstr "已撤回驗證"
 
 #: src/view/com/util/post-embeds/QuoteEmbed.tsx:291
 msgid "Removes quoted post"
@@ -6181,7 +6338,7 @@ msgstr "刪除已轉發貼文"
 msgid "Replace with Discover"
 msgstr "取代為「Discover」動態源"
 
-#: src/view/screens/Profile.tsx:223
+#: src/view/screens/Profile.tsx:226
 msgid "Replies"
 msgstr "回覆"
 
@@ -6193,12 +6350,12 @@ msgstr "已關閉回覆"
 msgid "Replies to this post are disabled."
 msgstr "這則貼文的回覆已關閉。"
 
-#: src/view/com/composer/Composer.tsx:1004
+#: src/view/com/composer/Composer.tsx:983
 msgctxt "action"
 msgid "Reply"
 msgstr "回覆"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:267
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:269
 msgid "Reply ({0, plural, one {# reply} other {# replies}})"
 msgstr "回覆 ({0, plural, one {# 則回覆} other {# 則回覆}})"
 
@@ -6224,34 +6381,34 @@ msgstr "由此討論串的發布者選擇的回覆設定"
 msgid "Reply sorting"
 msgstr "回覆排序"
 
-#: src/view/com/post/Post.tsx:204
-#: src/view/com/posts/PostFeedItem.tsx:559
+#: src/view/com/post/Post.tsx:205
+#: src/view/com/posts/PostFeedItem.tsx:571
 msgctxt "description"
 msgid "Reply to <0><1/></0>"
 msgstr "對 <0><1/></0> 回覆"
 
-#: src/view/com/posts/PostFeedItem.tsx:550
+#: src/view/com/posts/PostFeedItem.tsx:562
 msgctxt "description"
 msgid "Reply to a blocked post"
 msgstr "對被封鎖的貼文回覆"
 
-#: src/view/com/posts/PostFeedItem.tsx:552
+#: src/view/com/posts/PostFeedItem.tsx:564
 msgctxt "description"
 msgid "Reply to a post"
 msgstr "對貼文回覆"
 
-#: src/view/com/post/Post.tsx:202
-#: src/view/com/posts/PostFeedItem.tsx:556
+#: src/view/com/post/Post.tsx:203
+#: src/view/com/posts/PostFeedItem.tsx:568
 msgctxt "description"
 msgid "Reply to you"
 msgstr "對您回覆"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:375
 msgctxt "toast"
 msgid "Reply visibility updated"
 msgstr "成功更新回覆可見度"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:362
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:374
 msgid "Reply was successfully hidden"
 msgstr "成功隱藏回覆"
 
@@ -6261,16 +6418,16 @@ msgstr "成功隱藏回覆"
 msgid "Report"
 msgstr "檢舉"
 
-#: src/view/com/profile/ProfileMenu.tsx:365
-#: src/view/com/profile/ProfileMenu.tsx:368
+#: src/view/com/profile/ProfileMenu.tsx:393
+#: src/view/com/profile/ProfileMenu.tsx:396
 msgid "Report account"
 msgstr "檢舉帳號"
 
 #: src/components/dms/ConvoMenu.tsx:255
 #: src/components/dms/ConvoMenu.tsx:258
 #: src/components/dms/ReportConversationPrompt.tsx:17
-#: src/screens/Messages/components/RequestButtons.tsx:145
-#: src/screens/Messages/components/RequestButtons.tsx:148
+#: src/screens/Messages/components/RequestButtons.tsx:155
+#: src/screens/Messages/components/RequestButtons.tsx:158
 msgid "Report conversation"
 msgstr "檢舉對話"
 
@@ -6293,8 +6450,8 @@ msgstr "檢舉列表"
 msgid "Report message"
 msgstr "檢舉訊息"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:695
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:697
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:728
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:730
 msgid "Report post"
 msgstr "檢舉貼文"
 
@@ -6369,26 +6526,26 @@ msgstr "轉發或引用貼文"
 msgid "Reposted By"
 msgstr "轉發"
 
-#: src/view/com/posts/PostFeedItem.tsx:305
+#: src/view/com/posts/PostFeedItem.tsx:317
 msgid "Reposted by {0}"
 msgstr "由 {0} 轉發"
 
-#: src/view/com/posts/PostFeedItem.tsx:324
+#: src/view/com/posts/PostFeedItem.tsx:336
 msgid "Reposted by <0><1/></0>"
 msgstr "由 <0><1/></0> 轉發"
 
-#: src/view/com/posts/PostFeedItem.tsx:303
-#: src/view/com/posts/PostFeedItem.tsx:322
+#: src/view/com/posts/PostFeedItem.tsx:315
+#: src/view/com/posts/PostFeedItem.tsx:334
 msgid "Reposted by you"
 msgstr "由您轉發"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:231
+#: src/view/com/post-thread/PostThreadItem.tsx:232
 msgid "Reposts of this post"
 msgstr "轉發這則貼文"
 
-#: src/view/com/modals/ChangeEmail.tsx:176
-#: src/view/com/modals/ChangeEmail.tsx:178
-msgid "Request Change"
+#: src/components/dialogs/ChangeEmailDialog.tsx:175
+#: src/components/dialogs/ChangeEmailDialog.tsx:182
+msgid "Request change"
 msgstr "請求變更"
 
 #: src/view/com/modals/ChangePassword.tsx:253
@@ -6401,7 +6558,7 @@ msgstr "請求代碼"
 msgid "Require alt text before posting"
 msgstr "要求發布前提供替代文字"
 
-#: src/screens/Settings/components/Email2FAToggle.tsx:54
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:96
 msgid "Require an email code to sign in to your account."
 msgstr "登入時要求電子郵件驗證碼。"
 
@@ -6413,13 +6570,19 @@ msgstr "此服務提供者要求必填"
 msgid "Required in your region"
 msgstr "您所在的區域要求必填"
 
+#: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40
+msgid "Resend"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:217
+#: src/components/dialogs/ChangeEmailDialog.tsx:227
+#: src/components/dialogs/VerifyEmailDialog.tsx:330
+#: src/components/dialogs/VerifyEmailDialog.tsx:340
 #: 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 "重新傳送電子郵件"
@@ -6436,8 +6599,8 @@ msgstr "重設碼"
 msgid "Reset Code"
 msgstr "重設碼"
 
-#: src/screens/Settings/Settings.tsx:386
-#: src/screens/Settings/Settings.tsx:388
+#: src/screens/Settings/Settings.tsx:409
+#: src/screens/Settings/Settings.tsx:411
 msgid "Reset onboarding state"
 msgstr "重設入門引導進度"
 
@@ -6458,10 +6621,10 @@ msgstr "重新執行上一個出現錯誤的動作"
 #: src/components/Error.tsx:65
 #: src/components/Lists.tsx:110
 #: src/components/moderation/ReportDialog/index.tsx:221
-#: src/components/StarterPack/ProfileStarterPacks.tsx:339
+#: src/components/StarterPack/ProfileStarterPacks.tsx:346
 #: src/screens/Login/LoginForm.tsx:323
 #: src/screens/Login/LoginForm.tsx:330
-#: src/screens/Messages/ChatList.tsx:253
+#: src/screens/Messages/ChatList.tsx:254
 #: src/screens/Messages/components/MessageListError.tsx:25
 #: src/screens/Messages/Inbox.tsx:197
 #: src/screens/Onboarding/StepInterests/index.tsx:217
@@ -6488,9 +6651,9 @@ msgstr "返回上一頁"
 msgid "Returns to home page"
 msgstr "返回首頁"
 
-#: src/screens/Profile/ProfileFeed/index.tsx:90
+#: src/screens/Profile/ProfileFeed/index.tsx:93
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:559
-#: src/screens/VideoFeed/index.tsx:1109
+#: src/screens/VideoFeed/index.tsx:1119
 #: src/view/screens/NotFound.tsx:60
 #: src/view/screens/ProfileList.tsx:1039
 msgid "Returns to previous page"
@@ -6503,24 +6666,26 @@ msgstr "返回上一步"
 #: src/components/dialogs/BirthDateSettings.tsx:121
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:479
 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:485
+#: src/components/live/EditLiveDialog.tsx:308
+#: src/components/live/EditLiveDialog.tsx:315
 #: src/components/StarterPack/QrCodeDialog.tsx:191
-#: src/screens/Profile/Header/EditProfileDialog.tsx:245
-#: src/screens/Profile/Header/EditProfileDialog.tsx:259
+#: src/screens/Profile/Header/EditProfileDialog.tsx:243
+#: src/screens/Profile/Header/EditProfileDialog.tsx:257
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:262
 #: src/view/com/composer/GifAltText.tsx:193
 #: src/view/com/composer/GifAltText.tsx:202
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
-#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:75
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:153
 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163
-#: src/view/com/modals/CreateOrEditList.tsx:317
-#: src/view/com/modals/EditProfile.tsx:245
+#: src/view/com/modals/CreateOrEditList.tsx:315
+#: src/view/com/modals/EditProfile.tsx:244
 #: src/view/screens/SavedFeeds.tsx:109
 msgid "Save"
 msgstr "儲存"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:622
-#: src/view/com/modals/CreateOrEditList.tsx:325
+#: src/view/com/lightbox/ImageViewing/index.tsx:610
+#: src/view/com/modals/CreateOrEditList.tsx:323
 msgctxt "action"
 msgid "Save"
 msgstr "儲存"
@@ -6534,7 +6699,7 @@ msgstr "儲存生日"
 msgid "Save changes"
 msgstr "儲存變更"
 
-#: src/view/com/modals/EditProfile.tsx:253
+#: src/view/com/modals/EditProfile.tsx:252
 msgid "Save Changes"
 msgstr "儲存變更"
 
@@ -6564,16 +6729,12 @@ msgstr "儲存到我的動態源"
 msgid "Saved Feeds"
 msgstr "已儲存的動態源"
 
-#: src/view/com/lightbox/Lightbox.tsx:44
-msgid "Saved to your camera roll"
-msgstr "成功儲存至裝置相簿"
-
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:131
 #: src/view/screens/ProfileList.tsx:372
 msgid "Saved to your feeds"
 msgstr "成功儲存到您的動態源"
 
-#: src/view/com/modals/EditProfile.tsx:246
+#: src/view/com/modals/EditProfile.tsx:245
 msgid "Saves any changes to your profile"
 msgstr "儲存對您個人檔案的所有變更"
 
@@ -6583,8 +6744,8 @@ msgstr "儲存圖片裁剪設定"
 
 #: src/components/dms/ChatEmptyPill.tsx:33
 #: src/components/NewskieDialog.tsx:105
-#: src/view/com/notifications/NotificationFeedItem.tsx:633
-#: src/view/com/notifications/NotificationFeedItem.tsx:658
+#: src/view/com/notifications/NotificationFeedItem.tsx:635
+#: src/view/com/notifications/NotificationFeedItem.tsx:660
 msgid "Say hello!"
 msgstr "說句「你好!👋」"
 
@@ -6602,11 +6763,11 @@ msgstr "捲動到頂部"
 #: src/components/forms/SearchInput.tsx:36
 #: src/screens/Search/Shell.tsx:307
 #: src/screens/Search/Shell.tsx:464
-#: src/view/shell/bottom-bar/BottomBar.tsx:182
+#: src/view/shell/bottom-bar/BottomBar.tsx:188
 msgid "Search"
 msgstr "搜尋"
 
-#: src/Navigation.tsx:226
+#: src/Navigation.tsx:229
 #: src/screens/Profile/ProfileSearch.tsx:37
 msgid "Search @{0}'s posts"
 msgstr "搜尋 @{0} 的貼文"
@@ -6615,7 +6776,7 @@ msgstr "搜尋 @{0} 的貼文"
 msgid "Search by name or interest"
 msgstr "按名稱或興趣搜尋"
 
-#: src/view/screens/Feeds.tsx:441
+#: src/view/screens/Feeds.tsx:444
 msgid "Search feeds"
 msgstr "搜尋動態源"
 
@@ -6656,8 +6817,8 @@ msgstr "搜尋 GIF"
 msgid "Search my posts"
 msgstr "搜尋我的貼文"
 
-#: src/view/com/profile/ProfileMenu.tsx:244
-#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/profile/ProfileMenu.tsx:253
+#: src/view/com/profile/ProfileMenu.tsx:256
 msgid "Search posts"
 msgstr "搜尋貼文"
 
@@ -6679,7 +6840,11 @@ msgstr "搜尋……"
 msgid "Searches for profiles"
 msgstr "搜尋個人檔案"
 
-#: src/view/com/modals/ChangeEmail.tsx:105
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:243
+msgid "Security step required"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:57
 msgid "Security Step Required"
 msgstr "所需的安全步驟"
 
@@ -6699,7 +6864,7 @@ msgstr "檢視包含 #{tag} 的貼文"
 msgid "See #{tag} posts by user"
 msgstr "檢視此用戶包含 #{tag} 的貼文"
 
-#: src/view/com/auth/SplashScreen.web.tsx:176
+#: src/view/com/auth/SplashScreen.web.tsx:178
 msgid "See jobs at Bluesky"
 msgstr "瀏覽在 Bluesky 的工作機會"
 
@@ -6719,6 +6884,10 @@ msgstr "選擇一個顏色"
 msgid "Select account"
 msgstr "選擇帳號"
 
+#: src/components/AppLanguageDropdown.tsx:60
+msgid "Select an app language"
+msgstr "選擇應用程式語言"
+
 #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
 msgid "Select an avatar"
 msgstr "選擇一個大頭貼照"
@@ -6727,10 +6896,22 @@ msgstr "選擇一個大頭貼照"
 msgid "Select an emoji"
 msgstr "選擇一個表情符號"
 
-#: src/screens/Settings/LanguageSettings.tsx:261
+#: src/components/Select/index.tsx:204
+msgid "Select an option"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:98
+msgid "Select app language"
+msgstr "選擇應用程式語言"
+
+#: src/screens/Settings/LanguageSettings.tsx:164
 msgid "Select content languages"
 msgstr "選擇內容語言"
 
+#: src/components/live/GoLiveDialog.tsx:270
+msgid "Select duration"
+msgstr ""
+
 #: src/screens/Login/index.tsx:144
 msgid "Select from an existing account"
 msgstr "從現有帳號中選擇"
@@ -6747,11 +6928,11 @@ msgstr "選擇 GIF「{0}」"
 msgid "Select how long to mute this word for."
 msgstr "選擇要靜音此字詞的時間長度。"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+#: src/view/com/composer/videos/SubtitleDialog.tsx:248
 msgid "Select language..."
 msgstr "選擇語言……"
 
-#: src/screens/Settings/LanguageSettings.tsx:275
+#: src/screens/Settings/LanguageSettings.tsx:178
 msgid "Select languages"
 msgstr "選擇語言"
 
@@ -6763,6 +6944,10 @@ msgstr "選擇內容管理服務"
 msgid "Select moderator"
 msgstr "選擇內容管理服務提供者"
 
+#: src/screens/Settings/LanguageSettings.tsx:131
+msgid "Select primary language"
+msgstr "選擇慣用語言"
+
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:59
 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
 msgid "Select subtitle file (.vtt)"
@@ -6776,7 +6961,7 @@ msgstr "選擇 {emojiName} 表情符號作為您的大頭貼照"
 msgid "Select the moderation service(s) to report to"
 msgstr "請選擇您要向哪些內容管理服務提交檢舉"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:102
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:74
 msgid "Select video"
 msgstr "選擇影片"
 
@@ -6784,11 +6969,11 @@ msgstr "選擇影片"
 msgid "Select what content this mute word should apply to."
 msgstr "選擇此靜音字詞應套用於哪些內容。"
 
-#: src/screens/Settings/LanguageSettings.tsx:84
+#: src/screens/Settings/LanguageSettings.tsx:91
 msgid "Select which language to use for the app's user interface."
 msgstr "選擇應用程式介面所使用的語言。"
 
-#: src/screens/Settings/LanguageSettings.tsx:254
+#: src/screens/Settings/LanguageSettings.tsx:157
 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
 msgstr "選擇您希望在訂閱的動態源中所看到的語言。如果留空,將視為選擇所有語言。"
 
@@ -6801,7 +6986,7 @@ msgstr "選擇您的出生日期"
 msgid "Select your interests from the options below"
 msgstr "從下面選擇您感興趣的選項"
 
-#: src/screens/Settings/LanguageSettings.tsx:170
+#: src/screens/Settings/LanguageSettings.tsx:124
 msgid "Select your preferred language for translations in your feed."
 msgstr "選擇您在動態中翻譯的偏好目標語言。"
 
@@ -6813,19 +6998,17 @@ msgstr "選擇第 {0} 個選項(共 {numItems} 個)"
 msgid "Send a neat website!"
 msgstr "傳送一個有趣的網站吧!"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:232
-msgid "Send Confirmation"
-msgstr "傳送確認信"
+#: src/components/dialogs/VerifyEmailDialog.tsx:295
+msgid "Send confirmation"
+msgstr "傳送確認郵件"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:225
+#: src/components/dialogs/VerifyEmailDialog.tsx:288
 msgid "Send confirmation email"
 msgstr "傳送確認電子郵件"
 
-#: src/view/com/modals/VerifyEmail.tsx:210
-#: src/view/com/modals/VerifyEmail.tsx:212
-msgid "Send Confirmation Email"
-msgstr "傳送確認電子郵件"
-
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:300
 #: src/view/com/modals/DeleteAccount.tsx:145
 msgid "Send email"
 msgstr "傳送電子郵件"
@@ -6835,11 +7018,11 @@ msgctxt "action"
 msgid "Send Email"
 msgstr "傳送電子郵件"
 
-#: src/view/shell/Drawer.tsx:333
+#: src/view/shell/Drawer.tsx:336
 msgid "Send feedback"
 msgstr "提交意見"
 
-#: src/screens/Messages/components/MessageInput.tsx:191
+#: src/screens/Messages/components/MessageInput.tsx:192
 #: src/screens/Messages/components/MessageInput.web.tsx:235
 msgid "Send message"
 msgstr "重送訊息"
@@ -6863,13 +7046,14 @@ msgstr "將檢舉提交至 {0}"
 msgid "Send report to {title}"
 msgstr "將檢舉提交至 {title}"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:293
 #: 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:487
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:490
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:506
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:509
 msgid "Send via direct message"
 msgstr "透過私人訊息傳送"
 
@@ -6901,10 +7085,10 @@ msgstr "設定您的帳號"
 msgid "Sets email for password reset"
 msgstr "設定用於重設密碼的電子郵件"
 
-#: src/Navigation.tsx:182
-#: src/screens/Settings/Settings.tsx:88
-#: src/view/shell/desktop/LeftNav.tsx:709
-#: src/view/shell/Drawer.tsx:555
+#: src/Navigation.tsx:185
+#: src/screens/Settings/Settings.tsx:90
+#: src/view/shell/desktop/LeftNav.tsx:727
+#: src/view/shell/Drawer.tsx:558
 msgid "Settings"
 msgstr "設定"
 
@@ -6926,16 +7110,16 @@ msgstr "性暗示"
 #: src/screens/StarterPack/StarterPackScreen.tsx:428
 #: src/screens/StarterPack/StarterPackScreen.tsx:603
 #: src/screens/Topic.tsx:102
-#: src/view/com/profile/ProfileMenu.tsx:229
 #: src/view/com/profile/ProfileMenu.tsx:238
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:498
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:507
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+#: src/view/com/profile/ProfileMenu.tsx:247
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:517
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:526
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
 #: src/view/screens/ProfileList.tsx:513
 msgid "Share"
 msgstr "分享"
 
-#: src/view/com/lightbox/ImageViewing/index.tsx:631
+#: src/view/com/lightbox/ImageViewing/index.tsx:619
 msgctxt "action"
 msgid "Share"
 msgstr "分享"
@@ -6948,9 +7132,9 @@ msgstr "分享一個有趣的故事!"
 msgid "Share a fun fact!"
 msgstr "分享一個趣聞!📰"
 
-#: src/view/com/profile/ProfileMenu.tsx:447
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:796
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:366
+#: src/view/com/profile/ProfileMenu.tsx:475
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:368
 msgid "Share anyway"
 msgstr "仍然分享"
 
@@ -6990,7 +7174,7 @@ msgstr "分享這個新手包,以協助他人融入您在 Bluesky 上的社群
 msgid "Share your favorite feed!"
 msgstr "分享您喜愛的動態源!"
 
-#: src/Navigation.tsx:285
+#: src/Navigation.tsx:288
 msgid "Shared Preferences Tester"
 msgstr "共用偏好測試器"
 
@@ -7011,8 +7195,8 @@ msgstr "顯示替代文字"
 #: src/components/moderation/ScreenHider.tsx:172
 #: src/components/moderation/ScreenHider.tsx:175
 #: src/screens/List/ListHiddenScreen.tsx:190
-#: src/screens/VideoFeed/index.tsx:610
-#: src/screens/VideoFeed/index.tsx:616
+#: src/screens/VideoFeed/index.tsx:620
+#: src/screens/VideoFeed/index.tsx:626
 msgid "Show anyway"
 msgstr "仍然顯示"
 
@@ -7033,8 +7217,8 @@ msgstr "顯示自訂選項"
 msgid "Show hidden replies"
 msgstr "顯示隱藏回覆"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:537
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:556
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:558
 msgid "Show less like this"
 msgstr "減少顯示類似內容"
 
@@ -7042,14 +7226,14 @@ msgstr "減少顯示類似內容"
 msgid "Show list anyway"
 msgstr "仍然顯示列表"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:625
-#: src/view/com/post/Post.tsx:243
-#: src/view/com/posts/PostFeedItem.tsx:515
+#: src/view/com/post-thread/PostThreadItem.tsx:630
+#: src/view/com/post/Post.tsx:244
+#: src/view/com/posts/PostFeedItem.tsx:527
 msgid "Show More"
 msgstr "顯示更多"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:531
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:548
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
 msgid "Show more like this"
 msgstr "顯示更多類似內容"
 
@@ -7079,8 +7263,8 @@ msgstr "使用樹狀介面顯示回覆"
 msgid "Show replies by people you follow before all other replies"
 msgstr "把來自您跟隨的人的回覆顯示在最前面"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:646
 msgid "Show reply for everyone"
 msgstr "為所有人顯示回覆"
 
@@ -7102,11 +7286,11 @@ msgstr "顯示警告"
 msgid "Show warning and filter from feeds"
 msgstr "顯示警告,並從動態中排除內容"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:856
+#: src/view/com/post-thread/PostThreadItem.tsx:861
 msgid "Shows information about when this post was created"
 msgstr "顯示有關此貼文建立時間的資訊"
 
-#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:114
 msgid "Shows other accounts you can switch to"
 msgstr "顯示其他您可以切換的帳號"
 
@@ -7124,8 +7308,8 @@ msgstr "顯示內容"
 #: 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:325
-#: src/view/shell/bottom-bar/BottomBar.tsx:330
+#: src/view/shell/bottom-bar/BottomBar.tsx:345
+#: src/view/shell/bottom-bar/BottomBar.tsx:350
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:209
 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:214
 #: src/view/shell/NavSignupCard.tsx:57
@@ -7133,7 +7317,7 @@ msgstr "顯示內容"
 msgid "Sign in"
 msgstr "登入"
 
-#: src/components/AccountList.tsx:127
+#: src/components/AccountList.tsx:129
 msgid "Sign in as {0}"
 msgstr "以 {0} 的身分登入"
 
@@ -7150,7 +7334,7 @@ msgstr "登入或建立帳號"
 msgid "Sign in or create your account to join the conversation!"
 msgstr "登入或建立您的帳號即可加入對話!"
 
-#: src/components/AccountList.tsx:67
+#: src/components/AccountList.tsx:68
 msgid "Sign in to account that is not listed"
 msgstr "登入未列出的帳號"
 
@@ -7158,15 +7342,15 @@ msgstr "登入未列出的帳號"
 msgid "Sign in to Bluesky or create a new account"
 msgstr "登入 Bluesky 或建立新的帳號"
 
-#: src/screens/Settings/Settings.tsx:233
 #: src/screens/Settings/Settings.tsx:235
-#: src/screens/Settings/Settings.tsx:267
+#: src/screens/Settings/Settings.tsx:237
+#: src/screens/Settings/Settings.tsx:269
 #: src/screens/SignupQueued.tsx:93
 #: src/screens/SignupQueued.tsx:96
 #: src/screens/Takendown.tsx:85
-#: src/view/shell/desktop/LeftNav.tsx:208
-#: src/view/shell/desktop/LeftNav.tsx:288
-#: src/view/shell/desktop/LeftNav.tsx:291
+#: src/view/shell/desktop/LeftNav.tsx:212
+#: src/view/shell/desktop/LeftNav.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:270
 msgid "Sign out"
 msgstr "登出"
 
@@ -7174,8 +7358,8 @@ msgstr "登出"
 msgid "Sign Out"
 msgstr "登出"
 
-#: src/screens/Settings/Settings.tsx:264
-#: src/view/shell/desktop/LeftNav.tsx:205
+#: src/screens/Settings/Settings.tsx:266
+#: src/view/shell/desktop/LeftNav.tsx:209
 msgid "Sign out?"
 msgstr "確定要登出嗎?"
 
@@ -7206,14 +7390,19 @@ msgstr "跳過此流程"
 msgid "Smaller"
 msgstr "更小"
 
+#: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:91
+#: src/components/dialogs/VerifyEmailDialog.tsx:274
+msgid "Snoozes the reminder"
+msgstr "暫停提醒"
+
 #: src/screens/Onboarding/index.tsx:37
 #: src/screens/Onboarding/state.ts:100
 msgid "Software Dev"
 msgstr "軟體開發"
 
-#: src/components/verification/VerificationsDialog.tsx:122
+#: src/components/verification/VerificationsDialog.tsx:120
 msgid "Some of your verifications are invalid."
-msgstr ""
+msgstr "您目前被授予的部分驗證無效。"
 
 #: src/components/FeedInterstitials.tsx:474
 msgid "Some other feeds you might like"
@@ -7235,7 +7424,7 @@ msgstr "有人對 {1} 做出了 {0} 反應"
 msgid "Something wasn't quite right with the data you're trying to report. Please contact support."
 msgstr "您目前提交的檢舉內容可能有誤,請聯絡支援以取得協助。"
 
-#: src/screens/Messages/Conversation.tsx:126
+#: src/screens/Messages/Conversation.tsx:129
 msgid "Something went wrong"
 msgstr "發生錯誤"
 
@@ -7264,8 +7453,8 @@ msgstr "發生錯誤,請再試一次。"
 msgid "Something wrong? Let us know."
 msgstr "看起來有點問題?讓我們知道。"
 
-#: src/App.native.tsx:123
-#: src/App.web.tsx:99
+#: src/App.native.tsx:121
+#: src/App.web.tsx:98
 msgid "Sorry! Your session expired. Please sign in again."
 msgstr "抱歉!您的登入狀態已過期。請重新登入。"
 
@@ -7304,7 +7493,7 @@ msgstr "垃圾內容、過多的提及或回覆"
 msgid "Sports"
 msgstr "運動"
 
-#: src/components/dms/dialogs/NewChatDialog.tsx:72
+#: src/components/dms/dialogs/NewChatDialog.tsx:74
 msgid "Start a new chat"
 msgstr "開始新對話"
 
@@ -7322,8 +7511,8 @@ msgstr "開始新增用戶!"
 msgid "Start chat with {displayName}"
 msgstr "與 {displayName} 開始對話"
 
-#: src/Navigation.tsx:450
-#: src/Navigation.tsx:455
+#: src/Navigation.tsx:453
+#: src/Navigation.tsx:458
 #: src/screens/StarterPack/Wizard/index.tsx:186
 msgid "Starter Pack"
 msgstr "新手包"
@@ -7346,16 +7535,16 @@ msgid "Starter pack is invalid"
 msgstr "無效的新手包"
 
 #: src/screens/Search/Explore.tsx:538
-#: src/view/screens/Profile.tsx:228
+#: src/view/screens/Profile.tsx:231
 msgid "Starter Packs"
 msgstr "新手包"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:247
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
 msgid "Starter packs let you easily share your favorite feeds and people with your friends."
 msgstr "新手包能讓您輕鬆地與朋友分享喜愛的動態源與人物。"
 
-#: src/screens/Settings/AboutSettings.tsx:97
 #: src/screens/Settings/AboutSettings.tsx:100
+#: src/screens/Settings/AboutSettings.tsx:103
 msgid "Status Page"
 msgstr "服務狀態頁面"
 
@@ -7363,12 +7552,12 @@ msgstr "服務狀態頁面"
 msgid "Step {0} of {1}"
 msgstr "第 {0} 步(共 {1} 步)"
 
-#: src/screens/Settings/Settings.tsx:351
+#: src/screens/Settings/Settings.tsx:363
 msgid "Storage cleared, you need to restart the app now."
 msgstr "已清除儲存資料,請立即重新啟動應用程式。"
 
-#: src/Navigation.tsx:275
-#: src/screens/Settings/Settings.tsx:367
+#: src/Navigation.tsx:278
+#: src/screens/Settings/Settings.tsx:390
 msgid "Storybook"
 msgstr "故事書"
 
@@ -7401,11 +7590,11 @@ msgstr "套用"
 msgid "Subscribe to @{0} to use these labels:"
 msgstr "訂閱 @{0} 以使用這些標記:"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:248
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:235
 msgid "Subscribe to Labeler"
 msgstr "訂閱標記服務"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:214
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:201
 msgid "Subscribe to this labeler"
 msgstr "訂閱這個標記服務"
 
@@ -7413,13 +7602,14 @@ msgstr "訂閱這個標記服務"
 msgid "Subscribe to this list"
 msgstr "套用這個列表"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:95
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:286
+#: src/components/dialogs/VerifyEmailDialog.tsx:124
 msgid "Success!"
 msgstr "完成!"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:30
+#: src/components/verification/VerificationCreatePrompt.tsx:36
 msgid "Successfully verified"
-msgstr ""
+msgstr "成功驗證"
 
 #: src/screens/Search/Explore.tsx:359
 msgid "Suggested Accounts"
@@ -7444,16 +7634,16 @@ msgctxt "Name of app icon variant"
 msgid "Sunset"
 msgstr "日落"
 
-#: src/Navigation.tsx:295
+#: src/Navigation.tsx:298
 #: src/view/screens/Support.tsx:31
 #: src/view/screens/Support.tsx:34
 msgid "Support"
 msgstr "支援"
 
-#: src/screens/Settings/Settings.tsx:110
-#: src/screens/Settings/Settings.tsx:124
-#: src/screens/Settings/Settings.tsx:454
-#: src/view/shell/desktop/LeftNav.tsx:243
+#: src/screens/Settings/Settings.tsx:112
+#: src/screens/Settings/Settings.tsx:126
+#: src/screens/Settings/Settings.tsx:485
+#: src/view/shell/desktop/LeftNav.tsx:246
 msgid "Switch account"
 msgstr "切換帳號"
 
@@ -7462,11 +7652,11 @@ msgstr "切換帳號"
 msgid "Switch Account"
 msgstr "切換帳號"
 
-#: src/view/shell/desktop/LeftNav.tsx:107
+#: src/view/shell/desktop/LeftNav.tsx:110
 msgid "Switch accounts"
 msgstr "切換帳號"
 
-#: src/view/shell/desktop/LeftNav.tsx:251
+#: src/view/shell/desktop/LeftNav.tsx:294
 msgid "Switch to {0}"
 msgstr "切換到 {0}"
 
@@ -7477,9 +7667,9 @@ msgstr "切換到 {0}"
 msgid "System"
 msgstr "系統"
 
-#: src/screens/Settings/AboutSettings.tsx:104
 #: src/screens/Settings/AboutSettings.tsx:107
-#: src/screens/Settings/Settings.tsx:360
+#: src/screens/Settings/AboutSettings.tsx:110
+#: src/screens/Settings/Settings.tsx:383
 msgid "System log"
 msgstr "系統記錄"
 
@@ -7518,7 +7708,7 @@ msgstr "科技"
 msgid "Tell a joke!"
 msgstr "說個笑話!🤡"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:378
+#: src/screens/Profile/Header/EditProfileDialog.tsx:377
 msgid "Tell us a bit about yourself"
 msgstr "跟大家介紹一下自己吧"
 
@@ -7531,12 +7721,12 @@ msgstr "試著簡單說明一下"
 msgid "Terms"
 msgstr "條款"
 
-#: src/Navigation.tsx:305
-#: src/screens/Settings/AboutSettings.tsx:81
+#: src/Navigation.tsx:308
 #: src/screens/Settings/AboutSettings.tsx:84
+#: src/screens/Settings/AboutSettings.tsx:87
 #: src/view/screens/TermsOfService.tsx:31
-#: src/view/shell/Drawer.tsx:643
-#: src/view/shell/Drawer.tsx:645
+#: src/view/shell/Drawer.tsx:646
+#: src/view/shell/Drawer.tsx:648
 msgid "Terms of Service"
 msgstr "服務條款"
 
@@ -7564,7 +7754,11 @@ msgstr "文字欄位"
 msgid "Text input field"
 msgstr "文字輸入框"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:96
+#: src/view/com/posts/ShowLessFollowup.tsx:39
+msgid "Thank you for your feedback! It has been sent to the feed operator."
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:125
 msgid "Thank you! Your email has been successfully verified."
 msgstr "謝謝!您的電子郵件地址已驗證成功。"
 
@@ -7595,14 +7789,14 @@ msgstr "找不到那個新手包。"
 
 #: src/view/com/post-thread/PostQuotes.tsx:132
 msgid "That's all, folks!"
-msgstr "就這些,完畢!"
+msgstr "就這些,報告完畢!"
 
-#: src/screens/VideoFeed/index.tsx:1081
+#: src/screens/VideoFeed/index.tsx:1091
 msgid "That's everything!"
 msgstr "就這些了!"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305
-#: src/view/com/profile/ProfileMenu.tsx:423
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296
+#: src/view/com/profile/ProfileMenu.tsx:451
 msgid "The account will be able to interact with you after unblocking."
 msgstr "解除封鎖後,該帳號將能夠重新與您進行互動。"
 
@@ -7636,6 +7830,10 @@ msgstr "Discover 動態源"
 msgid "The Discover feed now knows what you like"
 msgstr "現在「Discover」動態源瞭解您喜歡的內容了"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:74
+msgid "The email address you entered is the same as your current email address."
+msgstr "您輸入的已經是目前使用的電子郵件地址。"
+
 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324
 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
 msgstr "使用應用程式的體驗會更好。現在就下載 Bluesky,我們將從您離開的地方繼續。"
@@ -7669,6 +7867,7 @@ msgstr "隱私權政策已移動到 <0/>"
 msgid "The selected video is larger than 100 MB."
 msgstr "選擇的影片檔案大小超過 100 MB。"
 
+#: src/lib/hooks/useCleanError.ts:40
 #: src/lib/strings/errors.ts:18
 msgid "The server appears to be experiencing issues. Please try again in a few moments."
 msgstr "伺服器似乎遇到問題。請稍後再試。"
@@ -7713,7 +7912,7 @@ msgid "There was an issue contacting the server"
 msgstr "連線伺服器時發生問題"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:411
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:111
 msgid "There was an issue contacting the server, please check your internet connection and try again."
 msgstr "連線至伺服器時發生問題,請檢查您的網路連線,然後再試一次。"
 
@@ -7727,7 +7926,7 @@ msgid "There was an issue fetching notifications. Tap here to try again."
 msgstr "取得通知時發生問題,按這裡重試。"
 
 #: src/screens/Search/Explore.tsx:908
-#: src/view/com/posts/PostFeed.tsx:607
+#: src/view/com/posts/PostFeed.tsx:655
 msgid "There was an issue fetching posts. Tap here to try again."
 msgstr "取得貼文時發生問題,按這裡重試。"
 
@@ -7763,20 +7962,20 @@ msgstr "提交您的檢舉時發生問題,請檢查您的網路連線。"
 msgid "There was an issue updating your feeds, please check your internet connection and try again."
 msgstr "更新動態源時發生問題,請檢查您的網路連線,然後再試一次。"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:110
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:144
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:132
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:90
 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:101
-#: src/view/com/profile/ProfileMenu.tsx:117
-#: src/view/com/profile/ProfileMenu.tsx:127
-#: src/view/com/profile/ProfileMenu.tsx:141
-#: src/view/com/profile/ProfileMenu.tsx:151
-#: src/view/com/profile/ProfileMenu.tsx:164
-#: src/view/com/profile/ProfileMenu.tsx:176
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:396
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:409
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:419
+#: src/view/com/profile/ProfileMenu.tsx:124
+#: src/view/com/profile/ProfileMenu.tsx:134
+#: src/view/com/profile/ProfileMenu.tsx:148
+#: src/view/com/profile/ProfileMenu.tsx:158
+#: src/view/com/profile/ProfileMenu.tsx:171
+#: src/view/com/profile/ProfileMenu.tsx:183
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:408
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:421
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:431
 msgid "There was an issue! {0}"
 msgstr "發生問題!{0}"
 
@@ -7808,13 +8007,13 @@ msgstr "這些設定只會影響「Following」(跟隨中) 動態源。"
 msgid "This {screenDescription} has been flagged:"
 msgstr "{screenDescription} 已被標記:"
 
-#: src/components/verification/VerificationsDialog.tsx:89
+#: src/components/verification/VerificationsDialog.tsx:87
 msgid "This account has a checkmark because it's been verified by trusted sources."
-msgstr ""
+msgstr "此帳號擁有驗證標記,因為其已被受信任的驗證者授予驗證。"
 
-#: src/components/verification/VerificationsDialog.tsx:94
-msgid "This account has one or more verifications, but it is not currently verified."
-msgstr ""
+#: src/components/verification/VerificationsDialog.tsx:92
+msgid "This account has one or more attempted verifications, but it is not currently verified."
+msgstr "此帳號已被授予一或多次驗證,但尚未被正式驗證。"
 
 #: src/components/moderation/ScreenHider.tsx:106
 msgid "This account has requested that users sign in to view their profile."
@@ -7824,9 +8023,9 @@ msgstr "這個帳號要求用戶登入後才能檢視其個人檔案。"
 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user."
 msgstr "這個帳號已被您的一個或多個內容管理列表封鎖。如要解除封鎖,請逐一檢查這些列表並從中刪除此用戶。"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:48
+#: src/components/verification/VerificationCreatePrompt.tsx:55
 msgid "This action can be undone at any time."
-msgstr ""
+msgstr "此動作可隨時撤回。"
 
 #: src/components/moderation/LabelsOnMeDialog.tsx:271
 msgid "This appeal will be sent to <0>{sourceName}</0>."
@@ -7865,10 +8064,18 @@ msgstr "這項內容需要登入 Bluesky 帳號才能檢視。"
 msgid "This conversation is with a deleted or a deactivated account. Press for options"
 msgstr "此對話的參與者已停用或刪除帳號。點此以檢視選項"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:156
+msgid "This email is already associated with your account."
+msgstr ""
+
 #: src/screens/Settings/components/ExportCarDialog.tsx:96
 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
 msgstr "這項功能目前仍在測試階段。您可以閱讀<0>這篇部落格文章</0>以瞭解有關匯出資料的更多資訊。"
 
+#: src/lib/hooks/useCleanError.ts:49
+msgid "This feature is not available while using an app password. Please sign in with your main password."
+msgstr ""
+
 #: 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 "使用應用程式專用密碼時,無法使用此功能。請改用您的主密碼登入。"
@@ -7882,7 +8089,7 @@ msgid "This feed is empty! You may need to follow more users or tune your langua
 msgstr "這個動態源沒有任何動靜。您可能需要再跟隨一些用戶,或檢查您的語言設定。"
 
 #: src/components/StarterPack/Main/PostsList.tsx:36
-#: src/screens/Profile/ProfileFeed/index.tsx:189
+#: src/screens/Profile/ProfileFeed/index.tsx:192
 #: src/view/screens/ProfileList.tsx:843
 msgid "This feed is empty."
 msgstr "這個動態源空空如也。"
@@ -7899,9 +8106,10 @@ msgstr "這個帳號代碼已被保留,請選擇不同的代碼再試一次。
 msgid "This information is not shared with other users."
 msgstr "這項資訊不會分享給其他用戶。"
 
-#: 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/live/EditLiveDialog.tsx:203
+#: src/components/live/GoLiveDialog.tsx:173
+msgid "This is not a valid link"
+msgstr ""
 
 #: src/components/moderation/ModerationDetailsDialog.tsx:168
 msgid "This label was applied by the author."
@@ -7935,7 +8143,7 @@ msgstr "這個列表是空的。"
 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
 msgstr "這項內容管理服務暫時無法使用,更多資訊請參見下方。如果問題持續發生,請聯絡我們。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:896
+#: src/view/com/post-thread/PostThreadItem.tsx:901
 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
 msgstr "這則貼文宣告的發布時間為 <0>{0}</0>,但首次出現在 Bluesky 的時間是 <1>{1}</1>。"
 
@@ -7943,28 +8151,28 @@ msgstr "這則貼文宣告的發布時間為 <0>{0}</0>,但首次出現在 Blu
 msgid "This post has an unknown type of threadgate on it. Your app may be out of date."
 msgstr "這則貼文套用了不支援的內容限制。您的應用程式版本可能已經過舊。"
 
-#: src/view/com/post-thread/PostThreadItem.tsx:160
+#: src/view/com/post-thread/PostThreadItem.tsx:161
 msgid "This post has been deleted."
 msgstr "這則貼文已被刪除。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:793
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:363
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:365
 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "此貼文僅限已登入用戶可以檢視。未登入者則無法查看。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:775
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:808
 msgid "This post will be hidden from feeds and threads. This cannot be undone."
 msgstr "這則貼文將會從動態及討論串中隱藏,之後將無法取消。"
 
-#: src/view/com/composer/Composer.tsx:436
+#: src/view/com/composer/Composer.tsx:424
 msgid "This post's author has disabled quote posts."
 msgstr "這則貼文的發布者拒絕引用貼文。"
 
-#: src/view/com/profile/ProfileMenu.tsx:444
+#: src/view/com/profile/ProfileMenu.tsx:472
 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in."
 msgstr "此個人檔案僅限已登入用戶可以檢視。未登入者則無法查看。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:836
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:869
 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 "這則回覆將被折疊到您討論串底部的隱藏部分,並將為您自己和其他人靜音後續回覆的通知。"
 
@@ -7976,6 +8184,10 @@ msgstr "這個服務尚未提供服務條款或隱私權政策。"
 msgid "This should create a domain record at:"
 msgstr "這應該會在下列位置建立一個網域名稱記錄:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:93
+msgid "This user does not have a display name, and therefore cannot be verified."
+msgstr "這個用戶尚未設定名稱,因此無法授予驗證。"
+
 #: src/view/com/profile/ProfileFollowers.tsx:95
 msgid "This user doesn't have any followers."
 msgstr "這個用戶沒有任何跟隨者。"
@@ -8013,11 +8225,11 @@ msgstr "這個用戶尚未跟隨任何人。"
 msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
 msgstr "這將會把「{0}」從您的靜音字詞中刪除。您隨時可以重新新增回來。"
 
-#: src/screens/Settings/Settings.tsx:504
+#: src/screens/Settings/Settings.tsx:537
 msgid "This will remove @{0} from the quick access list."
 msgstr "這將從快速存取列表中移除 @{0}。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:859
 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
 msgstr "您的貼文將從這則引用貼文中刪除,並取代為一個佔位標記。"
 
@@ -8044,7 +8256,7 @@ msgstr "樹狀模式"
 msgid "Threaded mode"
 msgstr "樹狀顯示模式"
 
-#: src/Navigation.tsx:338
+#: src/Navigation.tsx:341
 msgid "Threads Preferences"
 msgstr "討論串選項"
 
@@ -8054,16 +8266,17 @@ msgstr "剩餘時間:{0, plural, one {# 秒} other {# 秒}}"
 
 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:99
 msgid "To disable the email 2FA method, please verify your access to the email address."
-msgstr "如要關閉電子郵件雙重驗證,請驗證您的電子郵件地址。"
+msgstr ""
+
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:164
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:215
+msgid "To disable your email 2FA method, please verify your access to <0>{0}</0>"
+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 "如要檢舉對話,請透過對話畫面檢舉其中一則訊息。這可以讓我們的內容審查員瞭解問題的來龍去脈。"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
-msgid "To upload videos to Bluesky, you must first verify your email."
-msgstr "要上傳影片到 Bluesky,您必須先驗證您的電子信箱。"
-
 #: src/components/ReportDialog/SelectLabelerView.tsx:31
 msgid "To whom would you like to send this report?"
 msgstr "您希望向誰提交這份檢舉?"
@@ -8090,16 +8303,16 @@ msgstr "切換聲音"
 msgid "Top"
 msgstr "熱門"
 
-#: src/Navigation.tsx:420
+#: src/Navigation.tsx:423
 msgid "Topic"
 msgstr "話題"
 
 #: src/components/dms/MessageContextMenu.tsx:139
 #: src/components/dms/MessageContextMenu.tsx:141
-#: src/view/com/post-thread/PostThreadItem.tsx:818
-#: src/view/com/post-thread/PostThreadItem.tsx:821
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:468
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:470
+#: src/view/com/post-thread/PostThreadItem.tsx:823
+#: src/view/com/post-thread/PostThreadItem.tsx:826
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:487
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
 msgid "Translate"
 msgstr "翻譯"
 
@@ -8117,7 +8330,7 @@ msgstr "熱門影片"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138
 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers</0>: organizations that can directly issue verification."
-msgstr ""
+msgstr "信任源自於人際關係、社群及共享環境,因此我們也引入了<0>受信任的驗證者</0>:可以直接為其他帳號授予驗證的組織。"
 
 #: src/view/com/util/error/ErrorScreen.tsx:103
 msgctxt "action"
@@ -8144,6 +8357,7 @@ msgstr "在這裡輸入訊息"
 msgid "Type:"
 msgstr "類型:"
 
+#: src/lib/hooks/useCleanError.ts:27
 #: src/lib/strings/errors.ts:11
 msgid "Unable to connect. Please check your internet connection and try again."
 msgstr "無法連線到伺服器。請檢查您的網路連線,然後再試一次。"
@@ -8166,27 +8380,27 @@ msgstr "無法刪除"
 #: src/components/dms/MessagesListBlockedFooter.tsx:104
 #: src/components/dms/MessagesListBlockedFooter.tsx:112
 #: src/components/dms/MessagesListBlockedFooter.tsx:119
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309
-#: src/view/com/profile/ProfileMenu.tsx:435
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300
+#: src/view/com/profile/ProfileMenu.tsx:463
 #: src/view/screens/ProfileList.tsx:723
 msgid "Unblock"
 msgstr "解除封鎖"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:205
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195
 msgctxt "action"
 msgid "Unblock"
 msgstr "解除封鎖"
 
 #: src/components/dms/ConvoMenu.tsx:247
 #: src/components/dms/ConvoMenu.tsx:250
-#: src/view/com/profile/ProfileMenu.tsx:345
-#: src/view/com/profile/ProfileMenu.tsx:351
+#: src/view/com/profile/ProfileMenu.tsx:373
+#: src/view/com/profile/ProfileMenu.tsx:379
 msgid "Unblock account"
 msgstr "解除封鎖帳號"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303
-#: src/view/com/profile/ProfileMenu.tsx:417
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:294
+#: src/view/com/profile/ProfileMenu.tsx:445
 msgid "Unblock Account?"
 msgstr "要解除封鎖嗎?"
 
@@ -8208,16 +8422,16 @@ msgctxt "action"
 msgid "Unfollow"
 msgstr "取消跟隨"
 
-#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210
 msgid "Unfollow {0}"
 msgstr "取消跟隨 {0}"
 
-#: src/view/com/profile/ProfileMenu.tsx:264
-#: src/view/com/profile/ProfileMenu.tsx:274
+#: src/view/com/profile/ProfileMenu.tsx:273
+#: src/view/com/profile/ProfileMenu.tsx:283
 msgid "Unfollow account"
 msgstr "取消跟隨帳號"
 
-#: src/screens/VideoFeed/index.tsx:810
+#: src/screens/VideoFeed/index.tsx:820
 msgid "Unfollows the user"
 msgstr "取消跟隨用戶"
 
@@ -8225,15 +8439,15 @@ msgstr "取消跟隨用戶"
 msgid "Unfortunately, none of your subscribed labelers supports this report type."
 msgstr "抱歉,您訂閱的內容管理服務皆不支援此檢舉類型。"
 
-#: src/components/verification/VerificationsDialog.tsx:204
+#: src/components/verification/VerificationsDialog.tsx:202
 msgid "Unknown verifier"
-msgstr ""
+msgstr "未知的驗證者"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:510
 msgid "Unlike"
 msgstr "取消喜歡"
 
-#: src/view/com/util/post-ctrls/PostCtrls.tsx:309
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:311
 msgid "Unlike ({0, plural, one {# like} other {# likes}})"
 msgstr "取消喜歡 ({0, plural, one {# 個喜歡} other {# 個喜歡}})"
 
@@ -8252,10 +8466,10 @@ msgstr "取消靜音"
 msgid "Unmute {tag}"
 msgstr "取消靜音 {tag}"
 
-#: src/view/com/profile/ProfileMenu.tsx:324
-#: src/view/com/profile/ProfileMenu.tsx:330
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:668
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:674
+#: src/view/com/profile/ProfileMenu.tsx:352
+#: src/view/com/profile/ProfileMenu.tsx:358
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:701
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:707
 msgid "Unmute account"
 msgstr "取消靜音帳號"
 
@@ -8267,8 +8481,8 @@ msgstr "取消靜音對話"
 msgid "Unmute list"
 msgstr "取消靜音列表"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:553
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:557
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:586
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:590
 msgid "Unmute thread"
 msgstr "取消靜音討論串"
 
@@ -8294,8 +8508,8 @@ msgstr "取消釘選動態源"
 msgid "Unpin from home"
 msgstr "自首頁取消釘選"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:450
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:462
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:469
 msgid "Unpin from profile"
 msgstr "從您的個人檔案中取消釘選"
 
@@ -8311,7 +8525,12 @@ msgstr "自首頁取消釘選 {0}"
 msgid "Unpinned from your feeds"
 msgstr "成功從您的動態源中取消釘選"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:246
+#: src/screens/Settings/Settings.tsx:416
+#: src/screens/Settings/Settings.tsx:418
+msgid "Unsnooze email reminder"
+msgstr "取消暫停電子郵件提醒"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:233
 msgid "Unsubscribe"
 msgstr "取消訂閱"
 
@@ -8320,7 +8539,7 @@ msgstr "取消訂閱"
 msgid "Unsubscribe from list"
 msgstr "取消套用這個列表"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:213
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:200
 msgid "Unsubscribe from this labeler"
 msgstr "取消訂閱這個標記服務"
 
@@ -8328,11 +8547,11 @@ msgstr "取消訂閱這個標記服務"
 msgid "Unsubscribed from list"
 msgstr "成功取消套用列表"
 
-#: src/view/com/composer/Composer.tsx:790
+#: src/view/com/composer/Composer.tsx:769
 msgid "Unsupported video type"
 msgstr "不支援的影片類型"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:68
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:48
 msgid "Unsupported video type: {0}"
 msgstr "不支援的影片類型:{0}"
 
@@ -8352,17 +8571,28 @@ msgstr "更新"
 msgid "Update <0>{displayName}</0> in Lists"
 msgstr "要把 <0> {displayName} </0> 新增到或刪除自哪些列表?"
 
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:300
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:312
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/Settings/AccountSettings.tsx:112
+msgid "Update email"
+msgstr ""
+
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:526
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:547
 msgid "Update to {domain}"
 msgstr "變更至 {domain}"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:335
+#: src/components/dialogs/EmailDialog/screens/Update.tsx:203
+msgid "Update your email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:347
 msgctxt "toast"
 msgid "Updating quote attachment failed"
 msgstr "無法更新引用分離狀態"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:367
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
 msgctxt "toast"
 msgid "Updating reply visibility failed"
 msgstr "無法更新回覆可見度"
@@ -8371,7 +8601,7 @@ msgstr "無法更新回覆可見度"
 msgid "Updating..."
 msgstr "更新中……"
 
-#: src/screens/Onboarding/StepProfile/index.tsx:290
+#: src/screens/Onboarding/StepProfile/index.tsx:288
 msgid "Upload a photo instead"
 msgstr "或是上傳圖片"
 
@@ -8379,22 +8609,22 @@ msgstr "或是上傳圖片"
 msgid "Upload a text file to:"
 msgstr "上傳文字檔案至:"
 
-#: src/view/com/util/UserAvatar.tsx:387
-#: src/view/com/util/UserAvatar.tsx:390
-#: src/view/com/util/UserBanner.tsx:123
-#: src/view/com/util/UserBanner.tsx:126
+#: src/view/com/util/UserAvatar.tsx:456
+#: src/view/com/util/UserAvatar.tsx:459
+#: src/view/com/util/UserBanner.tsx:157
+#: src/view/com/util/UserBanner.tsx:160
 msgid "Upload from Camera"
 msgstr "從相機上傳"
 
-#: src/view/com/util/UserAvatar.tsx:404
-#: src/view/com/util/UserBanner.tsx:140
+#: src/view/com/util/UserAvatar.tsx:473
+#: src/view/com/util/UserBanner.tsx:174
 msgid "Upload from Files"
 msgstr "從檔案上傳"
 
-#: src/view/com/util/UserAvatar.tsx:398
-#: src/view/com/util/UserAvatar.tsx:402
-#: src/view/com/util/UserBanner.tsx:134
-#: src/view/com/util/UserBanner.tsx:138
+#: src/view/com/util/UserAvatar.tsx:467
+#: src/view/com/util/UserAvatar.tsx:471
+#: src/view/com/util/UserBanner.tsx:168
+#: src/view/com/util/UserBanner.tsx:172
 msgid "Upload from Library"
 msgstr "從相簿上傳"
 
@@ -8407,7 +8637,7 @@ msgstr "正在上傳圖片……"
 msgid "Uploading link thumbnail..."
 msgstr "正在上傳連結縮圖……"
 
-#: src/view/com/composer/Composer.tsx:1692
+#: src/view/com/composer/Composer.tsx:1672
 msgid "Uploading video..."
 msgstr "正在上傳影片……"
 
@@ -8419,8 +8649,8 @@ msgstr "使用應用程式專用密碼來登入其他 Bluesky 用戶端,而不
 msgid "Use default provider"
 msgstr "使用預設服務提供者"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:53
-#: src/view/com/modals/InAppBrowserConsent.tsx:55
+#: src/components/dialogs/InAppBrowserConsent.tsx:77
+#: src/components/dialogs/InAppBrowserConsent.tsx:83
 msgid "Use in-app browser"
 msgstr "使用內建瀏覽器"
 
@@ -8429,8 +8659,8 @@ msgstr "使用內建瀏覽器"
 msgid "Use in-app browser to open links"
 msgstr "使用內建瀏覽器開啟連結"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:63
-#: src/view/com/modals/InAppBrowserConsent.tsx:65
+#: src/components/dialogs/InAppBrowserConsent.tsx:87
+#: src/components/dialogs/InAppBrowserConsent.tsx:93
 msgid "Use my default browser"
 msgstr "使用我的預設瀏覽器"
 
@@ -8484,12 +8714,12 @@ msgstr "來自 {0} 的用戶列表"
 msgid "User list by you"
 msgstr "您的用戶列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:176
+#: src/view/com/modals/CreateOrEditList.tsx:174
 msgctxt "toast"
 msgid "User list created"
 msgstr "成功建立用戶列表"
 
-#: src/view/com/modals/CreateOrEditList.tsx:162
+#: src/view/com/modals/CreateOrEditList.tsx:160
 msgctxt "toast"
 msgid "User list updated"
 msgstr "成功更新用戶列表"
@@ -8523,31 +8753,37 @@ msgstr "您跟隨的用戶"
 msgid "Value:"
 msgstr "值:"
 
+#: src/components/verification/VerificationCreatePrompt.tsx:39
+msgid "Verification failed, please try again."
+msgstr "無法授予驗證,請再試一次。"
+
 #: src/screens/Moderation/index.tsx:288
 msgid "Verification settings"
-msgstr ""
+msgstr "驗證設定"
 
-#: src/Navigation.tsx:175
+#: src/Navigation.tsx:178
 #: src/screens/Moderation/VerificationSettings.tsx:32
 msgid "Verification Settings"
-msgstr ""
+msgstr "驗證設定"
 
 #: src/screens/Moderation/VerificationSettings.tsx:41
 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here.</0>"
-msgstr ""
+msgstr "Bluesky 的驗證機制不同於其他平台。<0>在此瞭解詳情。</0>"
 
-#: src/components/verification/VerificationsDialog.tsx:105
+#: src/components/verification/VerificationsDialog.tsx:103
 msgid "Verified by:"
-msgstr ""
-
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
-msgid "Verified email required"
-msgstr "需要驗證電子信箱"
+msgstr "驗證者:"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:65
-#: src/view/com/profile/ProfileMenu.tsx:308
-#: src/view/com/profile/ProfileMenu.tsx:311
+#: src/components/verification/VerificationCreatePrompt.tsx:84
+#: src/components/verification/VerificationCreatePrompt.tsx:86
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/profile/ProfileMenu.tsx:339
 msgid "Verify account"
+msgstr "驗證帳號"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:348
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:359
+msgid "Verify code"
 msgstr ""
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:528
@@ -8555,41 +8791,42 @@ msgstr ""
 msgid "Verify DNS Record"
 msgstr "驗證 DNS 紀錄"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/dialogs/ChangeEmailDialog.tsx:234
+#: src/components/dialogs/ChangeEmailDialog.tsx:240
+msgid "Verify email"
+msgstr "驗證電子郵件地址"
+
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:214
+msgid "Verify email code"
+msgstr ""
+
+#: src/components/dialogs/ChangeEmailDialog.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:163
 #: src/components/intents/VerifyEmailIntentDialog.tsx:67
 msgid "Verify email dialog"
 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:131
-msgid "Verify now"
-msgstr "立即驗證"
-
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:529
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:551
 msgid "Verify Text File"
 msgstr "驗證文字檔案"
 
-#: src/components/verification/VerificationCreatePrompt.tsx:44
+#: src/components/verification/VerificationCreatePrompt.tsx:51
 msgid "Verify this account?"
-msgstr ""
+msgstr "要對這個帳號授予驗證嗎?"
 
-#: src/screens/Settings/AccountSettings.tsx:75
-#: src/screens/Settings/AccountSettings.tsx:91
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:211
+#: src/screens/Settings/AccountSettings.tsx:78
+#: src/screens/Settings/AccountSettings.tsx:98
 msgid "Verify your email"
 msgstr "驗證您的電子信箱"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:85
-#: src/view/com/modals/VerifyEmail.tsx:111
+#: src/components/dialogs/VerifyEmailDialog.tsx:114
 msgid "Verify Your Email"
 msgstr "驗證您的電子信箱"
 
-#: src/screens/Settings/AboutSettings.tsx:123
-#: src/screens/Settings/AboutSettings.tsx:152
+#: src/screens/Settings/AboutSettings.tsx:126
+#: src/screens/Settings/AboutSettings.tsx:155
 msgid "Version {appVersion}"
 msgstr "版本 {appVersion}"
 
@@ -8602,7 +8839,7 @@ msgstr "影片"
 msgid "Video failed to process"
 msgstr "影片處理失敗"
 
-#: src/Navigation.tsx:471
+#: src/Navigation.tsx:474
 msgid "Video Feed"
 msgstr "影片動態源"
 
@@ -8616,11 +8853,11 @@ msgstr "影片來自 {0}:{text}"
 msgid "Video Games"
 msgstr "電子遊戲"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is paused"
 msgstr "影片已暫停"
 
-#: src/screens/VideoFeed/index.tsx:1039
+#: src/screens/VideoFeed/index.tsx:1049
 msgid "Video is playing"
 msgstr "影片正在播放"
 
@@ -8628,11 +8865,11 @@ msgstr "影片正在播放"
 msgid "Video not found."
 msgstr "找不到影片。"
 
-#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+#: src/view/com/composer/videos/SubtitleDialog.tsx:98
 msgid "Video settings"
 msgstr "影片設定"
 
-#: src/view/com/composer/Composer.tsx:1702
+#: src/view/com/composer/Composer.tsx:1682
 msgid "Video uploaded"
 msgstr "影片上傳成功"
 
@@ -8640,24 +8877,24 @@ msgstr "影片上傳成功"
 msgid "Video: {0}"
 msgstr "影片:{0}"
 
-#: src/view/screens/Profile.tsx:225
+#: src/view/screens/Profile.tsx:228
 msgid "Videos"
 msgstr "影片"
 
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:60
-#: src/view/com/composer/videos/SelectVideoBtn.tsx:75
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:42
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:55
 msgid "Videos must be less than 3 minutes long"
 msgstr "影片長度不得超過 3 分鐘"
 
-#: src/screens/Profile/Header/Shell.tsx:168
+#: src/screens/Profile/Header/Shell.tsx:203
 msgid "View {0}'s avatar"
 msgstr "檢視 {0} 的大頭貼照"
 
-#: src/components/ProfileCard.tsx:115
+#: src/components/ProfileCard.tsx:116
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:446
 #: src/screens/Search/components/SearchProfileCard.tsx:36
-#: src/screens/VideoFeed/index.tsx:769
-#: src/view/com/notifications/NotificationFeedItem.tsx:487
+#: src/screens/VideoFeed/index.tsx:779
+#: src/view/com/notifications/NotificationFeedItem.tsx:489
 msgid "View {0}'s profile"
 msgstr "檢視 {0} 的個人檔案"
 
@@ -8665,7 +8902,7 @@ msgstr "檢視 {0} 的個人檔案"
 msgid "View {displayName}'s profile"
 msgstr "檢視 {displayName} 的個人檔案"
 
-#: src/components/ProfileHoverCard/index.web.tsx:440
+#: src/components/ProfileHoverCard/index.web.tsx:472
 msgid "View blocked user's profile"
 msgstr "檢視已封鎖用戶的個人檔案"
 
@@ -8678,8 +8915,8 @@ msgid "View debug entry"
 msgstr "檢視偵錯項目"
 
 #: src/components/ReportDialog/SelectReportOptionView.tsx:137
-#: src/screens/VideoFeed/index.tsx:638
-#: src/screens/VideoFeed/index.tsx:656
+#: src/screens/VideoFeed/index.tsx:648
+#: src/screens/VideoFeed/index.tsx:666
 msgid "View details"
 msgstr "檢視詳細資訊"
 
@@ -8688,7 +8925,7 @@ msgstr "檢視詳細資訊"
 msgid "View details for reporting a copyright violation"
 msgstr "檢視檢舉侵害著作權的具體步驟"
 
-#: src/view/com/posts/ViewFullThread.tsx:56
+#: src/view/com/posts/ViewFullThread.tsx:59
 msgid "View full thread"
 msgstr "檢視完整討論串"
 
@@ -8703,13 +8940,12 @@ msgstr "檢視有關這些標記的詳細資訊"
 msgid "View more"
 msgstr "檢視更多"
 
-#: src/components/ProfileHoverCard/index.web.tsx:426
-#: src/components/ProfileHoverCard/index.web.tsx:446
-#: src/components/ProfileHoverCard/index.web.tsx:473
-#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/components/ProfileHoverCard/index.web.tsx:458
+#: src/components/ProfileHoverCard/index.web.tsx:478
+#: src/components/ProfileHoverCard/index.web.tsx:505
 #: src/view/com/posts/PostFeedErrorMessage.tsx:175
-#: src/view/com/util/PostMeta.tsx:87
-#: src/view/com/util/PostMeta.tsx:122
+#: src/view/com/util/PostMeta.tsx:91
+#: src/view/com/util/PostMeta.tsx:126
 msgid "View profile"
 msgstr "檢視個人檔案"
 
@@ -8723,7 +8959,7 @@ msgstr "檢視由 @{0} 提供的標記服務"
 
 #: src/components/verification/VerificationCheckButton.tsx:99
 msgid "View this user's verifications"
-msgstr ""
+msgstr "檢視此用戶的驗證"
 
 #: src/screens/Profile/components/ProfileFeedHeader.tsx:481
 msgid "View users who like this feed"
@@ -8756,7 +8992,7 @@ msgstr "檢視您靜音的帳號"
 
 #: src/components/verification/VerificationCheckButton.tsx:98
 msgid "View your verifications"
-msgstr ""
+msgstr "檢視您的驗證"
 
 #: src/view/com/util/images/AutoSizedImage.tsx:199
 #: src/view/com/util/images/AutoSizedImage.tsx:221
@@ -8790,6 +9026,11 @@ msgstr "警告內容"
 msgid "Warn content and filter from feeds"
 msgstr "警告內容,並從動態中排除內容"
 
+#: src/components/live/LiveStatusDialog.tsx:156
+#: src/components/live/LiveStatusDialog.tsx:165
+msgid "Watch now"
+msgstr ""
+
 #: src/screens/Hashtag.tsx:205
 msgid "We couldn't find any results for that hashtag."
 msgstr "我們找不到任何與該標籤相關的結果。"
@@ -8798,7 +9039,7 @@ msgstr "我們找不到任何與該標籤相關的結果。"
 msgid "We couldn't find any results for that topic."
 msgstr "我們找不到任何與該話題相關的結果。"
 
-#: src/screens/Messages/Conversation.tsx:127
+#: src/screens/Messages/Conversation.tsx:130
 msgid "We couldn't load this conversation"
 msgstr "我們無法載入這個對話"
 
@@ -8822,6 +9063,10 @@ msgstr "您已經看完了所有您跟隨中帳號的貼文。接下來這些是
 msgid "We recommend selecting at least two interests."
 msgstr "我們建議至少選擇兩個感興趣的主題。"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:238
+msgid "We sent an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+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 "我們無法確定您是否有上傳影片的權限。請稍後再試。"
@@ -8842,6 +9087,10 @@ msgstr "我們無法連線到網路,請重試以繼續設定您的帳號。如
 msgid "We will let you know when your account is ready."
 msgstr "我們會在您的帳號準備好時通知您。"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:247
+msgid "We'll send an email to <0>{0}</0> containing a link. Please click on it to complete the email verification process."
+msgstr ""
+
 #: src/screens/Onboarding/StepInterests/index.tsx:134
 msgid "We'll use this to help customize your experience."
 msgstr "我們將使用這些資訊來協助訂製您的體驗。"
@@ -8853,7 +9102,7 @@ msgstr "我們遇到了網路問題,請再試一次"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94
 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark."
-msgstr ""
+msgstr "為您介紹 Bluesky 的全新驗證機制 —— 驗證標記。"
 
 #: src/screens/Signup/index.tsx:109
 msgid "We're so excited to have you join us!"
@@ -8871,7 +9120,7 @@ msgstr "很抱歉,我們目前無法載入您的靜音字詞。請稍後再試
 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
 msgstr "很抱歉,無法完成您的搜尋請求。請稍後再試。"
 
-#: src/view/com/composer/Composer.tsx:433
+#: src/view/com/composer/Composer.tsx:421
 msgid "We're sorry! The post you are replying to has been deleted."
 msgstr "很抱歉!您要回覆的貼文已被刪除。"
 
@@ -8880,7 +9129,7 @@ msgstr "很抱歉!您要回覆的貼文已被刪除。"
 msgid "We're sorry! We can't find the page you were looking for."
 msgstr "很抱歉!我們找不到您正在尋找的頁面。"
 
-#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:356
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:343
 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
 msgstr "抱歉!目前最多只能訂閱 20 位標記服務,您已經達到上限。"
 
@@ -8902,13 +9151,13 @@ msgstr "您想怎麼命名這個新手包?"
 
 #: src/view/com/auth/SplashScreen.tsx:38
 #: src/view/com/auth/SplashScreen.web.tsx:99
-#: src/view/com/composer/Composer.tsx:753
+#: src/view/com/composer/Composer.tsx:732
 msgid "What's up?"
 msgstr "發生了什麼新鮮事?"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
 msgid "When you tap on a check, you’ll see which organizations have granted verification."
-msgstr ""
+msgstr "在按下驗證標記後,您會看到哪些組織已為其授予驗證。"
 
 #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80
 msgid "Which languages are used in this post?"
@@ -8928,10 +9177,10 @@ msgstr "哪些人可以回覆"
 
 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:127
 msgid "Who can verify?"
-msgstr ""
+msgstr "哪些人可以授予驗證?"
 
 #: src/screens/Home/NoFeedsPinned.tsx:79
-#: src/screens/Messages/ChatList.tsx:231
+#: src/screens/Messages/ChatList.tsx:232
 #: src/screens/Messages/Inbox.tsx:176
 msgid "Whoops!"
 msgstr "咦?"
@@ -8984,11 +9233,11 @@ msgstr "為什麼這個用戶需要被審查?"
 msgid "Write a message"
 msgstr "撰寫訊息"
 
-#: src/view/com/composer/Composer.tsx:844
+#: src/view/com/composer/Composer.tsx:823
 msgid "Write post"
 msgstr "撰寫貼文"
 
-#: src/view/com/composer/Composer.tsx:751
+#: src/view/com/composer/Composer.tsx:730
 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69
 msgid "Write your reply"
 msgstr "撰寫您的回覆"
@@ -9002,6 +9251,11 @@ msgstr "作家"
 msgid "Wrong DID returned from server. Received: {0}"
 msgstr "伺服器返回了錯誤的 DID。接收到的 DID: {0}"
 
+#: src/components/live/EditLiveDialog.tsx:167
+#: src/components/live/GoLiveDialog.tsx:142
+msgid "www.mylivestream.tv"
+msgstr ""
+
 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86
 msgid "Yes"
 msgstr "是"
@@ -9015,11 +9269,11 @@ msgstr "是,停用帳號"
 msgid "Yes, delete this starter pack"
 msgstr "是,刪除這個新手包"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:829
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:862
 msgid "Yes, detach"
 msgstr "是,分離貼文"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:839
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:872
 msgid "Yes, hide"
 msgstr "是,隱藏回覆"
 
@@ -9037,7 +9291,7 @@ msgstr "您"
 
 #: src/components/verification/VerifierDialog.tsx:59
 msgid "You are a trusted verifier"
-msgstr ""
+msgstr "您是受信任的驗證者"
 
 #: src/components/forms/HostingProvider.tsx:45
 msgid "You are creating an account on"
@@ -9047,6 +9301,15 @@ msgstr "您的帳號將建立於"
 msgid "You are in line."
 msgstr "您已在等待名單中。"
 
+#: src/components/live/EditLiveDialog.tsx:133
+#: src/components/live/EditLiveDialog.tsx:138
+msgid "You are Live"
+msgstr ""
+
+#: src/components/live/queries.ts:177
+msgid "You are no longer live"
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:410
 msgid "You are not allowed to upload videos."
 msgstr "您沒有上傳影片的權限。"
@@ -9055,18 +9318,22 @@ msgstr "您沒有上傳影片的權限。"
 msgid "You are not following anyone."
 msgstr "您還沒有跟隨任何人。"
 
+#: src/components/live/queries.ts:122
+msgid "You are now live!"
+msgstr ""
+
 #: src/components/verification/VerificationsDialog.tsx:64
 msgid "You are verified"
-msgstr ""
+msgstr "您已得到驗證"
 
-#: src/screens/Profile/Header/EditProfileDialog.tsx:356
-#: src/view/com/modals/EditProfile.tsx:204
+#: src/screens/Profile/Header/EditProfileDialog.tsx:355
+#: src/view/com/modals/EditProfile.tsx:203
 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more.</0>"
-msgstr ""
+msgstr "您已得到驗證。一旦您修改名稱,將會失去驗證狀態。<0>瞭解詳情。</0>"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:208
 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more.</0>"
-msgstr ""
+msgstr "您已得到驗證。一旦您修改帳號代碼,將會失去驗證狀態。<0>瞭解詳情。</0>"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45
 msgid "You can adjust your interests at any time from \"Content and media\" settings."
@@ -9166,7 +9433,7 @@ msgstr "您已隱藏這個帳號。"
 msgid "You have muted this user"
 msgstr "您已靜音這個用戶"
 
-#: src/screens/Messages/ChatList.tsx:274
+#: src/screens/Messages/ChatList.tsx:275
 msgid "You have no conversations yet. Start one!"
 msgstr "您還沒有加入任何對話。試著與其他人開始聊天吧!"
 
@@ -9179,11 +9446,11 @@ msgstr "您還沒有建立任何動態源。"
 msgid "You have no lists."
 msgstr "您還沒有建立任何列表。"
 
-#: src/view/screens/ModerationBlockedAccounts.tsx:138
+#: src/view/screens/ModerationBlockedAccounts.tsx:164
 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account."
 msgstr "您還沒有封鎖任何帳號。要封鎖帳號,請前往其個人檔案並在帳號上的選單中選擇「封鎖帳號」。"
 
-#: src/view/screens/ModerationMutedAccounts.tsx:151
+#: src/view/screens/ModerationMutedAccounts.tsx:179
 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 "您還沒有靜音任何帳號。要靜音帳號,請前往其個人檔案並在帳號上的選單中選擇「靜音帳號」。"
 
@@ -9191,11 +9458,15 @@ msgstr "您還沒有靜音任何帳號。要靜音帳號,請前往其個人檔
 msgid "You have reached the end"
 msgstr "已經到底啦!"
 
+#: src/components/dialogs/EmailDialog/screens/Verify.tsx:187
+msgid "You have successfully verified your email address. You can close this dialog."
+msgstr ""
+
 #: src/lib/media/video/upload.shared.ts:56
 msgid "You have temporarily reached the limit for video uploads. Please try again later."
 msgstr "您已暫時達到影片上傳的限制。請稍後再試。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+#: src/components/StarterPack/ProfileStarterPacks.tsx:263
 msgid "You haven't created a starter pack yet!"
 msgstr "您還沒有建立任何新手包!"
 
@@ -9224,7 +9495,7 @@ msgstr "最多只能加入 {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_
 msgid "You may only add up to 3 feeds"
 msgstr "您最多只能新增 3 個動態源"
 
-#: src/lib/media/picker.shared.ts:22
+#: src/lib/media/picker.shared.ts:25
 msgid "You may only select up to 4 images"
 msgstr "您最多只能選擇 4 張圖片"
 
@@ -9232,7 +9503,7 @@ msgstr "您最多只能選擇 4 張圖片"
 msgid "You must be 13 years of age or older to create an account."
 msgstr "您必須年滿 13 歲才能建立帳號。"
 
-#: src/components/StarterPack/ProfileStarterPacks.tsx:327
+#: src/components/StarterPack/ProfileStarterPacks.tsx:334
 msgid "You must be following at least seven other people to generate a starter pack."
 msgstr "您必須跟隨至少 7 個人才能產生新手包。"
 
@@ -9248,10 +9519,18 @@ msgstr "您必須授予相簿權限才能儲存圖片。"
 msgid "You must select at least one labeler for a report"
 msgstr "您必須至少選擇一個標記服務來提交檢舉"
 
+#: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23
+msgid "You need to verify your email address before you can enable email 2FA."
+msgstr "您需要先驗證您的電子郵件地址,才能啟用電子郵件雙重驗證。"
+
 #: src/screens/Deactivated.tsx:128
 msgid "You previously deactivated @{0}."
 msgstr "您之前停用了 @{0}。"
 
+#: src/screens/Settings/Settings.tsx:374
+msgid "You probably want to restart the app now."
+msgstr "您或許需要重新啟動應用程式。"
+
 #: src/components/dms/MessageItem.tsx:135
 msgid "You reacted {0}"
 msgstr "您做出了 {0} 反應"
@@ -9260,16 +9539,16 @@ msgstr "您做出了 {0} 反應"
 msgid "You reacted {0} to {1}"
 msgstr "您對 {1} 做出了 {0} 反應"
 
-#: src/screens/Settings/Settings.tsx:265
-#: src/view/shell/desktop/LeftNav.tsx:206
+#: src/screens/Settings/Settings.tsx:267
+#: src/view/shell/desktop/LeftNav.tsx:210
 msgid "You will be signed out of all your accounts."
 msgstr "您即將登出所有帳號。"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:232
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:237
 msgid "You will no longer receive notifications for this thread"
 msgstr "您將不會再收到這條討論串的通知"
 
-#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:228
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:233
 msgid "You will now receive notifications for this thread"
 msgstr "您將繼續收到這條討論串的通知"
 
@@ -9305,7 +9584,7 @@ msgstr "您將跟隨這些人物和其他 {0} 人"
 msgid "You'll follow these people right away"
 msgstr "您將立即跟隨這些人物"
 
-#: src/components/dialogs/VerifyEmailDialog.tsx:178
+#: src/components/dialogs/VerifyEmailDialog.tsx:216
 msgid "You'll receive an email at <0>{0}</0> to verify it's you."
 msgstr "您將在 <0>{0}</0> 收到一封電子郵件,以驗證您的身分。"
 
@@ -9339,6 +9618,10 @@ msgstr "您發現了一些值得跟隨的人"
 msgid "You've reached the end of your feed! Find some more accounts to follow."
 msgstr "您已經瀏覽完所有的貼文了!不妨試著再跟隨一些帳號吧。"
 
+#: src/lib/hooks/useCleanError.ts:58
+msgid "You've reached the maximum number of requests allowed. Please try again later."
+msgstr ""
+
 #: src/view/com/composer/state/video.ts:421
 msgid "You've reached your daily limit for video uploads (too many bytes)"
 msgstr "您已達到每日影片上傳限制 (位元組過多)"
@@ -9347,7 +9630,7 @@ msgstr "您已達到每日影片上傳限制 (位元組過多)"
 msgid "You've reached your daily limit for video uploads (too many videos)"
 msgstr "您已達到每日影片上傳限制 (影片數過多)"
 
-#: src/screens/VideoFeed/index.tsx:1090
+#: src/screens/VideoFeed/index.tsx:1100
 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?"
 msgstr "您已經看完了所有影片。也許是時候休息一下?"
 
@@ -9391,14 +9674,18 @@ msgstr "您的瀏覽器不支援該影片格式。請嘗試使用其他瀏覽器
 msgid "Your chats have been disabled"
 msgstr "您的對話功能已被停用"
 
-#: src/view/com/modals/InAppBrowserConsent.tsx:44
-msgid "Your choice will be saved, but can be changed later in settings."
-msgstr "您的選擇將被儲存,但可以稍後在設定中變更。"
+#: src/components/dialogs/InAppBrowserConsent.tsx:69
+msgid "Your choice will be remembered for future links. You can change it at any time in settings."
+msgstr "您的選項將會套用於日後開啟的連結。隨時都可以在設定中變更開啟方式。"
 
 #: src/screens/Settings/components/ChangeHandleDialog.tsx:513
 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account."
 msgstr "您現在使用的帳號代碼 <0>{0}</0> 將自動為您保留,以便您能夠在日後隨時切換回來。"
 
+#: src/components/dialogs/ChangeEmailDialog.tsx:65
+msgid "Your email address has been updated but it is not yet verified. As a next step, please verify your new email."
+msgstr "已更新您的電子郵件地址,但尚未完成驗證。接下來,請驗證您的新電子郵件地址。"
+
 #: src/screens/Login/ForgotPasswordForm.tsx:51
 #: src/screens/Signup/state.ts:270
 #: src/screens/Signup/StepInfo/index.tsx:98
@@ -9406,11 +9693,11 @@ msgstr "您現在使用的帳號代碼 <0>{0}</0> 將自動為您保留,以便
 msgid "Your email appears to be invalid."
 msgstr "您的電子郵件地址似乎無效。"
 
-#: 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/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:65
+msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky."
+msgstr ""
 
-#: src/view/com/modals/VerifyEmail.tsx:122
+#: src/components/dialogs/VerifyEmailDialog.tsx:110
 msgid "Your email has not yet been verified. This is an important security step which we recommend."
 msgstr "您的電子郵件地址尚未驗證。這是一個重要的安全措施,我們建議您完成驗證。"
 
@@ -9434,7 +9721,7 @@ msgstr "您的完整帳號代碼將修改為 <0>@{0}</0>"
 msgid "Your full username will be <0>@{0}</0>"
 msgstr "您的完整用戶名稱將設定為 <0>@{0}</0>"
 
-#: src/Navigation.tsx:392
+#: src/Navigation.tsx:395
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:67
 #: src/screens/Settings/ContentAndMediaSettings.tsx:92
 #: src/screens/Settings/ContentAndMediaSettings.tsx:95
@@ -9449,7 +9736,7 @@ msgstr "成功更新興趣主題!"
 
 #: src/screens/Search/modules/ExploreInterestsCard.tsx:94
 msgid "Your interests help us find what you like!"
-msgstr "興趣主題可以協助我們推薦更多您喜歡的內容!"
+msgstr "選擇興趣主題可以協助我們推薦更多您喜歡的內容!"
 
 #: src/components/dialogs/MutedWords.tsx:369
 msgid "Your muted words"
@@ -9463,11 +9750,11 @@ msgstr "成功變更您的密碼!"
 msgid "Your password must be at least 8 characters long."
 msgstr "您輸入的密碼必須至少包含 8 個字元。"
 
-#: src/view/com/composer/Composer.tsx:493
+#: src/view/com/composer/Composer.tsx:481
 msgid "Your post has been published"
 msgstr "已發布您的貼文"
 
-#: src/view/com/composer/Composer.tsx:490
+#: src/view/com/composer/Composer.tsx:478
 msgid "Your posts have been published"
 msgstr "成功發布您的貼文"
 
@@ -9479,7 +9766,7 @@ msgstr "您的貼文、喜歡和封鎖是公開的,而靜音則僅對您自己
 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in."
 msgstr "其他 Bluesky 用戶將無法再看到您的個人檔案、貼文、動態源和列表。您隨時都可以登入以重新啟用您的帳號。"
 
-#: src/view/com/composer/Composer.tsx:492
+#: src/view/com/composer/Composer.tsx:480
 msgid "Your reply has been published"
 msgstr "成功發布您的回覆"
 
@@ -9493,8 +9780,8 @@ msgstr "您的檢舉將傳送至 Bluesky 內容管理服務"
 
 #: src/screens/Settings/SettingsInterests.tsx:53
 msgid "Your selected interests help us serve you content you care about."
-msgstr "您選擇的興趣主題可協助我們提供更多您想看到的內容。"
+msgstr "您選擇的興趣主題可以協助我們提供更多您想看到的內容。"
 
 #: src/components/verification/VerificationsDialog.tsx:65
 msgid "Your verifications"
-msgstr ""
+msgstr "您的驗證"